@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/*
Theme Name: Zink
Author: Pesach Gelfand
Author URI: zink.com

*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 22, 2016 */

@font-face {
	font-family: "Bebas_neue";
	src: url("fonts/bebasneue_regular-webfont.eot");
	src: url("fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebasneue_regular-webfont.woff") format("woff"), url("fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

ul:not([class]),
#nav ul,
.contact-list,
.tabset,
.list-technology,
.team-list,
.contact-section .conact-list,
.technology-list,
.footer-info .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#main:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #545454;
	background: #fff;
	font: 28px/1.5357 "Raleway", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5357em;
}

blockquote {
	border-left: 4px solid #545454;
	padding-left: .5em;
	margin-left: 1.5357em;
}

th,
td {
	border: 1px solid #545454;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #545454;
	padding: 13px 29px;
	font-size: 12px;
	color: #000;
	padding: 0 10px;
	height: 28px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #545454;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #545454;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #545454;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #545454;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #545454;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

ul:not([class]) {
	margin: 0 0 31px;
}

ul:not([class]) li {
	font-size: 16px;
	position: relative;
	padding: 0 0 3px 9px;
}

ul:not([class]) li:before {
	width: 3px;
	height: 3px;
	position: absolute;
	content: "";
	background: #ee3897;
	border-radius: 50%;
	top: 10px;
	left: 0;
}

ul:not([class]) li ol li {
	padding: 0;
}

ul:not([class]) li ol li:before {
	display: none;
}

ol:not([class]) li {
	font-size: 16px;
}

ol:not([class]) ul li ol li {
	padding: 0;
}

ol:not([class]) ul li ol li:before {
	display: none;
}

.widget {
	margin-bottom: 1.5357em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
	font-size: 16px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
	height: 28px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 28px;
	font-size: 12px;
}

.search-form input[type="search"] {
	margin: 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
	margin: 0;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ee3897;
	color: #fff;
	border: none;
	padding: 0 .5em;
	height: 28px;
	font-size: 16px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}
.single-post .sidebar-single .search-form input[type="submit"]:hover{
	opacity:1;
	background:#c81171;
}
.commentlist {
	margin: 0 0 1.5357em;
	font-size: 18px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5357em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5357em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5357em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #ee3897;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5357em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ee3897;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #545454;
	padding: .4em;
	margin-bottom: 1.5357em;
	font-size: 16px;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5357em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5357em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5357em;
}

.mejs-container {
	margin-bottom: 1.5357em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #545454;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 80px;
	font-family: "Bebas_neue", "Arial", "Helvetica", sans-serif;
	color: #ee3897;
	text-transform: uppercase;
	line-height: 1.15;
	margin: 0 0 27px;
}

h2,
.h2 {
	font-size: 28px;
	margin: 0 0 17px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ee3897;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1242px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	background: #feffff;
	position: relative;
	padding: 14px 0 0;
	overflow: hidden;
}

#header:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	width: 23%;
}

.logo {
	float: left;
}

#nav {
	float: left;
	padding: 47px 0 0 50px;
}

#nav ul li {
	float: left;
	padding: 0 23px;
	font-size: 17px;
	font-weight: bold;
}

#nav ul li:before {
	display: none;
}

#nav ul li.active a {
	color: #ee3897;
	border-bottom: 2px solid #ee3897;
}

#nav ul a {
	color: #4d4d4d;
	text-transform: capitalize;
	display: block;
	padding: 0 0 7px;
	border-bottom: 2px solid transparent;
}

#nav ul a:hover,
#nav ul a:focus {
	color: #ee3897;
	text-decoration: none;
	border-bottom: 2px solid #ee3897;
}

.contact-info {
	float: right;
	position: relative;
	background: #000;
	height: 142px;
	margin-top: -14px;
	padding: 0 0 0 31px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-info img {
	margin: 0 20px 0 0;
	position: relative;
	z-index: 2;
}

.contact-info .contact-list {
	text-align: right;
	position: relative;
	z-index: 2;
}

.contact-info .contact-list a {
	color: #ccc;
}

.contact-info:before {
	content: "";
	position: absolute;
	top: -100px;
	left: -38px;
	bottom: -100px;
	width: 120px;
	-webkit-transform: rotate(148deg);
	-ms-transform: rotate(148deg);
	transform: rotate(148deg);
	background: #000;
}

.nav-opener {
	width: 31px;
	height: 31px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	left: 15%;
	right: 15%;
	top: 16px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #ee3897;
	border-radius: 4px;
	height: 3px;
	left: 10%;
	margin-top: -2px;
	position: absolute;
	right: 10%;
	top: 16px;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

#main {
	background: url("images/bg-main.jpg") no-repeat 50% 100%;
	background-size: 100% auto;
}

#content {
	float: left;
	width: 65%;
	padding: 40px 0 0;
}

#content:only-child {
	float: none;
	width: 100%;
	padding: 182px 32% 111px 0;
}

#sidebar {
	float: right;
	width: 30%;
	padding: 40px 0 0;
	font-size: 14px;
}

#sidebar #wp-calendar {
	width: 100%;
	padding: 5px;
}

.contact-list a {
	color: inherit;
}

.contact-list a:hover,
.contact-list a:focus {
	color: #ee3897;
	text-decoration: none;
}

.text-block {
	padding: 0 0 45px;
}

.btn {
	color: #fff;
	background: #ee3897;
	padding: 13px 29px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 800;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:hover,
.btn:focus {
	background: #c81171;
	text-decoration: none;
}

.sloping-section {
	position: relative;
	background: #f6fbfd;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.sloping-section:after {
	content: "";
	position: absolute;
	right: -323px;
	bottom: -526px;
	top: 0;
	background: #f2f2f2;
	width: 60%;
	-webkit-transform: rotate(211deg);
	-ms-transform: rotate(211deg);
	transform: rotate(211deg);
}

.sloping-section .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	height: 857px;
}

.sloping-section .col-left {
	width: 43%;
	padding: 30px 0;
	position: relative;
	z-index: 5;
}

.sloping-section .image-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	width: 59.8%;
	text-align: right;
}

.sloping-section .image-holder img {
	height: 100%;
	width: auto;
}

.sloping-section h1 {
	margin: 0 0 31px;
}

.sloping-section .text-holder {
	padding: 0 0 76px;
}

.product-section {
	background: #000 url("images/bg-dar-pattern.png") no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	line-height: 1.81;
	padding: 401px 0  234px;
	position: relative;
}

.product-section .product-info {
	width: 46.5%;
	position: relative;
	z-index: 5;
	padding: 0 0 0 30px;
}

.product-section .product-info .heading {
	border-left: 8px solid #ee3897;
	border-right: 8px solid #ee3897;
	position: relative;
	margin: 0 0 38px;
	text-align: center;
}

.product-section .product-info .heading:after,
.product-section .product-info .heading:before {
	content: "";
	height: 8px;
	width: 89px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ee3897;
}

.product-section .product-info .heading:after {
	top: auto;
	bottom: 0;
}

.product-section .product-info .heading .holder {
	padding: 74px 40px 63px;
}

.product-section .product-info .heading .holder:after,
.product-section .product-info .heading .holder:before {
	content: "";
	height: 8px;
	width: 89px;
	position: absolute;
	right: 0;
	top: 0;
	background: #ee3897;
}

.product-section .product-info .heading .holder:after {
	top: auto;
	bottom: 0;
}

.product-section .product-info .heading .equally {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ee3897;
	font-size: 92px;
	line-height: 67px;
	font-family: "Bebas_neue", "Arial", "Helvetica", sans-serif;
}

.product-section .product-info .heading h2 {
	text-transform: uppercase;
	font-size: 57px;
	line-height: .8;
	font-family: "Bebas_neue", "Arial", "Helvetica", sans-serif;
	letter-spacing: 2px;
}

.product-section .product-info .heading h2 strong {
	color: #ee3897;
	padding: 0 10px;
	vertical-align: top;
	display: inline-block;
	font-size: 80px;
	position: relative;
	top: -22px;
	margin-bottom: 5px;
}

.product-section .product-info .text {
	padding: 0 8px 31px;
}

.product-section .product-info .text h3 {
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.product-section .image {
	position: absolute;
}

.product-section .image.image-1 {
	top: 0;
	left: 0;
}

.product-section .image.image-2 {
	top: -1px;
	left: 590px;
}

.product-section .image.image-3 {
	top: 364px;
	right: 142px;
}

.product-section .image.image-4 {
	bottom: 0;
	right: 199px;
}

.tabs-section {
	background: url("images/bg-light-patern.png") no-repeat 0 100%;
	background-size: cover;
	min-height: 1000px;
	padding: 175px 0 420px;
}

.tabs-section h1 {
	text-align: center;
	font-size: 72px;
	letter-spacing: 5px;
	margin: 0 0 110px;
}

.tabset {
	background: #fff;
	margin: 0 0 30px;
}

.tabset a {
	display: block;
	padding: 20px 0;
	border-bottom: 9px solid transparent;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
	outline: none;
	text-align: center;
}

.tabset a.active,
.tabset a:hover,
.tabset a:focus {
	border-color: #ee3897;
}

.tab-content .container {
	position: relative;
	z-index: 20;
}

.tab-content > div {
	overflow: hidden;
}

.tab-content .text-holder {
	overflow: hidden;
	font-size: 21px;
	line-height: 1.67;
}

.tab-content .alignleft {
	margin: 0;
	padding: 11px 16.4% 0 0;
}

.tab-content h2 {
	color: #ee3897;
	margin: 0 0 16px;
}

.tab-content p {
	margin: 0 0 29px;
}

.dark-section {
	background: -webkit-linear-gradient(top, #151515 0%, #666 100%);
	background: linear-gradient(to bottom, #151515 0%, #666 100%);
	position: relative;
	z-index: 1;
	padding: 166px 0 158px;
	color: #fff;
	text-align: center;
}

.dark-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	height: 324px;
	background: url("images/triangle.png") no-repeat 50% 100%;
	background-size: 100% auto;
	margin: 0 0 -1px;
}

.dark-section h1 {
	font-size: 72px;
	letter-spacing: 5px;
	margin: 0 0 71px;
}

.list-technology {
	font-size: 0;
	line-height: 0;
	margin: 0 0 37px;
}

.list-technology li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	width: 33.3%;
	padding: 0 5%;
	font-size: 16px;
	line-height: 1.62;
}

.list-technology .image {
	height: 246px;
	margin: 0 0 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-technology h2 {
	margin: 0 0 9px;
}

.list-technology h2 a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.list-technology h2 a:hover,
.list-technology h2 a:focus {
	color: #fff;
	text-decoration: none;
}

.our-history-section {
	background: url("images/bg-our-history.png") no-repeat, -webkit-linear-gradient(left, #5f53a4 0%, #5f53a4 30%, #5c58a7 34%, #5c5daa 41%, #6960ac 56%, #7b5dab 66%, #9955a7 77%, #b34da2 85%, #cd449e 91%, #ee3897 98%, #ee3897 100%, #af449d 100%, #5f53a4 100%);
	background: url("images/bg-our-history.png") no-repeat, linear-gradient(to right, #5f53a4 0%, #5f53a4 30%, #5c58a7 34%, #5c5daa 41%, #6960ac 56%, #7b5dab 66%, #9955a7 77%, #b34da2 85%, #cd449e 91%, #ee3897 98%, #ee3897 100%, #af449d 100%, #5f53a4 100%);
	background-size: cover;
	/*padding: 176px 0 173px;*/
	padding: 176px 0 50px;
	color: #fff;
}
#partners{
	padding-top:0;
	padding-bottom:173px;
}

.our-history-section h1 {
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 18px;
}

.our-history-section .alignleft {
	margin: 16px 9% 0 0;
}

.our-history-section .text-holder {
	/*overflow: hidden;*/
	font-size: 16px;
	line-height: 1.81;
}

.our-history-section .text-holder .intro {
	font-weight: normal;
	display: block;
	font-size: 28px;
	line-height: 1.54;
	margin: 0 0 29px;
}

.our-history-section .text-holder p {
	margin: 0 0 31px;
}

.our-team-section {
	position: relative;
	/*background: #000 url("images/bg-our-team.png") no-repeat 0 100%;*/
	background: #000 url(images/team-bg.jpg) no-repeat center top;
	padding: 155px 0 150px;
	text-align: center;
}

/*.our-team-section:before {
	width: 41px;
	height: 392px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url("images/bg-our-team-2.png") no-repeat;
}*/

.our-team-section h1 {
	text-align: center;
	margin: 0 0 78px;
	letter-spacing: 2px;
}

.team-list {
	font-size: 0;
	line-height: 0;
}

.team-list img {
	border-radius: 50%;
	vertical-align: top;
	margin: 0 0 49px;
}

.team-list li {
	display: inline-block;
	vertical-align: top;
	color: #ee3897;
	width: 20%;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0 26px 30px;
	letter-spacing: 1px;
}

.team-list .name {
	display: block;
	text-transform: capitalize;
	font-size: 20px;
	padding: 0 0 10px;
	font-weight:bold;
}
/*.team-list .name a{
	color:#fff;
}*/
.team-list p{
	color:#fff;
}

.team-list a:hover,
.team-list a:focus {
	text-decoration: none;
	color: #fff;
}

.chronology-section {
	position: relative;
	background: #fff url("images/bg-main.jpg") no-repeat 100% 100%;
}

.chronology-section:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	background: #e6e6e6;
}

.chronology-section .container {
	position: relative;
	padding: 179px 20px 132px;
}

.chronology-section .container:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38%;
	background: #e6e6e6;
}

.chronology-section .aside {
	float: left;
	width: 37%;
	position: relative;
	z-index: 2;
	padding: 0 35px 0 3px;
}

.chronology-section .aside h2 {
	color: #ee3897;
}

.chronology-section .chronology-holder {
	float: right;
	width: 60%;
	padding: 52px 0 0 30px;
}

.chronology-section .block {
	font-size: 16px;
	line-height: 1.82;
	font-weight: bold;
	padding: 0 0 46px 103px;
}

.chronology-section .block h2 {
	font-family: "Bebas_neue", "Arial", "Helvetica", sans-serif;
	font-size: 34px;
	border-bottom: 1px solid #ee3897;
	margin: 0 0 22px -103px;
	padding: 0 0 9px;
	color: #ee3897;
	letter-spacing: 5px;
}

.contact-section {
	background: #f2f2f2;
	padding: 183px 0 180px;
}

.contact-section .map-holder {
	float: left;
	margin: 12px 109px 0 0;
}

.contact-section .text-holder {
	overflow: hidden;
	font-size: 21px;
	line-height: 1.67;
}

.contact-section h2 {
	color: #ee3897;
}

.contact-section .conact-list {
	padding: 4px 0 0;
}

.contact-section .conact-list li {
	font-size: 16px;
	padding: 0 0 3px;
}

.contact-section .conact-list a {
	color: inherit;
}

.contact-section .conact-list a:hover,
.contact-section .conact-list a:focus {
	color: #ee3897;
	text-decoration: none;
}

.visual {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-color: #000;
	height: 663px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual .text-holder {
	width: 40%;
}

.visual h1 {
	color: #fff;
	margin: 0 0 21px;
	letter-spacing: 2px;
}

.technology-section {
	padding: 184px 0 195px;
	text-align: center;
	background: url("images/bg-technology-section.png") no-repeat 0 50%;
}

.technology-section .btn {
	min-width: 163px;
}

.technology-list {
	font-size: 0;
	line-height: 0;
	margin: 0 0 12px;
}

.technology-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	line-height: 1.56;
	text-align: left;
	padding: 0 8% 191px 0;
}

.technology-list li:nth-child(2n) {
	padding: 0 0 132px 8%;
}

.technology-list .image {
	float: left;
	margin: -16px 30px 0 0;
	width: 42%;
}

.technology-list .text-holder {
	overflow: hidden;
}

.technology-list h2 {
	margin: 0 0 11px;
}

#footer {
	background: #000;
	padding: 33px 0;
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:focus {
	color: #ee3897;
	text-decoration: none;
}

.footer-info {
	border-bottom: 1px solid #7c7c7d;
	margin: 0 0 31px;
	padding: 0 0 28px;
	overflow: hidden;
}

.footer-info .col {
	float: left;
	padding: 0 10px 0 88px;
}

.footer-info .nav {
	float: right;
	padding: 5px 0 0;
}

.footer-info .nav li {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	padding: 0 0 0 37px;
}

.footer-info .contact-list li {
	padding: 0 0 2px;
}

.footer-info h5 {
	margin: 0 0 4px;
}

.footer-logo {
	float: left;
	margin: 6px 0 0;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}
.post-wrap{width:100%;clear:both;padding-top: 40px;}
/* .post-wrap .container,.post-details .container{
	max-width:960px; padding:0px;} */
.post-wrap .container,.post-details .container{
	max-width:1200px; padding:0px;}
.post-details #content{padding: 50px 0px 10px;}
.post-cont ul{
	padding-right:0px;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 -23px 0 0;
}
.page-template-template-news .post-cont .alm-listing li{
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding: 0 23px 46px 0; */
	padding: 0 23px 29px 0;
    margin: 0 0 32px;
    position: relative;
	font-size: 16px;
line-height: 24px;
font-weight: normal;
color: #272937;
text-align: left;
}
.post-data{
    /* background: #f0f1f2; */
	background: #fbfbfb;
    padding: 34px 36px 36px;
    width: 100%;
	font-family:"Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.alm-listing .post-data h3{margin:0px;}
.post-data h3 a{
    font-size: 26px;
    line-height: 34px;
    color: #43525a;
    font-weight: normal;
    margin: 0;
}
.post-data h3 a {
    color: #43525a;
    text-decoration: none;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
	outline: none;
}
.post-data h3 a:hover {
    /* color: #19799f; */
	color: #ee3897;
}
.alm-listing li .text-post p {
    padding: 28px 0 0;
    margin: 26px 0 0;
    border-top: 2px solid #b4b9bc;
}
.post-data .meta-date-data{
    position: absolute;
    bottom:0px;
    left: 0;
    right: 23px;
    color: #818181;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 0;
    border-top: 1px solid #dadada;
}
.post-data p.entry-meta{
    margin-right: 6px;
	display:inline-block;
}
.post-data .meta-info a{color: #818181;}
.post-data .meta-date-data .read_more{
    /* color: #009ee8; */
	color: #ee3897;
    margin-left: 6px;
}
.post-data .read_more .btn{
    color:#009ee8;
    background:none;
    padding:0px;
    font-weight: 300;
	font-size: 14px;
	line-height: 18px;
    text-transform:none;
    letter-spacing:0px;
    border:none;
}
.post-data div.simplesocialbuttons {
    height: auto;
    margin: 0px;
    text-align: left;
    clear: none;
    font-size: 0;
    direction: ltr;
    float: right;
}
.post-data .simplesocial-simple-icons button.ssb_gplus-icon svg,.post-data .simplesocial-simple-icons button.ssb_tweet-icon .icon,.post-data .simplesocial-simple-icons button.ssb_fbshare-icon .icon{
    fill:#818181;color:#818181;}
.post-data .simplesocial-simple-icons button.ssb_gplus-icon .icon{border:none;box-shadow: none;}
.post-data .simplesocialbuttons button,.post-data .simplesocialbuttons button:hover{margin:0px;background:none;
height:auto;width:auto;padding:0px;border:none;}
.post-data .simplesocialtxt{display:none;}
.simplesocial-simple-icons .ssb_gplus-icon{
	width:27px !important;
}
.meta-desc{float: left;
/* width: 165px; */ max-width: 210px;}
.post-cont .alm-btn-wrap button.alm-load-more-btn{display: inline-block;
vertical-align: top;
margin: 0 0 30px;
font: bold 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
text-transform: uppercase;
color: #fff;
/* background: #3387ab; */
background: #ee3897;
padding: 11px 21px;
border-radius: 2px;
letter-spacing: 3px;
text-decoration: none;
-webkit-transition: all .25s linear;
transition: all .25s linear;
height: auto;
font-weight: 800;
}
.post-cont .alm-btn-wrap button.alm-load-more-btn:hover{
	background: #c81171;
}
.post-cont .alm-btn-wrap{padding-top:0px;}
.sidebar-single{
    float: right;
    width: 274px;
    padding: 70px 0 30px;
    color: #43525a;
}
.post-single-content{
    float: left;
    width: calc(100% - 314px);
    /* background: #f0f1f2; */
    padding: 60px 74px 100px;
    margin: 0 0 170px;
	background: #fbfbfb;
}
.sidebar-single .widget-content{
    margin: 0 0 116px;
}
.sidebar-single .widget-content h3{
    font: bold 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 24px;
	color: #313d44;
}
.sidebar-single input[type="search"]{
    background: #f0f1f2;
	border: 1px solid #f0f1f2;
	float: left;
	height: 40px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding: .4em 22px;
	color: #43525a;
	width: 100%;
}
.sidebar-single input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
	/* background: #2096f3; */
	background: #ee3897;
	color: #fff;
	height: 40px;
	border: none;
	padding: 0 .5em;
	white-space: nowrap;
	text-indent: -9999px;
	overflow:hidden;
	width: 50px;
	text-align:left;
	cursor:pointer;
}
.sidebar-single fieldset:after,.nosearch-form fieldset:after{
    /*top: 50%;
    left: 50%;
    border: solid transparent;
    content:"";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin: -2px 0 0 -7px;*/
	
    top: 50%;
    right:18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
	margin-top: -3px;
}
.sidebar-single .search-form fieldset{
    padding: 0 50px 0 0;
    position: relative;
}
.nosearch-form fieldset{position:relative;display: inline-block;}
.sidebar-single .widget-content ul {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 30px;
}
.sidebar-single .widget-content ul li {
    padding: 0 0 13px;
    margin: 0 0 11px;
    border-bottom: 1px solid #999a9a;
}
.sidebar-single .widget-content ul a::before {
    left: 0;
    top: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(32, 150, 243, 0);
    border-left-color: #2096f3;
	border-left-color: #ee3897;
    border-width: 7px;
}
.sidebar-single .widget-content ul a {
    display: inline-block;
    vertical-align: top;
    color: #43525a;
    padding: 0 0 0 16px;
    position: relative;
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
	font-family:"Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
    line-height: 28px;
}
.sidebar-single .widget-content ul a:hover {
    /* color: #19799f; */
	color: #ee3897;
    text-decoration: none;
}
.post-single-content  h1 {
    padding: 0 0 83px;
    margin: 0 0 28px;
    border-bottom: 1px solid #52545c;
	line-height: 45px;
	font: 300 39px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	/*font-weight: 200;*/
	color: #000;
	text-transform:none;
}
.post-data-single p{
margin: 0 0 28px;
line-height: 28px;
color: #313d44;
font: 300 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.post-single-content > p{display:none;}
.post-single-content .navigation-single {
    font: 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 140px 0 17px;
    letter-spacing: 1px;
}
.post-single-content .navigation-single .next, .post-single-content .navigation-single .prev{background:none;
max-width:100%;}
.post-single-content .navigation-single a{
	/* color: #009ee8; */
	color: #ee3897;
	text-decoration: none;
	display: block;
	background:none;
	padding:0px;
}
.post-single-content .navigation-single .next:hover a, .post-single-content .navigation-single .prev:hover a{
    /* color: #19799f; */
	/* color:#ee3897 */
	text-decoration:underline;
	color: #c81171;
}
.date-social-meta{
    margin: 0 0 40px;
	width:100%;
	line-height: normal;
}
.date-social-meta time {
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    color: #43525a;
    font-weight: normal;
}
.date-social-meta .simplesocialbuttons{
    float: right;
    font-size: 17px;
    line-height: 15px;
    margin: 0 -5px 0 0;
    color: #2096f3;
}
.date-social-meta .simplesocialbuttons button,.date-social-meta .simplesocialbuttons button:hover{margin:0px;
background: none;
border: none;
font-size: 0px;
color: #2096f3;
padding:0px;}
.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon svg,.date-social-meta .simplesocial-simple-icons button .icon{
    /* fill:#2096f3; */
	fill:#ee3897;
}
.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon svg{width:40px;
height: 25px;}
.date-social-meta .simplesocial-simple-icons button .icon,.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon .icon path{
	width: 20px;
height: 20px;}
.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon .icon{
	width:auto;
	height:auto;
}
.date-social-meta .simplesocialbuttons.simplesocialbuttons_inline.simplesocial-simple-icons button{
padding: 0px 3px;}
.date-social-meta .ssb_fbshare-icon{
    padding-top: 3px !important;
}
.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon svg:hover,.date-social-meta .simplesocial-simple-icons button .icon:hover{/* fill: #19799f; */ fill:#c81171;}
.date-social-meta .simplesocial-simple-icons button.ssb_gplus-icon .icon{border:none; background:none;box-shadow:none;}
.date-social-meta .simplesocial-simple-icons .ssb_gplus-icon {
    width:40px !important;
}
.post-data-single h2 a{font-size: 27px;
color: #19799f;
text-decoration: none;
outline: none;
word-wrap: break-word;
line-height: 28px;
}
.post-data-single h2{
margin: 0 0 .5em;
line-height: 28px;
font-size: 27px;}
.post-data-single h2 a:hover{text-decoration:underline;}
.not-found-cont p{
    color: #313d44;
    font: 300 20px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 28px;
	margin: 0 0 28px;
}
.nosearch-form input[type="search"] {
    margin: 0;
    width: 150px;
	float: left;
height: 40px;
border: 1px solid #b7b7b7;
padding: .4em 22px;
background: #fff;
font-size: 14px;
line-height: 18px;
font-weight: normal;
}
.nosearch-form input[type="submit"]{background: #2096f3; 
color: #fff;
height:40px;
border: none;
padding: 0 .5em;
position: relative;
overflow: hidden;
width: 50px;
text-align:left;
text-indent: -9999px;
}
.alm-btn-wrap .alm-load-more-btn.loading::before{background:none !important;}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) {
	.tabset {
		border: solid #d8d9d9;
		border-width: 1px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -44px 70px;
		padding: 0 23px;
	}

	.tabset a {
		height: 137px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 30px;
	}
}

@media (min-width: 2085px) {
	#header:before {
		width: 34%;
	}
}

@media (min-width: 3000px) {
	#header:before {
		width: 40%;
	}
}
@media (max-width: 1259px) {
.page-template-template-news .post-cont .alm-listing li{
    width: 33.333%;
}
.meta-desc {
    width: auto;
}
.post-cont .alm-btn-wrap button.alm-load-more-btn{margin-top:50px;}
.alm-btn-wrap {
    padding-bottom:40px;
}
}
@media (max-width: 1199px) {
	#content:only-child {
		padding: 182px 0 111px 0;
	}

	.sloping-section .container {
		height: auto;
		padding: 60px 20px;
	}

	.sloping-section h1 {
		font-size: 70px;
	}

	.sloping-section .text-holder {
		padding: 0 0 36px;
	}

	.product-section .product-info .heading .holder {
		padding: 74px 20px 63px;
	}

	.product-section .product-info .heading h2 {
		font-size: 53px;
	}

	.product-section .product-info .text h3 {
		font-size: 33px;
	}

	.product-section .image.image-3 {
		right: 10px;
		width: 50%;
	}

	.tab-content .alignleft {
		padding: 11px 5% 0 0;
	}

	.our-history-section {
		padding: 83px 0;
	}

	.our-history-section .alignleft {
		margin: 16px 3% 0 0;
		width: 55%;
	}

	.our-team-section {
		padding: 80px 0;
	}

	.chronology-section .container {
		padding: 80px 20px;
	}

	.chronology-section .aside {
		font-size: 18px;
	}

	.contact-section {
		padding: 83px 0;
	}

	.contact-section .map-holder {
		margin: 12px 60px 0 0;
		width: 60%;
	}

	.visual .text-holder {
		width: 50%;
	}

	.technology-section {
		padding: 120px 0;
	}

	.technology-list li {
		padding: 0 3% 80px 0;
	}

	.technology-list li:nth-child(2n) {
		padding: 0 0 80px 3%;
	}
	.post-data h3 a {
    font-size: 22px;
    line-height: 26px;
}
.alm-listing li .text-post p{
    margin: 15px 0 0;
    padding: 15px 0 0;
}
.post-single-content{
    width: calc(100% - 295px);
    padding: 50px 30px;
    margin: 0 0 50px;
}
.post-details #content{
    padding: 45px 0 0px 0;
}
.post-single-content h1{
    padding: 0 0 28px;
    margin: 0 0 28px;
}
}
@media (max-width: 1120px) {
.contact-info {
    padding: 0 0 0 0px;}
#nav ul li {
    padding: 0 16px;}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	body {
		font-size: 20px;
	}

	#header {
		overflow: visible;
	}

	#header:before {
		display: none;
	}

	.logo {
		width: 170px;
	}

	#nav {
		float: none;
		padding: 0;
	}

	#nav ul li {
		float: none;
		padding: 0 0 10px;
	}

	#nav ul a {
		color: #ccc;
		display: inline-block;
	}

	.contact-info {
		background: none;
		float: none;
		padding: 0;
	}

	.contact-info:before {
		display: none;
	}

	.nav-opener {
		display: block;
	}

	.mobile-drop {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #000;
		padding: 20px 20px 0;
		z-index: 999;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity .25s linear 0s;
		transition: opacity .25s linear 0s;
		visibility: hidden;
	}

	.nav-active .mobile-drop {
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	#content:only-child {
		padding: 60px 0 50px;
	}

	.sloping-section {
		background-size: 40% auto;
	}

	.sloping-section h1 {
		font-size: 40px;
	}

	.product-section {
		padding: 278px 0 234px;
	}

	.product-section .product-info {
		width: 65%;
	}

	.product-section .image.image-1 {
		width: 20%;
	}

	.product-section .image.image-2 {
		left: auto;
		right: 0;
		width: 40%;
	}

	.product-section .image.image-3 {
		display: none;
	}

	.product-section .image.image-4 {
		width: 60%;
	}

	.tabs-section {
		padding: 60px 0 311px;
	}

	.tabs-section h1 {
		font-size: 57px;
		margin: 0 0 57px;
	}

	.tabset li {
		border-bottom: 1px solid #d8d9d9;
	}

	.tab-content .alignleft {
		width: 45%;
	}

	.dark-section {
		padding: 72px 0;
	}

	.dark-section h1 {
		font-size: 57px;
		margin: 0 0 30px;
	}

	.our-history-section {
		padding: 58px 0;
	}

	.our-history-section .alignleft {
		width: 45%;
	}

	.team-list li {
		width: 33.3%;
	}

	.chronology-section .chronology-holder {
		padding: 0 0 0 30px;
	}

	.contact-section .map-holder {
		width: 50%;
	}

	.contact-section .text-holder {
		font-size: 16px;
	}

	.visual {
		height: 456px;
	}

	.technology-list .image {
		width: 40%;
		margin: 0 30px 0 0;
	}
	.page-template-template-news .post-cont .alm-listing li{
    width: 50%;
	padding: 0 15px 56px 0;
margin: 0 0 20px;
	}
	.post-data{padding: 20px;}
	.post-cont .alm-btn-wrap button.alm-load-more-btn {
    margin-top: 25px;
}
.post-cont ul{
    margin: 0 -15px 0 0;
}
.post-details #content{
    padding: 20px 0 0px 0;
}
.post-single-content{
    width: calc(100% - 240px);
    margin: -20px;
    margin: 0 0 0 -20px;
}
.sidebar-single{
    width: 230px;
    padding: 50px 0;
}
.post-single-content .navigation-single{
    margin: 50px 0 17px;
}
.sidebar-single .widget-content {
    margin: 0 0 50px;
}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
		font-size: 14px;
		margin: 5px 0;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
		font-size: 14px;
	}

	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 25px;
	}

	body {
		font-size: 18px;
	}

	#content {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: none;
		width: 100%;
	}

	.text-block {
		padding: 0 0 20px;
	}

	.sloping-section:after {
		right: -120px;
	}

	.sloping-section .container {
		padding: 30px 20px;
	}

	.sloping-section .col-left {
		width: 100%;
	}

	.sloping-section .image-holder {
		display: none;
	}

	.product-section {
		padding: 160px 0 50px;
	}

	.product-section .product-info {
		width: 100%;
		padding: 0;
	}

	.product-section .product-info .heading .holder {
		padding: 45px 10px 37px;
	}

	.product-section .product-info .heading .equally {
		font-size: 67px;
		bottom: -31px;
	}

	.product-section .product-info .heading h2 {
		font-size: 35px;
	}

	.product-section .product-info .heading h2 strong {
		top: -16px;
		font-size: 67px;
	}

	.product-section .product-info .text h3 {
		font-size: 20px;
	}

	.product-section .image.image-4 {
		display: none;
	}

	.tabs-section {
		padding: 60px 0;
	}

	.tabs-section h1 {
		font-size: 40px;
		letter-spacing: 0;
		margin: 0 0 20px;
	}

	.tab-content .text-holder {
		font-size: 18px;
	}

	.tab-content .alignleft {
		float: none;
		padding: 0 0 20px;
		width: 100%;
		text-align: center;
	}

	.dark-section:before {
		display: none;
	}

	.dark-section h1 {
		font-size: 40px;
		letter-spacing: 0;
	}

	.list-technology li {
		display: block;
		width: 100%;
		padding: 0 5% 30px;
	}

	.list-technology .image {
		height: auto;
	}

	.our-history-section .alignleft {
		float: none;
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}

	.our-history-section .text-holder .intro {
		font-size: 20px;
	}

	.our-team-section h1 {
		margin: 0 0 30px;
	}

	.team-list img {
		margin: 0 0 20px;
	}

	.team-list li {
		width: 100%;
		padding: 0 10px 30px;
	}

	.team-list .name {
		font-size: 16px;
	}

	.chronology-section:before {
		display: none;
	}

	.chronology-section .container {
		padding: 40px 20px 20px;
	}

	.chronology-section .container:before {
		display: none;
	}

	.chronology-section .aside {
		width: 100%;
		float: none;
	}

	.chronology-section .chronology-holder {
		width: 100%;
		float: none;
		padding: 0;
	}

	.chronology-section .block {
		padding: 0 0 30px;
	}

	.chronology-section .block h2 {
		margin: 0 0 20px;
	}

	.contact-section {
		padding: 43px 0;
	}

	.contact-section .map-holder {
		width: 100%;
		float: none;
		margin: 0 0 30px;
		display: block;
	}

	.visual {
		height: auto;
	}

	.visual .text-holder {
		width: 80%;
		font-size: 16px;
		padding: 30px 0;
	}

	.technology-section {
		padding: 40px 0;
	}

	.technology-list li {
		width: 100%;
		display: block;
		padding: 0 0 40px;
		overflow: hidden;
	}

	.technology-list li:nth-child(2n) {
		padding: 0 0 40px;
	}

	.technology-list .image {
		width: 30%;
	}

	#footer {
		text-align: center;
	}

	.footer-info .col {
		float: none;
		padding: 20px 0;
	}

	.footer-info .nav {
		float: none;
	}

	.footer-info .nav li {
		padding: 0 10px;
	}

	.footer-logo {
		float: none;
	}
	.page-template-template-news .post-cont .alm-listing li {
    width: 100%;
}
.post-cont .alm-btn-wrap button.alm-load-more-btn {
    margin-top: 15px;
	margin: 0 0 15px;
}
.post-single-content{
    float: none;
    width: auto;
    margin: 0 -20px;
    padding: 30px 20px;
}
.post-single-content h1{
    padding: 0 0 20px;
    margin: 0 0 20px;
	font-size: 30px;
line-height: 32px;
}
.post-single-content .navigation-single{
    margin: 30px 0 10px;
}
.sidebar-single{
    float: none;
    width: 100%;
    padding: 30px 0 0;
}
.sidebar-single .widget-content {
    margin: 0 0 30px;
}
}

