/*------------- #BASE --------------*/
/*------------- #TABLE OF CONTENTS --------------*/
/*------------------------------------------------------------------

1. Global / Global Styles
2. Helper / Additional classes
3. Typography / Typography Rules
4. Variables / Variables for styles
5. Blocks / Styles for Blocks
  5.1 Accordion
  5.2 Animation icons
  5.3 Buttons
  5.4 Info box
  5.5 Input
  5.6 Local SEO
  5.7 Navigation
  5.8 Offers
  5.9 Pagination
  5.10 Pagination arrows
  5.11 Popup cart
  5.12 Posts
  5.13 Services
  5.14 Socials
  5.15 Stunning headers
  5.16 Testimonials
6. Layouts / Styles for Layouts
  6.1 Page 404
7. Modules / Styles for Modules
  7.1 Books
  7.2 Cart
  7.3 Clients
  7.4 Comments
  7.5 Contact form
  7.6 Counters
  7.7 Features
  7.8 Footer
  7.9 Header
  7.10 Heading
  7.11 Interested products
  7.12 Order
  7.13 Our video
  7.14 Overlay menu
  7.15 Pie charts
  7.16 Pricing tables
  7.17 Product details
  7.18 Recent case
  7.19 Recent post
  7.20 Seo score
  7.21 Shop user form
  7.21 Skills
  7.21 Sliders
  7.21 Socials panel
  7.22 Subscribe form
  7.23 Team members
  7.24 Time Line
8. Widgets /  Styles for all Widgets
  8.1 Widgets
9. Fonts / Styles for fonts
10. Grid / Styles for modular grid
11. Normalize / makes browsers render all elements more consistently and in line with modern standards



-------------------------------------------------------------------*/
/*------------- #VARIABLES --------------*/
/*------------- #GLOBAL STYLES --------------*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Asap:400,500,500i,600,700');
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	position: relative;
	background: #fff;
	color: #191919;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-family: 'Asap', sans-serif !important;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
blockquote {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
	padding: 8px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
 .table-striped > tbody > tr:nth-of-type(odd) {
 background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
 table col[class*="col-"] {
 position: static;
 display: table-column;
 float: none;
}
 table td[class*="col-"], table th[class*="col-"] {
 position: static;
 display: table-cell;
 float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
a {
	text-decoration: none;
	color: #2f2c2c;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin: 0 0 .75em;
	line-height: 26px;
	font-size: 16px;
	font-weight:400;
}
figure {
	margin: 0;
}
select {
	width: 100%;
	border: 1px solid #acacac;
	
	color:#000;
	/*appearance: none;
	-moz-appearance: none;
	 Firefox 
  -webkit-appearance: none;*/
/* Safari and Chrome */
}
textarea {
	height: auto;
	min-height: 50px;
}
 textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 color: #acacac;
}
 textarea:-moz-placeholder, input:-moz-placeholder {
 color: #acacac;
}
 textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 color: #acacac;
}
input {
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
}
 input:invalid {
 box-shadow: none;
}
 input:-moz-submit-invalid {
 box-shadow: none;
}
 input:-moz-ui-invalid {
 box-shadow: none;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*------------- #HELPERS --------------*/
.ovh {
	overflow: hidden;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.f-none {
	float: none;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.c-white {
	color: #fff !important;
}
.c-dark {
	color: #2f2c2c !important;
}
.c-primary {
	color: #009ef6;
}
.c-secondary {
	color: #f15b26 !important;
}
.c-gray {
	color: #acacac !important;
}
.c-green {
	color: #3cb878 !important;
}
.c-orange {
	color: #fcb03b !important;
}
.c-semitransparent-white {
	color: rgba(255, 255, 255, 0.15);
}
.shadow-image {
	box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}
.table {
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.text-t-none {
	text-transform: none;
}
.overlay--light {
	background: rgba(0, 0, 0, 0.2);
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.full-block {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.full-height {
	height: 100%;
}
.display-flex {
	display: flex;
	align-items: center;
}
.display-flex.content-center {
	justify-content: center;
}
.inline-block {
	display: inline-block;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(17, 17, 17, 0.7);
	transition: all 0.4s ease;
}
.full-block-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.medium-padding80 {
	padding: 80px 0;
}
 @media (max-width: 800px) {
 .medium-padding80 {
 padding: 35px 0;
}
}
.medium-padding100 {
	padding: 100px 0;
}
 @media (max-width: 800px) {
 .medium-padding100 {
 padding: 35px 0;
}
}
.medium-padding120 {
	padding: 120px 0;
}
 @media (max-width: 800px) {
 .medium-padding120 {
 padding: 35px 0;
}
}
.pb100 {
	padding-bottom: 100px;
}
 @media (max-width: 800px) {
 .pb100 {
 padding-bottom: 35px;
}
}
.pt80 {
	padding-top: 80px;
}
 @media (max-width: 800px) {
 .pt80 {
 padding-top: 35px;
}
}
.pt100 {
	padding-top: 100px;
}
 @media (max-width: 800px) {
 .pt100 {
 padding-top: 35px;
}
}
.pt400 {
	padding-top: 400px;
}
 @media (max-width: 1024px) {
 .pt400 {
 padding-top: 200px;
}
.module-list-3 li {
    font-size: 13px;
}
.module-list-3 li:before {
    font-size: 6px !important;
}
.top-bar-logo img{
	width:80%;	
}
}
 @media (max-width: 768px) {
 .pt400 {
 padding-top: 100px;
}

}
.pb360 {
	padding-bottom: 360px;
}
.pb120 {
	padding-bottom: 120px;
}
 @media (max-width: 800px) {
 .pb120 {
 padding-bottom: 35px;
}
}
.pt120 {
	padding-top: 120px;
}
 @media (max-width: 800px) {
 .pt120 {
 padding-top: 35px;
}
}
.pb80 {
	padding-bottom: 80px;
}
 @media (max-width: 800px) {
 .pb80 {
 padding-bottom: 35px;
}
}
.pb30 {
	padding-bottom: 30px;
}
.mt60 {
	margin-top: 60px;
}
 @media (max-width: 800px) {
 .mt60 {
 margin-top: 35px;
}
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}

 @media (max-width: 800px) {
 .mb60 {
 margin-bottom: 35px;
}
}
.bg-primary-color {
	background-color: #009ef6;
}
.bg-secondary-color {
	background-color: #f15b26;
}
.bg-orange-color {
	background-color: #fcb03b;
}
.bg-orangedark-color {
	background-color: #ff9700;
}
.bg-green-color {
	background-color: #3cb878;
}
.bg-green-color-theme {
	background-color: #3cb878;
}
.bg-greendark-color {
	background-color: #8dc63f;
}
.bg-aquadark-color {
	background-color: #17dadf;
}
.bg-light-blue-color {
	background-color: #ebf4ff;
}


.bg-bluedark-color-2 {
    background-color: #104d98;
}
.bg-white-color {
	background-color: #fff;
}
.bg-violet-color {
	background-color: #6739b6;
}
.bg-border-color {
	background-color: #f7f9f9;
}
.bg-dark-color {
	background-color: #302c2d;
}
.bg-grey-input {
	background-color: #373434;
}
.bg-blue-color {
	background-color: #00bff3;
}
.bg-blue-color-light {
	background-color: #64d8ff;
}
.bg-yellow-color {
	background-color: #fcd846;
}
.bg-greydark-color {
	background-color: #434141;
}
.bg-boxed-dark {
	background-image: url("../img/bg-boxed-dark.jpg");
}
.bg-boxed-light {
	background-image: url("../img/bg-boxed-light.jpg");
}
.bg-boxed-red {
	background-image: url("../img/bg-boxed-red.jpg");
}
.bg-boxed-primary {
	background-image: url("../img/bg-boxed-primary.jpg");
}
.bg-boxed-black {
	background-image: url("../img/bg-boxed-black.jpg");
}
.bg-boxed-blue {
	background-image: url("../img/bg-boxed-blue.jpg");
}
.border-orange-color {
	border-color: #fcb03b;
}
.border-green-color {
	border-color: #3cb878;
}
.border-primary-color {
	border-color: #009ef6;
}
.border-secondary-color {
	border-color: #f15b26;
}
.facebook-bg-color {
	background-color: #3a589b;
}
.twitter-bg-color {
	background-color: #08acee;
}
.linkedin-bg-color {
	background-color: #007bb6;
}
.google-bg-color {
	background-color: #ea4335;
}
.pinterest-bg-color {
	background-color: #ca2127;
}
/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h1 a, .h1 a {
	color: inherit;
}
 @media (max-width: 800px) {
 h1, .h1 {
 font-size: 40px;
}
}
 @media (max-width: 640px) {
 h1, .h1 {
 font-size: 36px;
}
}
 @media (max-width: 480px) {
 h1, .h1 {
 font-size: 30px;
}
}
 @media (max-width: 360px) {
 h1, .h1 {
 font-size: 24px;
}
}
h2, .h2 {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h2 a, .h2 a {
	color: inherit;
}
 @media (max-width: 800px) {
 h2, .h2 {
 font-size: 36px;
}
}
 @media (max-width: 570px) {
 h2, .h2 {
 font-size: 32px;
}
}
 @media (max-width: 480px) {
 h2, .h2 {
 font-size: 26px;
}
}
h3, .h3 {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h3 a, .h3 a {
	color: inherit;
}
 @media (max-width: 800px) {
 h3, .h3 {
 font-size: 30px;
}
}
 @media (max-width: 570px) {
 h3, .h3 {
 font-size: 26px;
}
}
 @media (max-width: 480px) {
 h3, .h3 {
 font-size: 22px;
}
}
h4, .h4 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h4 a, .h4 a {
	color: inherit;
}
 @media (max-width: 800px) {
 h4, .h4 {
 font-size: 28px;
}
}
 @media (max-width: 570px) {
 h4, .h4 {
 font-size: 24px;
}
}
 @media (max-width: 480px) {
 h4, .h4 {
 font-size: 20px;
}
}
h5, .h5 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h5 a, .h5 a {
	color: inherit;
}
 @media (max-width: 980px) {
 h5, .h5 {
 font-size: 15px;
}
}
 @media (max-width: 480px) {
 h5, .h5 {
 font-size: 14px;
}
}
h6, .h6 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	font-family: 'Rajdhani', sans-serif;
}
h6 a, .h6 a {
	color: inherit;
}
 @media (max-width: 800px) {
 h6, .h6 {
 font-size: 14px;
}
}
 @media (max-width: 480px) {
 h6, .h6 {
 font-size: 13px;
}
}
/*------------- #Styles for First-Letter --------------*/
.first-letter--dark-round span:first-of-type {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	background-color: #2f2c2c;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.first-letter--squared span:first-of-type {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	background-color: #009ef6;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.first-letter--dark span:first-of-type {
	margin-right: 20px;
	font-size: 48px;
	line-height: 48px;
	color: #2f2c2c;
	float: left;
}
.first-letter--primary span:first-of-type {
	margin-right: 20px;
	font-size: 48px;
	line-height: 48px;
	color: #009ef6;
	float: left;
}

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
 background: #2f2c2c;
 color: #acacac;
}
 .selection--dark::selection {
 background: #2f2c2c;
 color: #acacac;
}

/*Selection primary*/
.selection--primary::-moz-selection {
 background: #009ef6;
 color: #fff;
}
 .selection--primary::selection {
 background: #009ef6;
 color: #fff;
}

/*Selection gray*/
.selection--gray::-moz-selection {
 background: #e1e1e1;
 color: #2f2c2c;
}
 .selection--gray::selection {
 background: #e1e1e1;
 color: #2f2c2c;
}
/*------------- #Styles for list --------------*/
.list > li {
	margin-bottom: 18px;
	font-size: 15px;
 transition: all .3s ease;
}
 @media (max-width: 640px) {
 .list > li {
 font-size: 15px;
}
}
.list > li a, .list > li li {
	color: #565656;
	display: block;
	overflow: hidden;
}
.list > li i {
	margin-right: 30px;
	margin-top: 8px;
	font-size: 12px;
	float: left;
 transition: all .3s ease;
}
.list--secondary a:hover, .list--secondary li:hover {
	color: #009ef6;
}
.list--secondary i {
	color: #f15b26;
}
.list--primary a:hover, .list--primary li:hover {
	color: #009ef6;
}
.list--primary i {
	color: #009ef6;
}
.list--standard a:hover, .list--standard li:hover {
	color: #2f2c2c;
}
.list--standard .number {
	color: #2f2c2c;
	margin-right: 24px;
	float: left;
}
.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*------------- #BLOCKS --------------*/
/*------------- #BUTTONS --------------*/
.btn {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-transform:uppercase;
	line-height: 1.5em;
	letter-spacing:0.1em;
	color: #fff;
	position: relative;
	transition: all .3s ease;
	text-align: center;
	background: #009ef6;
    padding: 9px 18px;
    border-radius: 2px;
	border:1px solid #009ef6;
    margin-bottom: 0px;
    width: auto !important;
    min-width: 110px;
    font-family: 'Rajdhani', sans-serif;
	
	
}
 @media (max-width: 768px) {
 .btn {
 padding: 15px 35px;
 font-size: 14px;
}
}
.btn + .btn {
	margin-left: 15px;
}
.btn img {
	position: absolute;
	left: 10px;
	top: 10px;
}
.btn i {
	margin-left: 3px;
	font-size: 12px;
}
.btn:after {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-small {
	padding: 10px 20px;
	text-transform: none;
	font-size: 16px;
}
 @media (max-width: 768px) {
 .btn-small {
 padding: 15px 25px;
 font-size: 13px;
}
}
.btn-medium {
	padding: 12px 31px;
}
 @media (max-width: 768px) {
 .btn-medium {
 padding: 15px 25px;
 font-size: 13px;
}
}
.btn-large {
	padding: 27px 64px;
	font-size: 18px;
}
 @media (max-width: 768px) {
 .btn-large {
 padding: 17px 40px;
 font-size: 13px;
}
}
.btn-border {
	border: 2px solid;
}
.btn-border.btn-small {
	padding: 12px 35px;
}
 @media (max-width: 768px) {
 .btn-border.btn-small {
 padding: 15px 25px;
}
}
.btn-border.btn-medium {
	padding: 21px 34px;
}
 @media (max-width: 768px) {
 .btn-border.btn-medium {
 padding: 15px 25px;
}
}
.btn-border.btn-large {
	padding: 25px 64px;
}
 @media (max-width: 768px) {
 .btn-border.btn-large {
 padding: 17px 40px;
}
}
.c-primary {
	color: #009ef6;
}
.c-primary .semicircle:after {
	border-color: #009ef6;
}
.semicircle {
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
 @media (max-width: 768px) {
 .semicircle {
 top: 10px;
 left: 10px;
 width: 12px;
 height: 12px;
}
}
.semicircle:after {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 100%;
}
 @media (max-width: 768px) {
 .semicircle:after {
 width: 20px;
 height: 20px;
 border: 1px solid #fff;
}
}
.semicircle--right {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
.semicircle--right:after {
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 100%;
	right: 0;
}
/*------------- #Color-scheme for buttons --------------*/
.btn--dark {
	background-color: #2f2c2c;
	border-color: #2f2c2c;
}
.btn--dark:hover {
	background-color: #3f3f3f;
}
.btn--dark:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--dark.btn-hover-shadow:hover {
	background-color: #2f2c2c;
}
.btn--dark.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.btn--dark.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}
.btn--primary {
	background-color: #1ca2ad;
}
.btn--primary.btn-hover-shadow:hover {
	box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
}
.btn--gray {
	background-color: #ebebeb;
	color: #2f2c2c;
}
.btn--gray:hover {
	background-color: #f3f3f3;
}
.btn--gray:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--gray.btn-hover-shadow:hover {
	background-color: #ebebeb;
}
.btn--gray.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
}
.btn--gray.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn-hover-shadow:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	left: 0;
	top: 0;
	position: absolute;
 transition: all .3s ease;
}
.btn--blue {
	background-color: #00adef;
}
.btn--blue:hover {
	background-color: #00bff3;
}
.btn--blue:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--blue.btn-hover-shadow:hover {
	background-color: #00adef;
}
.btn--blue.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}
.btn--blue.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--aqua {
	background-color: #1ca2ad;
	border-color:#1ca2ad;
	border: 2px solid #1ca2ad;
}
.btn--aqua:hover {
	background-color: #0e8690;
	border-color:#0e8690;
}
.btn--aqua:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--aqua.btn-hover-shadow:hover {
	background-color: #0e8690;
}
.btn--aqua.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}
.btn--aqua.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--aqua-border {
	background-color: transparent;
	border: 2px solid #1c8a93;
	color:#1c8a93;
}
.btn--aqua-border:hover {
	background-color: #166e75;
	border-color:#166e75;
	color:#fff;
}
.btn--aqua-border:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--aqua-border.btn-hover-shadow:hover {
	background-color: #00adef;
}
.btn--aqua-border.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}
.btn--aqua-border.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple {
	background-color: #6739b6;
}
.btn--purple:hover {
	background-color: #7643cf;
}
.btn--purple:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--purple.btn-hover-shadow:hover {
	background-color: #6739b6;
}
.btn--purple.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2);
}
.btn--purple.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez {
	background-color: #009ef6;
}
.btn--breez:hover {
	background-color: #55d5d3;
}
.btn--breez:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--breez.btn-hover-shadow:hover {
	background-color: #4cc3c1;
}
.btn--breez.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2);
}
.btn--breez.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary {
	background-color: #f15b26;
}
.btn--secondary:hover {
	background-color: #ff7342;
}
.btn--secondary:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--secondary.btn-hover-shadow:hover {
	background-color: #f15b26;
}
.btn--secondary.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2);
}
.btn--secondary.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange {
	background-color: #fcaf3b;
}
.btn--orange:hover {
	background-color: #ffc265;
}
.btn--orange:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--orange.btn-hover-shadow:hover {
	background-color: #fcaf3b;
}
.btn--orange.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2);
}
.btn--orange.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow {
	background-color: #fecb16;
}
.btn--yellow:hover {
	background-color: #ffd21f;
}
.btn--yellow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--yellow.btn-hover-shadow:hover {
	background-color: #FFD21F;
}
.btn--yellow.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2);
}
.btn--yellow.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green {
	background-color: #3cb879;
}
.btn--green:hover {
	background-color: #46d68d;
}
.btn--green:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--green.btn-hover-shadow:hover {
	background-color: #3cb879;
}
.btn--green.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2);
}
.btn--green.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray {
	background-color: #31364c;
}
.btn--dark-gray:hover {
	background-color: #4a516e;
}
.btn--dark-gray:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-gray.btn-hover-shadow:hover {
	background-color: #31364c;
}
.btn--dark-gray.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2);
}
.btn--dark-gray.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown {
	background-color: #c69c6c;
}
.btn--brown:hover {
	background-color: #e4b47c;
}
.btn--brown:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--brown.btn-hover-shadow:hover {
	background-color: #c69c6c;
}
.btn--brown.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2);
}
.btn--brown.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose {
	background-color: #e91d62;
}
.btn--rose:hover {
	background-color: #ff528d;
}
.btn--rose:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--rose.btn-hover-shadow:hover {
	background-color: #e91d62;
}
.btn--rose.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2);
}
.btn--rose.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet {
	background-color: #605ca9;
}
.btn--violet:hover {
	background-color: #8a86d5;
}
.btn--violet:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--violet.btn-hover-shadow:hover {
	background-color: #605ca9;
}
.btn--violet.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2);
}
.btn--violet.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive {
	background-color: #3e4d50;
}
.btn--olive:hover {
	background-color: #576b6f;
}
.btn--olive:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--olive.btn-hover-shadow:hover {
	background-color: #3e4d50;
}
.btn--olive.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2);
}
.btn--olive.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green {
	background-color: #80be2d;
}
.btn--light-green:hover {
	background-color: #8fd532;
}
.btn--light-green:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--light-green.btn-hover-shadow:hover {
	background-color: #80be2d;
}
.btn--light-green.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2);
}
.btn--light-green.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue {
	background-color: #2e3192;
}
.btn--dark-blue:hover {
	background-color: #4448c3;
}
.btn--dark-blue:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn--dark-blue.btn-hover-shadow:hover {
	background-color: #2e3192;
}
.btn--dark-blue.btn-hover-shadow:hover:after {
	box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2);
}
.btn--dark-blue.btn-hover-shadow:active {
	box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
/*------------- #Button back-to-top --------------*/
.back-to-top {
	position: absolute;
	z-index: 999;
	width: 50px;
	height: 50px;
	display: block;
	fill: #417a9a;
	stroke: inherit;
	transition: all .3s ease;
	float: right;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.back-to-top.hidden {
	opacity: 0;
}
.back-to-top:hover {
	fill: #009ef6;
}
/*------------- #INFO-BOX --------------*/
.info-boxes .info-box--standard {
	margin-bottom: 80px;
}
.info-box--standard .info-box-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
}
.info-box--standard .info-box-image.f-none {
	float: none;
}
.info-box--standard .info-box-image img {
	height: 70px;
}
.info-box--standard .info-box-content {
	overflow: hidden;
	padding-top: 10px;
}
.info-box--standard .info-box-content .info-box-title {
    line-height: 1.1;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
	color:#003654;
}
 .info-box--standard .info-box-content .info-box-title.text-t-none {
	text-transform: none;
}
.info-box--standard .info-box-content .text {
	font-size: 15px;
	line-height: 1.5;
}
/*------------- #Info-box-standard-centered --------------*/
.info-box--standard-centered {
	text-align: center;
	margin-bottom: 30px;
}
.info-box--standard-centered .info-box-image {
	margin-bottom: 25px;
}
.info-box--standard-centered .info-box-image img {
	border-radius: 100%;
 transition: all .3s ease;
}
.info-box--standard-centered .info-box-content {
	margin-bottom: 30px;
}
.info-box--standard-centered .info-box-content .info-box-title {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.info-box--standard-centered .info-box-content .text {
	font-size: 16px;
	line-height: 1.5;
}
.info-box--standard-centered:hover .info-box-image img {
	-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.info-box--standard-centered .btn:hover {
	background-color: #009ef6;
}
/*------------- #Info-box-standard-bg --------------*/
.info-box--standard-bg {
	text-align: center;
	margin-top: 50px;
}
.info-box--standard-bg .info-box-content {
	position: relative;
	background-color: #fff;
	padding: 80px 40px 40px;
}
.info-box--standard-bg .info-box-content .info-box-image {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.info-box--standard-bg .info-box-content .info-box-title {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.info-box--standard-bg .info-box-content .text {
	font-size: 16px;
	line-height: 1.5;
}
/*------------- Block with info-box --------------*/
.background-mountains {
	position: relative;
	overflow: hidden;
}
.background-mountains .heading {
	margin-bottom: 76px;
}
.background-mountains .btn-block {
	margin-top: 50px;
}
.background-mountains .btn-block .btn {
	margin: 0 30px;
}
.background-mountains .images img {
	position: absolute;
	bottom: -100%;
	left: 0;
	opacity: 0;
	min-width: 100%;
}
/*------------- Info-box-modern --------------*/
.info-box--modern {
	position: relative;
	padding: 40px;
	background-color: #f7f9f9;
 transition: all .3s ease;
}
.info-box--modern:hover {
	background-color: #2f2c2c;
}
.info-box--modern:hover .info-box-content .info-box-title {
	color: #fff;
}
.info-box--modern:hover .info-box-content .read-more {
	color: #009ef6;
}
.info-box--modern:hover .info-box-content .read-more i {
	color: #009ef6;
}
.info-box--modern .info-box-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.info-box--modern .info-box-content {
	overflow: hidden;
}
.info-box--modern .info-box-content .info-box-title {
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.info-box--modern .info-box-content .text {
	font-size: 16px;
	margin-bottom: 25px;
}
.info-box--modern .info-box-content .read-more {
	font-size: 16px;
	color: #ccc;
	padding: 0;
	border-left: none;
	margin: 0;
	float: none;
	display: block;
}
.info-box--modern .info-box-content .read-more i {
	margin-left: 10px;
	font-size: 12px;
}
/*------------- #OFFERS --------------*/
.offers {
	position: relative;
	overflow: hidden;
}
.offers .heading .heading-text {
	margin-bottom: 31px;
	color: #2f2c2c;
}
.offers .list {
	padding-left: 60px;
	margin-bottom: 45px;
}
/*------------- #Our vision --------------*/
.our-vision {
	position: relative;
	overflow: hidden;
	padding: 120px 0 215px;
}
.our-vision .elements {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.our-vision .eye {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
/*------------- #TESTIMONIAL --------------*/
.testimonial-item {
	position: relative;
}
.testimonial-item .testimonial__thumb {
	background-color: #362f2d;
	border-radius: 0 100px 0 100px;
	padding: 50px 100px;
}
.testimonial-item .testimonial-content .text {
	color: #fff;
	font-size: 24px;
}
.testimonial-item .testimonial-content .author {
	color: #fcd846;
	font-size: 18px;
	display: block;
}
.testimonial-item .testimonial-content .company {
	font-size: 14px;
	color: #797676;
	display: block;
}
.testimonial-item .testimonial-content .quote {
	position: absolute;
	right: 100px;
	bottom: 20px;
}
.testimonial-item .testimonial-content .quote i {
	font-size: 140px;
	color: #3b3432;
}
.testimonial-item .avatar {
	position: absolute;
	background-image: url("../img/avatar-bg.png");
	width: 119px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	top: -100px;
	left: -140px;
}
.testimonial-item.testimonial-arrow {
	padding: 50px 60px;
	background-color: #fff;
	position: relative;
}
.testimonial-item.testimonial-arrow .testimonial-text {
	font-size: 24px;
	color: #2f2c2c;
	margin-bottom: 25px;
	position: relative;
	z-index: 20;
}
.testimonial-item.testimonial-arrow .author-info-wrap .testimonial-img-author {
	float: left;
	margin-right: 30px;
}
.testimonial-item.testimonial-arrow .author-info-wrap .testimonial-img-author.round {
	border-radius: 100%;
	overflow: hidden;
}
.testimonial-item.testimonial-arrow .quote {
	position: absolute;
	bottom: 15px;
	right: 60px;
}
.testimonial-item.testimonial-arrow .quote i {
	font-size: 140px;
	color: #f7f9f9;
}
.testimonial-item.testimonial-arrow:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 40px 40px 0 0;
	border-style: solid;
	border-color: #f0f2f2 #f7f9f9 #f7f9f9 #f0f2f2;
	display: block;
	width: 0;
/* Rules for Firefox 3.0 and better */ }
.testimonial-item.avatar-top .avatar {
	top: -100%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
}
.testimonial-item.quote-left {
	padding: 15px 15px 15px 100px;
}
.testimonial-item.quote-left .testimonial-text {
	color: #2f2c2c;
	margin-bottom: 25px;
}
.testimonial-item.quote-left .quote {
	position: absolute;
	top: -20px;
	left: 0;
}
.testimonial-item.quote-left .quote i {
	font-size: 90px;
	color: #f0f2f2;
}
.author-info-wrap {
	position: relative;
	z-index: 20;
}
.author-info-wrap .testimonial-img-author {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.author-info-wrap .testimonial-img-author.round {
	border-radius: 100%;
	overflow: hidden;
}
.author-info-wrap .testimonial-img-author.f-none {
	float: none;
}
.author-info-wrap .author-info .author-position {
	font-size: 14px;
}
/*------------- #POST --------------*/


.post .post__date {
	background-color: #f7f9f9;
	display: block;
	float: left;
}
.post .post__content {
	padding-bottom: 30px;
	border-bottom: 1px solid #f7f9f9;
	clear: both;
	margin-bottom: 30px;
}
.post .post__content .post__title {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.25;
}
.post .post__content .post__title:hover {
	color: #009ef6;
}
.post .post__content .post__text {
	margin-bottom: 0;
}
.post .post__content .post__content-info .post-additional-info .category {
	font-size: 14px;
	color: #ccc;
}
.post .post__content .post__content-info .post-tags {
	padding-top: 30px;
}
.post .post__author {
	display: table;
	font-size: 14px;
	color: #ccc;
}
.post .post__author .post-avatar {
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-right: 15px;
}
.post .post__author .post__author-name {
	display: table-cell;
	vertical-align: middle;
}
.post .post__author .post__author-name a {
	display: block;
	line-height: 1;
	font-size: 14px;
	color: #2f2c2c;
}
.post .post__author .post__author-name .post__author-link:hover {
	color: #009ef6;
}
.post__date {
	font-size: 14px;
	padding: 15px 25px;
	border-radius: 50px;
	margin-bottom: 20px;
	display: block;
	color: #ccc;
}
.post-standard {
	padding: 60px 30px 30px;
	background-color: #fafafa;
	position: relative;
	margin-bottom: 60px;
}
.post-standard.has-post-thumbnail {
	padding: 30px;
}
.post-standard:hover .overlay {
	opacity: 1;
}
.post-standard:hover .post-thumb .link-image {
	opacity: 1;
	left: 50%;
}
.post-standard:hover .post-thumb .link-post {
	opacity: 1;
	right: 50%;
}
.post-standard .post-thumb {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.post-standard .post-thumb .link-image {
	color: #fff;
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(75%, -50%);
	-webkit-transform: translate(75%, -50%);
	-ms-transform: translate(75%, -50%);
	opacity: 0;
	z-index: 50;
 transition: all .6s ease;
}
.post-standard .post-thumb .link-image:hover {
	color: #009ef6;
}
.post-standard .post-thumb .link-post {
	color: #fff;
	font-size: 36px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-75%, -50%);
	-webkit-transform: translate(-75%, -50%);
	-ms-transform: translate(-75%, -50%);
	opacity: 0;
	z-index: 50;
 transition: all .6s ease;
}
.post-standard .post-thumb .link-post:hover {
	color: #009ef6;
}
.post-standard .post-thumb.custom-bg {
	background-size: cover;
	background-position: center;
}
.post-standard .post-thumb iframe {
	display: block;
	max-width: 100%;
}
.post-standard .post__content {
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.post-standard .post__content .post__author {
	margin-right: 40px;
	float: left;
	text-align: center;
}
.post-standard .post__content .post__author img {
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	border-radius: 50%;
    overflow: hidden;
	width:50px;
	height:50px;
}
.post-standard .post__content .post__author .post__author-name {
	display: block;
}
.post-standard .post__content .post__content-info {
	overflow: hidden;
}
.post-standard .post__content .post__content-info .post__title {
	text-transform: uppercase;
}
.post-standard .post__content .post__content-info .post-additional-info {
	margin-bottom: 25px;
}
.post-standard .post__content .post__content-info .post-additional-info i {
	font-size: 20px;
	margin-right: 10px;
 transition: all .3s ease;
}
.post-standard .post__content .post__content-info .post-additional-info .post__date {
	padding: 0;
	float: none;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 0;
}
.post-standard .post__content .post__content-info .post-additional-info .category {
	margin-right: 30px;
}
.post-standard .post__content .post__content-info .post-additional-info .category a {
	color: #ccc;
	display: inline-block;
}
.post-standard .post__content .post__content-info .post-additional-info .category a:hover {
	color: #009ef6;
}
.post-standard .post__content .post__content-info .post-additional-info .post__comments {
	color: #ccc;
	font-size: 14px;
}
.post-standard .post__content .post__content-info .post-additional-info .post__comments a {
	color: #ccc;
}
.post-standard .post__content .post__content-info .post-additional-info .post__comments a:hover {
	color: #009ef6;
}
.post-standard .post__content .post__content-info .post__text {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.post-standard .post__content .post__content-info .btn {
	margin-bottom: 30px;
}
.post-standard .post__content .post__content-info .btn:hover {
	background-color: #009ef6;
}
.post-standard .post__content .post__content-info .post-tags {
	padding-top: 30px;
}
.post-standard .overlay {
	opacity: 0;
}
/*.post-standard.sticky:before {
	content: '\e952';
	font-family: "seosight";
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f04e4e;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -20px;
	left: 60px;
	z-index: 5;
}*/
.post-standard.video .overlay {
	opacity: 1;
}
.post-standard.video .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;
}
.post-standard.slider:hover .post-thumb .overlay {
	opacity: 0;
}
.post-standard.slider .post-thumb {
	margin-bottom: 0;
}
.post-standard.slider .post-standard-thumb-slider {
	margin-bottom: 60px;
}
.post-standard.slider .pagination, .post-standard.slider .swiper-pagination {
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.post-standard.quote .post-thumb {
	padding: 100px 120px;
	text-align: left;
}
.post-standard.quote .post-thumb .testimonial-content {
	position: relative;
}
.post-standard.quote .post-thumb .testimonial-content .text {
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
}
.post-standard.quote .post-thumb .testimonial-content .author-info-wrap .author-info .author-name {
	color: #009ef6;
}
.post-standard.quote .post-thumb .testimonial-content .quote {
	position: absolute;
	right: 0;
	bottom: -30px;
}
.post-standard.quote .post-thumb .testimonial-content .quote i {
	font-size: 140px;
	color: #fcd846;
}
.post-standard.audio .post-thumb {
	height: auto;
	overflow: hidden;
}
.post-standard.audio .post-thumb .author-photo {
	position: relative;
	float: left;
	z-index: 5;
}
.post-standard.audio .post-thumb .author-photo .overlay-audio {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(43, 48, 68, 0.8);
}
.post-standard.audio .post-thumb .author-photo .play-audio {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.post-standard.audio .post-thumb .author-photo .play-audio i {
	font-size: 46px;
	color: #fff;
}
.post-standard.audio .post-thumb .audio-player {
	position: relative;
	padding: 40px;
	background-color: #31364c;
	margin-left: 165px;
	height: 100%;
}
.post-standard.audio .post-thumb .audio-player .composition-time {
	text-align: right;
	font-size: 12px;
	margin-bottom: 4px;
}
.post-standard.audio .post-thumb .audio-player .composition-time .time-over {
	color: #009ef6;
	margin-right: 20px;
}
.post-standard.audio .post-thumb .audio-player .composition-time .time-total {
	color: #6b7186;
}
.post-standard.audio .post-thumb .audio-player .play-meter {
	width: 100%;
	border-radius: 10px;
	background-color: #3d4359;
	position: relative;
	height: 8px;
}
.post-standard.audio .post-thumb .audio-player .play-meter .play-meter-active {
	position: relative;
	height: 8px;
	display: inline-block;
	border-radius: 5px;
	bottom: 9px;
}
.post-standard.audio .post-thumb .audio-player .play-meter .play-meter-active:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 5px solid;
	border-color: inherit;
	border-radius: 100%;
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.post-standard.audio .post-thumb .audio-player .composition {
	display: inline-block;
}
.post-standard.audio .post-thumb .audio-player .composition .composition-title {
	color: #fff;
	line-height: 1;
}
.post-standard.audio .post-thumb .audio-player .composition .composition-subtitle {
	color: #6b7186;
	margin-bottom: 0;
}
.post-standard.audio .post-thumb .audio-player .like-share {
	float: right;
}
.post-standard.audio .post-thumb .audio-player .like-share a {
	margin-right: 20px;
}
.post-standard.audio .post-thumb .audio-player .like-share a:last-child {
	margin-right: 0;
}
.post-standard.audio .post-thumb .audio-player .like-share a i {
	font-size: 18px;
	color: #6b7186;
}
.post-standard.audio .post-thumb .audio-player .like-share a i.red {
	color: #f04e4e;
}
.post-standard.link .post-thumb {
	padding: 120px 100px;
	text-align: left;
}
.post-standard.link .post-thumb .thumb-content {
	position: relative;
	z-index: 50;
}
.post-standard.link .post-thumb .thumb-content .thumb-content-title {
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
.post-standard.link .post-thumb .thumb-content .site-link {
	color: #11847f;
	display: block;
}
.post-standard.link .post-thumb .thumb-content .post-link {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.post-standard.link .post-thumb .thumb-content .post-link i {
	font-size: 75px;
	color: #fff568;
}
/*------------- #Post-standard-details --------------*/
.post-standard-details {
	margin-bottom: 80px;
}
.post-standard-details .post-thumb {
	margin-bottom: 30px;
	float: left;
}
.post-standard-details .post__content {
	margin-bottom: 30px;
}
.post-standard-details .post__content .post__text {
	margin-bottom: 30px;
}
.post-standard-details .post__content .post__title {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.post-standard-details .post__content .post-additional-info {
	margin-bottom: 30px;
}
.post-standard-details .post__content .post-additional-info i {
	font-size: 20px;
	margin-right: 10px;
	transition: all .3s ease;
	color: #ccc;
	position: relative;
    top: 3px; 	
}
.post-standard-details .post__content .post-additional-info .post__author {
	display: inline-block;
	margin-right: 30px;
}
.post-standard-details .post__content .post-additional-info .post__author img {
	margin-right: 10px;
	width:50px;
	height:50px;
	border-radius:50%;
	overflow:hidden;
}
.post-standard-details .post__content .post-additional-info .post__author .post__author-name {
	display: inline-block;
}
.post-standard-details .post__content .post-additional-info .post__date {
	padding: 0;
	float: none;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 0;
	background-color: transparent;
}
.post-standard-details .post__content .post-additional-info .category {
	margin-right: 30px;
}
.post-standard-details .post__content .post-additional-info .category a {
	color: #ccc;
	display: inline-block;
	font-size: 14px;
}
.post-standard-details .post__content .post-additional-info .category a:hover {
	color: #009ef6;
}
.post-standard-details .post__content .post-additional-info .post__comments {
	color: #ccc;
	font-size: 14px;
}
.post-standard-details .post__content .post-additional-info .post__comments a {
	color: #ccc;
	font-size: 14px;
}
.post-standard-details .post__content .post-additional-info .post__comments:hover {
	color: #009ef6;
}
.post-standard-details .post__content .post__subtitle {
	color: #2f2c2c;
	margin-bottom: 30px;
}
.post-standard-details .post__content .testimonial-item.quote-left {
	margin: 60px 0;
}
.post-standard-details .post__content .list {
	margin-bottom: 30px;
}
.post-standard-details .post__content .w-tags {
	margin-bottom: 10px;
}
.post-standard-details .socials .social__item i {
	font-size: 20px;
	color: #d7d7d7;
 transition: all .3s ease;
}
.post-standard-details .socials .social__item:hover i {
	color: #08acee;
}
.post-standard-details .socials .social__item:first-child {
	margin-left: 15px;
}
.post-standard-details .socials button {
	background: none;
	cursor: pointer;
	margin-left: 0;
}
.post-standard-details .socials .label {
	position: relative;
	top: -10px;
}
.blog-details-author {
	padding: 60px;
	background-color: #eef9ff;
	margin-bottom: 60px;
}
.blog-details-author .blog-details-author-thumb {
	float: left;
	margin-right: 30px;
	width:70px;
	height:70px;
	overflow:hidden;
	border-radius:50%;
}
.blog-details-author .blog-details-author-content {
	overflow: hidden;
}
.blog-details-author .blog-details-author-content .author-info {
	margin-bottom: 0;
}
.blog-details-author .blog-details-author-content .author-info .author-name {
	display: inline-block;
	margin-right: 30px;
}
.blog-details-author .blog-details-author-content .author-info .author-info {
	display: inline-block;
	font-size: 14px;
}
.blog-details-author .blog-details-author-content .text {
	margin-bottom: 20px;
}
.blog-details-author .socials .social__item img {
	width: 20px;
	height: auto;
}
body.author .blog-details-author {
	margin-bottom: 30px;
}
.author .avatar {
	border-radius: 100%;
}
/*------------- #STUNNING-HEADER --------------*/
.stunning-header {
	padding: 60px 0;
	background-position: center center;
}
.stunning-header .stunning-header-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 0 15px;
}
.stunning-header .stunning-header-content .stunning-header-title {
	color: #fff;
}
.stunning-header .stunning-header-content .breadcrumbs {
	margin-top: 40px;
	padding: 0;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item {
	display: inline-block;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item a {
	text-transform: uppercase;
	color: white;
	opacity: .5;
	margin-right: 20px;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item a:hover {
	opacity: 1;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item a.c-gray + i {
	color: #acacac;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item.active span {
	color: white;
	opacity: 1;
	text-decoration: underline;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item.active span.c-primary {
	color: #009ef6;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item i {
	margin-right: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
.stunning-header .stunning-header-content .breadcrumbs .breadcrumbs-item:last-child i {
	display: none;
}
.stunning-header.with-photo {
	position: relative;
	padding: 280px 0 120px;
	background-size: cover;
}
.stunning-header-custom {
	color: #fff;
}
.stunning-header-custom .stunning-header-title, .stunning-header-custom span, .stunning-header-custom i, .stunning-header-custom a {
	color: inherit !important;
}
/*------------- #Any colors background --------------*/
.stunning-header-bg-blue {
	background-image: url("../img/pattern-bg-blue.jpg");
}
.stunning-header-bg-gray {
	background-image: url("../img/pattern-bg-gray.jpg");
}
.stunning-header-bg-lightblue {
	background-image: url("../img/pattern-bg-lightblue.jpg");
}
.stunning-header-bg-violet {
	background-image: url("../img/pattern-bg-violet.jpg");
}
.stunning-header-bg-lightgray {
	background-image: url("../img/pattern-bg-lightgray.jpg");
}
.stunning-header-bg-breez {
	background-image: url("../img/pattern-bg-breez.jpg");
}
.stunning-header-bg-red {
	background-image: url("../img/pattern-bg-red.jpg");
}
.stunning-header-bg-orange {
	background-image: url("../img/pattern-bg-orange.jpg");
}
.stunning-header-bg-green {
	background-image: url("../img/pattern-bg-green.jpg");
}
.stunning-header-bg-olive {
	background-image: url("../img/pattern-bg-olive.jpg");
}
.stunning-header-bg-brown {
	background-image: url("../img/pattern-bg-brown.jpg");
}
.stunning-header-bg-rose {
	background-image: url("../img/pattern-bg-rose.jpg");
}
.stunning-header-bg-lightviolet {
	background-image: url("../img/pattern-bg-lightviolet.jpg");
}
.stunning-header-bg-lime {
	background-image: url("../img/pattern-bg-lime.jpg");
}
/*------------- #Any photos background --------------*/
.stunning-header-bg-photo1 {
	background: url("../img/stunning-header-photo1.jpg") no-repeat;
}
.stunning-header-bg-photo2 {
	background: url("../img/stunning-header-photo2.jpg") no-repeat;
}
.stunning-header-bg-photo3 {
	background: url("../img/stunning-header-photo3.jpg") no-repeat;
}
.stunning-header-bg-photo4 {
	background: url("../img/stunning-header-photo4.jpg") no-repeat;
}
.stunning-header-bg-photo5 {
	background: url("../img/stunning-header-photo5.jpg") no-repeat;
}
.stunning-header-bg-photo6 {
	background: url("../img/stunning-header-photo6.jpg") no-repeat;
}
/*------------- #Any overlays background --------------*/
.overlay-dark {
	background: rgba(47, 44, 44, 0.8);
}
.overlay-primary {
	background: rgba(51, 204, 204, 0.2);
}
.overlay-red {
	background: rgba(241, 91, 38, 0.3);
}
.overlay-orange {
	background: rgba(252, 176, 59, 0.3);
}
.overlay-green {
	background: rgba(60, 184, 120, 0.3);
}
.overlay-olive {
	background: rgba(37, 39, 49, 0.8);
}
/*------------- #SERVICES --------------*/
.services-main {
	padding: 60px 40px 60px 0;
}
.services-main .heading .heading-text {
	font-size: 18px;
	line-height: 1.4;
}
.services-main .heading .heading-line {
	margin-bottom: 30px;
}
.servises-item {
	padding: 60px 45px;
 transition: all .3s ease;
}
.servises-item:hover {
	background-color: #f7f9f9;
}
.servises-item:hover .servises-item__content .servises-text {
	color: #acacac;
}
.servises-item:hover .read-more i {
	color: #2f2c2c;
}
.servises-item .servises-item__thumb {
	margin-bottom: 50px;
}
.servises-item .servises-item__content .servises-title {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1;
}
.servises-item .servises-item__content .servises-text {
	margin-bottom: 30px;
	color: #fff;
}
.servises-item .read-more {
	border: none;
	margin: 0;
	padding: 0;
}
.servises-item .read-more i {
	color: #fff;
	font-size: 26px;
 transition: all .3s ease;
}
/*------------- #POPUP-SEARCH --------------*/
.popup-search {
	width: auto;
	min-width: 430px;
	padding: 40px 30px 10px 30px;
	border-radius: 5px;
	position: absolute;
	top: 38px;
	right: -20px;
	left: auto;
	background-color: #fff;
	z-index: 1;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	display: none;
}
.popup-search .search {
	background-color: #f7f9f9;
	padding: 17px 40px;
	font-size: 16px;
	color: #797676;
	border-color: transparent;
	border-radius: 50px 0 0 50px;
	float: left;
	width: 85%;
}
.popup-search .search-btn {
	display: inline-block;
	background-color: #2f2c2c;
	padding: 20px 5px;
	border-radius: 0 50px 50px 0;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	color: #fff;
	width: 60px;
	height: 64px;
}
.popup-search .search-inline {
	position: relative;
}
.popup-search .search-inline input {
	margin-bottom: 30px;
}
.popup-search .search-inline .search-btn {
	position: absolute;
	right: 0;
	top: 0;
}
.popup-search .search-inline .search-btn i {
	margin-left: 0;
}
/*------------- #POPUP-CART --------------*/
.cart-popup-wrap {
	position: absolute;
	top: 28px;
	right: -50px;
	z-index: 1;
	width: 250px;
	border-radius: 5px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	display: none;
	z-index: 10;
}
.cart-popup-wrap .popup-cart {
	padding: 20px 15px;
	background-color: #fff;
	text-align:left;
}
.cart-popup-wrap .popup-cart .link-product{
	display: block;
    padding: 12px 15px;
    width: 100%;
    margin: 0;
    font-size: 17px;
    color: #000;
    font-weight: 700;
	font-family: 'Rajdhani', sans-serif;
	transition: all 0.3s ease-in;
}
.cart-popup-wrap .popup-cart .link-product:hover{
	background:#f4f4f4;
	color:#000;
	cursor:pointer;
}
.cart-popup-wrap .popup-cart .link-product span{
}
.cart-popup-wrap .popup-cart .title-cart {
	font-size: 18px;
    margin-bottom: 12px;
}
.cart-popup-wrap .popup-cart .subtitle {
	font-size: 16px;
	margin-bottom: 20px;
}
.cart-popup-wrap .popup-cart .btn {
	text-transform: capitalize;
	width: 100%;
	text-align: center;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item {
	display: table;
	padding: 20px 0;
	border-bottom: 2px solid #f7f9f9;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item .product-del {
	width: 25px;
	height: 25px;
	position: relative;
	font-size: 25px;
	color: #f15b26;
	z-index: 2;
	font-weight: 100;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item img {
	float: left;
	margin-right: 20px;
	display: table-cell;
	vertical-align: middle;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content {
	display: table-cell;
	vertical-align: middle;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .cart-product-title {
	font-size: 16px;
	line-height: 1;
}
.cart-popup-wrap .popup-cart .cart-product .cart-product__item .cart-product-content .price {
	font-size: 14px;
}
.cart-popup-wrap .cart-total {
	padding: 30px 40px 40px;
	background-color: #f7f9f9;
	overflow: hidden;
	width: 100%;
}
.cart-popup-wrap .cart-total .cart-total-text {
	margin-bottom: 30px;
	overflow: hidden;
}
.cart-popup-wrap .cart-total .cart-total-text .title {
	text-transform: uppercase;
	font-size: 16px;
	float: left;
}
.cart-popup-wrap .cart-total .cart-total-text .total-price {
	color: #009ef6;
	font-size: 18px;
	float: right;
}
.cart-popup-wrap .cart-total .btn {
	width: 50%;
	border-radius: 50px 0 0 50px;
	float: left;
}
.cart-popup-wrap .cart-total .btn:last-child {
	border-radius: 0 50px 50px 0;
}
.cart-popup-wrap .cart-total .btn + .btn {
	margin-left: 0;
}
.cart-popup-wrap.cart-with-product {
	width: 370px;
}
.cart-popup-wrap.cart-with-product .popup-cart {
	padding: 40px 40px 0 40px;
}
/*------------- #PAGINATION --------------*/
.pagination, .swiper-pagination {
	position: absolute;
 transition: all .3s ease;
	align-items: center;
}
.pagination .pagination-item, .pagination .swiper-pagination-bullet, .swiper-pagination .pagination-item, .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #f0f2f2;
	margin: auto 5px;
	border-radius: 50%;
	cursor: pointer;
 transition: all .3s ease;
}
.pagination .pagination-item.active, .pagination .pagination-item.swiper-pagination-bullet-active, .pagination .swiper-pagination-bullet.active, .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .pagination-item.active, .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet.active, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #009ef6;
 transition: all .3s ease;
}
.pagination.light .pagination-item, .pagination.light .swiper-pagination-bullet, .swiper-pagination.light .pagination-item, .swiper-pagination.light .swiper-pagination-bullet {
	background-color: #f0f2f2;
}
.pagination.light .pagination-item.active, .pagination.light .swiper-pagination-bullet.active, .swiper-pagination.light .pagination-item.active, .swiper-pagination.light .swiper-pagination-bullet.active {
	background-color: transparent;
	border: 2px solid #009ef6;
}
.pagination.dark .pagination-item, .pagination.dark .swiper-pagination-bullet, .swiper-pagination.dark .pagination-item, .swiper-pagination.dark .swiper-pagination-bullet {
	background-color: #2f2c2c;
}
.pagination.dark .pagination-item.active, .pagination.dark .swiper-pagination-bullet.active, .swiper-pagination.dark .pagination-item.active, .swiper-pagination.dark .swiper-pagination-bullet.active {
	background-color: transparent;
	border: 2px solid #fff;
}
.pagination.grey .pagination-item, .pagination.grey .owl-dot, .swiper-pagination.grey .pagination-item, .swiper-pagination.grey .owl-dot {
	background-color: #d7d7d7;
}
.pagination.grey .pagination-item.active, .pagination.grey .owl-dot.active, .swiper-pagination.grey .pagination-item.active, .swiper-pagination.grey .owl-dot.active {
	background-color: transparent;
	border: 2px solid #009ef6;
}
.pagination.pagination-vertical .pagination-item, .pagination.pagination-vertical .owl-dot, .swiper-pagination.pagination-vertical .pagination-item, .swiper-pagination.pagination-vertical .owl-dot {
	display: block;
	margin: 9px auto;
	background-color: #acd373;
}
.pagination.pagination-vertical .pagination-item.active, .pagination.pagination-vertical .owl-dot.active, .swiper-pagination.pagination-vertical .pagination-item.active, .swiper-pagination.pagination-vertical .owl-dot.active {
	border-color: #fff;
	background-color: transparent;
}
/*------------- #NAVIGATION --------------*/
.navigation {
	margin: 20px auto;
	width: 100%;
	position: relative;
	max-width: 770px;
	text-align: center;
}
.navigation a {
	position: relative;
	background: #fff;
	display: inline-block;
	margin: 0 12px 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid transparent;
	text-transform: uppercase;
	color: #acacac;
	font-size: 20px;
	border-radius: 100%;
 transition: all .3s ease;
}
.navigation a:hover {
	color: #009ef6;
}
.navigation a.current {
	border-color: #009ef6;
	background-color: transparent;
	color: #009ef6;
}
.navigation a span {
	position: relative;
}
.navigation a.bg-border-color {
	background-color: #f7f9f9;
}
.navigation a.bg-border-color.current {
	background-color: transparent;
}
.navigation .next, .navigation .btn-next {
	position: relative;
	float: right;
}
.navigation .prev, .navigation .btn-prev {
	position: relative;
	float: left;
}
/*------------- #SOCIALS --------------*/
.socials .social__item {
	margin-left: 15px;
}
.socials .social__item:first-child {
	margin-left: 0;
}
.socials .social__item svg {
	width: 36px;
	height: 36px;
}
.socials .social__item img {
	height: 39px;
}
/*------------- #LOCAL-SEO --------------*/
.local-seo img {
	position: relative;
}
 @media (max-width: 1024px) {
 .local-seo img {
 width: 70%;
}
}
.local-seo img:last-child {
	position: absolute;
	bottom: -120px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
 @media (max-width: 768px) {
 .local-seo img:last-child {
 bottom: -55px;
}
}
 @media (max-width: 320px) {
 .local-seo img:last-child {
 bottom: -25px;
}
}
 .local-seo img:nth-child(2) {
 position: absolute;
 right: 0;
 bottom: 0;
}
/*------------- #ACCORDIONS --------------*/
.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion .accordion-panel {
	position: relative;
	background: #fff;
	border-radius: 3px;
}
.accordion .accordion-panel:after {
	content: '';
	display: block;
	width: 1px;
	height: 35px;
	position: absolute;
	left: 70px;
	top: 50%;
	background-color: #cccccc;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
 transition: all .3s ease;
}
.accordion .accordion-panel.active:after {
	height: 80%;
}
.accordion .accordion-panel .accordion-heading {
	display: table;
	padding: 25px 30px;
	font-size: 18px;
	font-weight:500;
	transition: all .3s ease;
	font-family:'Rajdhani',sans-serif;
}
.accordion .accordion-panel .accordion-heading span {
	display: table-cell;
	vertical-align: middle;
}
.accordion .accordion-panel .accordion-heading span + span {
	padding-left: 30px;
	width: 100%;
	text-align: left;
}
.accordion .accordion-panel .accordion-heading .icon {
	font-size: 20px;
	color: #cccccc;
	padding-right: 30px;
 transition: all .3s ease;
	opacity: 1;
}
.accordion .accordion-panel .accordion-heading .icon .active {
	opacity: 0;
	position: absolute;
	left: 30px;
 transition: all .3s ease;
}
.accordion .panel-info {
	font-size: 15px;
	line-height: 1.3;
	padding: 10px 20px 30px 97px;
	border-radius: 0 0 50px 50px;
	margin-bottom: 5px;
 transition: all .3s ease;
}
.accordion .panel-heading {
	margin-bottom: 5px;
 transition: all .3s ease;
}
.accordion .panel-heading.active {
	border-radius: 50px 50px 0 0;
	margin-bottom: 0;
 transition: all .3s ease;
}
.accordion .panel-heading.active .accordion-heading {
 transition: all .3s ease;
}
.accordion .panel-heading.active .accordion-heading i {
	opacity: 0;
	color: #009ef6;
}
.accordion .panel-heading.active .accordion-heading i.active {
	opacity: 1;
}
.accordion .panel-heading.active a {
	color: #009ef6;
	padding-bottom: 0;
}
.accordion__title {
	font-size: 19px;
	font-weight: 300;
}
.accordion__content__a {
	display: inline-block !important;
	color: #2dafd6 !important;
	font-size: 15px;
	text-decoration: underline;
}
.accordion .panel-heading:hover .accordion-heading {
	color: #009ef6;
}
.accordion .panel-heading:hover .accordion-heading i {
	color: #009ef6;
}
 .accordion__module .after::after {
 right: 72%;
 top: 36%;
 width: 2%;
}
/*=====================================================
                Transition
=======================================================*/
.fade {
	opacity: 0;
 -webkit-transition: opacity .15s linear;
 -o-transition: opacity .15s linear;
 transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
 -webkit-transition-duration: .35s;
 -o-transition-duration: .35s;
 transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
/*------------- #PAGINATION-ARROW --------------*/
.pagination-arrow {
	padding: 100px 0 110px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.pagination-arrow .btn-prev-wrap {
	left: 5px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	display: flex;
	align-items: center;
	position: absolute;
}
.pagination-arrow .btn-prev-wrap .btn-prev {
	position: relative;
	margin-right: 35px;
}
.pagination-arrow .btn-prev-wrap .btn-prev:hover {
	margin-left: 0;
}
.pagination-arrow .btn-prev-wrap .btn-content {
	position: relative;
}
.pagination-arrow .btn-prev-wrap .btn-content .btn-content-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #2f2c2c;
 transition: all .3s ease;
}
.pagination-arrow .btn-prev-wrap .btn-content .btn-content-subtitle {
	font-size: 14px;
	margin-bottom: 0;
	color: #acacac;
 transition: all .3s ease;
}
.pagination-arrow .btn-prev-wrap:hover {
	margin-left: -2px;
}
.pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-title {
	color: #009ef6;
}
.pagination-arrow .btn-prev-wrap:hover .btn-content .btn-content-subtitle {
	color: #2f2c2c;
}
.pagination-arrow .btn-prev-wrap:hover .btn-prev {
	fill: #009ef6;
}
.pagination-arrow .all-project {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.pagination-arrow .all-project i {
	font-size: 50px;
	color: #d7d7d7;
 transition: all .3s ease;
}
.pagination-arrow .all-project:hover i {
	color: #009ef6;
}
.pagination-arrow .btn-next-wrap {
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	display: flex;
	align-items: center;
	position: absolute;
}
.pagination-arrow .btn-next-wrap .btn-next {
	position: relative;
}
.pagination-arrow .btn-next-wrap .btn-next:hover {
	margin-right: 0;
}
.pagination-arrow .btn-next-wrap .btn-content {
	position: relative;
	text-align: right;
	margin-right: 35px;
}
.pagination-arrow .btn-next-wrap .btn-content .btn-content-title {
	text-transform: uppercase;
	font-size: 18px;
	color: #2f2c2c;
 transition: all .3s ease;
}
.pagination-arrow .btn-next-wrap .btn-content .btn-content-subtitle {
	font-size: 14px;
	margin-bottom: 0;
	color: #acacac;
 transition: all .3s ease;
}
.pagination-arrow .btn-next-wrap:hover {
	margin-right: -2px;
}
.pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-title {
	color: #009ef6;
}
.pagination-arrow .btn-next-wrap:hover .btn-content .btn-content-subtitle {
	color: #2f2c2c;
}
.pagination-arrow .btn-next-wrap:hover .btn-next {
	fill: #009ef6;
}
.pagination-arrow span {
	display: block;
}
/*------------- #ANIMATION-ICON --------------*/
.js-animate-icon svg {
	opacity: 0;
	transition: opacity 200ms linear;
}
.js-animate-icon .drawsvg-initialized {
	opacity: 1;
}
.animate-3d-holder {
	position: relative;
	cursor: pointer;
}
/*------------- #INPUT --------------*/
input, select {
	padding: 14px 15px;
	transition: all .3s ease;
	font-size: 17px;
	color: #999;
	margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.1);
}
input.input-standard-grey, select {
	border-radius: 0px;
	background-color: #fff;
}
input.input-standard-grey:focus {
	background-color: #fff;
	color: #04363d;
    border-color: #009ef6;
}
/*select:focus {
	background-color: #fff;
	color: #396f84;
	box-shadow: 17px 0 60px #ace1f5;
}
*/input.input-standard-grey.focus-white:focus {
	background-color: #fff;
	-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
input.input-dark {
	background-color: #373434;
	color: #797676;
}
input.input-white {
	background-color: #fff;
}
textarea {
	padding: 20px 15px;
	transition: all .3s ease;
	font-size: 14px;
	color: #999;
	height: 100%;
	font-weight:400;
	margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.1);
}
textarea.input-standard-grey {
	border-radius: 0px;
	background-color: #fff;
	resize:none;
}
textarea.input-standard-grey:focus {
	background-color: #fff;
	border-color: #009ef6;
}
textarea.input-standard-grey.focus-white:focus {
	background-color: #fff;
	-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
textarea.input-dark {
	background-color: #373434;
	color: #797676;
}
textarea.input-white {
	background-color: #fff;
}
/*------------- #LAYOUTS --------------*/
/*------------- #404-PAGE --------------*/
.content-page-404 {
	padding: 230px 0 510px;
	background: url("../img/404-img.png") 0 100% no-repeat;
	text-align: center;
	background-size: contain;
	background-color: #F7F9F9;
}
 @media (max-width: 800px) {
 .content-page-404 {
 padding: 100px 0 300px;
}
}
 @media (max-width: 360px) {
 .content-page-404 {
 padding: 50px 0 250px;
}
}
.content-page-404 .title {
	font-size: 257px;
	margin-bottom: 15px;
	line-height: 1;
}
 @media (max-width: 800px) {
 .content-page-404 .title {
 font-size: 150px;
}
}
 @media (max-width: 480px) {
 .content-page-404 .title {
 font-size: 100px;
}
}
.content-page-404 .subtitle {
	font-size: 47px;
	margin-bottom: 30px;
	line-height: 1;
}
 @media (max-width: 800px) {
 .content-page-404 .subtitle {
 font-size: 36px;
}
}
.content-page-404 .text {
	font-size: 28px;
	margin-bottom: 53px;
	line-height: 1.3;
}
 @media (max-width: 800px) {
 .content-page-404 .text {
 font-size: 22px;
}
}
.content-page-404 .btn {
	font-size: 32px;
	text-transform: uppercase;
}
/*------------- #MODULES --------------*/
/*------------- #HEADING --------------*/
.heading {
	position: relative;
	z-index: 5;
}
.heading .heading-title {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 14px;
	margin-top: 12px;
}
.heading .heading-title.no-margin {
	margin: 0;
}
.heading .heading-line {
	margin-bottom: 20px;
	position: relative;
}
.heading .heading-line .short-line {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #b3e1f1;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
 transition: all .4s linear;
}
.heading .heading-line .short-line.bg-yellow-color {
	background-color: #fcd846;
}
.heading .heading-line .long-line {
	display: inline-block;
	width: 0px;
	height: 3px;
	background-color: #04363d;
	border-radius: 10px;
	position: relative;
 transition: all .4s linear;
}
.heading .heading-line .long-line.bg-yellow-color {
	background-color: #fcd846;
}
.heading .heading-subtitle {
	margin-bottom: 15px;
}
.heading p {
	margin-bottom: 30px;
}
.heading .heading-text {
    font-size: 18px;
    line-height: 30px;
    color: grey;
}
.heading .read-more {
	font-size: 18px;
	color: #ccc;
	padding: 5px 0 0 30px;
	border-left: 1px solid #f0f2f2;
	margin: 15px 0 0 30px;
	display: block;
	float: left;
}
.heading .read-more i {
	margin-left: 10px;
	font-size: 12px;
}
.heading .read-more:hover {
	color: #009ef6;
}
/*  .heading:hover .heading-line .short-line {
    width: 0;
    animation: move-short 1.5s infinite linear; }*/

@keyframes move-short {
 100% {
 width: 140px;
 margin-right: 0;
}
}
.heading:hover .heading-line .long-line {
	width: 150px;
	animation: move 1.5s infinite linear;
}
 @keyframes move {
 0% {
 width: 0;
}
 100% {
 width: 150px;
}
}
/*------------- #HEADER --------------*/
.header {
	padding: 5px 0 0;/*
	background: #fff;*/
	position: fixed;
	width: 100%;
	z-index: 999999;
	left: 0;
	top: 0;
	transition: all .3s ease;
}
.header .logo {
	margin-bottom: 0;
	margin-right: 87px;
	float: left;
}
.header.header-absolute {
	position: fixed;
	top:0;
	left: 0;
	background:#fff;
	padding-bottom: 4px;
}
.header.absolute {
	position: absolute;
}

.header nav {
	float: right;
	padding: 9px 0 0;
}
.header nav .menu {
	display: inline-block;
}
.header nav .menu .menu-item {
	display: inline-block;
	padding: 0 13px;
	position: relative;
}
.header nav .menu .menu-item:first-child {
	padding-left: 0;
}
.header nav .menu .menu-item.mega-menu-item {
	position: static;
}
.header nav .menu .menu-item:hover > a {
	color: #009ef6;
}
.header nav .menu .menu-item:hover > a:after, .header nav .menu .menu-item:hover > a:before {
	opacity: 1;
}
.header nav .menu .menu-item:hover > a + i {
	color: #009ef6;
}
.header nav .menu .menu-item > a {
	position: relative;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
 transition: all .3s ease;
	margin-right: 3px;
}
.header nav .menu .menu-item > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 15%;
	height: 2px;
	background-color: #009ef6;
	left: 0;
	bottom: -10px;
	opacity: 0;
 transition: all .3s ease;
}
.header nav .menu .menu-item > a:before {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background-color: #009ef6;
	position: absolute;
	right: 0;
	bottom: -10px;
	opacity: 0;
 transition: all .3s ease;
}
.header nav .menu .menu-item i {
	font-size: 10px;
	color: #e1e1e1;
 transition: all .3s ease;
}
.header .header-content-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.header.headroom--not-top {
	padding-top: 10px;
 transition: all .3s ease;
	box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.header.headroom--not-top .primary-menu-menu > li {
	padding: 0 13px 15px;
}
.header.headroom--not-top .user-menu {
	transform: scale(0);
 transition: all .3s ease;
}
.header-spacer {
	position: relative;
	width: 100%;
	height: 118px;
	background: #fff;
}
.nav-add {
	float: right;
	padding: 14px 0;
	margin: 0;
}
.nav-add li {
	display: inline-block;
}
.nav-add li.cart {
	position: relative;
}
.nav-add li.cart .cart-count {
	display: block;
	position: absolute;
	left: -6px;
	top: 4px;
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: #009ef6;
}
.nav-add li.cart i {
	font-size: 13px;
    color: ##666;
    margin-right: 5px;
}
.nav-add li.search {
	position: relative;
}
.nav-add li.search i {
	margin-left: 10px;
 transition: all .3s ease;
	font-size: 26px;
	color: #e1e1e1;
	position: relative;
}
.nav-add li.search i:hover {
	color: #009ef6;
}
.nav-add li.search .popup-search .search-btn i:hover {
	color: #f15b26;
}
.logo {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.logo img {
	float: left;
	margin-right: 15px;
}
.logo .logo-text {
	float: left;
	margin-top: 10px;
	line-height: 1;
}
.logo .logo-text .logo-title {
	font-size: 27px;
	text-transform: uppercase;
	color: #2f2c2c;
}
.logo .logo-text .logo-sub-title {
	font-size: 10px;
	text-transform: uppercase;
}
.user-menu {
	position: absolute;
	right: 85px;
	bottom: -35px;
	width: 70px;
	height: 70px;
	border: 3px solid #2f2c2c;
	border-radius: 50%;
 transition: all .3s ease;
	transform: scale(1);
}
.user-menu .user-menu-content {
	display: table-cell;
	vertical-align: middle;
	width: 64px;
	height: 64px;
	background-color: #f15b26;
	border: 4px solid #fff;
	border-radius: 50%;
	position: relative;
}
.user-menu .user-menu-content span {
	display: block;
	height: 3px;
	background: #fff;
 transition: all .3s ease;
	border-radius: 10px;
	margin: 3px auto;
}
.user-menu .user-menu-content span:first-of-type {
	width: 25%;
}
 .user-menu .user-menu-content span:nth-child(2) {
 width: 50%;
}
.user-menu .user-menu-content span:last-of-type {
	width: 40%;
}
.user-menu .user-menu-content:hover span {
	width: 70%;
}
/*================= Animation for primary menu =========*/
.primary-menu-menu > li:hover > a:after {
	width: 15%;
 animation: primary-short .5s linear;
}
 @keyframes primary-short {
 0% {
 width: 0;
}
 50% {
 width: 40%;
}
 100% {
 width: 15%;
}
}
.primary-menu-menu > li:hover > a:before {
	width: 80%;
 animation: primary-long .5s linear;
}
 @keyframes primary-long {
 0% {
 width: 100%;
}
 50% {
 width: 55%;
}
 100% {
 width: 80%;
}
}
/*================= Styles for sticky-Header =========*/
.animated {
 -webkit-animation-duration: .5s;
 -moz-animation-duration: .5s;
 -o-animation-duration: .5s;
 animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity;
}
 @-webkit-keyframes swingInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
}
}
 @-moz-keyframes swingInX {
 0% {
 -moz-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -moz-transform: perspective(400px) rotateX(0deg);
}
}
 @-o-keyframes swingInX {
 0% {
 -o-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -o-transform: perspective(400px) rotateX(0deg);
}
}
 @keyframes swingInX {
 0% {
 transform: perspective(400px) rotateX(-90deg);
}
 100% {
 transform: perspective(400px) rotateX(0deg);
}
}
.animated.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: swingInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: swingInX;
	backface-visibility: visible !important;
	animation-name: swingInX;
}
 @-webkit-keyframes swingOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(-90deg);
}
}
 @-moz-keyframes swingOutX {
 0% {
 -moz-transform: perspective(400px) rotateX(0deg);
}
 100% {
 -moz-transform: perspective(400px) rotateX(-90deg);
}
}
 @-o-keyframes swingOutX {
 0% {
 -o-transform: perspective(400px) rotateX(0deg);
}
 100% {
 -o-transform: perspective(400px) rotateX(-90deg);
}
}
 @keyframes swingOutX {
 0% {
 transform: perspective(400px) rotateX(0deg);
}
 100% {
 transform: perspective(400px) rotateX(-90deg);
}
}
.animated.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: swingOutX;
	-o-backface-visibility: visible !important;
	animation-name: swingOutX;
	backface-visibility: visible !important;
}
 @-webkit-keyframes slideDown {
 0% {
 -webkit-transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes slideDown {
 0% {
 -moz-transform: translateY(-100%);
}
 100% {
 -moz-transform: translateY(0);
}
}
 @-o-keyframes slideDown {
 0% {
 -o-transform: translateY(-100%);
}
 100% {
 -o-transform: translateY(0);
}
}
 @keyframes slideDown {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown;
}
 @-webkit-keyframes slideUp {
 0% {
 -webkit-transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-100%);
}
}
 @-moz-keyframes slideUp {
 0% {
 -moz-transform: translateY(0);
}
 100% {
 -moz-transform: translateY(-100%);
}
}
 @-o-keyframes slideUp {
 0% {
 -o-transform: translateY(0);
}
 100% {
 -o-transform: translateY(-100%);
}
}
 @keyframes slideUp {
 0% {
 transform: translateY(0);
}
 100% {
 transform: translateY(-100%);
}
}
.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}
 @-webkit-keyframes swingInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
}
}
 @-moz-keyframes swingInX {
 0% {
 -moz-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -moz-transform: perspective(400px) rotateX(0deg);
}
}
 @-o-keyframes swingInX {
 0% {
 -o-transform: perspective(400px) rotateX(-90deg);
}
 100% {
 -o-transform: perspective(400px) rotateX(0deg);
}
}
 @keyframes swingInX {
 0% {
 transform: perspective(400px) rotateX(-90deg);
}
 100% {
 transform: perspective(400px) rotateX(0deg);
}
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @-moz-keyframes flipInX {
 0% {
 -moz-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 100% {
 -moz-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @-o-keyframes flipInX {
 0% {
 -o-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 100% {
 -o-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @keyframes flipInX {
 0% {
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 100% {
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
 @-webkit-keyframes flipOutX {
 0% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @-moz-keyframes flipOutX {
 0% {
 -moz-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -moz-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @-o-keyframes flipOutX {
 0% {
 -o-transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 -o-transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @keyframes flipOutX {
 0% {
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
 100% {
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
.animated.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-200px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-200px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px);
}
 80% {
 -moz-transform: translateY(-10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-200px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px);
}
 80% {
 -o-transform: translateY(-10px);
}
 100% {
 -o-transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 transform: translateY(-200px);
}
 60% {
 opacity: 1;
 transform: translateY(30px);
}
 80% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(0);
}
}
.animated.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
}
 30% {
 opacity: 1;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-200px);
}
}
 @-moz-keyframes bounceOutUp {
 0% {
 -moz-transform: translateY(0);
}
 30% {
 opacity: 1;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 0;
 -moz-transform: translateY(-200px);
}
}
 @-o-keyframes bounceOutUp {
 0% {
 -o-transform: translateY(0);
}
 30% {
 opacity: 1;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 0;
 -o-transform: translateY(-200px);
}
}
 @keyframes bounceOutUp {
 0% {
 transform: translateY(0);
}
 30% {
 opacity: 1;
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 transform: translateY(-200px);
}
}
.animated.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
/*------------- #SLIDERS --------------*/
.main-slider {
	position: relative;
	cursor: pointer;
/*padding-bottom: 130px;*/ }
.main-slider .swiper-slide {
	/* Center slide text vertically */
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
}
.main-slider .main-slider-bg-dark .slider-content .slider-content-title {
	color: #fff;
}
.main-slider .main-slider-bg-dark .slider-content .slider-content-text {
	color: #fff;
	opacity: 1;
}
.main-slider .container {
	padding: 20px 15px;
}
.main-slider .slider-content-fullwidth {
	width: 100%;
}
.main-slider .slider-content-half-width {
	width: 50%;
}
.main-slider .slider-content {
	max-width: 940px;
	margin: 0 auto;
	padding: 212px 15px;
	height:100vh;
}
.main-slider .slider-content .slider-content-title {
	margin-bottom: 20px;
	line-height: 1.3;
}
.main-slider .slider-content .slider-content-text {
	margin-bottom: 40px;
	line-height: 1.3;
	opacity: 0.7;
}
.main-slider .slider-thumb {
	overflow: hidden;
	padding: 20px 15px;
}
.main-slider .btn-prev {
	top: 50%;
	left: 60px;
}
.main-slider .btn-next {
	top: 50%;
	right: 60px;
}
.main-slider .main-slider-btn-wrap .btn + .btn {
	margin-left: 30px;
}
.main-slider .main-slider-btn-wrap .btn i {
 transition: all .3s ease;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.main-slider .main-slider-btn-wrap .btn:hover i {
	right: 12px;
}
.main-slider .main-slider-btn-wrap .btn-border:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.main-slider.main-slider-bg-dark .slider-content .slider-content-title {
	color: #fff;
}
.main-slider.main-slider-bg-dark .slider-content .slider-content-text {
	color: #fff;
	opacity: 1;
}
.main-slider.thumb-left {
	direction: rtl;
}
.main-slider.thumb-left .slider-content {
	direction: ltr;
}
.main-slider.thumb-right {
	direction: ltr;
}
.main-slider.main-slider-bg-photo-wrap {
	height: 100vh;
}
.main-slider > .container > .table {
	margin: 0 -15px 0 -15px;
	height: 100%;
}
.main-slider.no-labels {
	padding-bottom: 0;
}
.slider-shadow {
	box-shadow: 25px 62px 62px rgba(0, 0, 0, 0.42);
}
.btn-next {
	position: absolute;
	cursor: pointer;
	width: 64px;
	height: 64px;
	display: block;
	z-index: 10;
 transition: all .2s ease-in;
	fill: #e1e1e1;
	stroke: inherit;
}
.btn-next:hover {
	fill: #73d9ff;
	margin-right: -2px;
}
.btn-next.btn-next-gray {
	fill: #4a4240;
}
.btn-next.btn-next-gray:hover {
	fill: #009ef6;
}
.btn-next.btn-next-black:hover {
	fill: #2f2c2c;
}
.btn-next.btn-next-white {
	fill: #fff;
}
.btn-prev {
	position: absolute;
	cursor: pointer;
	width: 64px;
	height: 64px;
	display: block;
	z-index: 10;
 transition: all .2s ease-in;
	fill: #e1e1e1;
	stroke: inherit;
}
.btn-prev:hover {
	fill: #73d9ff;
	margin-left: -2px;
}
.btn-prev.btn-prev-gray {
	fill: #4a4240;
}
.btn-prev.btn-prev-gray:hover {
	fill: #009ef6;
}
.btn-prev.btn-prev-black:hover {
	fill: #2f2c2c;
}
.btn-prev.btn-prev-white {
	fill: #fff;
}
.slider-slides {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: table;
	width: 100%;
}
.slider-slides .slides-item {
	display: table-cell;
	padding: 13px 46px;
	position: relative;
	z-index: 1;
}
.slider-slides .slides-item .content {
	position: relative;
	overflow: hidden;
}
.slider-slides .slides-item .content .text-wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.slider-slides .slides-item .content .text-wrap .slides-title {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	text-transform: capitalize;
}
.slider-slides .slides-item .content .text-wrap .slides-sub-title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.slider-slides .slides-item .content .slides-number {
	font-size: 104px;
	color: rgba(255, 255, 255, 0.1);
	position: relative;
	float: right;
	line-height: 1;
}
.slider-slides .slides-item.slide-active .triangle-slides {
	opacity: 1;
	top: -34px;
}
.slider-slides .slides-item.main-slider-bg-light .content .text-wrap .slides-title {
	color: #2f2c2c;
}
.slider-slides .slides-item.main-slider-bg-light .content .text-wrap .slides-sub-title {
	color: #2f2c2c;
}
.slider-slides .slides-item.main-slider-bg-light .content .slides-number {
	color: rgba(137, 137, 137, 0.1);
}
.slider-slides .triangle-slides {
	border: 20px solid transparent;
	display: block;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	opacity: 0;
 transition: all .4s ease;
}
.slider-slides .triangle-slides.dark {
	border-bottom-color: #30302d;
}
.slider-slides .triangle-slides.primary {
	border-bottom-color: #009ef6;
}
.slider-slides .triangle-slides.secondary {
	border-bottom-color: #f15b26;
}
.slider-slides .triangle-slides.orange {
	border-bottom-color: #fcb03b;
}
.slider-slides .triangle-slides.green {
	border-bottom-color: #3cb878;
}
/*------------- Main-Slider-bg-photo --------------*/
.main-slider-bg-photo-wrap {
	min-height: 680px;
}
.main-slider-bg-photo-wrap .slider-slides {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo {
	background-size: cover;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
	position: relative;
	padding: 170px 0;
	max-width: 870px;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.left {
	margin: 0;
	max-width: 670px;
	float: left;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.right {
	margin: 0;
	max-width: 570px;
	float: right;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content .slider-content-text {
	margin-bottom: 40px;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-prev {
	top: 50%;
	left: 60px;
}
.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-next {
	top: 50%;
	right: 60px;
}
/*------------- Testimonial-SLIDER --------------*/
.testimonial-slider {
	background-color: #fcb03b;
	padding: 120px 0 80px 0;
	position: relative;
	overflow: hidden;
}
.testimonial-slider .testimonial-item .quote {
	position: absolute;
	right: 70px;
	bottom: 20px;
}
.testimonial-slider .testimonial-item .quote i {
	font-size: 140px;
	color: #3b3432;
}
.testimonial-slider .testimonial-item .pagination, .testimonial-slider .testimonial-item .swiper-pagination {
	right: 100px;
	bottom: -80px;
}
.testimonial-slider .testimonial-item .pagination .pagination-item, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet {
	background-color: #2f2c2c;
}
.testimonial-slider .testimonial-item .pagination .pagination-item.active, .testimonial-slider .testimonial-item .pagination .pagination-item.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet.active, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item.active, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.active, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	border: 2px solid #fff;
}
.testimonial-slider .testimonial-item .testimonial__thumb-img {
	position: absolute;
	top: 0;
	right: 90px;
}
.testimonial-slider .testimonial-slider-item {
	position: relative;
}
.testimonial-slider .testimonial-slider-item .avatar img {
	width: auto;
	display: inline-block;
}
.testimonial-slider .testimonial-img {
	position: absolute;
	bottom: -200px;
	left: 40%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
/*------------- Testimonial-SLIDER-standard --------------*/
.testimonial-slider-standard {
	position: relative;
	z-index: 2;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .testimonial-text {
	font-size: 19px;
	color: #fff;
	margin-bottom: 40px;
	line-height: 1.3;
	font-weight: 300;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap {
	position: relative;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .testimonial-img-author {
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 0;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .testimonial-img-author img {
	border-radius: 50%;
	width:100px;
	height:100px;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .author-info .author-name {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .author-info .author-company {
	font-size: 14px;
	color: #333;
}
.testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap.display-flex .testimonial-img-author {
	margin-right: 30px;
}
.testimonial-slider-standard .btn-next {
	right: 95px;
	bottom: 0;
}
.testimonial-slider-standard .btn-prev {
	bottom: 0;
	left: 95px;
}
.testimonial-slider-standard .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.testimonial-slider-standard .pagination-bottom {
	padding-bottom: 150px;
	margin-bottom: -100px;
}
.testimonial-slider-standard .pagination-bottom .swiper-pagination {
	bottom: 80px;
}
.testimonial-slider-standard .pagination-bottom .swiper-pagination .swiper-pagination-bullet {
	background-color: #d7d7d7;
}
.testimonial-slider-standard .pagination-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	border: 2px solid #009ef6;
}
.testimonial-slider-standard .pagination-bottom .btn-next, .testimonial-slider-standard .pagination-bottom .btn-prev {
	bottom: 150px;
}
.testimonial-slider-standard.avatar-top .swiper-container {
	padding-top: 155px;
	margin-top: -155px;
}
.testimonial-slider-standard.avatar-top .avatar {
	top: -100%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
}
/*------------- Recent-post-slider --------------*/
.recent-post-slider {
	position: relative;
}
.recent-post-slider .heading {
	margin-bottom: 40px;
	display: inline-block;
}
.recent-post-slider .heading .heading-title {
	float: left;
}
.recent-post-slider .heading .heading-line {
	clear: both;
}
.recent-post-slider .read-more {
	font-size: 18px;
	color: #ccc;
	padding: 5px 0 0 30px;
	border-left: 1px solid #f0f2f2;
	margin: 15px 0 0 30px;
	display: block;
	float: left;
}
 
.recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
	right: 0;
	top: -120px;
	z-index: 50;
}

.recent-post-slider .top-pagination {
	padding-top: 125px;
	top: -125px;
	margin-bottom: -100px;
}
.recent-post-slider .top-pagination .swiper-pagination {
	top: 0;
}

/*------------- Client-carousel --------------*/
.client-carousel {
	background-color: #f7f9f9;
	position: relative;
}
.client-carousel .btn-prev {
	bottom: 0;
	left: 42%;
}
.client-carousel .btn-next {
	bottom: 0;
	right: 42%;
}
.client-carousel .clients-item-wrap {
	position: relative;
	padding: 13px 0 104px 0;
	text-align: center;
}
.client-carousel .pagination-bottom {
	padding-bottom: 120px;
	top: 40px;
}
.clients-item-wrap {
	text-align: center;
}
/*------------- Recent Case Slider --------------*/
.recent-case-slider {
	position: relative;
}
.recent-case-slider .heading {
	margin-bottom: 48px;
	display: inline-block;
}
.recent-case-slider .heading .heading-title {
	float: left;
}
.recent-case-slider .heading .heading-line {
	clear: both;
}
.recent-case-slider .pagination, .recent-case-slider .swiper-pagination {
	right: 0;
	top: 0;
	z-index: 5;
}
.recent-case-slider .top-pagination {
	padding-top: 125px;
	top: -125px;
	margin-bottom: -100px;
}
.recent-case-slider .pagination-bottom {
	padding-bottom: 80px;
}
.recent-case-slider .pagination-bottom .pagination, .recent-case-slider .pagination-bottom .swiper-pagination {
	left: 0;
	bottom: 0;
	right: auto;
	top: auto;
}
/*------------- Testimonial-arrow-slider --------------*/
.testimonial-arrow-slider {
	position: relative;
}
.testimonial-arrow-slider .heading {
	margin-bottom: 60px;
	display: inline-block;
}
.testimonial-arrow-slider .heading .heading-title {
	float: left;
}
.testimonial-arrow-slider .heading .heading-line {
	clear: both;
}
.testimonial-arrow-slider .pagination, .testimonial-arrow-slider .swiper-pagination {
	left: 0;
	bottom: 0;
	z-index: 5;
}
.testimonial-arrow-slider .pagination .swiper-pagination-bullet, .testimonial-arrow-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #d7d7d7;
}
.testimonial-arrow-slider .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial-arrow-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	border: 2px solid #009ef6;
}
.testimonial-arrow-slider .pagination.top-right, .testimonial-arrow-slider .swiper-pagination.top-right {
	left: auto;
	bottom: auto;
	right: 0;
	top: 150px;
}
.testimonial-arrow-slider .pagination-bottom {
	padding-bottom: 80px;
	top: 0;
}
/*------------- Slider-profit --------------*/
.slider-profit-wrap {
	position: relative;
}
.slider-profit-wrap .pagination-vertical {
	padding-left: 100px;
	margin-left: -100px;
}
.slider-profit-wrap .slider-profit {
	position: relative;
}
.slider-profit-wrap .slider-profit .slider-profit-thumb {
	position: relative;
}

.slider-profit-wrap .slider-profit .btn {
	margin-bottom: 30px;
}
.slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
 
.slider-profit-wrap .pagination .swiper-pagination-bullet, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet {
	display: block;
	margin: 9px 5px;
	background-color: #0c2c54;
}

.slider-profit-wrap .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #fff;
	background-color: transparent;
}
.swiper-slide > .main-slider {
	height: 100%;
	padding-bottom: 0;
	padding-top: 0;
}

/*------------- #SEO-SCORE --------------*/
.seo-score {
	background-color: #2f2c2c;
	padding: 130px 0 200px;
	position: relative;
	overflow: hidden;
}

.seo-score .seo-score-content {
	z-index: 2;
	position: relative;
}
.seo-score .seo-score-content .heading .heading-title {
	color: #fff;
	margin-bottom: 10px;
}
.seo-score .seo-score-content .heading .heading-text {
	color: #797676;
}
.seo-score .seo-score-content .input-drop-shadow input {
	-webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}
.seo-score .seo-score-content .seo-score-form input.site {
	border-radius: 50px 0 0 50px;
}

.seo-score .seo-score-content .seo-score-form input.e-mail {
	border-radius: 0 50px 50px 0;
	margin-left: 2px;
}

.seo-score .seo-score-content .seo-score-form button {
	margin-top: 30px;
}
.seo-score .images img {
	position: absolute;
	opacity: 0;
}
.seo-score .images img:first-of-type {
	top: -100px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
 .seo-score .images img:nth-child(2) {
 bottom: -100%;
 left: 50%;
 transform: translate(-50%, 0);
 -webkit-transform: translate(-50%, 0);
 -ms-transform: translate(-50%, 0);
}
.seo-score .images img:last-of-type {
	bottom: -100%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
/*------------- #OFFERS --------------*/
.our-video {
	overflow: hidden;
	background: url("../img/banner/video-bg-clean.jpg") no-repeat 50% 50%, #d2d3d8;
	background-size: cover;
	padding:180px 0 240px;
	position:relative;
}
.our-video:after {
    content: '';
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-content{
	position:relative;
	z-index:2;
}

.our-video .video {
}
.our-video .video .video-control {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.our-video .content {
	padding-right: 15px;
	padding-left: 15px;
}
.our-video .content .heading .heading-text {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 40px;
}
/*------------- #COUNTERS --------------*/
.counters {
	overflow: hidden;
	padding: 80px 0;
}

.counters .counter-item .counter-numbers {
	font-size: 100px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 1;
	margin-bottom: -36px;
}

.counters .counter-item .counter-numbers .units {
	display: inline-block;
	margin-left: -25px;
}

.counters .counter-item .counter-title {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.counters .counter-item .counter-line .short-line {
	display: inline-block;
	width: 20px;
	height: 3px;
	background-color: #66c491;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
}
.counters .counter-item .counter-line .long-line {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #66c491;
	border-radius: 10px;
	position: relative;
}
/*------------- #Counter modern --------------*/
.counters-modern {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.counters-modern .counter-item-modern {
	padding-right: 35px;
}

.counters-modern .counter-item-modern i {
	margin-bottom: 20px;
	color: #64d8ff;
	font-size: 70px;
	display: block;
}
.counters-modern .counter-item-modern i.c-primary {
	color: #009ef6;
}
.counters-modern .counter-item-modern i.c-secondary {
	color: #f15b26;
}
.counters-modern .counter-item-modern i.c-green {
	color: #3cb878 !important;
}
.counters-modern .counter-item-modern i.c-orange {
	color: #fcb03b !important;
}
.counters-modern .counter-item-modern .counter-numbers-modern {
	font-size: 100px;
	line-height: 1;
}

.counters-modern .counter-item-modern .counter-numbers-modern .units {
	display: inline-block;
	margin-left: -25px;
}

.counters-modern .counter-item-modern .counter-title-modern {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
}
.counters-modern .counter-item-modern .counter-line-modern .short-line-modern {
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
}
.counters-modern .counter-item-modern .counter-line-modern .long-line-modern {
	display: inline-block;
	width: 50px;
	height: 3px;
	border-radius: 10px;
	position: relative;
}
/*------------- #RECENT-CASE --------------*/
.recent-case {
	overflow: hidden;
}
.recent-case .case-item-wrap {
	overflow: hidden;
	margin-bottom: 55px;
}

.recent-case .pagination, .recent-case .swiper-pagination {
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.recent-case .pagination-bottom {
	padding-bottom: 80px;
}
.case-item {
	padding: 30px;
	background-color: #f7f9f9;
 transition: all .3s ease;
}

.case-item .case-item__thumb {
	margin-bottom: 34px;
	box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
}
.case-item .case-item__title {
	text-transform: uppercase;
	color: #2f2c2c;
	margin-bottom: 5px;
}
.case-item .case-item__cat a {
	display: inline-block;
	color: #acacac;
	font-size: 14px;
 transition: all .3s ease;
}
.case-item:hover {
	background-color: #009ef6;
}
.case-item:hover .case-item__title {
	color: #fff;
}
.case-item:hover .case-item__cat a {
	color: rgba(255, 255, 255, 0.5);
}
.case-item:hover .case-item__cat a:hover {
	color: #fff;
}
.case-item.big {
	padding-bottom: 60px;
}
.case-item.big .case-item__thumb {
	margin-bottom: 60px;
}
.case-item.big .case-item__cat a {
	font-size: 16px;
}
.cat-list {
	margin: 50px 0;
	padding: 0;
	list-style: none;
}
.cat-list .cat-list__item {
	display: inline-block;
	padding: 0 20px;
}

.cat-list .cat-list__item a {
	font-size: 17px;
	color: #2f2c2c;
	position: relative;
	text-transform: capitalize;
 transition: all .3s ease;
}
.cat-list .cat-list__item a:before {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background-color: #009ef6;
	position: absolute;
	right: 0;
	bottom: -10px;
	opacity: 0;
 transition: all .3s ease;
}
.cat-list .cat-list__item a:after {
	content: '';
	display: block;
	position: absolute;
	width: 15%;
	height: 2px;
	background-color: #009ef6;
	left: 0;
	bottom: -10px;
	opacity: 0;
 transition: all .3s ease;
}
.cat-list .cat-list__item a:hover {
	color: #009ef6;
}
.cat-list .cat-list__item a:hover:after, .cat-list .cat-list__item a:hover:before {
	opacity: 1;
}
.cat-list .cat-list__item.active a {
	color: #009ef6;
}
.cat-list .cat-list__item.active a:after, .cat-list .cat-list__item.active a:before {
	opacity: 1;
}
/*================= Animation for primary menu =========*/
.cat-list > li:hover > a:after {
	width: 15%;
 animation: cat-short .5s linear;
}
 @keyframes cat-short {
 0% {
 width: 0;
}
 50% {
 width: 40%;
}
 100% {
 width: 15%;
}
}
.cat-list > li:hover > a:before {
	width: 80%;
 animation: cat-long .5s linear;
}
 @keyframes cat-long {
 0% {
 width: 100%;
}
 50% {
 width: 55%;
}
 100% {
 width: 80%;
}
}
.cat-list-bg-style {
	margin: 50px 0;
	padding: 0;
	list-style: none;
}
.cat-list-bg-style .cat-list__item {
	display: inline-block;
	background-color: #f7f9f9;
	margin: 0 5px;
	border-radius: 30px;
	overflow: hidden;
}
.cat-list-bg-style .cat-list__item a {
	font-size: 18px;
	color: #acacac;
	position: relative;
	text-transform: capitalize;
 transition: all .3s ease;
	padding: 10px 20px;
	display: block;
}
.cat-list-bg-style .cat-list__item a:hover {
	color: #fff;
	background-color: #009ef6;
}
.cat-list-bg-style .cat-list__item.active {
	background-color: #009ef6;
}
.cat-list-bg-style .cat-list__item.active a {
	color: #fff;
}
/*------------- #PRICING-TABLES --------------*/
.pricing-tables .pricing-tables-wrap {
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 14px 32px 10px rgba(0, 0, 0, 0.2);
	margin: 0 15px;
	border-radius: 10px;
}
 .pricing-tables .pricing-tables-wrap :nth-child(3) .pricing-tables-item .dots {
 display: none;
}
.pricing-tables-item {
	text-align: center;
	padding: 60px;
	position: relative;
}
.pricing-tables-item:hover .btn {
	background-color: #fff;
}
.pricing-tables-item .pricing-tables-icon {
	width: 130px;
	height: 130px;
	border: 15px solid #f7f9f9;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 15px;
}
.pricing-tables-item .pricing-tables-icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.pricing-tables-item .pricing-title {

}
.pricing-tables-item .btn-price{
	background:#fff;
	padding:12px 13px;
	text-align:center;
	font-size:15px;
	font-family:'Rajdhani', sans-serif;
	border:1px solid transparent
}
.pricing-tables-item .btn-price.red-btn{
	background:#fb4444; 
	color:#fff;
}
.pricing-tables-item .btn-price.blue-btn{
	background:#5aa8ec; 
	color:#fff;
}

.pricing-tables-item .btn-price.green-btn{
	background:#57c751; 
	color:#fff;
}

.pricing-tables-item .btn-price.aqua-btn{
	background:#69d2c9; 
	color:#fff;
}


.pricing-tables-item .pricing-tables-position {
	font-size: 14px;
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
	min-height: 140px;
}

.pricing-tables-item.active .pricing-tables-position {
	min-height: 170px;
}

.pricing-tables-item .pricing-tables-position .position-item {
	margin-bottom: 2px;
	line-height: 2.9em;
	color: #4a4a4a;
    font-family:'Rajdhani', sans-serif;
    font-size: 17px;
}
.pricing-tables-item .pricing-tables-position .position-item i {
	color: #666666;
}
.pricing-tables-item .pricing-tables-position .position-item.include {
	color: #fcb03b;
}
.pricing-tables-item .pricing-tables-position .position-item .count {
	color: #2f2c2c;
	font-weight: 600;
}
.pricing-tables-item .rate {
	font-size: 35px;
	color: #fff;
	font-weight:600;
}
.pricing-tables-item .rate small {
	font-size: 18px;
	color:#fff;
}

.pricing-tables-item .subscrib-period{
	font-size:13px;
	color:#fff;
}
.pricing-tables-item .dots {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	font-family:'Rajdhani', sans-serif;
}

.pricing-tables-head .pricing-tables-item {
	border-radius: 0px;
	padding: 0;
	/*border:1px solid rgba(0,0,0,0.1);*/
	/*box-shadow: 8px 0 30px rgba(0, 0, 0, 0.1);*/
	transition: all .3s ease;
	margin: 10px 0;
}
.pricing-tables-head .pricing-tables-item .pricing-head {
	position: relative;
	min-height: auto;
	font-weight:600;
	font-size:30px;
	padding:20px 0 15px;
	font-family:'Rajdhani', sans-serif;
}
.pricing-tables-head .pricing-tables-item .pricing-head.blue-block {
	background:#5aa8ec;
}
.pricing-tables-head .pricing-tables-item .pricing-head.red-block {
	background:#fb4444;
}
.pricing-tables-head .pricing-tables-item .pricing-head.aqua-block {
	background:#69d2c9;
}
.pricing-tables-head .pricing-tables-item .pricing-head.green-block {
	background:#57c751;
}

.pricing-tables-item .pricing-title {
	display:block;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}

.pricing-tables-head .pricing-tables-item .pricing-content-wrap {
	margin-top: 0;
	background-color: #fff;
	padding: 25px 15px 30px;
	border: 1px solid rgba(0,0,0,0.1);
}
.br-0{
	border-right:none;
}
.bl-0{
	border-left:none !important;
}

.pricing-tables-head .pricing-tables-item .pricing-content-wrap .pricing-tables-icon {
	background-color: #fff;
}
.pricing-tables-head .pricing-tables-item:hover, .pricing-tables-head .pricing-tables-item.active{
/*	transform: scale(1.1);*/
	z-index: 999;
}
.pricing-tables-head .pricing-tables-item:hover .btn {
	background-color: #333;
}
.pricing-tables-classic .pricing-tables-item {
	background-color: #fff;
	box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.pricing-tables-colored .pricing-tables-item {
	box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.pricing-tables-colored .pricing-tables-item .pricing-tables-icon {
	border: none;
}
.pricing-tables-colored .pricing-tables-item .pricing-title:hover {
	color: #2f2c2c;
}
.pricing-tables-colored .pricing-tables-item .pricing-tables-position .position-item {
	color: #fff;
}
.pricing-tables-colored .pricing-tables-item .pricing-tables-position .position-item .count {
	color: #fff;
}
.pricing-tables-colored .pricing-tables-item .rate {
	color: #2f2c2c;
}
.pricing-tables-colored .pricing-tables-item:hover .btn {
	border-color: transparent;
	background-color: #2f2c2c;
}
.pricing-tables-colored .pricing-tables-item:hover .pricing-title {
	color: #2f2c2c;
}
.pricing-tables-pt{
	padding-top:130px;
	background: #ebf4ff;
}
.popular-package{
	text-align:center;
	display:block;
	margin:0 auto;
	padding:0 0;
	
	line-height:40px;
	text-align:center;
	color:#fff;
	position:absolute;
	top:-39px;
	font-size:16px;
	/*background:#fb4444;*/
	background:#f53b3b;
	width:100%;
}

/*------------- #RECENT-POST --------------*/
/*------------- #CLIENTS --------------*/
.client-item {
	display: inline-block;
	position: relative;
	padding: 0 70px;
}
.client-item .client-image {
	position: relative;
 transition: all .3s ease;
	backface-visibility: hidden;
	text-align: center;
}
.client-item .client-image img {
	position: relative;
	backface-visibility: hidden;
}
.client-item:hover .client-image {
	opacity: 0.5;
	backface-visibility: hidden;
}
.client-item-style2 {
	padding: 60px 40px;
	text-align: center;
 transition: all .3s ease;
	float: left;
}
.client-item-style2 .client-image {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.client-item-style2 .client-image img {
	position: relative;
 transition: all .3s ease;
	backface-visibility: hidden;
}
.client-item-style2 .client-image img.hover {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.client-item-style2 .clients-item-title {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.client-item-style2 .clients-item-text {
	margin-bottom: 30px;
}
.client-item-style2:hover {
	background-color: #009ef6;
}
.client-item-style2:hover .client-image .hover {
	opacity: 1;
}
.client-item-style2:hover .clients-item-text {
	color: #fff;
}
.client-item-style2:hover .btn {
	color: #fff;
	background-color: #2f2c2c;
	border-color: #2f2c2c;
}
 .client-item-style2:hover .btn .semicircle::after {
 border-color: #fff;
}
.load-more {
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
 transition: all .3s ease;
	display: block;
	max-width: 120px;
}
.load-more .load-more-img-wrap {
	margin-bottom: 20px;
	position: relative;
	display: block;
	background-image: url("../img/load-more-arrow.png");
	background-position: 54% 50%;
	background-repeat: no-repeat;
}
.load-more .load-more-img-wrap img {
	position: relative;
}
.load-more .load-more-text {
	color: #d7d7d7;
	font-size: 16px;
	text-transform: uppercase;
 transition: all .3s ease;
}
.load-more:hover .load-more-text {
	color: #009ef6;
}
.load-more:hover .load-more-img-wrap {
	animation: rotate-img 1.5s infinite linear;
}
.load-more:hover .load-more-img-wrap img {
	animation: rotate-img 2s infinite linear;
}
 @keyframes rotate-img {
 100% {
 transform: rotate(360deg);
}
}
.load-more.last-page:hover .load-more-img-wrap {
	animation: none;
}
.load-more.last-page:hover .load-more-img-wrap img {
	animation: none;
}
/*------------- #SUBSCRIBE --------------*/
.subscribe {
	padding: 72px 0;
	overflow: hidden;
	position: relative;
}
.subscribe .subscribe-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 23px;
}
.subscribe .sub-title {
	color: rgba(255, 255, 255, 0.5);
	float: left;
}
.subscribe .subscribe-form {
	margin-bottom: 25px;
}
.subscribe .subscribe-form .email {
	background-color: #fff;
	padding: 16px 40px;
	font-size: 16px;
	color: #797676;
	border-color: transparent;
	border-radius: 50px 0 0 50px;
	width: 70%;
	float: left;
}

.subscribe .subscribe-form .subscr-btn {
	display: inline-block;
	background-color: #2f2c2c;
	padding: 17px 40px;
	border-radius: 0 50px 50px 0;
	font-size: 15px;
	text-transform: uppercase;
	width: 30%;
	cursor: pointer;
	position: relative;
	color: #fff;
	text-align: center;
}

.subscribe .images-block img {
	position: absolute;
	opacity: 0;
}
.subscribe .images-block img.mail {
	left: 0;
	bottom: -100%;
}

.subscribe .images-block img.gear {
	top: 50px;
	right: 0;
}

.subscribe .images-block img.mail-2 {
	bottom: -50px;
	right: -100%;
}
/*------------- #FOOTER --------------*/
.footer {
	padding-top: 50px;
	background-color: #032a40;
	color: white;
}
.footer .info {
	padding-bottom: 16px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
    z-index: 1;
    position: relative;
}

.footer .info .heading {
	margin-bottom: 23px;
}
.footer .info .heading .heading-title {
	color: #fff;
	font-size: 22px;
}
.footer .info .heading .heading-text {
	font-size: 15px;
	line-height: 1.6;
	opacity: .6;
	font-weight:300;
}
.footer .info .services ul {
	width: 100%;
	float: left;
	line-height: 1.2;
	padding:0;
	margin:0;
}
.footer .info .services ul li{
	list-style:none;
}
.footer .info .services ul li a {
	display:block;
	padding:10px 0;
	color:#fff;
	font-size:15px;
}
.footer .info .services ul li a i{
	margin-right:5px;
}

.footer .info .services ul li a:hover {
	color:#0099FF;
}

.footer .info .services ul li:first-child a {
	padding-top:0;
}

.footer .info .services .list--primary > li i {
	margin-right: 15px;
	margin-top: 3px;
	color: #fff;
}
.footer .info .services .list--primary > li a {
	font-size: 14px;
	opacity: 1;
	color:#fff;
}
.footer .info .services .list--primary > li:hover i {
	color: #009ef6;
	margin-left: 10px;
}
.footer .info .services .list--primary > li:hover a {
	color: #fff;
}
.ftr-text{
	color:#fff;
	font-size:14px;
	font-weight:300;
}


.footer .contacts {
	padding: 14px 0;
	display: flex;
}



.footer .contacts a {
	font-size: 24px;
	color: #fff;
}
.footer .contacts .contacts-item .content .sub-title {
	opacity: .4;
}
.footer a {
	/*color: rgba(255, 255, 255, 0.70);*/
	color: #009ef6;
	transition: all .3s ease;
}
.footer a:hover {
	color:#14c2c3;
}
.footer .sub-footer {
	background-color: #00253a;
	padding: 15px 0;
	position: relative;
}

.footer .sub-footer span {
	font-size: 14px;
	margin-right: 30px;
	color: #c3c3c3;
}



.footer .sub-footer span:last-of-type {
	padding-right: 70px;
}
.footer.js-fixed-footer {
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.content-wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
	-webkit-margin-bottom-collapse: separate;
}
.block-footer-height {
	position: relative;
	width: 100%;
}
/*------------- #OVERLAY-MENU --------------*/
body:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(47, 44, 44, 0.85);
	opacity: 0;
 transition: opacity .3s ease;
	z-index: -999;
}
body.overlay-enable:before {
	opacity: .8;
	z-index: 500;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: rgba(47, 44, 44, 0.85);
	opacity: .8;
	z-index: 25;
}
.overlay_search {
	z-index: 100;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.overlay_search:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(37, 35, 35, 0.97);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0.04) translateY(9999px);
	transform: scale(0.04) translateY(9999px);
	overflow: hidden;
}
.overlay_search .form_search-wrap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	min-width: 1170px;
	opacity: 0;
}

.overlay_search .form_search-wrap form {
	position: relative;
 transition: all .3s ease;
}
.overlay_search .form_search-wrap form .overlay_search-input {
	background-color: transparent;
	padding: 0 0 25px;
	border: none;
	border-bottom: 2px solid #707070;
	color: #707070;
	font-size: 24px;
 transition: all .3s ease;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover {
	border-bottom: 2px solid #fff;
	color: #acacac;
}
.overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span {
	background: #acacac;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus {
	border-bottom: 2px solid #009ef6;
	color: #fff;
}
.overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span {
	background: #009ef6;
}
.overlay_search .form_search-wrap form .overlay_search-close {
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	right: -5px;
	top: 0;
}
.overlay_search .form_search-wrap form .overlay_search-close span {
	display: block;
	height: 2px;
	background: #707070;
	border-radius: 10px;
	margin: auto;
	width: 100%;
 transition: all .3s ease;
	top: 50%;
	position: absolute;
}
.overlay_search .form_search-wrap form .overlay_search-close span:first-of-type {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.overlay_search .form_search-wrap form .overlay_search-close span:last-of-type {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.open .overlay_search {
	top: 0;
}
.open .overlay_search:before {
	-webkit-animation: menu-animation 0.8s ease-out forwards;
	animation: menu-animation 0.8s ease-out forwards;
}
.open .overlay_search .form_search-wrap {
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-out;
 transition: opacity 1s ease-out, -webkit-transform .5s ease-out;
 transition: transform .5s ease-out, opacity 1s ease-out;
 transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
 transition-delay: .5s;
}
 @-webkit-keyframes menu-animation {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9% {
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100% {
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}
 @keyframes menu-animation {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.04) translateY(300%);
 transform: scale(0.04) translateY(300%);
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
 -webkit-transition: ease-out;
 transition: ease-out;
}
 40% {
 -webkit-transform: scale(0.04) translateY(0);
 transform: scale(0.04) translateY(0);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(0.02) translateY(0px);
 transform: scale(0.02) translateY(0px);
}
 61% {
 -webkit-transform: scale(0.04);
 transform: scale(0.04);
}
 99.9% {
 height: 0;
 padding-bottom: 100%;
 border-radius: 100%;
}
 100% {
 -webkit-transform: scale(2);
 transform: scale(2);
 height: 100%;
 padding-bottom: 0;
 border-radius: 0;
}
}
.right-menu {
	position: fixed;
	right: 0;
	top: 0;
	max-width: 500px;
	height: 100%;
	z-index: 555;
 transition: all .4s ease;
	transform: translateX(100%);
	will-change: transform;
	background-color: #fff;
}
.right-menu.opened {
	transform: translateX(0%);
}
.right-menu.opened .right-menu-wrap .user-menu-close {
	transform: scale(1);
	opacity: 1;
}


.right-menu .right-menu-wrap {
	padding: 80px 75px 30px;
	background-color: #fff;
}
.right-menu .right-menu-wrap .user-menu-close {
	position: absolute;
	left: -36px;
	top: 83px;
	width: 70px;
	height: 70px;
	border: 3px solid #2f2c2c;
	border-radius: 50%;
	z-index: 35;
	transform: scale(0);
	opacity: 0;
 transition: all .3s ease;
 transition-delay: .3s;
}

 
.right-menu .right-menu-wrap .user-menu-close .user-menu-content {
	width: 64px;
	height: 64px;
	background-color: #f15b26;
	border: 4px solid #fff;
	border-radius: 50%;
	position: relative;
	display: block;
}


.right-menu .right-menu-wrap .user-menu-close .user-menu-content span {
	display: block;
	height: 3px;
	background: #fff;
	border-radius: 10px;
	margin: auto;
	width: 50%;
 transition: all .3s ease;
	left: 25%;
	top: 50%;
	position: absolute;
}
.right-menu .right-menu-wrap .user-menu-close .user-menu-content span:first-of-type {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.right-menu .right-menu-wrap .user-menu-close .user-menu-content span:last-of-type {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.right-menu .text {
	margin-bottom: 0;
}
.right-menu .login .login-title, .right-menu .login .heading-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.right-menu .login .login-btn-wrap {
	overflow: hidden;
	padding-bottom: 20px;
	display: table;
}
.right-menu .login .login-btn-wrap .btn {
	float: left;
	margin-right: 20px;
}
.right-menu .login .login-btn-wrap .remember-wrap {
	display: inline-block;
	vertical-align: middle;
}
.right-menu .login .login-btn-wrap .remember-wrap .checkbox {
	position: relative;
}
.right-menu .login .login-btn-wrap .remember-wrap .checkbox input[type=checkbox] {
	display: none;
}
.right-menu .login .login-btn-wrap .remember-wrap .checkbox label {
	padding-left: 30px;
	color: #2f2c2c;

}
.right-menu .login .login-btn-wrap .remember-wrap .checkbox label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 5px;
	border-radius: 3px;
	background-color: #009ef6;
	border: none;
}
.right-menu .login .login-btn-wrap .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
.right-menu .login .helped, .right-menu .login .helped a {
	color: #009ef6;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 5px;
}
.right-menu .login input {
	margin-bottom: 25px;
}
.right-menu .contacts {
	display: block;
}
.right-menu .contacts .contacts-title, .right-menu .contacts .heading-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.right-menu .contacts .contacts-text {
	margin-bottom: 30px;
}
.right-menu .contacts .contacts-item {
	margin-bottom: 20px;
}
.right-menu .contacts .contacts-item img {
	float: left;
	margin: auto 30px auto auto;
}
.right-menu .contacts .contacts-item .content {
	overflow: hidden;
}
.right-menu .contacts .contacts-item .content a {
	font-size: 13px;
	color: #2f2c2c;
 transition: all .3s ease;
}
.right-menu .contacts .contacts-item .content a:hover {
	color: #009ef6;
}
.right-menu .contacts .contacts-item .content .sub-title {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 0;
}
.right-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #009ef6;
}
.right-menu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(76, 194, 192, 0.85);
}
.right-menu .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,  .right-menu .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(76, 194, 192, 0.9);
}
.right-menu .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(76, 194, 192, 0.5);
}
.right-menu .widget {
	padding: 30px 75px 40px;
	margin-bottom: 0;
}
 .right-menu .widget:nth-child(even) {
 background-color: transparent;
}
 .right-menu .widget:nth-child(odd) {
 background-color: #f7f9f9;
}
/*------------- #FEATURES --------------*/
.features-item {
	text-align: center;
	padding: 20px 0;
}
.features-item:hover a {
	color: #333;
}
.features-item:hover .read-more {
	color: #333;
}
.features-item .features-item__thumb {
	margin-bottom: 30px;
}
.features-item a {
	margin-bottom: 10px;
	font-size: 25px;
	display: block;
	color: #032a40;
}
.features-item a:hover {
	color: #01363d;
}
.features-item .features-text {
	font-size: 16px;
	margin-bottom: 19px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
.features-item .read-more {
	font-size: 16px;
	color: #ccc;
	display: block;
}
.features-item .read-more:hover {
	color: #032a40;
}
.features-item .read-more i {
	margin-left: 10px;
	font-size: 13px;
}

.contacts .contacts-item .icon {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}
.contacts .contacts-item img {
    float: left;
    margin: auto 27px auto auto;
    width: 69px;
}
.contacts .contacts-item .content {
	margin-left: auto;
	overflow: hidden;
}
.contacts .contacts-item .content .title-head{
	font-family: 'Asap', sans-serif !important;
	font-weight:600;
	font-size:24px;
	margin-bottom:7px;
}
.contacts .contacts-item .content .title {
	font-size: 21px;
	font-family: 'Rajdhani', sans-serif;
	font-weight:800;
}

.contacts .contacts-item .content .title:hover {
	color: #009ef6;
}
.contacts .contacts-item .content .sub-title {
	font-size: 16px;
    font-family: 'Asap', sans-serif !important;
    color: #000;
    font-weight: 400;
}
.footer .contacts .contacts-item .content .sub-title{
	font-size: 15px;
    font-family: 'ASAP', sans-serif !important;
    color: #f4f4f4;
	font-weight:300;
}
.footer .contacts .contacts-item .content .title{
	font-size: 15px;
	font-family: 'Asap', sans-serif;
}


.contacts-shadow {
	box-shadow: 5px 0 80px rgba(0, 0, 0, 0.15);
}
#map {
	width: 100%;
	height: 620px;
}
/*------------- #CONTACT-FORM --------------*/
textarea {
	width: 100%;
	min-height: 140px;
}
.contact-form {
	position: relative;
	background:#fff;
	padding:0px ;
	float:left;
	width:100%;
	display:block;
}
.contact-form abbr {
	text-decoration: none;
}
.contact-form .checked {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-top: -15px;
}
.contact-form .checked-icon {
	position: relative;
	display: block;
}
.contact-form .checked-icon:after {
	content: "\e908";
	font-family: 'seosight';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-top: -15px;
	color: #009ef6;
}
.contact-form .focus-white:focus {
	background-color: #fff;
}
.contact-form textarea {
	min-height: 150px;
}
.contact-form input {
	margin-bottom: 22px;
}
.input-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
}
.input-title abbr[title] {
	color: #f04e4e;
	margin-left: 3px;
}
.input-title .optional {
	color: #797676;
	font-size: 14px;
	margin-left: 10px;
}
.submit-block {
	overflow: hidden;
	padding-bottom: 0px;
}
.submit-block .btn {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.submit-block .submit-block-text {
	font-size: 14px;
}
.remember-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
}

.remember-wrap .checkbox {
	position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
	display: none;
}
.remember-wrap .checkbox label {
	padding-left: 30px;
	color: #2f2c2c;
}
.remember-wrap .checkbox label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 5px;
	border-radius: 3px;
	background-color: #009ef6  ;
	border: none;
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
.remember-wrap .checkbox.gray label:before {
	background-color: #dce1e1;
}
.remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before {
	color: #009ef6;
}
.remember-wrap .choose-select {
	position: relative;
	display: block;
}
.remember-wrap .choose-select:after {
	content: '\e908';
	display: block;
	width: 60px;
	height: 64px;
	background-color: #f1f3f3;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid #e3e9e9;
	border-radius: 0 50px 50px 0;
	font-family: seosight;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
}
.remember-wrap .choose-select .checked {
	color: #cfcfcf;
	right: 15px;
	margin-top: 0;
}
.choose-select {
	position: relative;
	display: block;
}
.choose-select:after {
    content: '\e908';
    display: block;
    width: 60px;
    height: 50px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    border-radius: 0;
    font-family: seosight;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}
.choose-select .checked {
	color: #cfcfcf;
	right: 15px;
	margin-top: 0;
}
/*------------- #CART --------------*/
.cart-main {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 15px 0 65px rgba(0, 0, 0, 0.3);
	margin-bottom: 80px;
}
.cart-main tbody {
	background-color: #fff;
}
.cart-main tbody .cart_item {
	position: relative;
}
.cart-main tbody .cart_item:after {
	content: '';
	display: block;
	width: 95%;
	height: 2px;
	background-color: #f7f9f9;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.cart-main .cart-product-wrap-title-main tr > th {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #2f2c2c;
	padding: 14px 0;
	text-align: left;
}
 @media (max-width: 460px) {
 .cart-main .cart-product-wrap-title-main tr > th {
 font-size: 12px;
}
}
.cart-main .cart_item td {
	padding: 12px 0;
}

.cart-main .cart_item .product-remove .product-del {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	padding: 0 55px;
	color: #ed1c24;
	display: block;
	text-align: center;
}
 @media (max-width: 768px) {
 .cart-main .cart_item .product-remove .product-del {
 padding: 0 15px;
}
}
 @media (max-width: 460px) {
 .cart-main .cart_item .product-remove .product-del {
 padding: 0 7px;
 font-size: 9px;
}
}
.cart-main .cart_item .product-thumbnail .cart-product__item {
	display: flex;
	align-items: center;
}
 @media (max-width: 360px) {
 .cart-main .cart_item .product-thumbnail .cart-product__item {
 display: block;
}
}
.cart-main .cart_item .product-thumbnail .cart-product__item img {
	float: left;
	margin-right: 40px;
	display: table-cell;
	vertical-align: middle;
    width: 100px;
    height: auto;
}
 @media (max-width: 460px) {
 .cart-main .cart_item .product-thumbnail .cart-product__item img {
 margin-right: 0;
}
}
.cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content {
	text-align: left;
}
.cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content .cart-author {
	margin-bottom: 5px;
}
.cart-main .cart_item .product-thumbnail .cart-product__item .cart-product-content .cart-product-title {
	line-height: 1;
	font-size:16px;
}
.cart-main .cart_item .product-quantity .quantity {
	overflow: hidden;
}
.cart-main .cart_item .product-quantity .quantity .quantity-minus {
	display: block;
	float: left;
	padding: 0 20px;
	background-color: #f1f3f3;
	border-radius: 50px 0 0 50px;
	font-size: 40px;
	border-right: 2px solid #e3e9e9;
	color: #cfcfcf;
 transition: all .3s ease;
}
 @media (max-width: 980px) {
 .cart-main .cart_item .product-quantity .quantity .quantity-minus {
 font-size: 20px;
 padding: 0 10px;
}
}
 @media (max-width: 480px) {
 .cart-main .cart_item .product-quantity .quantity .quantity-minus {
 font-size: 14px;
 padding: 0 5px;
}
}
.cart-main .cart_item .product-quantity .quantity .quantity-minus:hover {
	background-color: #009ef6;
	color: #fff;
	border-color: #009ef6;
}
.cart-main .cart_item .product-quantity .quantity input {
	max-width: 70px;
	float: left;
	background-color: #f7f9f9;
	padding: 18px 20px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	margin-bottom: 0;
}
 @media (max-width: 980px) {
 .cart-main .cart_item .product-quantity .quantity input {
 font-size: 18px;
 padding: 0 10px;
 max-width: 40px;
}
}
 @media (max-width: 480px) {
 .cart-main .cart_item .product-quantity .quantity input {
 font-size: 14px;
 padding: 0 5px;
 max-width: 30px;
}
}
.cart-main .cart_item .product-quantity .quantity .quantity-plus {
	display: block;
	float: left;
	padding: 0 20px;
	background-color: #f1f3f3;
	border-radius: 0 50px 50px 0;
	font-size: 40px;
	border-left: 2px solid #e3e9e9;
	color: #cfcfcf;
 transition: all .3s ease;
}
 @media (max-width: 980px) {
 .cart-main .cart_item .product-quantity .quantity .quantity-plus {
 font-size: 20px;
 padding: 0 10px;
}
}
 @media (max-width: 480px) {
 .cart-main .cart_item .product-quantity .quantity .quantity-plus {
 font-size: 14px;
 padding: 0 5px;
}
}
.cart-main .cart_item .product-quantity .quantity .quantity-plus:hover {
	background-color: #009ef6;
	color: #fff;
	border-color: #009ef6;
}
.cart-main .cart_item .product-subtotal {
	padding-right: 45px;
}
 @media (max-width: 570px) {
 .cart-main .cart_item .product-subtotal {
 padding-right: 10px;
}
}
.cart-main .cart_item .product-subtotal .total {
	color: #2f2c2c;
	font-size:16px;
}
.cart-main .actions {
	padding: 16px 70px;
	background-color: #f1f3f3;
	overflow: hidden;
}
 @media (max-width: 570px) {
 .cart-main .actions {
 padding: 30px;
}
}
.cart-main .actions .coupon {
	float: left;
}
 @media (max-width: 980px) {
 .cart-main .actions .coupon {
 margin-bottom: 30px;
}
}
.cart-main .actions .coupon input {
	width: auto;
	border-radius: 0;
	background-color: #fff;
	padding: 13px 40px;
	float: left;
	margin-bottom: 0;
}
 @media (max-width: 600px) {
 .cart-main .actions .coupon input {
 border-radius: 50px;
 margin-bottom: 30px;
}
}
.cart-main .actions .coupon .btn-medium {
	border-radius: 0 ;
	float: left;
}
 @media (max-width: 768px) {
 .cart-main .actions .coupon .btn-medium {
 padding: 23px 31px;
}
}
 @media (max-width: 600px) {
 .cart-main .actions .coupon .btn-medium {
 border-radius: 50px;
}
}
.cart-main .actions .btn {
	float: right;
}
 @media (max-width: 980px) {
 .cart-main .actions .btn {
 float: left;
}
}
.cart-total {
	text-align: center;
}
.cart-total .cart-total-title {
	font-size: 40px;
	margin-bottom: 30px;
}
.cart-total .cart-total-subtotal {
	margin-bottom: 5px;
}
.cart-total .cart-total-total {
	margin-bottom: 40px;
}
.cart-total .cart-total-total .price {
	color: #f26522;
}
.cart-total .btn-medium {
	padding-left: 105px;
	padding-right: 105px;
}
.cart-title {
	text-align: center;
	margin-bottom: 60px;
}
/*------------- #INTERESTED-PRODUCTS --------------*/
.interested-products .heading {
	margin-bottom: 50px;
}
.interested-products .books-item {
	/*margin-bottom: 60px;*/
  margin-bottom: 0px;
}
/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}
 @-webkit-keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
 @keyframes moveUp {
 0% {
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
/*------------- #TIME-LINE --------------*/
/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
 .cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
 display: none;
}
.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 60px;
	overflow: hidden;
}
 .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
 position: absolute;
 z-index: 2;
 top: 49px;
 height: 6px;
 width: 20px;
}
 .cd-horizontal-timeline .events-wrapper::before {
 left: 0;
 background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
 background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
 .cd-horizontal-timeline .events-wrapper::after {
 right: 0;
 background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
 background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
  position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 6px;
	/* width will be set using JavaScript */
  background: #fecb16;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol {
	list-style: none;
	margin: 0;
}
.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
  position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #009ef6;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: -60px;
	z-index: 2;
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #acacac;
	/* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
 .cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
 position: absolute;
 left: 50%;
 right: auto;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 bottom: 50px;
 height: 30px;
 width: 30px;
 border-radius: 50%;
 border: 2px solid #fecb16;
 background-color: #fff;
 -webkit-transition: background-color 0.3s, border-color 0.3s;
 -moz-transition: background-color 0.3s, border-color 0.3s;
 transition: background-color 0.3s, border-color 0.3s;
}
 .no-touch .cd-horizontal-timeline .events a:hover::after {
 background-color: #009ef6;
 border-color: #009ef6;
}
.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #009ef6;
}
 .cd-horizontal-timeline .events a.selected::after {
 background-color: #009ef6;
 border-color: #009ef6;
}
 .cd-horizontal-timeline .events a.older-event::after {
 border-color: #009ef6;
}
.cd-horizontal-timeline .events a.older-event {
	color: #009ef6;
}
.cd-timeline-navigation {
	list-style: none;
	margin: 0;
}
.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
  position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	/* replace text with an icon */
  overflow: hidden;
	color: transparent;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #d7d7d7;
	font-size: 20px;
 transition: all .3s ease;
}
.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
	right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
	border-color: #009ef6;
}
.no-touch .cd-timeline-navigation a:hover:before {
	color: #009ef6;
}
.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}
.cd-timeline-navigation a.inactive:hover:before {
	color: #d7d7d7;
}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 80px 0;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
  position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
	margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}
 .cd-horizontal-timeline .events-content em::before {
 content: '- ';
}
.cd-horizontal-timeline .events-content em {
	line-height: 1.6;
}
.time-line-content .time-line-subtitle {
	color: #acacac;
	margin-bottom: 20px;
}
.time-line-content .time-line-title {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.2;
}
.time-line-content .time-line-text {
	font-size: 18px;
	color: #acacac;
}
 @media (max-width: 570px) {
 .time-line-thumb {
 margin-bottom: 30px;
}
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
 @-moz-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
 @keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
 @-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
 @-moz-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
 @keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
/*------------- #TEAMMEMBERS --------------*/
.teammembers-item {
	text-align: center;
}
.teammembers-item img {
	margin-bottom: 30px;
}
.teammembers-item .teammembers-item-name {
	margin-bottom: 5px;
}
.teammembers-item .teammembers-item-prof {
	margin-bottom: 15px;
}
.teammembers-item .socials .social__item {
	margin-left: 10px;
}
/*------------- #SKILLS --------------*/
.skills .skills-item {
	margin-bottom: 25px;
}
.skills .skills-item .skills-item-info {
	margin-bottom: 15px;
}
.skills .skills-item .skills-item-info .skills-item-title {
	font-size: 16px;
	color: #797676;
}
.skills .skills-item .skills-item-info .skills-item-count {
	font-size: 16px;
	color: #fff;
	float: right;
}
.skills .skills-item .skills-item-meter {
	padding: 0 5px;
	width: 100%;
	border-radius: 10px;
	background-color: #373434;
	position: relative;
	height: 17px;
}
.skills .skills-item .skills-item-meter .skills-item-meter-active {
	position: relative;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	bottom: 6px;
	opacity: 0;
 transition: all .2s ease;
}
.skills .skills-item .skills-item-meter .skills-item-meter-active.skills-animate {
	animation: skills-animated 1.2s ease-out;
}
.skills .skills-item .skills-item-meter .skills-item-meter-active.skills-animate-opacity {
 animation: skills-animated-opacity .2s ease-out;
}
.skills .skills-item .skills-item-meter .skills-item-meter-active:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	border: 4px solid;
	border-color: inherit;
	border-radius: 100%;
	position: absolute;
	right: -23px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.skills .skills-item .skills-item-meter.bg-border-color {
	background-color: #f7f9f9;
}
 @keyframes skills-animated {
 0% {
 width: 0;
}
}
 @keyframes skills-animated-opacity {
 100% {
 opacity: 1;
}
}
/*------------- #BOOKS --------------*/
.books-grid .books-grid-control {
	text-align: center;
	margin-bottom: 60px;
}
.books-grid .books-grid-control .showing {
	margin-right: 60px;
	display: inline-block;
	font-size: 16px;
	color: #acacac;
}

.books-grid .books-grid-control .showing span {
	color: #2f2c2c;
}
.books-grid .books-grid-control .sort {
	display: inline-block;
	font-size: 16px;
	position: relative;
}
.books-grid .books-grid-control .sort:hover .dropdown-sort-menu {
	opacity: 1;
	visibility: visible;
}
.books-grid .books-grid-control .sort > a {
	color: #009ef6;
	font-size: inherit;
	margin-right: 20px;
}
.books-grid .books-grid-control .sort > a i {
	position: relative;
	color: #009ef6;
	font-size: 16px;
	margin-left: 20px;
}
.books-grid .books-grid-control .sort .dropdown-sort-menu {
	padding: 15px;
	text-align: left;
	background-color: #009ef6;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
 transition: all .3s ease;
	z-index: 10;
}
.books-grid .books-grid-control .sort .dropdown-sort-menu .dropdown-sort-submenu {
	padding: 10px;
}
.books-grid .books-grid-control .sort .dropdown-sort-menu .dropdown-sort-submenu a {
	color: #fff;
 transition: all .3s ease;
	width: 100%;
	display: block;
}
.books-grid .books-grid-control .sort .dropdown-sort-menu .dropdown-sort-submenu:hover a {
	color: #2f2c2c;
}
.books-item {
	text-align: center;
	background-color: #f7f9f9;
	padding: 0px 0px 20px 0px;
	margin: 5px 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}
.books-item:hover {
	box-shadow: 0 12px 10px rgba(0, 0, 0, 0.3);
}


.books-item .books-item-thumb {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
}
.books-item .books-item-thumb .overlay-books {
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
}
.books-item .books-item-thumb .new {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: -15px;
	background-color: #8dc63f;
	font-size: 14px;
	color: #fff;
	border-radius: 100%;
	display: none;
}
.books-item .books-item-thumb .sale {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: -15px;
	background-color: #f15b26;
	font-size: 14px;
	color: #fff;
	border-radius: 100%;
	display: none;
}
.books-item .books-item-info {
	margin-bottom: 15px;
}
.books-item .books-item-info .books-author {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 20px;
}
.books-item .books-item-info .books-title {
	margin-bottom:4px;
	font-size: 20px;
	font-weight: 500;
}
.books-item .books-item-info .books-price {
	font-size: 14px;
	color: #797979;
	padding:5px 12px 3px 12px;
}
.books-item .books-item-info .books-price .del {
	font-size: 14px;
	color: #acacac;
	text-decoration: line-through;
	margin-right: 5px;
}
.books-item .books-item-info .books-price.free {
	color: #8dc63f;
}
.books-item.new .new {
	display: block;
}
.books-item.sale .sale {
	display: block;
}
.books-item.added .overlay-books {
	opacity: 1;
}
.books-item.added .books-item-info .books-title {
	color: #009ef6;
}

/*------------- #PIE-CHARTS --------------*/
@media (max-width: 570px) {
 .pie-chart-item {
 margin-bottom: 30px;
}
}
.pie-chart-item .pie-chart {
	width: 170px;
	height: 170px;
	position: relative;
	border-radius: 100%;
	border: 5px solid #f7f9f9;
	float: left;
	margin-right: 30px;
}
 @media (max-width: 980px) {
 .pie-chart-item .pie-chart {
 float: none;
 margin-bottom: 30px;
}
}
.pie-chart-item .pie-chart:after {
	content: '';
	display: block;
	width: 145px;
	height: 145px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 100%;
	border: 5px solid #f7f9f9;
	z-index: -1;
}
.pie-chart-item .pie-chart .content {
	font-size: 40px;
	color: #2f2c2c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.pie-chart-item .pie-chart img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.pie-chart-item .pie-chart-content {
	overflow: hidden;
}
.pie-chart-item .pie-chart-content .pie-chart-content-title {
	line-height: 1.2;
	margin-bottom: 15px;
}
.pie-chart-item .pie-chart-content .pie-chart-content-text {
	margin-bottom: 20px;
}
.pie-chart-item .pie-chart-content a {
	color: #acacac;
 transition: all .3s ease;
	font-size: 16px;
}
.pie-chart-item .pie-chart-content a i {
	margin-left: 10px;
 transition: all .3s ease;
	font-size: 12px;
}
.pie-chart-item .pie-chart-content a:hover {
	color: #009ef6;
}
.pie-chart-item .pie-chart-content a:hover i {
	color: #009ef6;
}
.pie-chart canvas {
	max-width: 100%;
}

/*------------- #PRODUCT-DETAILS --------------*/

.product-details .product-details-thumb {
	padding: 80px 100px 130px;
	position: relative;
	background-color: #f7f9f9;
	box-shadow: 0 25px 40px rgba(0, 0, 0, 0.3);
	text-align: center;
	margin-bottom: 30px;
}

.product-details .product-details-thumb .product-details-img-wrap {
	position: relative;
	max-width: 271px;
	margin: 0 auto;
}
.product-details .product-details-thumb .product-details-img-wrap .sale {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	top: -25px;
	left: -43px;
	background-color: #f15b26;
	font-size: 18px;
	color: #fff;
	border-radius: 100%;
}
.product-details .product-details-thumb .pagination, .product-details .product-details-thumb .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.product-details .product-details-thumb .pagination .swiper-pagination-bullet, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet {
	background-color: #d7d7d7;
}
.product-details .product-details-thumb .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-details .product-details-thumb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	border: 2px solid #009ef6;
}
.product-details .swiper-container {
	padding-bottom: 80px;
	margin-bottom: -80px;
	overflow: visible;
}
.product-details .swiper-container .swiper-slide {
	opacity: 0 !important;
}
.product-details .swiper-container .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.product-details .product-details-info {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #f7f9f9;
	position: relative;
	z-index: 10;
}

.product-details .product-details-info .product-details-info-price {
	color: #f26522;
	font-size: 24px;
	margin-bottom: 15px;
}
.product-details .product-details-info .product-details-info-price .del {
	color: #cccccc;
	font-size: 18px;
	margin-right: 15px;
	text-decoration: line-through;
}
.product-details .product-details-info .product-details-info-title {
	margin-bottom: 20px;
}
.product-details .product-details-info .product-details-info-ratings {
	margin-bottom: 35px;
}
.product-details .product-details-info .product-details-info-ratings .ratings {
	display: inline-block;
	margin-right: 20px;
	color: #cccccc;
}
.product-details .product-details-info .product-details-info-ratings .ratings .fa-star {
	color: #fcd846;
}
.product-details .product-details-info .product-details-info-ratings .reviews {
	display: inline-block;
	font-size: 16px;
	color: #009ef6;
}
.product-details .product-details-info .product-details-info-text {
	margin-bottom: 40px;
}
.product-details .product-details-info .quantity {
	overflow: hidden;
	margin-right: 30px;
	float: left;
}


.product-details .product-details-info .quantity .quantity-minus {
	display: block;
	float: left;
	padding: 0 20px;
	background-color: #f1f3f3;
	border-radius: 50px 0 0 50px;
	font-size: 40px;
	border-right: 2px solid #e3e9e9;
	color: #cfcfcf;
 transition: all .3s ease;
	height: 65px;
	line-height: 65px;
}
.product-details .product-details-info .quantity .quantity-minus:hover {
	color: #fff;
	background-color: #2f2c2c;
	border-right-color: #2f2c2c;
}
.product-details .product-details-info .quantity input {
	max-width: 70px;
	float: left;
	background-color: #f7f9f9;
	padding: 18px 20px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
	height: 65px;
}
.product-details .product-details-info .quantity .quantity-plus {
	display: block;
	float: left;
	padding: 0 20px;
	background-color: #f1f3f3;
	border-radius: 0 50px 50px 0;
	font-size: 40px;
	border-left: 2px solid #e3e9e9;
	color: #cfcfcf;
 transition: all .3s ease;
	height: 65px;
	line-height: 65px;
}
.product-details .product-details-info .quantity .quantity-plus:hover {
	color: #fff;
	background-color: #2f2c2c;
	border-right-color: #2f2c2c;
}
.product-details .product-details-info .btn i {
	font-size: 18px;
}
.product-details .product-details-add-info .author {
	font-size: 16px;
	color: #2f2c2c;
	margin-bottom: 15px;
}
.product-details .product-details-add-info .author .author-name {
	color: #009ef6;
}
.product-details .product-details-add-info .tags {
	font-size: 16px;
	color: #2f2c2c;
	margin-bottom: 15px;
}
.product-details .product-details-add-info .tags .tags-item {
	color: #acacac;
}
.product-details .product-details-add-info .tags .tags-item:hover {
	color: #009ef6;
}
.product-details .product-details-add-info .socials {
	font-size: 16px;
	color: #2f2c2c;
	margin-bottom: 15px;
}
.product-details .product-details-add-info .socials .social__item i {
	font-size: 20px;
	color: #d7d7d7;
 transition: all .3s ease;
}
.product-details .product-details-add-info .socials .social__item:hover i {
	color: #08acee;
}
.product-details .product-details-add-info .socials .social__item:first-child {
	margin-left: 15px;
}
.product-description {
	background-color: #f7f9f9;
	position: relative;
	padding-bottom: 120px;
}
.product-description:before {
	content: '';
	display: block;
	width: 100%;
	height: 77px;
	background-color: #fff;
	position: relative;
}
.product-description .tab-content > .tab-pane {
	display: none;
}
.product-description .tab-content > .tab-pane.active {
	display: block;
}
.product-description .product-description-control {
	margin-top: -77px;
	margin-bottom: 50px;
	float: left;
	padding: 0;
}
.product-description .product-description-control li {
	display: inline-block;
}
.product-description .product-description-control li .control-item {
	padding: 25px 70px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f1f3f3;
	border-right: 2px solid #e3e9e9;
	border-radius: 50px 0 0 0;
	position: relative;
	font-size: 18px;
	float: left;
}



.product-description .product-description-control li .control-item:before {
	content: '';
	display: block;
	width: 60%;
	height: 2px;
	background-color: #009ef6;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	opacity: 0;
}
.product-description .product-description-control li .control-item.reviews {
	border-right: none;
	border-radius: 0 50px 0 0;
}
.product-description .product-description-control li.active .control-item {
	color: #009ef6;
	background-color: #f7f9f9;
}
.product-description .product-description-control li.active .control-item:before {
	opacity: 1;
}
.product-description .product-description-control li:last-child {
	margin-left: -4px;
}

.product-description .product-description-title {
	font-size: 40px;
	color: #2f2c2c;
	margin-bottom: 40px;
}

.product-description .comments__list-review .comments__item-review .comment-content p {
	margin-bottom: 30px;
}
.product-description .add-review .your-rating {
	padding-left: 40px;
	font-size: 16px;
}
.product-description .add-review .your-rating .ratings {
	display: inline-block;
	margin-left: 50px;
	color: #ccc;
	margin-bottom: 30px;
}
.product-description .add-review .your-rating .ratings .fa-star {
	color: #fcd846;
}
.product-description .add-review .contact-form {
	padding-bottom: 20px;
}
.product-description .add-review .contact-form input, .product-description .add-review .contact-form textarea {
	background-color: #fff;
}
.product-description .add-review .contact-form textarea {
	min-height: 230px;
}
.product-description .product-description-text {
	margin-bottom: 30px;
}
.product-description-ver2 .product-description-ver2-thumb {
	position: relative;
}

.product-description-ver2 .pagination, .product-description-ver2 .swiper-pagination {
	bottom: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}


.product-description-ver2 .product-description-ver2-content .post__date {
	background: #fff;
	float: left;
}
.product-description-ver2 .product-description-ver2-content .heading {
	clear: both;
	margin-bottom: 50px;
}
.product-description-ver2 .product-description-ver2-content .likes-block .btn {
	display: inline-block;
	margin-right: 30px;
}
.product-description-ver2 .product-description-ver2-content .likes-block a {
	display: inline-block;
	color: #ff454f;
	margin-bottom: -10px;
}
.product-description-ver2 .product-description-ver2-content .likes-block a .count-likes {
	font-size: 18px;
	float: left;
}
.product-description-ver2 .product-description-ver2-content .likes-block a i {
	font-size: 26px;
	float: left;
	margin-right: 5px;
}
.product-description-ver2 .swiper-container {
	box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
	overflow: visible;
}
.product-description-ver2 .swiper-container .swiper-slide {
	opacity: 0;
}
.product-description-ver2 .swiper-container .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.likes-block .btn {
	display: inline-block;
	margin-right: 30px;
}
.likes-block a {
	display: inline-block;
	color: #ff454f;
	margin-bottom: -10px;
}
.likes-block a .count-likes {
	font-size: 18px;
	float: left;
}
.likes-block a i {
	font-size: 26px;
	float: left;
	margin-right: 5px;
}
.likes-block .btn {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}
.likes-block a {
	display: inline-block;
}
.likes-block a .count-likes {
	color: #ff454f;
	font-size: 18px;
}
.challenge-solutions .challenge-solutions-thumb {
	border: 2px solid #f7f9f9;
	border-radius: 10px;
	padding: 30px;
}
.challenge-solutions .challenge-solutions-thumb img {
	margin-bottom: 30px;
}
.challenge-solutions .challenge-solutions-thumb .text {
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 0;
}
.challenge-solutions .challenge-solutions-content .heading:first-child {
	margin-bottom: 60px;
}
.seo-results .seo-results-thumb canvas {
	margin-bottom: 60px;
}
.seo-results .seo-results-thumb .points {
	padding-left: 50px;
}

.seo-results .seo-results-thumb .points .points-item {
	align-items: center;
	margin-bottom: 20px;
}
.seo-results .seo-results-thumb .points .points-item .point-sircle {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border-color: transparent;
	margin-right: 20px;
	float: left;
}
.seo-results .seo-results-thumb .points .points-item .points-item-count {
	font-size: 14px;
	color: #2f2c2c;
	display: inline-block;
}
.seo-results .seo-results-content .heading {
	margin-bottom: 80px;
}
.seo-results .seo-results-content .results {
	padding-left: 100px;
}

.seo-results .seo-results-content .results .results-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.seo-results .seo-results-content .results .results-item i {
	display: inline-block;
	margin-right: 30px;
	font-size: 70px;
	color: #009ef6;
}
.seo-results .seo-results-content .results .results-item .results-item-info {
	display: inline-block;
	font-size: 30px;
	color: #2f2c2c;
}

.product-description-ver3 {
	position: relative;
}
.product-description-ver3 .product-description-ver3-thumb {
	position: absolute;
	top: 60px;
}
.product-description-challenge {
	position: relative;
	margin-top: 60px;
}


.product-description-challenge .product-description-thumb {
	z-index: 5;
	margin-top: -60px;
	margin-left: -30px;
	position: relative;
}


.product-description-challenge .product-description-content {
	padding: 95px 0 40px;
}
.product-description-challenge .product-description-content .heading .heading-title {
	line-height: 1;
}
.product-description-challenge .product-description-content .heading p {
	line-height: 1.4;
}
.product-description-challenge .product-description-border {
	border: 6px solid #f7f9f9;
	position: absolute;
	height: 100%;
	width: 80%;
	top: 0;
	right: 0;
}


.product-description-solution {
	position: relative;
	margin-top: 60px;
}


.product-description-solution .product-description-thumb {
	z-index: 5;
	margin-top: -60px;
	margin-left: 60px;
	position: relative;
}


.product-description-solution .product-description-content {
	padding: 95px 0 40px;
}


.product-description-solution .product-description-content .heading .heading-title {
	line-height: 1;
}
.product-description-solution .product-description-content .heading p {
	line-height: 1.4;
	margin-bottom: 30px;
}
.product-description-solution .product-description-content .heading p:last-child {
	margin-bottom: auto;
}
.product-description-solution .product-description-border {
	border: 6px solid #f7f9f9;
	position: absolute;
	height: 100%;
	width: 80%;
	top: 0;
	left: 0;
}



.seo-results-ver2 .seo-results-thumb {
	border-radius: 10px;
	border-color: transparent;
	box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}
.seo-results-ver2 .results {
	padding-left: 100px;
}




.seo-results-ver2 .results .results-item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	width: 33.33%;
	float: left;
}

.seo-results-ver2 .results .results-item i {
	display: inline-block;
	margin-right: 30px;
	font-size: 70px;
	color: #009ef6;
}
.seo-results-ver2 .results .results-item .results-item-info {
	display: inline-block;
	font-size: 30px;
	color: #2f2c2c;
}


/*------------- #COMMENTS --------------*/
.comments {
	overflow: hidden;
	float: none;
}
.comments .heading {
	margin-bottom: 45px;
}
.comments .heading .heading-title {
	margin-bottom: 0;
}
.comments .comments__list {
	list-style: none;
	margin: 0 0 73px 0;
	padding: 0;
}
.comments .comments__list .comments__item .comments__article {
	border-bottom: 2px solid #f1f3f3;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.comments .comments__list .comments__item .comments__article .comment-content {
	margin-bottom: 30px;
}
.comments .comments__list .comments__item .comments__article .comments__header .comments__author {
	margin-right: 15px;
	font-size: 18px;
	color: #2f2c2c;
	font-style: normal;
}
.comments .comments__list .comments__item .comments__article .comments__header .comments__author a {
	color: #2f2c2c;
}
.comments .comments__list .comments__item .comments__article .comments__header .comments__author .replied {
	font-size: 16px;
	color: #acacac;
}
.comments .comments__list .comments__item .comments__article .comments__header .comments__time {
	position: relative;
	color: #ccc;
	font-size: 14px;
	display: block;
}
.comments .comments__list .comments__item .comments__article .comments__avatar {
	float: left;
	margin-right: 30px;
}
.comments .comments__list .comments__item .comments__article .comments__avatar .avatar {
	border-radius: 100%;
}
.comments .comments__list .comments__item .comments__article .comments__body {
	overflow: hidden;
}
.comments .comments__list .comments__item .comments__article .comments__body .reply {
	float: left;
	font-size: 26px;
	color: #d7d7d7;
	margin-right: 30px;
}
.comments .comments__list .comments__item .comments__article .comments__body .reply:hover {
	color: #009ef6;
}
.comments .comments__list .comments__item .children {
	margin: 30px 0 0 60px;
	list-style: none;
	padding: 0;
}
 @media (max-width: 980px) {
 .comments .comments__list .comments__item .children {
 margin-left: 30px;
 padding-left: 0;
}
}
.comments__item-review {
	margin-bottom: 40px;
	border-bottom: 2px solid #f1f3f3;
}
.comments__item-review .ratings {
	color: #ccc;
}
.comments__item-review .ratings .fa-star {
	color: #fcd846;
}
.comments__list-review {
	list-style: none;
	margin: 0 0 73px 0;
	padding: 0;
}
.comments__avatar-review {
	float: left;
	margin-right: 30px;
}
.comments__author-review {
	margin-right: 15px;
	font-size: 18px;
	color: #2f2c2c;
	font-style: normal;
}
.comments__author-review a {
	color: #2f2c2c;
}
.comments__header-review {
	margin-bottom: 15px;
}
.comments__header-review > a {
	position: relative;
	color: #ccc;
	font-size: 14px;
}
.leave-reply {
	background-color: #f7f9f9;
	overflow: hidden;
	padding: 30px 60px 39px;
}
 @media (max-width: 800px) {
 .leave-reply {
 padding: 30px;
}
}
.leave-reply .heading {
	margin-bottom: 30px;
}
.leave-reply input, .leave-reply textarea {
	background-color: #fff;
}
.leave-reply textarea {
	margin-bottom: 40px;
}
 @media (max-width: 360px) {
 .leave-reply .submit-block {
 display: block;
}
}
.leave-reply .submit-block .btn {
	width: 100%;
	text-align: center;
}
 @media (max-width: 360px) {
 .leave-reply .submit-block .btn {
 margin-bottom: 30px;
}
}
.leave-reply .submit-block .submit-block-text {
	font-size: 12px;
	line-height: 1.2;
	color: #acacac;
}
.leave-reply .submit-block .submit-block-text span {
	color: #cccccc;
}
#comment-nav-above, #comment-nav-below {
	padding: 0 0 60px 0;
}
/*------------- #SOCIALS-PANEL --------------*/
.socials-panel .socials-panel-item {
	width: 20%;
	text-align: center;
	padding: 25px;
	display: inline-block;
	float: left;
	min-height: 80px;
}
.socials-panel .socials-panel-item .social__item {
	margin-right: 15px;
	display: inline-block;
}
.socials-panel .socials-panel-item .social__item i {
	font-size: 25px;
	color: #fff;
}
.socials-panel .socials-panel-item .socials-panel-title {
	display: inline-block;
	color: #fff;
}
/*------------- #SHOP-USER-FORM --------------*/
.shop-user-form .item-title {
	font-size: 30px;
	padding-bottom: 40px;
	display: block;
	position: relative;
}

.shop-user-form .item-title:after {
	content: '';
	display: block;
	border: 30px solid transparent;
	border-bottom: 20px solid #f7f9f9;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.shop-user-form .item-title.active {
	color: #009ef6;
}
.shop-user-form .item-title.active:after {
	opacity: 1;
}
.shop-user-form input {
	background-color: #fff;
	margin-bottom: 30px;
}
.shop-user-form .helped {
	padding: 20px 0;
	color: #009ef6;
	display: block;
}
.shop-user-form .login-btn-wrap {
	overflow: hidden;
	padding-bottom: 20px;
	display: table;
}
.shop-user-form .login-btn-wrap .btn {
	float: left;
	margin-right: 20px;
}
.shop-user-form .login-btn-wrap .remember-wrap .checkbox {
	position: relative;
}
.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox] {
	display: none;
}
.shop-user-form .login-btn-wrap .remember-wrap .checkbox label {
	padding-left: 30px;
	color: #2f2c2c;
}
.shop-user-form .login-btn-wrap .remember-wrap .checkbox label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 5px;
	border-radius: 3px;
	background-color: #009ef6;
	border: none;
}
.shop-user-form .login-btn-wrap .remember-wrap .checkbox input[type=checkbox]:checked + label:before {
	content: "\2714";
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
.shop-user-form .shop-user-form-return p {
	margin-bottom: 30px;
}
.billing-details .billing-details-title {
	margin-bottom: 60px;
}
/*------------- #ORDER --------------*/
.order .order-title {
	margin-bottom: 34px;
}
.order .cart-main .cart_item td {
	padding-left: 100px;
}
 @media (max-width: 640px) {
 .order .cart-main .cart_item td {
 padding-left: 20px;
}
}
.order .cart-main .cart_item.subtotal {
	background-color: #f7f9f9;
}
.order .cart-main .cart_item.subtotal .cart-product-title {
	text-transform: uppercase;
	font-size:16px;
}
.order .cart-main .cart_item.subtotal .product-subtotal .total {
	color: #2f2c2c;
}
.order .cart-main .cart_item.subtotal:after {
	display: none;
}
.order .cart-main .cart_item.total {
	background-color: #009ef6;
}
.order .cart-main .cart_item.total .cart-product-title {
	color: #fff;
	text-transform: uppercase;
}
.order .cart-main .cart_item.total .product-subtotal .total {
	color: #fff;
}
.order .cart-main .cart_item.total:after {
	display: none;
}
/*.order .cart-main .cart_item.total .product-thumbnail:after {
	content: '';
	display: block;
	border: 30px solid transparent;
	border-top: 20px solid #009ef6;
	position: absolute;
	bottom: -50px;
	left: 100px;
	opacity: 1;
}
*/.order .cart-main .cart-product-wrap-title-main tr > th {
	padding-left: 100px;
}
 @media (max-width: 640px) {
 .order .cart-main .cart-product-wrap-title-main tr > th {
 padding-left: 20px;
}
}
.order .cart-main .product-quantity .quantity {
	font-size: 18px;
	color: #2f2c2c;
}
.order .cart-main .actions {
	padding: 40px 100px;
}

.order .cheque {
	padding: 0px 100px 30px;
	overflow: hidden;
}
 @media (max-width: 460px) {
 .order .cheque {
 padding: 30px;
}
 .blue-stripe-wrapper h4 {
 padding-bottom: 10px;
}
}
.order .cheque .cheque-content .cheque-content-title {
	margin-bottom: 15px;
}
.order .cheque .cheque-content .cheque-content-subtitle {
	font-size: 16px;
	margin-bottom: 30px;
}
.order .cheque .logos a {
	margin-right: 8px;
	margin-top: 22px;
	display: inline-block;
}
 @media (max-width: 480px) {
 .order .cheque .logos a {
 float: left;
}
}
.order .cheque .logos a.pay-pal {
	margin-right: 60px;
	margin-top: 9px;
}
.order .cheque .logos .btn {
	float: right;
	padding: 15px 80px;
}
 @media (max-width: 800px) {
 .order .cheque .logos .btn {
 float: left;
 margin-top: 30px;
}
 .blue-stripe-wrapper h4 {
 padding-bottom: 10px;
}
}
 @media (max-width: 480px) {
 .order .cheque .logos .btn {
 padding: 25px 30px;
}
 .blue-stripe-wrapper h4 {
 padding-bottom: 10px;
}
}
/*------------- #WIDGETS --------------*/
/*------------- #WIDGETS --------------*/
.widget {
	margin-bottom: 80px;
}
form.w-search {
	position: relative;
}
form.w-search button.icon {
	position: absolute;
	right: 30px;
	top: 15px;
	font-size: 26px;
	color: #e1e1e1;
	background: transparent;
}
.w-post-category .heading {
	margin-bottom: 40px;
}
.w-post-category .post-category-wrap .category-post-item {
	color: #acacac;
	margin-bottom: 18px;
}
.w-post-category .post-category-wrap .category-post-item .post-count {
	font-size: 14px;
	margin-right: 30px;
 transition: all .3s ease;
	width: 20px;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	top: 2px;
}
.w-post-category .post-category-wrap .category-post-item a {
	font-size: 16px;
	color: #acacac;
 transition: all .3s ease;
	position: relative;
	display: block;
	overflow: hidden;
}
.w-post-category .post-category-wrap .category-post-item a i {
	margin-left: 5px;
	opacity: 0;
 transition: all .3s ease;
	color: #009ef6;
	position: relative;
	font-size: 12px;
}
.w-post-category .post-category-wrap .category-post-item:hover .post-count {
	color: #2f2c2c;
}
.w-post-category .post-category-wrap .category-post-item:hover a {
	color: #009ef6;
}
.w-post-category .post-category-wrap .category-post-item:hover a i {
	opacity: 1;
}
.w-about .heading .heading-title {
	line-height: 1.2;
	margin-bottom: 5px;
}
.w-about .heading .heading-line {
	margin-bottom: 25px;
}
.w-about .heading p {
	margin-bottom: 30px;
	line-height: 1.4;
}
.w-request {
	padding: 60px 30px;
	border-radius: 3px;
	border-color: transparent;
	text-align: center;
}
.w-request .w-request-content img {
	margin-bottom: 30px;
    width: 111px;
}
.w-request .w-request-content .w-request-content-title {
	margin-bottom: 20px;
	line-height: 1.15em;
}
 @media (max-width: 1024px) {
 .w-request .w-request-content .w-request-content-title {
 font-size: 22px;
}
}
.w-request .w-request-content .w-request-content-text {
	color: #333;
	font-size: 15px;
	margin-bottom: 30px;
}
.w-latest-news .latest-news-wrap {
	margin-bottom: 30px;
}
.w-latest-news .latest-news-wrap .latest-news-item {
	padding: 20px 0;
	border-bottom: 2px solid #f7f9f9;
}

.w-latest-news .latest-news-wrap .latest-news-item:last-child {
	border-bottom: none;
}
.w-latest-news .latest-news-wrap .latest-news-item .post-additional-info {
	margin-bottom: 5px;
}
.w-latest-news .latest-news-wrap .latest-news-item .post-additional-info .post__date {
	padding: 0;
	float: none;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 0;
}
.w-latest-news .latest-news-wrap .latest-news-item .post-additional-info .post__date i {
	font-size: 20px;
	margin-right: 10px;
 transition: all .3s ease;
}
.w-latest-news .latest-news-wrap .latest-news-item .post__title {
    font-size: 17px;
    font-weight: 600;
}
.w-latest-news .latest-news-wrap .latest-news-item .post__title:hover, .w-latest-news .latest-news-wrap .latest-news-item .post__title a.active {
	color: #009ef6;
}
.w-follow .heading {
	margin-bottom: 40px;
}
.w-follow .w-follow-wrap .w-follow-item {
	padding: 12px 15px 12px 40px;
	display: inline-block;
	min-height: 60px;
	width: 100%;
	position: relative;
}

.w-follow .w-follow-wrap .w-follow-item .w-follow-social__item {
	margin-right: 20px;
	display: inline-block;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-social__item i {
	color: #fff;
	font-size: 30px;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title {
	display: inline-block;
	color: #fff;
	background-color: inherit;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add {
	display: inline-block;
	width: 60px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add i {
	font-size: 15px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add i.plus {
	opacity: 1;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add i.check {
	opacity: 0;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add.active i.plus {
	opacity: 0;
}
.w-follow .w-follow-wrap .w-follow-item .w-follow-title .w-follow-add.active i.check {
	opacity: 1;
}
.w-tags {
	overflow: hidden;
}
.w-tags .heading {
	margin-bottom: 40px;
}
.w-tags .tags-wrap a {
	padding: 10px 15px;
	font-size: 15px;
	color: #acacac;
	border: 2px solid #dddede;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
 transition: all .3s ease;
}
.w-tags .tags-wrap a:hover {
	background-color: #009ef6;
	color: #fff;
	border-color: #009ef6;
}
.widget.contacts .contacts-icon {
	max-width: 48px;
	max-height: 48px;
}
.visual-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* CUSTOM STYLES */
.bg-svg {
	display: inline-block;
	position: relative;
	width: 280px;
	vertical-align: middle;
	overflow: hidden;
}
.svg-content {
	display: inline-block;
	margin:0 auto;
	width:180px;
}
.logo-brand-2 {
	width:141px;
	display:inline-block;
	margin-top: 4px;
}
.single-about-icon i {
	font-size:40px;
	margin-bottom:15px;
}
.single-about-text h6 {
	font-size:14px;
	color:#666666;
}
.entry-content h2 {
	line-height: 24px !important;
	margin-bottom: 10px !important;
}
.wrapper_talk-to-us {
	display:block;
	color:#fff !important;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
.wrapper_talk-to-us a {
	color:#fff !important;
	text-align:center;
}
.wrapper_talk-to-us a i {
	color:#fff !important;
	font-size:40px;
	margin-bottom:15px;
}
.wrapper_talk-to-us h2 {
	display:block;
	color:#fff !important;
}
.bg-blue-color-meditech {
	background-color: #f0f0f0;
	padding:15px 0;
}
.bg-three-circles {
	background:#b3e1f1;
	background-attachment:fixed;
	padding:15px 0;
}
.features-item-about a {
	font-size: 15px !important;
}
.bg-secondary-color-aqua {
	background-color: #0083b1;
}
.about-item:hover a {
/*    color: #009ef6; */}
.about-item:hover .read-more {
	color: #009ef6;
}
.about-item .features-item__thumb {
	margin-bottom: 30px;
}
.about-item a {
	margin-bottom: 10px;
	font-size: 25px;
	display: block;
	color: #333;
}
.f1 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s
}
.f2 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
}
.f3 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
}
.f4 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
}
.f5 {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
}
.f6 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
}
.f7 {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	-ms-animation-delay: 3.5s
}
.f8 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s
}
.f9 {
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s
}
.f10 {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s
}
.f11 {
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	-o-animation-delay: 5.5s;
	-ms-animation-delay: 5.5s
}
.f12 {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s
}
.display-block {
	display:block;
	width:100%;
}
.slide-home {
	background:#b4e2f2 url(../img/banner/banner-111.jpg) 0px 73px no-repeat;
	background-size:cover;
	height:calc(100vh - 15vh);
}
/* INNER PAGE STYLES */

.slide-home-2 {
	background:#b7eafd url(../img/banner/inner-page-banner.jpg) 0 0 no-repeat;
	background-size: auto 850px;
	height: auto;
	background-position: right 0;
	background-repeat: no-repeat;
	position: relative;
	min-height: 874px;
}

.slide-home-trial {
	background:#68daf5 url(../img/banner/start-trial-banner.jpg) 0 0 no-repeat;
	background-size: auto 850px;
	height: auto;
	background-position: right 0;
	background-repeat: no-repeat;
	position: relative;
	min-height: 830px;
}
	
.slide-home-2.grey-slide {
	background: #E5E5E5 url(../img/about-us/hero-girl.jpg) 0 0 no-repeat;
    background-size: auto 750px;
    height: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;

}

.slide-home-2.grey-slide .inner-sub-page .hero-text-2 {
	right:0;
	float:right;
}

.slide-home-2.grey-slide .inner-sub-page .hero-text-2 h1 {
    font-size: 39px;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.slide-home-2.contact-us-slide{
	background: #b7eafd url(../img/products/phone.png) 0 0 no-repeat;
    background-size: auto 350px;
    height: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
}
.slide-home-2.about-slide{
	background: #b7eafd;
    background-size: auto 350px;
    height: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
}
.about-slide .inner-sub-page{
	top:158px;
}
.about-slide .inner-sub-page .hero-text-2 h1 {
	font-size:45px;
	margin-bottom:15px;
	line-height: 78px;
	color:#01363d;
	font-weight:100;
}

.about-slide .inner-sub-page .hero-text-2 {
	max-width: 100%;
	position: relative;
	top: 0;
}


.inner-sub-page {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	top:200px;
	overflow:hidden;
}
.inner-sub-page .hero-text-2 h1 {
	font-size:55px;
	margin-bottom:15px;
	line-height: 78px;
}
.inner-sub-page .hero-text-2 {
	max-width: 350px;
	position: relative;
	top: 0;
}
.img-sub-slide {
}
.img-sub-slide img {
	width:100%;
}
.hero-text-2 {
	max-width: 350px;
	position: relative;
	top: 150px;
}
.hero-text-2 h1 {
	font-weight: 500;
	color: #032a40;
	font-family: 'Asap', sans-serif;
	margin: 0 0 9px;
	font-size: 34px;
	line-height: 45px;
}
.shape-hero-2 .sub {
	color: #032a40;
	font: 25px/39px Poppins;
	max-width: 450px;
	font-weight:500 !important;
	-webkit-font-smoothing:antialiased;
}
/* END INNER PAGE STYLE */

.text-white {
	color:#fff !important;
}
.text-dark-blue{
	color:#002d46;
}
.ptb-40 {
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.pt-40{
	padding-top:40px !important;
}
.home-golion.home-shapes .shape-hero {
	background: #bfe6f4;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.shape-hero .hero-text {
	max-width: 350px;
}
.blue-stripe {
	background:#032a40;
	display:block;
	height:auto;
	padding: 20px 0;
}
.blue-stripe-wrapper {
	display: block;
	padding:0;
}
.blue-stripe-wrapper p {
	line-height:1.4em;
	font-weight:300;
}
.blue-stripe-btn {
	position:relative;
	top:30px;
}
.clients {
	display:block;
	padding-bottom: 60px;
}
.clients-columns {
	display:block;
	width:100%;
	text-align:center;
	padding:15px;
	margin:5px 0;
}
.clients-columns img {
	display:block;
	padding:10px 15px;
	text-align:center;
	width:100%;
	height:auto;
	opacity: 0.8;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.clients-columns a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	display:block;
}
.clients-columns a:hover img {
	opacity: 1;
}
.medical-banner-sec {
	background: url(../img/banner/video-bg.jpg) no-repeat center top #fff;
	padding: 173px 0;
	min-height: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
}
.medical-banner-sec h1 {
	font-size: 55px;
	line-height: 62px;
	color: #fff;
}
.medical-banner-sec h2 {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	margin-bottom:15px;
}
.container-nav-links {
	display:inline-block;
	margin:0 auto;
}
/* PRODUCT DETAIL PAGE */
.details-products {
	margin-bottom: 50px;
}
.details-products .heading {
	margin-bottom: 50px;
}
.overview-section {
	padding:90px 40px 686px 40px;
	background-image: url(../img/products/product-bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #dbe3df;
}
.features-section {
	padding:100px 0 600px;
	background-image: url(../img/products/features.jpg);
	background-size: 2896px 2003px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F3F0EE;
}
.feature-section-headline {
	margin-bottom: 56px;
}
.feature-section-headline h4 {
	font-size: 16px;
	line-height: 16px;
	color: gray;
	margin: 0;
	letter-spacing: 0;
}
.feature-section-headline h3 {
	color:#032a40;
}
.feature-box {
}
.feature-box h5 {
	font-size:20px;
	line-height:50px;
	color:#032a40;
	font-weight:500;
}
.feature-box p {
	text-align:justify;
}
.pricing-section {
	padding:0 0 0;
	background-color: #eee;
}
.pricing-header-title {
    font-size: 27px;
    color: #000;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 0px;
}
.head-price-main-wrapper p{
	padding:5px 0px;
	margin:0 auto;
	max-width:600px;
	font-size:18px;
}
/*.menu-side{
	float:left;
}*/
.top-bar{
	display:block;
	padding: 5px 0 0 0;
	text-align:right;
	line-height: 13px;
	width:100%;
}
.top-bar ul{
	display:inline-block;
	padding: 0;
	margin:0 0 0 5px;
	position:relative;
}
.top-bar ul li{
	display:inline-block;
	padding: 0;
	margin:0;
	float:left;
	list-style:none;
}
.top-bar ul li a{
	margin:0;
	padding:0 15px;
	color:#4c4c4c;
	letter-spacing:0.06em;
	font-size:14px;
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
}
.top-bar ul li a:hover{
	color:#009ef6;
}

.top-bar .btn-small{
    height: 31px;
    line-height: 31px;
    padding: 0px 19px;
	background: rgba(0,0,0,0.5);
    border: none;
	font-size:11px;
	box-shadow:none;
}
.scheduleform{
/*	background:#f4f4f4;
	background-size:cover;
	background-position:center top;
	display:block;
	padding:0px 0;
*/	
	background: #e5f4fd;
    background-size: cover;
    background-position: center top;
    display: block;
    text-align: center;
    padding: 80px 0;
}

.scheduleform img{
	display:block;
	margin:0 auto 20px;
	text-align:center;
}

.pro-detail-form{
	background:#fff;
    display: block;
    margin: 0;
    padding: 15px 50px 5px;
    border-radius: 3px;	
}
.header.header-relative {
    position: relative;
    top: 0;
    left: 0;
/*    height: 96px;*/
}
.ihis-section{
	background:#f5f5f5;
}
.eclinic-section{
	background:#fff;
}
.labbooks-section{
	background:#f5f5f5;
}
.pharmabooks-section{
	background:#fff;
}
.eambulance-section{
	background:#f5f5f5;
}

/*------- Pricing Styles ------*/
.logo-product{
	position:relative;
	display:block;
}
.logo-product h3{
	display:block;
	position:relative;
	font-size:45px;
	color:#333;
	line-height:1.1em;
}

.logo-product img{
	position:relative;
	display:inline-block;
	width:150px;
	margin:0 auto;
}
.head-price-main-wrapper{
	display:block;
	padding-bottom:0px;
	text-align:center;
}
.price-main-head{
	display:inline;
	padding-left:20px;
	position: relative;
    top: 14px;
}
.color-white{
	color:#fff !important;
}
.color-light-sub{
	color:#696969 !important;
}
.about-text-wrapper .color-light-sub{
	font-size:20px !important;
}

.color-logo{
	color:#101a3d !important;
}
.about-text-wrapper{
	padding:20px 20px 0 20px;
}
.about-text-wrapper p{
	text-align:justify;
}

.about-header-title {
    font-size: 55px;
    color: #009ef6;
    width: 100%;
    text-align: left;
    font-weight:300;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.about-header-title-bold {
    font-size: 40px;
    color: #009ef6;
    width: 100%;
    text-align: left;
    font-weight:600;
    line-height: 1.2em;
}
.about-text-wrapper .sub{
	text-align:left;
	margin-top:10px;
	font-size:16px;
}
.solutions-text-wrapper{
}
.solutions-header-title {
    font-size: 48px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.solutions-text-wrapper .sub{
	text-align:center;
	margin-top:10px;
	font-size:15px;
	color:#fff;
}

.ceo-section{
	display:block;
	text-align:center;
}
.circle-img{
    background-position: -260px -195px;
    display: inline-block;
    height: 80px;
    margin: 20px 10px;
    width: 80px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.circle-img img{
	width:100%;
}
.ceo-section-content{
	display:block;
	text-align:left;
	font-weight:500;
	position:relative;
	top:35px;
	padding-left:20px;
	left:20px;
}
.ceo-section-content span{
	font-weight:300;
}
.price-main-title{
	padding:0 15px;
	font-weight:300;
}
.customer-section {
    padding: 90px 40px 686px 40px;
    background-image: url(../img/about-us/about-img.png);
    background-size: auto 1413px;
    background-repeat: no-repeat;
    background-position: center -550px;
    background-color: #ffffff;
}



.about-section{
    padding: 13px 0 17px;
    background-color: #fafafa;
}
.about-section-text{
	padding:32px 0;
	
}
.about-section-text h4{
	margin-bottom:12px;
	color:#333;
	font-size:30px;
}
.about-section-text-icons{
	text-align:center
}
.feature-icons-small img{
	opacity:0.7;
	margin-bottom:20px;
	width:80px;
}

.solution-1-section{
    padding: 80px 0;
    background-color: #fff;
}
.solution-1-section-text{
	padding:10px 0;
}
.solution-1-section h4{
	margin-bottom:20px;
	color:#009ef6;
	font-size:30px;
	line-height: 1.2em;
	font-weight:500;
}
.solution-1-section img{
	width:100%;
}
.solution-2-section{
    padding: 80px 0;
    background-color: #032a40;
}
.solution-2-section-text{
	padding:10px 0;
}
.solution-2-section h4{
	margin-bottom:20px;
	color:#fff;
	font-size:22px;
	line-height: 1.2em;
}
.solution-2-section p{
	color:#fff;
}

.bg-color-darkaqua{
	background:#032a40 !important;
}
.green-slide{
	background:#c8de71 !important;
    min-height: 797px;
}


/*------ INDEX PAGE STYLES SLIDER ------*/
.slide-home-index{
	background: #b4e2f2 url(../img/banner/banner-111.jpg) 0px 73px no-repeat;
    height: calc(100vh - 8vh);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	width:100%;
}
.slide-home-index:after{
    content: '';
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-home-index .swiper-slide-2 {
    position: relative;
    /*top: 192px;*/
	bottom:0;
	display: block;
    width: 100%;

}

.slide-home-index .swiper-slide-2 .hero-text{
    /*max-width: 350px;*/
	padding-left: 0px;
    margin-top: 0px;
}
.slide-home-index .swiper-slide-2 .hero-text h1 {
	font-weight: 700;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    margin: 0 0 15px;
    font-size: 45px;
    line-height: 1.1em;
    text-align: center;
}
.slide-home-index .swiper-slide-2 .hero-text .sub {
    color: #333333;
   /* max-width: 450px;*/
    font-weight: 400;
	font-size:16px;
	line-height:1.5em;
	text-align:center;
    -webkit-font-smoothing: antialiased;
}
.slide-home-index .swiper-slide-2 .hero-text .cta-section {
    padding: 15px 0 15px;
	text-align:center;
}
.bg-white-about-section{
	background:#3a4043 url(../img/about-us/last-sec-bg.png) no-repeat;
	background-size: auto 500px;
	background-position:right bottom;
	background-repeat:no-repeat;
	min-height:500px;
}
.bg-white-about-section .btn {
	margin-top:10px;
    padding: 11px 28px;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 1.1em;
}


/* ===== Select Box ===== */
/*.sel {
	display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    background-color: #fff;
    padding: 12px 15px;
    transition: all .3s ease;
    font-size: 14px;
    color: #d0d0d0;
    margin-bottom: 12px;
	border: 1px solid rgba(0,0,0,0.1);
}

.sel::before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #7b7b7b;
    right: 12px;
    top: calc(50% - 0.7em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  color: #7b7b7b;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}


.sel {
}

.sel--black-panther {
  z-index: 3;
}*/

input::placeholder {
  color: #7b7b7b;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}

.p-15{
	padding:15px !important;
}
.buy-now-package{
	padding:20px;
    margin: 10px 0;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	border-radius:5px;
}
.buy-now-package-content{
	padding:15px;
}
.buy-now-package-content h5{
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding-bottom:15px;
	margin-bottom:15px;
	color:#666666;
}
.buy-now-package-content p i{	
	margin-right:5px
}


.support-form-section{
    background: #fafafa;
    position: relative;
    display: block;
    padding: 100px 0;
}
.support-form{
    position: relative;
    padding: 25px 40px 30px;
    display: block;
    width: 100%;
	background:#fff;
	border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
label{
	margin-bottom:8px;
	display:block;
}
.support-form h2{
	font-size:29px;
	font-weight:400;
	margin:10px 0 15px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.support-form p{
	font-size:15px;
	font-weight:400;
	margin:0 0 25px 0;
	color:#999;
}
.support-section-2{
	padding:80px 0;
    background: #fff;
    position: relative;
    display: block;
}
.support-2 img{
	width:80px;
	margin:0 auto 25px;
}
.support-2 p{
	line-height:1.5em;
	color:#5d5d5d;
	margin-bottom:20px;
	display:block;
}

.support-section{
	padding:150px 0;
    background: #f6e8d6 url(../img/banner/support-bg.jpg) 0 0 no-repeat;
    position: relative;
    background-size: 100%;
    background-position: bottom center;
    display: block;
    padding: 200px 0 200px;
	text-align:center;
}
.support-section-text{
	text-align:center;
}
.support{
	display:block;
	margin:5px 0 5px;
}
.support p{
	font-size: 19px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 500;
}

.support img{
	width:124px;
	margin:0 auto 25px;
}
.support h5{	
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:31px;
}

.support > .phone-support{
	font-size:22px;
	font-family: 'Rajdhani', sans-serif !important;
	font-weight:500;
}
.support > .phone-support.big{
	font-size:28px;
}
.support > .phone-support i{
	margin-right:5px;
    font-size: 18px;
}
.support > .phone-support a:hover{
	color:#009ef6;
}
.live-chat{
	text-align:center;
}
.live-chat img{
	position:relative;
	margin:0 auto 30px;
	width:150px;
}

.live-chat h5{	
	font-weight:700;
	margin-bottom:5px;
	padding-bottom:10px;
	text-align:center;
	color:#032a40;
	font-size:45px;
	line-height:1.1em;
	text-transform:uppercase;
}
.live-chat h5 span{	
	font-weight:400;
	display:block;
	text-align:center;	
	text-transform:capitalize;
}

.live-chat p{
	font-size:15px;
	text-align:center;
	margin-bottom:20px;
	color:#032a40;
}
.btn-white{
	background:#fff !important;
	color:#333 !important;
	border:1px solid #fff !important;
}
.btn-white:hover{
	background:#00122f !important;
	color:#fff !important;
	border:1px solid #00122f !important;
}

.btn-slider{
	background:#009ef6  ;
	color:#fff;
	padding:13px 18px;
	border-radius:2px;
	margin:0 auto;
	display:inline-block;
	width:auto ;
    font-family: 'Rajdhani', sans-serif;
	min-width:160px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;

}
.btn-slider:hover {
	background:#0083f6;
	border:1px solid #0083f6;
}
.schedule-demo{
	border-radius:50px;
	padding: 17px 32px;
	margin-bottom:0px;
    background: #0091ff;
    border-color: #0091ff;
	transition: all 0.15s linear;
	position:relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
.schedule-demo:hover {
	background:#00bdce !important;
	border-color:#00bdce !important;
}

.sign-btn-green:before,  .sign-btn-green:after{
	border:none;
	outline:none;
}
.sign-btn-green{
    background: #00a859;
    border: 1px solid #00a859;
	border-radius:2px;
	margin-bottom:0px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
.sign-btn-green:hover {
	background:#038c4c;
	border:1px solid #038c4c;
}
.sign-btn:before,  .sign-btn:after{
	border:none;
	outline:none;
}
.sign-btn{
	border-radius:2px;
	margin-bottom:0px;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
.sign-btn:before,  .sign-btn:after{
	display:none !important;
}
.sign-btn:hover {
	background:#0083f6;
	border:1px solid #0083f6;
}

.sign-btn i{
	float:none !important;
}
.sign-btn-small{
    background: #ffffff !important;
    color: #2f2f2f !important;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 0px;
    display: inline-block !important;
    width: auto !important;
    font-size: 18px !important;
    min-width: 80px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    border: 2px solid #2f2f2f;
}
.sign-btn-small:hover{
    background: #009ef6 !important;
    color: #fff !important;
    border: 2px solid #009ef6 !important; 
}
.sign-btn-small:before,  .sign-btn-small:after{
	display:none !important;
}
.sign-btn-small i{
	float:none !important;
}

.dark-btn{
	background:#666  !important;
	border:1px solid #666;
	color:#fff !important;
	padding:9px 18px;
	border-radius:2px;
	margin-bottom:0px;
	display:inline-block !important;
	width:auto !important;
	min-width:110px;
	font-family: 'Rajdhani', sans-serif;
}
.dark-btn:hover{
	background:#333  !important;
	border:1px solid #333;
}
.dark-btn:before,  .dark-btn:after{
	display:none !important;
}
.dark-btn i{
	float:none !important;
}

.text-center{
	text-align:center !important;
}
.thanku-section{
	padding-top:200px;
	padding-bottom:200px;
}
.thank-head{
	font-size:100px;
	font-weight:bolder;
	color:#01363d !important;
}
.thanku-section i{
	color: #00af47;
	font-size:70px
}
.thanku-section p{
	color: #01363d;
	font-size:22px;
	margin-top:25px;
}
.m-l-5{
	margin-left:5px !important;
}

.t-sign-in i{
	font-size:20px !important;
	color:#fff !important;	
	margin-right:7px;
	
}








.slide-img{
	position:relative;
	margin:0 auto;
	width:100%;
}
.slide-image-wrap{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.bg-grey{
	background:#f5f5f5;
	padding:0 4px;
	display:inline-block;
}
.bg-white-sub{
    background: rgba(255,255,255,0.6);
    padding: 2px 6px;
    display: inline-block;
}

.bg-grey-dark{
	background:#e4e4e4;
	padding:0 6px;
	display:inline-block;
}
.bg-aqua-dark {
    background:rgba(6,6,6,0.12);
    padding: 0 6px;
    display: inline-block;
}

.mb10{
	margin-bottom:10px;
}
.video-section-demo {
    height: 500px;
	width:100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
	background: #f5f5f5;
}

.video-section-demo video {
    position: absolute;
    height: auto;
	width:100%;
	z-index:0;
}
.schedule-demo-btn-section{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	/*background:rgba(3, 221, 245, 0.68);*/
}
.demo-btn-content:before {
    content: '';
    background-image: linear-gradient(135deg, rgba(29,217,242,1) 0%, rgb(19, 112, 218) 100%);
    padding: 1px;
    width: 356px;
    height: 356px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    border-width: 1px;
    animation: rot 2s linear infinite;
    padding: 1px;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: -1;
}
.demo-btn-content{
   background: rgba(255,255,255,1);
    padding: 50px 50px;
    box-shadow: 0 6px 15px -4px rgba(0,0,0,0.5);
	width:340px;
	height:340px;
	border-radius:50%;
	position:relative;
}
@keyframes rot {
   0%
  {
    transform:rotate(0deg)
  }
   25%
  {
    transform:rotate(90deg)
  }
  50%
  {
    transform:rotate(180deg)
  }
   75%
  {
    transform:rotate(270deg)
  }
  100% {
    transform:rotate(360deg)
  }
}
.img-block{
	position: absolute;
    left: 23px;
    bottom: 0;
    margin-bottom: 15px;
    text-align: center;
    height: 226px;
}
.demo-btn-content img{
}
.demo-btn-content h2{
	font-size:25px;
	line-height:1.2em;
	margin:15px 0;
}
.img-section{
	padding:25px;
}

.video-section-one {
    /*height: 797px;*/
	height:600px;
    background-size: cover;
    position: relative;
    overflow: hidden;
	background: #f5f5f5;
}

.video-section-one video {
    position: absolute;
    height: 100%;
}
video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.video-bg-text{
	background:#fff;
	padding:31px 37px 64px;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
}
.name{
	font-family: 'Rajdhani', sans-serif;
	font-weight:600;
	font-size:20px;
}
.name span{
	color:#999999;
}


@media (min-width: 1920px){
.video-section-one {
    width: 100%;
    height: 797px;
}
}
.stats{
	background: #009ef6;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    position: relative;
    top: -73px;
    right: -24px;
    border-top-right-radius: 33px;
    border-bottom-left-radius: 33px;
	    -webkit-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
}
.total-head{
	font-size:16px;
	color:#fff;
	margin-top:7px;
}

.product-wrapper{
	background:#fff;
	padding:0px 0 20px;
	margin:10px 0
}
.product-image img{
	overflow:hidden;
	border-radius:3px;
}
.product-text{
	padding:15px 0;
	text-align:left;
}
.product-title{
	font-size:21px;
	margin-bottom:10px;
}
.product-discr{
	font-size:18px;
	font-family:'Rajdhani', sans-serif;
	color:#666;
	line-height:1.8em;
	display:block;
}
.pt40{
	padding-top:40px; 
}
.pb40{
	padding-bottom:40px !important;  
}


/* BLOG POST STYLES */
.card-text{
	font-size:22px;
	font-weight:800;
	margin-bottom:10px;
}
.card-content{
	font-size:15px;
	font-weight:400;
	color:#999999
}
	
.card-link{
	color:#14c2c3;
	font-size:15px;
}
.card-link:hover{
	color:#032a40;
}
.primary-btn{
    position: relative;
    font-size: 17px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
    margin-right: 0px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    background: #009ef6 ;
    padding: 8px 18px;
    border-radius: 2px;
    margin: 0;
    display: inline-block;
    width: auto;
	min-width:120px;
}
.slider-profit-head {
    position: relative;
}






.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content{
	display:block;
	position:relative;
	padding:15px;
	min-height:400px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-pane{
	min-height: 500px;
	padding: 15px 30px;
	position:relative;
}




.slider-main{
    display: block;
    position: relative;
    height: 92vh;
	z-index:2;
}
.slider-main-content{
	position:absolute;
	bottom:0;
	display: block;
    width: 100%;

}


.tab-vertic-menu {
    position: absolute;
    right: -116px;
    top: 50px;
    z-index: 99;
	list-style:none;
    min-width: 400px;
}	
.tab-vertic-menu li{
	margin-bottom:5px;
}	
.tab-vertic-menu li a{
    font-size: 18px;
    line-height: 20px;
    text-align: left;
	padding:24px 15px;
    color: #fff;
    cursor: pointer;
    width: 320px;
    height: 65px;
    background-color: #009ef6;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    border-bottom: 1px solid #009ef6;
    position: relative;
    right: -40px;
	float:left;
	
	/*
	background:#00d6dd;
	color:#fff;
	padding:20px 15px;
	display:block;
	font-size:22px;*/
	font-weight:600;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	    font-family: 'Rajdhani', sans-serif;
}
.tab-vertic-menu li a img{
	width: 36px;
    float: right;
    position: relative;
    top: -9px;
}
.tab-vertic-menu li a:hover, .tab-vertic-menu li.active a{
/*	margin-left:30px;*/
	
	color: #333;
    background-color: #f5f5f5;
    width: 320px;
    height: 65px;
    margin-left: -25px;
    right: -40px;
    -webkit-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.2);
    z-index: 999;
    border-bottom: 1px solid rgba(191,184,175,.2);
}	

#products h3, #solutions h3, #enterprise h3{
	color:#fff;
	line-height:1.2em;
	font-size:28px;
	margin-bottom:15px;
	max-width:380px;
}
#products{
	background:#fff url(../img/products/tab-bg-2.jpg) 0 0 no-repeat;
	background-size:100%;
}
#solutions{
	background:#fff url(../img/products/tab-bg-1.jpg) 0 0 no-repeat;
	background-size:100%;
}
#enterprise{
	background:#fff url(../img/products/tab-bg-3.jpg) 0 0 no-repeat;
	background-size:100%;
}
.tab-main-text{
	position:absolute;
	bottom:50px;
	left:112px;
	display:block;
}



/* PRODUCT SECTION 2 Styles */
.product-image-single{
	display:block;
	position:relative;
	z-index:999;
}
.product-image-single img{
	position:absolute;
	right:-170px;
	z-index:9999;
	border-radius: 31px;
	min-width:474px;
	top:45px;
	box-shadow:20px 20px 26px -7px rgba(0,0,0,0.1);
	-webkit-box-shadow:20px 20px 26px -7px rgba(0,0,0,0.1);
	-moz-box-shadow:20px 20px 26px -7px rgba(0,0,0,0.1);
	-ms-box-shadow:20px 20px 26px -7px rgba(0,0,0,0.1);
	-o-box-shadow:20px 20px 26px -7px rgba(0,0,0,0.1);
}
.product-image-single-2{
	display:block;
	position:relative;
	z-index:999;
}
.product-image-single-2 img{
	position:absolute;
	right:0;
	z-index:9999;
    border-radius: 18px;
	top:-50px;
    transform-origin: top left;
    transform: scale(1);
}

.product-image-single.left-image img{
    right: 55px;
    top: 138px;
	box-shadow:none;
}

.product-image-single.left-image-pharma img{
    right: 55px;
    top: 60px;
	box-shadow:none;
}

.product-content-wrapper{
	background:#fafafa;
	display:block;
	padding:120px 80px 113px 200px;
	position:relative;
}
.product-content-wrapper.left-wrapper{
	padding:120px 200px 113px 80px ;
}
.product-content-wrapper-2{
	background:transparent;
	display:block;
	padding:5px;
	position:relative;
}
.product-content-wrapper-2.left-wrapper{
	padding:120px 200px 113px 80px ;
}

.circle-btn{
	width:120px;
	height:120px;
	border-radius:	50%;
	/*border:1px solid #6de8ea;*/
	padding:0px;
	color:#fff;
	font-weight:600;
	line-height:120px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	bottom:-60px;
	right:50px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008efc+0,006bf7+100 */
background: #008efc; /* Old browsers */
background: -moz-linear-gradient(top, #008efc 0%, #006bf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #008efc 0%,#006bf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #008efc 0%,#006bf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008efc', endColorstr='#006bf7',GradientType=0 ); /* IE6-9 *//
}
.circle-btn:hover{
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.32);
    background-image: -webkit-linear-gradient(#1d9cff  0%, #177cff  100%);
    background-image: linear-gradient(#1d9cff  0%, #177cff  100%);
}
.circle-btn.left-btn{
	bottom:-60px;
	left:50px;
}

.circle-btn-small{
	border-radius:30px;
	border:2px solid #999;
	padding:12px 20px;
	color:#333;
	min-width:130px;
	font-weight:500;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	background:transperant;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
.circle-btn-small:hover{
	background:#333;
	border:2px solid #333;
	color:#fff;	
}

.no-shadow{
	box-shadow:none !important;
}

.product-content-wrapper img{
	margin:0 0 15px 0;
}

.greybg-content{
	display:block;
	position:relative;
	padding:0;
}
.greybg-content h3{
	display:block;
	font-size:35px;
	font-weight:600;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
}
.greybg-content p{
	display:block;
	font-size:15px;
	color:#333333;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
}
.greybg-content-2{
	display:block;
	position:relative;
	padding:0;
}
.greybg-content-2 h3{
	display:block;
	font-size:50px;
	line-height:1em;
	font-weight:900;
	margin:0 0 15px 0;
	padding:0;
	color:#333;
	position:relative;
}
.greybg-content-2 p{
	display:block;
	font-size:15px;
	color:#333333;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
}

.heading-inner{
	display:block;
	position:relative;
	padding:121px 0 21px;
	background:#032a40;
}
.heading-inner h3{
	font-size:35px;
	font-weight:500;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	display:block;
}

.demopage-slide-wrapper{
    background: #eff7f3 url(../img/logo/lab-texture.png) 0 0 no-repeat;
    position: relative;
    display: block;
    height: auto;
}
.demopage-slide{
    position: relative;
	padding:16px 150px 0;
	display:block;
	float:left;
	width:100%;
}
.form-wrapper-bg{
	background:#4ccc90;
	padding:35px 16px;
	position:relative;
	display:block;

	bottom:-146px;
}
.demo-form-wrapper{
	display:block;
    position: relative;
	right:0;
}
.demo-page-form{
	background:#fff;
	box-shadow:0 30px 35px -30px rgba(0,0,0,0.5);
    padding: 15px 15px 26px;
    border-radius: 3px;
}
.login-form-wrapper{
	background:#fff;
	position:relative;
	background-size:cover;
	display:block;
	padding:150px 0;
}
.login-form-inner{
	background:#fff;
	display:block;
}
.login-form-heading{
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-bottom:25px;
}
.login-form-heading i{
	color:#666;
	font-size:23px;
	margin-right:10px;
}
.side-image img{
	width:100%;
	padding-top:170px;
}
.sub{
	margin-bottom:20px;
	color:#666666
}
.services{
	display:block;
	float:left;
	position:relative;
    width: 100%;	
}
.solutions-block{
	background:#fff url(../img/banner/customised-solution-bg.jpg) 0 0 no-repeat;
	position:relative;
	background-size:cover;
	background-position:center right;
	height:calc(100vh - 30vh);
	display:flex;
	justify-content:flex-start;
	padding:150px 100px 150px;
	align-items:center;
}
.solutions-block-content{
	padding:30px;
	max-width:60%;
}



.enterprise-solutions-block{
	background:#fff url(../img/banner/enterprise-solutions.jpg) 0 0 no-repeat;
	position:relative;
	background-size:cover;
	background-position:left center;
	min-height:calc(100vh - 30vh);
	display:flex;
	justify-content:flex-end;
	padding:150px 100px 150px;
	align-items:center;
}
.enterprise-solutions-block-content{
	padding:30px;
	max-width:50%;
}
.about-text{
	background:#e2e4e3 url(../img/banner/banner-final.jpg) 0 0 no-repeat;
	position:relative;
	background-size:cover;
	background-position:bottom center;
	display:block;
	padding:67px 0 251px;

}
.about-text-inner{
	background:#fff;
	padding:50px 40px;
}
.about-text-inner h2{
	line-height:1.2em;
	margin-bottom:15px;
	font-size:32px;
}

.sub-heading{
	margin-bottom: 20px;
    color:#8e8e8e;
    font-size: 23px;
    font-family: 'Rajdhani',sans-serif !important;
}

.begining-text{
	background:#fff;
	position:relative;
	display:block;
	padding:50px 0 50px;
	text-align:center;
}
.begining-text-content p{
	font-family: 'Rajdhani',sans-serif ;
	font-size:18px;
}
.about-feature-text{
	padding:0 30px 15px;
}
.about-feature-text h4{
	font-size:50px;
	margin:0 0 15px 0;
	line-height:1.2em;
	font-weight:700;
	text-transform:uppercase;
}
.about-feature-text p{
	color: #1f1f1f;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Asap',sans-serif !important;
}

.career-section{
    padding: 250px 0px 200px;
    background-image: url(../img/banner/career-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ffffff;
	position:relative;
	display:block;
	overflow:hidden;
}

.career-section:after{
	content:'';
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
}
.career-heading{
	position:relative;
	z-index:2;

}
.career-heading h3{
	font-size:50px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:1.5em;
}
.career-heading h3 span{
	display:block;
	font-size:80px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
}


.pro-detail-section{
    padding: 0;
    background-image: url(../img/banner/ihis-pro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ffffff;
	position:relative;
	display: flex;
    height: 100vh;
    justify-content: left;
    align-items: center;
}
.pro-detail-section.pharmabook{
    background-image: url(../img/product-features/pharmabooks-bg.jpg) ;
    background-size: cover;
}
.pro-detail-section.eambulance{
    background-image: url(../img/product-features/eambulance-bg.jpg) ;
    background-size: cover;
	background-position: right bottom;
}

.pro-detail-section.ePrint{
    background-image: url(../img/product-features/eprint-bg.jpg) ;
    background-size: cover;
	background-position: right bottom;
}
.pro-detail-section.ePacs{
    background-image: url(../img/product-features/epacks-bg.jpg) ;
    background-size: cover;
	background-position: right bottom;
}

.pro-detail-section.eclinic{
    background-image: url(../img/product-features/eclinic-overview-bg.jpg) ;
    background-size: cover;
	background-position: left bottom;
}
.pro-detail-section.labbooks{
    background-image: url(../img/product-features/labbooks-bg.jpg) ;
    background-size: cover;
	background-position: right bottom;
}
.pro-detail-section.radiobooks{
    background-image: url(../img/product-features/radiobooks/radio-bg.jpg) ;
    background-size: cover;
	background-position: right bottom;
}

.career-heading h3{
	font-size:50px;
	color:#fff;
	text-align:center;
	font-weight:400;
	line-height:1.5em;
}
.career-heading h3 span{
	display:block;
	font-size:80px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
}




/* Product Knowledge section styles */
.product-knowledge-section{
	background:#fafafa;
	position:relative;
	background-size:cover;
	display:block;
	padding:150px 0;
}
.pro-knowledge-thumb-wrapper{
	background:#fff;
	display:block;
	padding:0 0 15px;
	border:1px solid rgba(0,0,0,0.1);
}
.pro-knowledge-thumb-wrapper h3{
	font-size:18px;
	font-weight:500;
	margin:0;
	padding:10px 15px 5px;
	max-height:1.9em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.pro-knowledge-thumb-wrapper p{
	font-size:15px;
	font-weight:500;
	margin:0;
	padding:0px 15px;
	color:#0066FF;
}
.videothumb-product a{
    position: relative;
    display: block;
}
.videothumb-product a .overlay{
position: absolute;
    top: 0;
    left: 0;
    background: url(../img//banner/video-thumb-overlay.png);
    background-size: cover;
    opacity: .7;
    transition: opacity .1s ease-in-out;
    width: 100%;
    min-height: 170px;
}
.videothumb-product a:hover .overlay{
    opacity: 1;
}

/*.videothumb-product a:before{
	content: '';
    position: absolute;
    display: inline-block;
    background: #000;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 50%;
}*/
.more-resources{
    background: #f4f5f8;
    position: relative;
    display: block;
    padding: 100px 0;
}
.more-resources-content{
	display:block;
	position:relative;
	background:#fff;
	padding:20px;
	margin:10px 0;
	border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}	
.more-resources-content img{
	width:80px;
	margin:0 auto 25px;
}
.more-resources-content p{
	line-height:1.5em;
	color:#999999;
	margin-bottom:20px;
	display:block;
}

.heading-medium{
	font-weight:600;
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:15px;
	margin-bottom:20px;
}

#about-wrap {
    position: relative;
	overflow:hidden;
	display:block;
	width:100%;
	padding:100px 0;
}
#about-wrap .distort-circle {
	position: absolute;
    z-index: 0;
    width: 838px;
    height: auto;
    top: -228px;
    right: 50px;
}
#product-wrap {
    position: relative;
	overflow:hidden;
	display:block;
	padding:200px 0;
	width:100%;
	background:#fafafa;
}
#product-wrap .distort-circle {
	position: absolute;
    z-index: 0;
    width: 1000px;
    height: auto;
    top: 100px;
    right: -70px;
}
.distort-circle {
	display:block;
}
.color-aqua{
	color:#00CCCC;
}
.color-green{
	color:#00a859;
}

.color-blue{
	color:#009ef6;
}
small {
    font-size: 70%;
    font-weight: 400;
    color: #8e8e8e;
}

.ihis-product-block{
	display:block;
	position:relative;
	background:#fff;
	padding:200px 0;
}
.eclinic-labbooks-product-block{
	display:block;
	position:relative;
	background:#fff;
	padding:0px;
}
.pharma-ambulance-product-block{
	display:block;
	position:relative;
	background:#fff;
	padding:0px 0 0px;
}
.h-100{
	height:100%;
}
.eclinic-block{
	padding:65px 0 85px;
	position:relative;
	display:block;
	border:10px solid #fff;
    border-left-width: 0px;
    border-right-width: 12px;
	border-bottom-width: 0px;
	
}
.labbooks-block{
	padding:65px 0 80px;
	position:relative;
	display:block;
	border:10px solid #fff;
    border-left-width: 0px;
    border-right-width: 0px;
	border-bottom-width: 0px;
}
.pharmabook-block{
	padding:65px 0 85px;
	position:relative;
	display:block;
	border:10px solid #fff;
    border-left-width: 0px;
    border-right-width: 12px;
	border-bottom-width: 12px;
	
}
.e-ambulance-block{
	padding:65px 0 80px;
	position:relative;
	display:block;
	border:10px solid #fff;
    border-left-width: 0px;
    border-right-width: 0px;
	border-bottom-width: 12px;
}

.content-devide-wrapper{
	display:block;
	text-align:center;
	position:relative;
	margin:15px 0 60px;
}
.content-devide-wrapper h3{
	font-size:45px;
	padding:0;
	margin:0;
	color:#333;
}
.content-devide-wrapper.sign-btn{
	
}

.content-devide-wrapper h3 span.copyright-text{
	font-size:25px;
	position:relative;
	top:-10px;	
	left:-5px;
}
h3 span.copyright-text{
	font-size:25px;
	position:relative;
	top:-21px;	
	left:-5px;
}
.prod-logo-topbar{
    position: relative;
    top: 0;
    left: 0;
    /* height: 36.1px; */
    background: #fff;
    /* padding: 5px; */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}	
.prod-logo-topbar img{
    height: 17px;
	width:auto;
    position: relative;
}	
.bg-white{
	padding-right:7px !important;
	padding-left:7px !important;	
	
}
.product-top-menu{
	background:#fff;
	padding:0px 15px;
	line-height:1.1em;
}
.product-top-menu span.copyright-text{
	font-size:12px;
	position:relative;
	top:-13px;	
	left:3px;

}

.content-devide-wrapper p{
	padding:0;
	max-width:406px;
	text-align:center;
	margin:0 auto;
}
.content-devide-wrapper a{
	margin:20px auto 0 auto;
	padding:5px 15px;
	text-transform:capitalize !important;
}

.content-image-wrapper{
	text-align:center;
	display:block;
}
.content-image-wrapper img{
	text-align:center;
	margin:0 auto;
	width:50%;
}
.connect-section{
	position:relative;
	display:block;
	padding:200px 0;
	background:url(../img/banner/43.jpg) 0 0  no-repeat;
	background-size:cover;
}

.connect-wrapper h2{
	line-height:1em;
	font-size:36px;
	margin-bottom:20px;
}
	
.contact-bar{
	background:#ebf4ff;
	position:relative;
	display:block;
}
.contact-form-section{
	background:#ebf4ff;
	position:relative;
	display:block;
	padding:30px 0 120px;

}

.contact-section{
	position:relative;
}
.contact-form-pad{
	padding:26px 19px 36px;
}
.contact-form{
	border-bottom: 1px solid #dadce0;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #dadce0;*/
    border-radius: 3px;
}
.contact-form .sub{
	font-family:'asap', sans-serif;
	font-size:17px;
}

.left-image-contact{
	display:block;
	width:100%;
	height:auto;
	min-height:500px;
	background:url(../img/banner/contact-img.jpg) 0 0 no-repeat;
	background-size:cover;
}


.contact__block__sidebar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 23.07rem;
    padding: 6.15rem 3.07rem;
    color: #ffffff;
    background: #fafafa;
}

.schedule-demo-form-wrapper{
	position:relative;
	display:block;
	width:100%;
	background:#fff;
}
.features-section{
	background:#eaf8ff;
	position:relative;
	display:block;
	padding:55px 0;
	
}
.ceo-text{
    font-size: 19px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700;
	margin-top: 25px;
}
.ceo-text small{
	color:#999999;
	font-size:90%;
	
}
.testimonial-section{
	background:#fff;
	position:relative;
	display:block;
	padding:70px 0;
}
.testimonial-section h4{
	font-size: 50px;
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
	color: #666;
	font-weight:300;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #666;
	font-weight:300;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #666;
	font-weight:300;
}
textarea:-ms-input-placeholder {
	color: #666;
	font-weight:300;
}
input::-webkit-input-placeholder {
	color: #666;
	font-weight:300;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #666;
	font-weight:300;
}
input::-moz-placeholder {  /* Firefox 19+ */
	color: #666;
	font-weight:300;
}
input:-ms-input-placeholder {
	color: #666;
	font-weight:300;
}

.card{
	margin:3px 0 8px;
}

.text-link{
	display:inline-block;
	margin-left:5px;
	color:#009ef6;
}
.text-link:hover{
	color:#333;
}

.prod-detail-menu{
	display:block;
	position:relative;
	width:100%;
	background:#fafafa;
}

.pro-detail-content-head{
	position:relative;
	display:block;
}

.pro-detail-content-head h3{
	font-size:68px;
	position:relative;
	display:block;
}

.pro-detail-content-head h3 .copyright-text{
    position: relative;
    top: -30px;
    font-size: 35px;
    margin-left: 2px;
    left: -4px;
}

.pro-detail-content-head .text{
	position:relative;
	display:block;
	max-width:400px;
	font-size:16px;
}

.pro-detail-content-head .sub-head{
	font-family:'Rajdhani' !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
}
.ihis-overview-image{
	position:relative;
	display:block;
	width:100%;
	padding:50px 0 100px;
	background:url(../img/svg/primary-blue.svg) no-repeat;
	background-position:right;
	background-size:100%;
}
.ihis-overview-image img{
	position:relative;
	display:block;
	width:90%;
	margin:0 auto;
}
.ihis-overview-image.pharmabook{
	width:100%;
	background:url(../img/svg/primary-blue.svg) no-repeat;
	background-position:center;
	background-size:90%;
}
.ihis-overview-image.pharmabook img{
	position:relative;
	display:block;
	width:1024px;
	margin:0 auto;
	top:-90px;
}
.ihis-overview-image.eambulance{
	width:100%;
	background:url(../img/svg/primary-blue.svg) no-repeat;
	background-position:center;
	background-size:800px;
}
.ihis-overview-image.eambulance img{
	position:relative;
	display:block;
	width:650px;
	margin:0 auto;
	top:-0px;
}
.ihis-overview-image.eclinic{
	width:100%;
	background:url(../img/svg/primary-blue.svg) no-repeat;
	background-position:center;
	background-size:90%;
}
.ihis-overview-image.eclinic img{
	position:relative;
	display:block;
	width:900px;
	margin:0 auto;
	top:-90px;
}


/*  PRODUCT FEATURES DETAIL STYLES */
.product-features-section{
	padding:80px 0 80px;
    background: #fff;
    position: relative;
    display: block;
}
.product-features-section.blue{
    background: #f8fbff;
}
.product-features-section.green{
    background: #ecf1f5;
}

.product-features-content img{
	width:80px;
	margin:0 auto 25px;
}
.product-features-content p{
	line-height:1.5em;
	color:#999999;
	margin-bottom:20px;
	display:block;
}
.product-features-content-inner{
	position:relative;
	display:block;
	margin:10px 0;
	text-align:center;
}
.product-features-content-inner.box-style{
	background: #fff;
    padding: 33px 20px 20px;
	border:1px solid #fff;
    flex: 1 1 auto;
	display:block;
	width:100%;
	position:relative;
	background-clip: border-box;
	box-shadow: 0px 8px 27px rgba(107,107,107,0.1);
	-webkit-box-shadow: 0px 8px 27px rgba(107,107,107,0.1);
	-moz-box-shadow: 0px 8px 27px rgba(107,107,107,0.1);
	-ms-box-shadow: 0px 8px 27px rgba(107,107,107,0.1);
	-o-box-shadow: 0px 8px 27px rgba(107,107,107,0.1);
	/*0 17px 30px rgb(225, 232, 239)*/
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
}
.product-features-content-inner.box-style:hover{
    box-shadow: none;
	border-radius:8px;
	background: #e6e8ea;
	border-color:#e6e8ea;
}
.product-features-section.blue .product-features-content-inner.box-style{
    box-shadow: 0 5px 5px rgba(111, 224, 229, 0.2);
	-webkit-box-shadow: 0 5px 5px rgba(111, 224, 229, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(111, 224, 229, 0.2);
	-ms-box-shadow: 0 5px 5px rgba(111, 224, 229, 0.2);
	-o-box-shadow: 0 5px 5px rgba(111, 224, 229, 0.2);
}

.product-features-section.blue .product-features-content-inner.box-style:hover{
    box-shadow: none;
	border-radius:8px;
	background: #ceeafb;
	border-color:#ceeafb;
}

.product-features-content-inner.box-style:hover .product-features-content-inner img{
		width:50px;
}
.product-features-content-inner img{
	width:73px;
	margin:0 auto 25px;
}
.product-features-content-inner h3{
	line-height:1.2em;
	color:#999999;
	margin-bottom:20px;
	display:block;
	font-family:'Rajdhani' !important;
	font-size:18px;
}
.product-features-content-inner h5{
    line-height: 1.3em;
    color: #000;
    margin-bottom: 20px;
    display: block;
    font-family: 'Rajdhani' !important;
    font-size: 19px;
    font-weight: 500;
}

/*--------------------------------------------------*/


/*  OVERVIEW LIST SECTION STYLES */
.overview-list-section{
	padding:80px 0 80px;
    background: #fafafa;
    position: relative;
    display: block;
}
.overview-list-content img{
	width:80px;
	margin:0 auto 25px;
}
.overview-list-content p{
	line-height:1.5em;
	color:#999999;
	margin-bottom:20px;
	display:block;
}
.overview-list-items{
	position:relative;
	display:block;
	margin:10px 0;
	text-align:center;
	background:#f4f4f4;
	padding:20px;
}

.overview-list-items .overview-list{
	display:block;
	position:relative;
	text-align:left;
	padding:0;
	margin:0;
}
.overview-list-items .overview-list li{
	display:block;
	list-style:none;
}

.overview-list-items .overview-list li img{
	display:inline;
	width:30px;
	height:30px;
	margin-right:5px;
	position:relative;
	top:8px;
}

.overview-list-items h5{
line-height: 1.2em;
    color: #2f2f2f;
    margin-bottom: 20px;
    display: block;
    font-family: 'Rajdhani' !important;
    font-size: 29px;
    text-align: left;
    font-weight: 600;
}

/*--------------------------------------------------*/
.overview-text-section{
	padding:80px 0 50px;
    background: #fff;
    position: relative;
    display: block;
}
.enterprise-text-section{
	padding:200px 0 200px;
    background: #fff url(../img/logo/hospital.jpg) no-repeat;
    position: relative;
	background-size:700px;
	background-position:right bottom;
    display: block;
}
.enterprise-text-section-labbooks{
	padding:200px 0 200px;
    background: #fff url(../img/logo/labbooks-enterprise-image.jpg) no-repeat;
    position: relative;
	background-size:850px;
	background-position:right bottom 70px;
    display: block;
}



.uniqueness-text-section{
	padding:125px 0 0px;
    background: #eef9ff;
    position: relative;
    display: block;
	
}
	
.uniqueness-text-section .heading-title{
	font-size:55px;
	color:#032a40;
}

.uniqueness-full-grid-section{
	position:relative;
	display:block;
	padding:20px 0 0px;
    background: #eef9ff;
	text-align:center ;
}
.ihis-uniqueness-content-full h3{
	font-size:60px;
	font-weight:300 !important;
	line-height:1em;
	margin-top:5px;
    margin-bottom: 15px;
	color:#032a40;
}
.ihis-uniqueness-content-full h3 span{
	font-weight:700 !important;
}
.ihis-uniqueness-content-full p{
	font-size:21px;
	line-height:1.2em;
	font-weight:300;
	color:#000;
}
.uniqueness-half-grid-section{
	position:relative;
	display:block;
	padding:90px 0 0px;
    background:#eef9ff;
}
.uniqueness-full-grid-section.white, .ihis-uniqueness-content-full.white h3, .uniqueness-half-grid-section.white, .uniqueness-half-grid-section.white h3{
	background:#fff;
	color:#333;
}
.ihis-uniqueness-image-half.white img{
	margin:70px auto;
	text-align:center;
	    box-shadow: 24px 22px 30px -14px rgba(0,0,0,0.1);
}
/*.ihis-uniqueness-image-half.white:before{
	position:absolute;
	content:'';
	width:300px;
	height:300px;
	background:#0066CC;
	color:#000;
	top:40px;
	right:-50px;
	display:block;
}*/
.ihis-uniqueness-content-half{
	position:relative;
	display:block;
	padding:20px;
}
.ihis-uniqueness-content-half h3{
	font-size:50px;
	font-weight:400;
	line-height:1.1em;
	margin-top:50px;
	color:#032a40;
}
.ihis-uniqueness-content-half p{
	font-size:20px;
	font-weight:300;
	color:#969696;
	margin-top:15px;
	line-height:1.5em;
}
.ihis-uniqueness-content-half p.dark{
	color:#333;
}
.enterprise-form-section{
	position:relative;
	display:block;
	background:url(../img/products/solutions-bg.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:100px 0;
}
.product-addon-website-section{
	position:relative;
	display:block;
	padding:120px 0 0;
}
.product-addon-website-section .heading .heading-title h4{
	font-size:65px;
	font-weight:300;
}
.login__block__sidebar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 23.07rem;
    padding: 6.15rem 3.07rem;
    color: #ffffff;
    background: #222034;
}
.enterprise-solution-from{
	position:relative;
	z-index:2;
}
.form-main-wrapper{
	width:100%;
	display:block;
	position:relative;
}
.login__block__inner {
    min-width: 20.07rem;
    max-width: 38.46rem;
    margin: 0 auto;
    padding: 3.84rem 3.07rem 1.53rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}
.login__block__form {
    position: relative;
    z-index: 2;
}
@media (min-width: 992px){
.login__block__inner {
    max-width: 61.53rem;
    padding:5.15rem 3.15rem 3.84rem;
}
.login__block--extended .login__block__form {
    margin-right: 23.07rem;
}
}


.addon-img{
	width:100%;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
.addon-website-content{
	padding:15px 50px;
}
.single-addon h3 .website-heading{
	max-width:450px;
}
.addon-website-content-inner{
	padding:15px 70px;
}
.addon-website-content h3{
	text-align:right;
	display:block;
	margin:50px 0 0px;
	padding:15px;
	position:relative;
	line-height:1em;
	font-size:42px;
}
.addon-website-content h3 span{
	display:inline-block;
	position:relative;
}
/*.addon-website-content h3 span:after{
	content:'';
	width:40px;
	height:3px;
	background:#000000;
	position:absolute;
	bottom:0;
	display:inline-block;
	left:0;
}
*/.website-heading{
	position:absolute;
	width:56%;
	height:auto;
	left:-10px;
	top:-210px;
}

.addon-list{
	display:block;
	position:relative;
	margin:30px 0 30px;
	padding:0;
	text-align: center;
}
.addon-list-img-bg {
    display: inline-block;
    width: 100px;
    position: relative;
    margin: 0 auto;
    padding: 0;
	line-height:92px;
    background: #fff;
    height: 100px;
	text-align:center;
    border-radius: 50%;
}
.addon-list-img-bg img{
	display:inline-block;
	width:73px;
	position:relative;
	margin:0 auto;
	padding:0;
}
.addon-list h4{
	display:block;
	text-align:center;
	font-weight:600;
	font-size:17px;
	margin:20px 0 10px;
	letter-spacing:0.02em;
/*	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.addon-list h4 span{
	
	background: #456afc;
	border-radius:50px;
	display:inline-block;
	text-align:center;
	padding:3px 15px;
	margin-bottom:10px;
	color:#fff;
}

.addon-list p{
	display:block;
	text-align:center;
	font-size:14px;
	color:#666666;
	line-height:1.5em;
	
}

.talk-to-executive{
	padding:28px 0;
	position:relative;
	display:block;
	background:#d9f0fd;
/*	background-image:url(../img/banner/executive-talk-bg-icons.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:1280px;
*/}
/*.talk-to-executive:before{
	content:'';
	width:100%;
	position:absolute;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:0;
	top:0;
}
*/.ihis-uniqueness-content-half{
	padding:20px;
}
.pricing-greybg{
	position:relative;
	display:block;
}
.btn-price-responsive{
	display:none;
}

@media only screen and (max-width: 767px) {
	.scroll-1 {
  white-space: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ }

	/* [5] */
	.scroll-1::-webkit-scrollbar {
	  display: none; }
	  .simple-menu-price {
    top: 64px;
	}
	.btn-price-responsive{
		display:block;
		background: #fff;
		padding: 5px 15px;
		text-align: center;
		font-size: 15px;
		font-family: 'Rajdhani', sans-serif;
		border: 1px solid transparent;
		max-width:160px;
		color:#000;
		margin:5px auto 15px;
	}
	.btn-price-responsive:hover{
		background:rgba(0,0,0,0.2) !important;
		color:#fff;
	}
}

.addon-price{
	display:block !important;
	font-size:21px;
	color:#333333;
	width:100%;
	text-align:right;
	line-height:1em;
	font-weight:600;
	padding:1px 15px;
	font-family: 'Rajdhani', sans-serif;
}

.product-features-panel{
	position:relative;
	display:block;
	background:#ebf4ff;
	padding:100px 0 20px;
}

.product-features-panel.white{
	background:#fff;
}

.panel-main-wrap{
	display:block;
	position:relative;
	background:#fff;
    border: 1px solid rgba(107,107,107,0.1);
	padding:40px;
}
.panel-main-wrap img{
	box-shadow: 0 0 90px rgba(14,0,137,0.06);
	border:5px solid #fff;
}
.panel-main-wrap .panel-head-2 .icon{
	box-shadow: none;
	border:none;
}

.panel-wrapper{
	display:block;
	position:relative;
}
.panel-content{
	position:relative;
	display:block;
	padding:0px 15px 15px 30px;
}
.panel-head{
	display:block;
	margin:0 0 30px 0;
	padding:9px 15px 7px;
	background:#009ef6;
	position:relative;
	top:-15px;
	right:0;
	width:100%;
	color:#fff;
	border-radius:3px;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
}
.panel-main-wrap .panel-head .icon {
    box-shadow: none;
    border: none;
}
.panel-head h3{
	display:block;
	margin:0;
	padding:0;
	position:relative;
	color:#fff;
	display:inline-block;
	overflow:hidden;
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height: 1em;
}

.panel-head h3 small{
	color:#fff;
	display:block;
	font-size:16px;
	line-height:1.2em;
}

.svg-image{
	width:41px;
	height:auto;
	margin-right:10px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	top:0px;
	float:left;
}
.module-item{
	display:block;
	margin:15px 0 15px;
	position:relative;
}

.module-icon{
	display:inline-block;
	width:30px;
	float:left;
	height:auto;
	overflow:hidden;
    min-height: 50px;
}
.module-icon img{
	width:30px;
	height:auto;
	position:relative;
	top:0px;
}

.module-content {
	padding-left:0;
	position:relative;
	left:0;
	overflow:hidden;
}

.module-content p{
	line-height:1.3em;
	font-size:14px;
	color:#666666;
}
.module-content h5{
	font-size:20px;
	margin-bottom:5px;
	font-weight:600;
}

.panel-side-image{
	width:100%;
	padding:0;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	top:0px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex [class*="col-"] {
}
.mb0 {
	margin-bottom: 0px !important;
}


/* ICON FUL WIDTH STYLE */

.module-item-icon-style{
	display:block;
	margin:15px 0 15px;
	position:relative;
}

.module-item-icon-style .module-icon{
	display:block;
	float:left;
	height:auto;
	width:100%;
    min-height: 50px;
}
.module-item-icon-style .module-icon img{
	width:60px;
	height:auto;
	position:relative;
	top:0px;
	margin-bottom:10px;
	border:none;
	box-shadow:none;
}

.module-item-icon-style .module-content {
	padding-left:0;
	position:relative;
	left:0;
	overflow:inherit;
}

.module-item-icon-style .module-content h5 {
	font-size:23px;
	font-family:'asap', sans-serif;
}
.font-asap{
	font-family:'asap', sans-serif !important;
}

.module-content p{
	line-height:1.3em;
	font-size:14px;
	color:#666666;
}
.module-content h5{
	font-size:20px;
	margin-bottom:5px;
	font-weight:600;
}


/* FEATURE LIST STYLE - 1 */
.module-list{
	display:block;
	padding:0;
	margin:0;
	position:relative;
}
.module-list li{
	display:block;
	padding:0 0 0 20px;
	margin:0;
	color:#666666;
	list-style:none;
	line-height:1.5em;
	position:relative;
	
}
.module-list li:before{
	content:'\f00c';
	font-family:'FontAwesome';
	color:#666;
	font-size:13px;
	position:absolute;
	top:2px;
	left:0;
	width:50px;
}
hr.light{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(107,107,107,0.2);
    margin: 0.2em 0;
    padding: 0; 
}
.panel-content-2{
	position:relative;
	display:block;
	padding:15px 0 0;
}
.module-item-2 {
    display: block;
    margin: 15px 0 15px;
    position: relative;
}
.module-content-2 {
    padding-left: 0;
    position: relative;
    left: 0;
    overflow: hidden;
}
.module-content-2 h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.module-content-2 h5 i {
	color:#009ef6;
	margin-right:4px;
}

.module-item-2{
	display:block;
	margin:7px 0 15px;
	position:relative;
}

.module-icon-2{
	display:inline-block;
	width:30px;
	float:left;
	height:auto;
	overflow:hidden;
    min-height: 50px;
}
.module-icon-2 img{
	width:30px;
	height:auto;
	position:relative;
	top:3px;
}
.panel-side-image-2{
	width:100%;
	padding:0;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	top:10px;
}
.panel-head-2{
	display:block;
	margin:0 0 0px 0;
	padding:9px 15px 7px;
	background:#009ef6;
	position:relative;
	top:-15px;
	right:0;
	width:100%;
	color:#fff;
	border-radius:3px;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 10px 20px 0px rgba(0,0,0,0.1);
}
.panel-head-2 h3{
	display:block;
	margin:0;
	padding:0;
	position:relative;
	color:#fff;
	overflow:hidden;
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height:1.5em;
}
.panel-head-2 .svg-image {
	width:35px;
	top:3px;
}

.panel-head-2 h3 small{
	color:#fff;
	display:inline-block;
	font-size:18px;
	line-height:2.2em;
	float:right;
	position:relative;
	right:0;
}


/* FEATURE LIST STYLE - 3 */
.module-list-3{
	display:block;
	padding:0 0 0 5px;
	margin:0;
	position:relative;
}
.module-list-3 li{
	display:block;
	padding:0 0 0 20px;
	margin:0;
	color:#666666;
	list-style:none;
	line-height:1.5em;
	position:relative;
	
}
.module-list-3 li:before{
	content: '\f111';
    font-family: 'FontAwesome';
    color: #666;
    font-size: 7px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 19px;
}
hr.light{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(107,107,107,0.2);
    margin: 0.2em 0;
    padding: 0; 
}
.panel-content-3{
	position:relative;
	display:block;
	padding:0px 0px 0 0;
    margin-top: 25px;
}
.module-item-3 {
    display: block;
    margin: 15px 0 15px;
    position: relative;
}
.module-content-3 {
    position: relative;
    left: 0;
    overflow: hidden;
}
.module-content-3 h5 {
	font-size: 18px;
    margin-bottom: 9px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(107,107,107,0.1);
    line-height: 1.8em;
	padding-bottom: 6px;
}
.module-content-3 h5 i {
	color: #009ef6;
    margin-right: 4px;
    font-size: 21px;
    position: relative;
    top: 0px;
}

.module-item-3{
	display: block;
    margin: 0px 0 10px;
    position: relative;
    background: #fff;
    padding: 0 0 15px;
}

.module-icon-3{
	display:inline-block;
	width:30px;
	float:left;
	height:auto;
	overflow:hidden;
    min-height: 50px;
}
.module-icon-3 img{
	width:30px;
	height:auto;
	position:relative;
	top:3px;
}
.panel-side-image-3{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	display:block;
	background:url(../img/product-features/panel-owner-square.jpg) 0 0 no-repeat;
	background-size:cover;
	max-height:530px;	
}
.panel-side-image-3.admin{
	background:url(../img/product-features/panel-admin-square.jpg) 0 0 no-repeat;
	background-size:cover;
}
.panel-side-image-3.doctor{
	background:url(../img/product-features/panel-doctor-square.jpg) 0 0 no-repeat;
	background-size:cover;
}
.panel-side-image-3.staff{
	background:url(../img/product-features/panel-staff-square.jpg) 0 0 no-repeat;
	background-size:cover;
}

/*eambulance feature image styles */
.panel-side-image-3.eambulance-app-admin{
	background:url(../img/product-features/panel-ambulance-admin-square.jpg) 0 0 no-repeat;
	background-size:cover;
}
.panel-side-image-3.eambulance-app-staff{
	background:url(../img/product-features/panel-ambulance-staff-square.jpg) 0 0 no-repeat;
	background-size:cover;
}
.panel-side-image-3.eambulance-app-driver{
	background:url(../img/product-features/panel-ambulance-driver-square.jpg) 0 0 no-repeat;
	background-size:cover;
}


.panel-head-3{
}
.panel-head-3 h3{
	display:block;
	margin:0;
	padding:0;
	position:relative;
	color:#000;
	overflow:hidden;
    font-size: 34px;
    letter-spacing: 0.02em;
    line-height:1.5em;
}
.panel-head-3 .svg-image {
	width:35px;
	top:3px;
}
.panel-head-3 h3 i{
	font-size:25px;
	margin-right:5px;
}


.panel-head-3 h3 small{
    color: #333;
    display: inline-block;
    font-size: 18px;
    line-height: 1.6em;
    float: right;
    position: relative;
    right: 0;
    background: #fafafa;
    padding: 5px 15px;
	font-weight:600;
}
.about-text-innerp {
	font-family: 'asap', sans-serif !important;
	font-size:17px;
}
.feature-area .thumb, .feature-area .content {
    display: table-cell;
    float: none;
    vertical-align: middle;
	}
.feature-area .content {
    padding: 40px;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
}
.container-full {
    padding: 0 15px;
    width: 100%;
}

.btn-lg-shadow {
    color: #fff;
    background-color: #FF5E8D;
    box-shadow: 0px 25px 35px rgba(255,94,141,0.3);
}
.btn-lg-shadow:hover {
    background-color: #7c98e7;
    box-shadow: 0px 25px 35px rgba(124,152,231,0.3);
}
.overview-half-section{
	display:block;
	position:relative;
	padding:150px 0;
	overflow:hidden;
}
.overview-half-section .distort-circle {
    position: absolute;
    z-index: 0;
    width: 950px;
    height: auto;
    top: -150px;
    right: -100px;
}
.eambulance-half-section{
	display:block;
	position:relative;
	padding:150px 0;
}
.eambulance-half-section:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:50%;
	background:#f4f8f9;
	z-index:-1;
	
}
.half-section-content .list{
	padding:0;
	color:#666;
}
.half-section-content .list li i{
	font-size:16px;
	color:#666;
	margin-right:10px;
	position:relative;
	top:-5px;
}

.screens-wrap{
	display:block;
	position:relative;
	left:43px;
}
.screens-wrap img{
	width:90%;
	margin-right:20px;
	border-radius: 10px;
    display: inline-block;
    /*-webkit-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 10px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);*/
}

.single-addon-section.addon-list h4 {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0 10px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0f3574;
}
.addon-website-content.single-addon h3 {
    margin: 28px 0 0px;
    background: #fff;
}
.style-tab{
	position:absolute;
	top:0px;
	left:0;
}
.style-tab ul li{
	display:inline-block;
	float:left;
	margin:2px 3px;
}
.style-tab ul li a{
	padding:5px 15px;
	color:#fff;
	border-radius:3px;
	border:1px solid #0099FF; 
	background:#0099FF; 
	line-height:2.5em;
}
.style-tab ul li a:hover{
	background:#333;
	border-color:#333;
}


/* =============
   Helper classes
============= */
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-50 {
  padding-top: 50px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}





.p-t-10 {
  padding-top: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}


.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.m-0 {
  margin: 0 !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
.center-page {
  float: none !important;
  margin: 0 auto !important;
}
.text-overflow {
  display: block;
  width: 100%;
  overflow: hidden;
}
.vision-main-wrap{
	display:flex;	
	flex-direction:row;
}
.vision-wrap{
	background:#f0f6f9;
	flex:1;
	padding:100px 100px;
	margin:5px 0 0 5px;
	text-align:center;
	
}
.vision-wrap:lst-child{
	margin:5px 5px 0 5px;
}
.vision-box-icon{
}
.vision-box-icon i{
	font-size: 89px;
    margin-bottom: 25px;
    color: #0293e4;
}

.vision-box-text{
}
.vision-box-text h6 {
	background:#c9d2d8;
	padding:2px 5px;
	line-height:1.2em;
	margin:0 0 3px 0;
	font-size:16px;
	border-radius:3px;
	display:inline-block;
}
.vision-box-text h3 {
}
.vision-box-text p{
	padding-left:25px;
	padding-right:25px;
}
.vision-box-text > p > i{
}



.main-nav .menu {
  background-color: #eee;
  list-style: none;
  padding-left: 0;
  height: 60px;
  display:flex;
  /*flex-direction: row / column */
  justify-content:space-around;/* flex-start/ flex-end/ center / space-between/  */
}

.main-nav .menu li {
  padding: 4px;
  padding-top: 14px;
}

.main-nav .fa {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.main-nav .menu-text {
  display: inline-block;
}

.main-nav h4, .main-nav p {
  margin: 0;
}

.main-nav p {
  font-size: 12px;
}

@media only screen and (max-width:767px){
	.vision-main-wrap{
		display:flex;	
		flex-direction:column;
	}
	.vision-wrap{
	margin: 5px 5px 0;
	}
	.vision-wrap {
    padding: 50px 23px;
	}

}


.app-slider{
	display:block;
	position:relative;
	background:#fff;
	padding:0px 0 30px;
}
#svg-element {
	margin: 20px;
	overflow: visible;
	width: 500px;
	height: auto;
}

.video-spacer{
	position:relative;
	left:80px;
}
.features-section-wrap{
	padding:0 50px;
}

/* Careeer Form */
.career-form{
	background:#fff;
	position:relative;
	background-size:cover;
	display:block;
	padding:150px 0;
}
.career-form-inner{
	background:#fff;
	display:block;
}
.career-form-heading{
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	margin-bottom:25px;
	text-align:center;
}
.career-form-heading p{
	color:#999;
}
.career-form-heading i{
	color:#666;
	font-size:23px;
	margin-right:10px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*.upload-btn-wrapper .btn {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  min-width:100%;
}
.upload-btn-wrapper .btn:hover input[type=file] {
	cursor:crosshair;
	background:#000;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 53px;
  padding: 0;
}*/

.upload-btn-wrapper input[type=file]{
	border:none;
	padding:5px 0;
	line-height: 0.5em;
	margin:3px 0;
}

.upload-btn-wrapper input[type=file]::-webkit-file-upload-button {
  border: 1px solid #999;
  background: #f4f4f4;
  padding:15px 20px;
  font-family: 'Rajdhani', sans-serif;
  font-size:15px;
  font-weight:600;
  border-radius:3px;
}
.text-right{
	text-align:right ;
}
.forgot-link{
	color:#0099FF;
}
.forgot-link:hover{
	color:#666;
}

/* SELECT BOX */
/* ===== Select Box ===== */
.sel {
	font-size: 15px;
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.1);
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #333;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-family: 'Rajdhani';
  font-size: 17px;
  color: #838e95;
  padding:13px 14px;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 14px;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 5px);
  box-sizing: border-box;
  border:1px solid #f4f4f4;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-family: 'Quicksand';
  font-size: 18px;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



.poster-style{
	font-size:45px;
}
.distributor-form-head {
    font-size: 29px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.demo-page-products{
	padding-top:140px;
}
.form-aside-content{
	position:relative;
	display:block;
	top:148px;
	padding-left:50px;
}
.color-grey{
	color:#949494;
}
.demo-phone{
	font-size:25px;
	font-weight:700;
	font-family:'Rajdhani';
	margin:20px 0;
	position:relative;
}

input::placeholder, textarea::placeholder, select { /* Chrome/Opera/Safari */
  color: #333;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
}



.interested-products-wrap{
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	padding-left:15px;
}
.checkbox-wrap{
	margin-right:10px;
	min-width:30%;
}



#gallery-of-works {
    background: url(../img/logo/more-work-pattern.png) #f0f0f0;
    animation: animatedBackground 80s linear infinite;
    -ms-animation: animatedBackground 80s linear infinite;
    -moz-animation: animatedBackground 80s linear infinite;
    -webkit-animation: animatedBackground 80s linear infinite;
    background-attachment: fixed;
}
@keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-webkit-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-ms-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-moz-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}

.gallery-of-works {
    position: relative;
 
}

#gallery-of-works:before {
    content: '';
    height: 7px;
    width: 100%;
    right: 0;
    bottom: 0px;
    position: absolute;
    background: url(../img/logo/line-pattern-white.png) repeat-x;
    z-index: 2;
}
.features-logo{
	font-size:60px;
}
.features-logo span.copyright-text {
    left: 1px;
}

/* LOGIN STYLES */
.login-box-wrapper{
	background:#fff;
	border-bottom: 1px solid #dadce0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    border: 1px solid #dadce0;
	padding:30px 15px 50px;
	margin-bottom:25px;
	position:relative;
}
.login-heading{
	position:relative;
	display:block;
	margin-bottom:32px;
	margin-top:32px;
	padding:25px 0;
	text-align:center;
	z-index:1;
}
.login-heading:before{
    content: '\f023';
	position: absolute;
    color: #f5f5f5;
    font-size: 100px;
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    font-weight: 900;
    white-space: nowrap;
    z-index: -1;
    left: 0;
    top: -44px;
    white-space: nowrap;
    text-align: left;
    display: flex;
    justify-content: center;
	align-items:centrer
}
.login-heading h3{
	display:block;
	font-weight:400;
}

.login-products{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
	
}

.product-section{
	margin:10px;
	padding:40px 15px;
	background:#f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius:3px;
	min-width:30%;
	text-align:center;
	position:relative;
	transition:all 0.1s ease-in;
	overflow:hidden;
}

.product-section h3{
	position:relative;
	z-index:1;
}
.product-section p{
	margin:0 auto;
	padding:5px 15px;
	background:#666;
	border-radius:3px;
	text-align:center;
	position:relative;
	display:none;
	max-width:150px;
	bottom:-50px;
}
.product-section:hover .product-section p{
	display:block;
	bottom:20px;
}
.product-section:hover{
    -webkit-box-shadow: 0 10px 6px -6px #999;
	   -moz-box-shadow: 0 10px 6px -6px #999;
	        box-shadow: 0 10px 6px -6px #999;
    border-color:#dadce0;
}
/*
.product-section:before{
    position: absolute;
    content: '\f023';
    right: 0;
    bottom: -15px;
    color: #FFCC00;
    font-size: 50px;
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-weight: 900;
    white-space: nowrap;
    z-index: 0;
	opacity:0;
	text-align:right;
	line-height:0.8em;
}

.product-section:hover::before{
	opacity:1;
}
*/

.package-modules-list{
	display:block;
	position:relative;
	padding:0 20px;	
	list-style:circle;
	
}
.package-modules-list-inline{
	display:inline-block !important;
}

.package-modules-list li{
	display:block;
	position:relative;
	text-align:left;
	line-height:1.9em;
}

.package-modules-list li i{
	margin-right: 14px;
    font-size: 16px;
    color: #009ef6;
}
.text-muted{
	color:#666666;
}

/* WE  ARE DIGIHEALTH STYLES */
.weare-digihealth-wrap{
	display:flex;	
	/*flex-direction:row;*/
	justify-content:center;
}
/*.weare-digihealth{
	background:#f0f6f9;
	flex:1;
	padding:100px 100px;
	margin:5px 0 0 5px;
}
*/.weare-digihealth-wrap .content-block {
    width: 50%;
    margin: 0;
    padding: 80px 80px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}
.weare-digihealth-text h3 {
	line-height: 1.2em;
    margin-bottom: 15px;
}
.weare-digihealth-text p{
}
.weare-digihealth-text > p > i{
}



.weare-digihealth-wrap .image-block {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.we-are-digihealth-image {
    background-image: url(../img/banner/our-services.jpg);
}


.product-features-flex{
	display: flex;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
}

.image-section-about{
	position:relative;
	display:block;
}
.image-section-about img{
	width:100%;
	margin:0;
	padding:0;
}


.features-long-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.feature-long{
	width:30%;
	background: #fff;
	display:inline-block;
    padding: 33px 20px 20px;
	margin-left:10px ;
	margin-right:10px;
	margin-bottom:15px;
    border: 1px solid #fff;
    flex: 1 1 auto;
    position: relative;
    background-clip: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
}
.feature-long:hover{
    box-shadow: none;
    border-radius: 8px;
    background: #e6e8ea;
    border-color: #e6e8ea;
}
.feature-long img {
    width: 30px;
    margin: 0 10px auto 0px;
	float:left;
	display:inline-block;
	overflow:hidden;
	position:relative;
	top:-4px;
}
.feature-long p {
    line-height: 1.3em;
    color: #000;
    margin-bottom: 20px;
    display: block;
    font-family: 'Rajdhani' !important;
    font-size: 19px;
    font-weight: 500;
	padding:0;
	overflow:hidden;
	position:relative;
}


.modules-discription-wrap{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
}
.module-block{
	padding:0;
	margin-left:5px;
	margin-bottom:15px;
	margin-right:5px;
	background: #ffffff;
    border: 1px solid #f4f4f4;
	width:30%;
	display:inline-block;
}
.module-block h5 {
	border-bottom:1px solid #f4f4f4;
	font-weight:700;
	padding:15px;
    background: #e5f4fd;
	text-transform:uppercase;
}

.module-block img{
	width:30px;
	margin:0 5px 0 0;
	
}
.price-section-single{
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
}
.price-image-block, .price-modules-block{
	width:50%;
}
.price-modules-block ul{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	padding-left:0px;
}
.price-modules-block ul li{
	padding:0px 15px 0 0;
	margin-right:3px;
	width:49%;
	list-style:inside;
	line-height:1.9em;
}


.price-modules-block{
	padding-left:40px;
}

.bg-career{
	background: #cdd1d2 url(../img/banner/begining-bg.jpg) 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    min-height: 612px;
    position: relative;
}
.text-uppercase{
	text-transform:uppercase !important;
}


/* price section new styles */
.price-section-new{
	display:flex;
	justify-content:center;	
	flex-wrap:wrap;
}
.price-block-single{
	position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    background: #fff;
    padding: 0px 0px 80px;
    border-radius: 5px;
	text-align:center;
	width:30%;
	margin-bottom:25px;
	margin-left:10px;
	margin-right:10px;
	
}
.price-block-single:hover{
box-shadow:-2px 3px 40px 6px rgba(111,114,229,.2);-moz-box-shadow:-2px 3px 40px 6px rgba(111,114,229,.2);-webkit-box-shadow:-2px 3px 40px 6px rgba(111,114,229,.2);z-index:2;-webkit-transition:all 200ms ease-in;-webkit-transform:scale(1.01);-ms-transition:all 200ms ease-in;-ms-transform:scale(1.01);-moz-transition:all 200ms ease-in;-moz-transform:scale(1.01);transition:all 200ms ease-in;transform:scale(1.01);border-right:0;border-radius:5px
}

.pricingInnerContentBlock p{
	font-size:17px;
}
.price-block-single:hover .tabHead, .price-block-single:hover .tabHead h4 {
	background: #009ef6;
	color:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.price-block-single:hover .hoverText{
	color:#0098ff;
}
/*.postionTab {
    background: #0098ff;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: -1;
    height: 161%;
    -webkit-transition: all 120ms ease-in;
    -ms-transition: all 120ms ease-in;
    -moz-transition: all 120ms ease-in;
    transition: all 120ms ease-in;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}*/
.price-tab-head {
    padding: 0 0 34px;
    transition: 0.5s all;
    border-right: 1px solid #ddd;
    position: relative;
}
.priceHeader-wrapper {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: -30px;
	padding:10px 0;
    background: #0773bc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.priceHeader-wrapper h4 {
	color:#fff;
	font-size:16px;
}
.buttonSection{
	position:absolute;
	bottom:30px;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	left:0;
}
.tabHead {
	padding:16px 0px 0;
}
.tabHead h4 {
    font-size: 29px;
    z-index: 9999;
	padding:20px 5px;
}

.blueText {
    color: #0098ff;
}
.pricingtablecontent{
	padding-bottom:20px;
	margin-top: 11px;
}
.price-top-content{
	padding-top:220px;
	background:#ebf4ff;
}
.about-image-top{
	display:none;
}
.support-call-wrap{
	display:block;
	position:relative;
	text-align:center;
	background:#fff;
	padding:90px 0;
}
.support-call-wrap img{
	display:block;
	position:relative;
	text-align:center;
	width:130px;
	margin:0 auto 30px;
}

.support-call{
	display:block;
	margin:0;
	padding:0;
	font-size:40px;
	font-weight:600;
	color:#000;
	line-height:1.5em;
	text-align:center;
	font-family:'Rajdhani', sans-serif !important;
}
.support-call a{
	font-size:50px;
	font-weight:700;
}


.list > li .list-blog{
    color: #272727;
    display: block;
    overflow: hidden;
}
.schedule-demo-block-or{
	line-height:1em;
	margin:10px;
}
.schedule-demo-block-calltext-small{
	font-size: 23px;
    margin-bottom: 20px;
    margin-top: 23px;
}
.schedule-demo-block-calltext-number{
	font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
	font-family:'Rajdhani', sans-serif !important;
	color:#033ea9;
	font-weight:700;
    line-height: 0.9em;
}
.support-call{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:40px 0;
}
.support-call-block{
	background:#fff;
	width:40%;
	border-radius:5px;
	margin:5px 10px;
	padding:25px 20px 20px;
    -webkit-box-shadow: 0 0 5px rgba(111,114,229,.2);
    box-shadow: -1px 0 29px rgba(111,114,229,.2);
}
.support-call-block img{
	width:70px;
	margin-bottom:25px;
}
.support-call-block a{
	font-size:20px;
	margin:0;
	padding:0;
	display:block;
	width:100%;
	line-height:1.3em;
	
}
.support-call-block a.phone{
	font-size:33px;
}
.support-call-block p{
	font-size:17px;
	margin:0;
	padding:0;
	
}
.groupofcompanies-block{
	text-align:center;
	margin-top:25px;
}
.group-of-companies{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.company-name{
	margin:0 3px 6px;
	line-height:1.3em;
	padding:3px 10px;
	color:#fff;
	display:inline-block;
	position:relative;
}
.company-name:after{
	content:'';
	width:2px;
	height:80%;
	position:absolute;
	right:0;
	display:inline-block;
	background:#fff;
}
.company-name:last-child:after{
	width:0;
	}


.ftr-company-head{	
	background:rgb(97, 147, 175);
	padding:4px 14px;
	border-radius:21px;
	display:inline-block;
	margin:0 auto 10px;
}
.top-bar-logo{
	color:#00a859 !important;
	font-weight:700 !important;
	font-size:27px !important;
	font-family:'Rajdhani', sans-serif ;
}
.top-bar-logo span{
	color:#000 !important;
}

.terms{
}
.terms a{
	color:#c3c3c3;
	margin-right:10px;
}
.terms a:hover{
	color:#009ef6;
}
.staff-line{
    border-bottom: none !important;
    background: #dcf7ff;
    padding: 8px 24px;
	display:inline-block;
}
.download-block{
	display:block;
	width:100%;
	margin-bottom:10px;
	margin-top:13px;
	float:left;
}
	