/*!
Theme Name: TGA
Theme URI: http://underscores.me/
Author: Roman I
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TGA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Droid Sans';
	src: url('assets/fonts/droidsans.woff2') format('woff2'),
		url('assets/fonts/droidsans.woff') format('woff'),
		url('assets/fonts/droidsans.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Sans Bold';
	src: url('assets/fonts/droidsansbold.woff2') format('woff2'),
		url('assets/fonts/droidsansbold.woff') format('woff'),
		url('assets/fonts/droidsansbold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Zuume';
    src: url('assets/fonts/ZuumeCut-BoldItalic.eot');
    src: local('Zuume Cut Bold Italic'), local('ZuumeCut-BoldItalic'),
        url('assets/fonts/ZuumeCut-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ZuumeCut-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/ZuumeCut-BoldItalic.woff') format('woff'),
        url('assets/fonts/ZuumeCut-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Zuume';
    src: url('assets/fonts/ZuumeCut-MediumItalic.eot');
    src: local('Zuume Cut Medium Italic'), local('ZuumeCut-MediumItalic'),
        url('assets/fonts/ZuumeCut-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ZuumeCut-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/ZuumeCut-MediumItalic.woff') format('woff'),
        url('assets/fonts/ZuumeCut-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
}
p {
	font-family: 'Droid Sans', sans-serif;
	color: #0a1844;
    line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

li {
	list-style-type: none;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Droid Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f3f3f3;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Zuume', sans-serif;
	font-weight: 700;
	font-style: italic;
}
h1 {
    font-size: 38px;
    line-height: 44px;
}
button:focus {
	outline: none;
}
button {
	padding: 0;
	border: none;
	background: transparent;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*HEADER*/
.site-title, .site-description {
	display: none;
}
.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 28px;
	position: fixed;
    width: 100%;
	z-index: 555;
	top: 0;
    transition: top 0.2s ease-in-out;
}
.nav-up {
    top: -90px;
}
.nav-down {
	background-color: #fff;
}
.main-header nav .menu-item a {
	font-family: 'Zuume', sans-serif;
	font-weight: 700;
	font-style: italic;
    color: #0a1844;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-right: 40px;
}
.main-header nav .menu-item:last-child a {
	margin-right: 0px;
}
.main-header nav .menu-item a:hover {
	animation: blur 250ms ease-in-out;
}

@keyframes blur {
	0%		{filter: blur(0px);}
	50%		{filter: blur(2px);}
	100%	{filter: blur(0px);}
}

@-webkit-keyframes blur {
	0%		{-webkit-filter: blur(0px);}
	50%		{-webkit-filter: blur(2px);}
	100%	{-webkit-filter: blur(0px);}
}

/*FOOTER*/
.side-contact {
	position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 99;
    margin-top: 85vh;
    margin-left: -37px;
    padding-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #0a1844;
    line-height: 10px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
}
.side-contact::after {
    content: '';
    position: absolute;
    left: 133px;
    bottom: 4px;
    width: 200px;
    height: 1px;
    background: black;
	display: flex;
}
.site-footer {
	max-width: 90vw;
	padding: 20px 0px;
	margin: 0 auto;
}
.site-info {
	display: flex;
    justify-content: space-between;
}
.site-info a {
	font-family: 'Zuume', sans-serif;
	font-weight: 700;
	font-style: italic;
    color: #0a1844;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-right: 42px;
	text-decoration: none;	
}
.site-info a:last-child {
	margin-right: 0;
	
}
.side-socials {
	position: fixed;
	right: auto;
	display:grid;
	left: 13px;
	top: 33%;
}
.side-icons{
	padding: 16px 0px;
}
.footer-content{
	display: flex;
	align-items: center;
}

/*HOME PAGE*/
.fullheight.herosection {
    position: relative;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5vh;
}
.diagonal-main {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 650px;
    height: 328vh;
    min-height: auto;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#56b2d4), color-stop(70%, #56d4b4), to(#0a1844));
    background-image: linear-gradient(180deg, #56b2d4, #56d4b4 70%, #0a1844);
    -webkit-transform: translate(0px, -300px) skew(-46deg, 0deg);
    -ms-transform: translate(0px, -300px) skew(-46deg, 0deg);
    transform: translate(0px, -300px) skew(-46deg, 0deg);
}
.cont.maincontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14vh;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner-title {
	margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Zuume', sans-serif;
    color: #0a1844;
    font-size: 154px;
    line-height: 136px;
    font-style: italic;
	max-width: 75%;
}
.heading-2 {
	font-size: 31px;
    line-height: 44px;
    margin-top: 20px;
	font-family: 'Zuume', sans-serif;
    font-style: italic;
	font-weight: bold;
}
.info-blocks {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 98px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.div-block-3 {
	width: 25%;
	margin-left: -1px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #0a1844;
	min-height: 265px;
}
.width50 {
	width: 50%;
}
.paragraph-2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
    line-height: 24px;
	color: #0a1844;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}
.banner-img {
	position: relative;
}
.banner-img img {
	position: absolute;
    top: -221px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.what-we-do {
	padding-top: 285px;
}
.ww-subtitle {
	color: #0a1844;
    font-size: 56px;
    line-height: 48px;
    font-style: italic;
	margin-bottom: 5px;
}
.ww-title {
	font-size: 95px;
    line-height: 122px;
	color: #0a1844;
}
.marketing-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.box {
    width: 32%;
    min-height: 255px;
    margin: 5px;
	padding: 20px 20px 40px;
	border-left: 1px solid #000;
	background-color: hsla(0, 0%, 100%, 0.19);
	transition: all ease-in-out 200ms;
}
.box:hover {
	background-color: #fff;
    box-shadow: 0 0 20px 20px rgb(180 180 180 / 30%);
}
.blogpostbox-heading {
	font-size: 33px;
    line-height: 40px;
	color: #0a1844;
	margin-bottom: 10px;
	min-height: 73px;
}
.whatwedolist {
	font-family: 'Droid Sans', sans-serif;
	list-style-type: none;
	position: relative;
	font-style: italic;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	padding-left: 22px;
}
.whatwedolist:before {
	content: ' ';
    background: #0a1844;
    width: 16px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: 9px;
}
.performance {
	padding-top: 350px;
	margin-bottom: 120px !important;
}
.section-subtitle {
	font-size: 39px;
    line-height: 45px;
	margin-top: 8px;
	color: #0a1844;
	margin-bottom: 10px;
}
.section-title {
	font-size: 79px;
    line-height: 78px;
	color: #0a1844;
}
.flex-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.perf-wrap {
	align-items: center;
}
.half-width {
	width: 47%;
	padding-right: 66px;
}
.perf-content {
	padding-right: 66px;
}
.section-description {
	margin-top: 8px;
    font-family: 'Droid Sans', sans-serif;
    color: #0a1844;
    font-size: 17px;
    line-height: 31px;
}
.half-width.perf-bars {
	width: 45%;
}
.perf-bars {
	position: relative;
	min-height: 400px;
}
.perf-bars .div-block-5 {
	position: relative;
	left: -15%;
	min-width: 115%;
}
.div-block-5 {
	position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    overflow: hidden;
    min-height: 400px;
    min-width: 100%;
    background-color: #eceaea;
    -webkit-transform: skew(-23deg, 0deg);
    -ms-transform: skew(-23deg, 0deg);
    transform: skew(-23deg, 0deg);
}
.shadow-block {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #c4c4c4;
}
[data-aos="fade-in-and-out"] {
	transform: translateX(-100%);
	transition-property: transform;
}
[data-aos="fade-in-and-out"].aos-animate {
	transform: translateX(100%) !important;
}
.poles-wrap {
	position: absolute;
    width: 80%;
	height: 411px;
    bottom: 0;
}
[data-aos="bottom-show-in"] {
	transform: translateY(100%);
	transition-property: transform;
}
[data-aos="bottom-show-in"].aos-animate {
	transform: translateY(0) !important;
}
.pole {
	width: 7%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.pole div {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #0a1844;
}
.pole-1 {
	height: 2px;
}
.pole-2 {
	height: 28px;
}
.pole-3 {
	height: 78px;
}
.pole-4 {
	height: 152px;
}
.pole-5 {
	height: 127px;
}
.pole-6 {
	height: 226px;
}
.pole-7 {
	height: 251px;
}
.pole-8 {
	height: 202px;
}
.pole-9 {
	height: 302px;
}
.pole-10 {
	height: 351px;
}
.pole-11 {
	height: 376px;
}
.pole-12 {
	height: 401px;
}
.pole-13 {
	height: 411px;
}
.hwd-section {
	margin-bottom: 120px;
}
.hwd-wrap {
	align-items: flex-start;
	margin-bottom: 150px;
}
.hwd-img {
	position: relative;
	padding-right: 66px;
}
.hwd-img .div-block-5 {
	left: -152%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 100%;
    min-width: 72vw;
	z-index: -1;
}
.hwd-content {
	width: 43%;
	padding-right: 105px;
}
.hwd-content p {
	margin-top: 8px;
    font-family: 'Droid Sans', sans-serif;
    color: #0a1844;
    font-size: 17px;
    line-height: 31px;
    font-style: normal;
	margin-bottom: 15px;
}
.wim-bg {
	position: relative;
	min-height: 400px;;
}
.wim-bg .div-block-15 {
	min-height: 404px;
    margin-left: -63px;
    background-position: center !important;
    background-size: cover !important;
    -webkit-transform: skew(23deg, 0deg);
    -ms-transform: skew(23deg, 0deg);
    transform: skew(23deg, 0deg);
    overflow: hidden;
    position: relative;
    width: 131%;
    left: -23px;
}
.wim-wrap {
	margin-bottom: 155px;
}
.clients-section {
	margin-bottom: 100px !important;
}
.clients-section h4 {
	text-align: center;
}
.clients-wrap {
	row-gap: 14px;
}
.clients-wrap a {
	width: calc(100%/5 - 10px);
}
.clients-wrap img {
	width: calc(100%/5 - 10px);
	opacity: 0.64;
}
.clients-wrap a img {
	width: 100%;
} 
.testimonials.container {
	margin-bottom: 300px;
}
.testimonials-slider {
	margin-bottom: 100px;
}
.testimonial-item {
	width: 47.5%;
    border: 1px solid #0a1844;
    background-color: rgba(255, 255, 255, 0.55);
	padding: 29px 35px;
}
.testimonial-content {
	flex-wrap: nowrap;
}
.testimonial-content h5 {
	width: 50%;
	font-family: 'Droid Sans', sans-serif;
    color: #151c34;
	font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
	margin-right: 26px;
	font-style: normal;
}
.testimonial-content p {
	width: 50%;
	margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 27px;
    border-left: 1px solid #322c42;
    font-family: 'Droid Sans', sans-serif;
    color: #151c34;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}
.div-block-11 {
    margin-top: 23px;
}
.star {
    max-width: 15px;
    margin-right: 7px;
    margin-bottom: 13px;
    padding-right: 0px;
    opacity: 0.44;
	display: inline-block !important;
}
.testimonial-author-wrap {
	justify-content: space-between;
}
.t-author {
    margin-top: 30px;
}
.author-name {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #151c34;
    font-size: 16px;
    font-weight: 500;
}
.author-job {
    color: rgba(21, 28, 52, 0.5);
	font-size: 14px;
	line-height: 20px;
}
.t-logo {
	max-width: 97px;
	height: auto;
	margin-right: -25px;
    margin-bottom: -19px;
}
.slick-slide {
	margin: 13px 12px;
}
.slick-list {
	margin: 0 -12px;
}
.slick-arrow {
	font-size: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
    height: 49px;
	border: none;
	outline: none;
	color: #fff;
}
.slick-arrow:hover {
	cursor: pointer;
}
.slick-prev {
	left: -50px;
}
.slick-prev:before, .slick-next:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	font-size: 47px;
}
.slick-prev:before {
	content: "\f053";
}
.slick-next:before {
	content: "\f054";
}
.slick-next {
	right: -50px;
}
.blog-wrap {
	margin-bottom: 300px !important;
}
.blog-wrap .section-subtitle {
	font-size: 56px;
    line-height: 48px;
}
.blog-wrap .section-title {
	font-size: 120px;
    line-height: 122px;
	margin-bottom: 100px;
}
.blog-area-block {
	width: 32%;
	border-left: 1px solid #000;
	min-height: 255px;
    padding: 0px 0px 40px;
	-webkit-transition: background-color 200ms ease, box-shadow 350ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, background-color 200ms ease, box-shadow 350ms ease;
    transition: transform 200ms ease, background-color 200ms ease, box-shadow 350ms ease, -webkit-transform 200ms ease;
}
.blog-area-block:hover {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px 20px rgb(180 180 180 / 30%);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
a {
	text-decoration: none;
}
.blog-area-block img {
	margin-bottom: 9px;
}
.short-boxed-content {
	padding: 0 20px;
}
.sbc-title {
	color: #0a1844;
    font-size: 22px;
    line-height: 31px; 
	margin: 8px 0 10px;
}
.text {
	color: #0a1844;
	font-size: 13px;
    line-height: 21px;
	margin-bottom: 10px;
}
.read-post {
	font-family: 'Zuume', sans-serif;
    color: #0a1844;
    min-width: 140px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-weight: 700;
    border: 2px solid #0a1844;
    font-size: 20px;
    display: inline-block;
    text-align: center;
	-webkit-transition: all 625ms ease;
    transition: all 625ms ease;
}
.read-post:hover {
	border-color: #56d4b4;
    background-color: #56d4b4;
}
/*=======================*/
/*=========BLOG==========*/
/*=======================*/
.page-wrap {
	padding-top: 100px;
}
.blog header h1 {
	position: relative !important;
	color: #e7e7e7;
    font-size: 43px;
    line-height: 20px;
    font-style: italic;
    font-weight: 600;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	clip-path: none;
} 
.blog-heading {
	color: #e7e7e7;
    font-size: 101px;
    line-height: 104px;
    font-style: italic;
	margin-bottom: 60px;
	margin-top: 15px;
}
.blog-arch-wrap {
	position: relative;
	justify-content: start;
}
.latest-post {
	margin-bottom: 30px;
}
.arch-title {
	font-size: 45px;
	color: #0a1844;
	line-height: 48px;
	margin-bottom: 20px;
}
.arch-text {
	color: #0a1844;
    font-size: 14px;
    line-height: 25px;
	font-style: italic;
}
.post-archive-content {
	width: 48%;
}
.latest-post img {
	width: 48%;
}
.latest-post {
	align-items: center;
}
.post-cats {
	display: block;
	margin-top: 40px;
	position: relative;
}
.post-cats span {
    padding: 6px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #7c7c7c;
    background-color: transparent;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
	margin-right: 20px;
	font-family: 'Droid Sans', sans-serif;
	transition: all ease-in-out 200ms;
}
.post-cats span:hover {
	border-color: #0a1844;
    color: #0a1844;
}
.archive-blog-post {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 2%;
}
.blog-arch-wrap .archive-blog-post:nth-child(3n + 2) {  
	margin-right: 0;
}
.topbg {
	position: absolute;
    left: -21%;
    top: -40px;
    right: 0%;
    bottom: auto;
    z-index: -1;
    width: 100vw;
    height: 327px;
    min-height: auto;
    background-color: #e6e6e6;
	will-change: transform;
    transform: translate3d(0px, 0vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(-55deg, 0deg);
    transform-style: preserve-3d;
}
.paging-navigation {
	margin-top: 200px;
	margin-bottom: 200px;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers li a, .page-numbers li span {
    margin-right: 5px;
    padding: 3px 8px 2px;
    border: 2px solid #0a1844;
    background-color: transparent;
    font-family: 'Zuume', sans-serif;
    color: #0a1844;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.page-numbers li a.next, .page-numbers li a.prev {
	display: none;
}

/*==============================*/
/*===========DEFAULT============*/
/*==============================*/
.default-page-wrap {
	padding-top: 90px;
}
.default-page-content {
	background: #fff;
	padding: 58px 50px;
	margin-bottom: 200px;
}
.default-heading {
	margin-bottom: 75px;
}
.entry-title {
	font-size: 66px;
    line-height: 66px;
}
.diagonal-stripe-single {
	position: absolute;
    min-height: 150vh;
    min-width: 500px;
	top: -100px;
    background-color: #e7e7e7;
    -webkit-transform: skew(-55deg, 0deg);
    -ms-transform: skew(-55deg, 0deg);
    transform: skew(-55deg, 0deg);
	z-index: -1;
}
.default-page-content p {
	font-size: 17px;
}
.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	font-style: normal;
}
.default-page-content ul,
.default-page-content ol,
.single-post-content ul, 
.single-post-content ol {
	padding-left: 40px;
}
.default-page-content ul li,
.default-page-content ol li {
	color: #0a1844;
    font-size: 17px;
    line-height: 25px;
	margin-bottom: 15px;
}
.default-page-content ul li,
.single-post-content ul li {
	list-style-type: disc;
}
.default-page-content ol li,
.single-post-content ol li {
	list-style-type: decimal;
}
.default-page-content a,
.single-post-content a {
	text-decoration: underline;
	color: #0000EE;
}
table tr, table td {
	line-height: 28px;
    margin-bottom: 10px;
	font-size: 17px;
}
table td, table th {
	border: 1px solid #ddd;
}
table {
	border-collapse: collapse;
}

/*============================*/
/*======SINGLE BLOG POST======*/
/*============================*/
.single-post-wrap {
	padding-top: 100px;
}
.single-post-content {
	background: #fff;
	padding: 50px;
	margin-bottom: 10px;
	margin-top: 75px;
}
.single p {
	font-size: 14px;
}
p.text-big {
	font-size: 17px;
}
.single-excerpt {
	margin-bottom: 35px;
}
.sbp-img {
	margin-bottom: 15px;
}
.post-cats h3 {
	display: inline-block;
	margin-right: 15px;
	font-size: 26px;
    line-height: 28px;
}
.post-cats {
	margin-bottom: 10px;
}
.single-post-title {
	font-size: 66px;
    line-height: 66px;
	margin-bottom: 5px;
	max-width: 50%;
}	
p.post-author {
	font-family: 'Zuume', sans-serif;
    color: #0a1844;
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    font-weight: 600;
	margin-bottom: 0;
}
.single-post-content ul li,
.single-post-content ol li  {
	color: #0a1844;
    font-size: 14px;
    line-height: 25px;
	margin-bottom: 15px;
}
blockquote {
	padding: 20px;
    border-left: 7px solid #0a1844;
    background-color: #f3f3f3;
    font-size: 18px !important;
    line-height: 28px;
    font-style: normal;
    font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}
blockquote p {
	font-size: 18px !important;
	line-height: 28px;
	margin-bottom: 0;
}
.author-socials {
	margin-bottom: 25px;
}
.author-social {
	display: inline-block;
	margin-right: 17px;
	max-width: 20px;
}
.spb-author-block {
	padding: 50px;
	background: #fff;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 140px;
}
.author-img { 
	max-width: 150px;
    border-radius: 50%;
	margin-right: 40px;
}
.author-details h4 {
	font-family: 'Droid Sans', sans-serif;
	color: #e7e7e7;
    font-size: 16px;
    line-height: 29px;
	margin-bottom: 5px;
	font-weight: 500;
}
p.author-name {
	color: #0a1844;
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
}
p.author-position {
	color: #7c7c7c;
    line-height: 28px;
	font-style: italic;
	margin-bottom: 2px;
}
.author-details img {
	opacity: .22;
}
.rp-title {
	font-size: 56px;
    line-height: 48px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.related-posts .archive-blog-post:nth-child(3n + 3) {
    margin-right: 0;
}
.related-posts {
	justify-content: start;
	margin-bottom: 300px;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5555;
	background-color: #0a1844;
}
.preloader-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 55555;
	background-image: repeating-linear-gradient(180deg, #56b2d4, #56d4b4);
	align-items: center;
	justify-content: center;
	display: flex;
}
.preloader-content img {
	width: 100%;
}
.open-menu {
	display: none;
}
.short-boxed-content .text {
	font-style: italic;
}
.arch-title {
	display: block;
}

/*============================*/
/*===========TEAM=============*/
/*============================*/
.pt-wrap {
	padding-top: 100px;
	padding-bottom: 40px;
}
.page-title {
	color: #e7e7e7;
    font-size: 101px;
    line-height: 104px;
	margin-top: 0;
	margin-bottom: 0;
}
.page-top-description {
	padding: 20px 0;
	background: #ddd;
	margin-bottom: 20px;
}
.pt-title {
	color: #0a1844;
	font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
	margin-bottom: 10px;
}
p.boxed-content {
	max-width: 75%;
	color: #5f6988;
    line-height: 26px;
	margin-bottom: 10px;
	font-size: 14px;
}
.team-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 250px;
}
.team-member {
	width: calc(100%/6 - 10px);
	margin: 5px;
	position: relative;
	overflow: hidden;
	transition: all ease-in-out 350ms;
	-webkit-transition: all ease-in-out 350ms;
	box-shadow: none;
}
.team-member:hover {
	-webkit-box-shadow: 0px 0px 20px 8px #B4B4B4; 
	box-shadow: 0px 0px 20px 8px #B4B4B4;
}
.team-image {
	width: 100%;
    height: 100%;
	-webkit-filter: contrast(104%) grayscale(100%);
    filter: contrast(104%) grayscale(100%);
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.member-data {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: linear-gradient(117deg, rgba(86, 178, 212, .8), rgba(86, 212, 180, .8));
	opacity: 0;
	transition: all ease-in-out 250ms;
	-webkit-transition: all ease-in-out 250ms;
	padding: 5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.member-data * {
	width: 100%;
	margin: 0;
}
.team-member:hover .member-data {
	opacity: 1;
	top: 0;
}
.team-image.no-grsc {
	-webkit-filter: contrast(104%) grayscale(0%);
    filter: contrast(104%) grayscale(0%);
}
.team-member.no-photo .member-data {
	top: 0;
	opacity: 1;
	background: transparent;
}
.member-data h4 {
	font-size: 18px;
    line-height: 31px;
}
.team-member.no-photo .member-data p {
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
}
.member-data p {
	position: absolute;
	font-size: 12px;
    line-height: 16px;
    font-style: italic;
	top: 46%;
	left: 5px;
	transition: all ease-in-out 450ms;
}
.team-member:hover .member-data p {
	top: calc(46% + 22px);
}
.team-member.no-photo:hover .member-data p {
	top: 0;
}

/*=============================*/
/*=========CONTACT US==========*/
/*=============================*/
.container.contact-pg-wrap {
	padding-top: 100px;
	min-height: calc(100vh - 67px);
}
@media screen and (min-width: 1280px) {
	.footer {
		position: relative;
		padding-right: 0px;
		padding-bottom: 152px;
		padding-left: 0px;
		max-width: 1200px;
	}
	.fullheight.herosection {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
	}
	.diagonal-main {
		position: absolute;
		left: 0%;
		top: -31%;
		right: -1%;
		bottom: auto;
		-webkit-transform: skew(-46deg, 0deg);-ms-transform: skew(-46deg, 0deg);
		transform: skew(-46deg, 0deg);
	}
	.cont.maincontainer {
		position: relative;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
	}
	.container {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1279px) {
	.banner-title {
		max-width: 79%;
	}
	.fullheight.herosection {
		width: 100%;
		max-width: 100%;
	}
	.container {
		padding: 0 40px;
		width: 100%;
	}
	.pt-wrap {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.page-wrap, .single-post-wrap {
		padding-top: 100px;
	}
	.cont.maincontainer {
		padding-top: 85px;
	}
	.what-we-do {
		padding-top: 220px;
	}
	.performance {
		padding-top: 350px;
	}
	.hwd-img .div-block-5 {
		left: -102%;
	}
	.hwd-content {
		width: 50%;
	}
	.hwd-section {
		margin-bottom: 100px;
	}
	#page {
		overflow-x: hidden;
	}
	.default-page-wrap {
		position: relative;
		padding-right: 40px;
		padding-left: 40px;
		padding-top: 110px;
	}
	.default-heading {
		margin-bottom: 20px;
	}
	.side-socials{
		left: 3px;
	}
}
@media screen and (max-width: 991px) {
	.banner-title {
		font-size: 111px;
    	line-height: 116px;
		max-width: 74%;
	}
	.heading-2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.paragraph-2 {
		line-height: 20px;
	}
	.container {
		padding-right: 40px;
		padding-left: 40px;
	}
	.ww-subtitle {
		font-size: 40px;
		line-height: 48px;
	}
	.blogpostbox-heading {
		font-size: 27px;
    	line-height: 29px;
		min-height: 56px;
	}
	.section-subtitle {
		font-size: 27px;
	}
	.section-title {
		font-size: 57px;
    	line-height: 56px;
	}
	.performance .perf-content {
		padding-right: 30px;
	}
	.hwd-content {
		padding-right: 80px;
	}
	.hwd-content p {
		font-size: 14px;
		line-height: 26px;
	}
	.section-description {
		font-size: 14px;
		line-height: 26px;
	}
	.half-width {
		padding-right: 55px;
	}
	.testimonial-content {
		flex-wrap: wrap;
	}
	.testimonial-content h5 {
		width: 100%;
		margin-right: 0;
		font-size: 17px;
		line-height: 24px;
		padding-left: 27px;
	}
	.testimonial-content p {
		width: 100%;
	}
	.blog-wrap .section-subtitle {
		font-size: 40px;
		line-height: 48px;
	}
	.blog-wrap .section-title {
		width: 100%;
		font-size: 76px;
		line-height: 70px;
		margin-bottom: 30px;
	}
	.text {
		font-size: 12px;
	}
	.open-menu {
		width: 20px;
		height: 18px;
		position: relative;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		display: flex !important;
		align-content: center;
		align-items: center;
		cursor: none !important;
		outline: none !important;
		caret-color: transparent;
	}
	.open-menu:hover {
		cursor: pointer !important;
	}
	.open-menu span {
		width: 20px;
		height: 2px;
		background: #000;
		cursor: none !important;
		outline: none !important;
		caret-color: transparent;
	}
	.main-navigation ul {
		display: block;
		position: fixed;
		width: 200px;
		height: 100vh;
		background: #C8C8C8;
		top: 0;
		right: -200px;
	}
	.main-header nav .menu-item a {
		font-size: 25px;
		padding: 20px;
		padding: 20px;
	}
	.main-navigation li {
		width: 100%;
	}
	.blog header h1 {
		font-size: 30px;
    	line-height: 30px;
	}
	.blog-heading {
		font-size: 70px;
		line-height: 70px;
		margin-bottom: 45px;
	}
	.arch-title {
		font-size: 39px;
		line-height: 31px;
	}
	.arch-text {
		font-size: 11px;
    	line-height: 15px;
	}
	.topbg {
		height: 300px;
		top: -20px;
	}
	.sbc-title {
		font-size: 22px;
		line-height: 26px;
	}
	.short-boxed-content .text {
		font-size: 13px;
		line-height: 21px;
	}
	.paging-navigation {
		margin-top: 150px;
    	margin-bottom: 150px;
	}
	.post-cats h3 {
		font-size: 25px;
   	 	line-height: 25px;
		margin-bottom: 0;
	}
	.post-cats {
		margin-bottom: 0;
	}
	.single-post-title {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 0;
	}
	.single-post-content {
		margin-top: 20px;
	}
	.rp-title {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.spb-author-block {
		margin-bottom: 90px;
	}
	.archive-blog-post {
		margin-bottom: 40px;
	}
	.entry-title {
		font-size: 45px;
		line-height: 45px;
	}
	.page-subtitle {
		font-size: 20px;
    	line-height: 30px;
	}
	.default-page-content {
		padding: 50px;
	}
	.default-page-content p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.default-page-content ul li, .default-page-content ol li {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.tga-table {
		overflow-x: auto;
	}
	table td, table th {
		min-width: 175px;
	}
	.default-page-content {
		margin-bottom: 150px;
	}
	.page-title {
		font-size: 70px;
		line-height: 70px;
	}
	p.boxed-content {
		max-width: 100%;
		padding-right: 72px;
	}
	.team-member {
		width: calc(33% - 10px);
	}
	.team-wrap {
		max-width: 77vw;
		margin: 0 auto 250px;
	}
	.site-info {
		display: unset;
	}
	.site-info a{
		margin-right: 20px;
	}
	.footer-content{
		justify-content: space-evenly;
	}
	.footer-content.a{
		margin-bottom: 15px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.diagonal-main {
		position: absolute;
		left: auto;
		top: 0%;
		right: -1%;
		bottom: 0%;
		z-index: 8;
		display: none;
		width: 1000px;
		height: 328vh;
		min-height: auto;
		background-image: linear-gradient(225deg, #56b2d4, #56d4b4 25%, #56b2d4 74%, #0a1844);
		-webkit-transform: skew(15deg, 0deg);
		-ms-transform: skew(15deg, 0deg);
		transform: skew(15deg, 0deg);
	}
	.banner-title {
		max-width: 95%;
	}
	.paragraph-2 {
		line-height: 19px;
		font-size: 13px;
	}
	.banner-img img {
		top: -120px;
	}
	.box {
		width: 31%;
		padding: 8px;
		margin-bottom: 10px;
	}
	.marketing-items {
		align-content: flex-start;
		align-items: inherit;
	}
	.performance {
		padding-top: 200px;
	}
	.testimonials.container {
		margin-bottom: 200px;
	}
	.blog-wrap {
		margin-bottom: 200px !important;
	}
	.page-wrap.container {
		overflow-x: hidden;
	}
	.latest-post {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.latest-post img {
		width: 100%;
		margin-bottom: 35px;
	}
	.post-archive-content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.arch-text {
		margin-bottom: 15px;
	}
	.blog-area-block {
		width: 49%;
	}
	.blog-arch-wrap .archive-blog-post:nth-child(3n + 2) {
		margin-right: auto;
	}
	.blog-arch-wrap .archive-blog-post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.rp-title {
		margin-bottom: 30px;
	}
	.related-posts .archive-blog-post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.related-posts .archive-blog-post:nth-child(3n + 3) {
		margin-right: auto;
	}
	.related-posts {
		margin-bottom: 150px;
	}
	.diagonal-stripe-single {
		display: none;
	}
	.single-post-content {
		position: relative;
	}
	.single-post-content:before {
		content: '';
		position: absolute;
		min-height: 150vh;
		min-width: 500px;
		top: -100px;
		background-color: #e7e7e7;
		-webkit-transform: skew(-55deg, 0deg);
		-ms-transform: skew(-55deg, 0deg);
		transform: skew(-55deg, 0deg);
		z-index: -1;
	}
	.single-post-wrap.container {
		overflow-x: hidden;
	}
	.single-post-title {
		max-width: 60%;
	}
	p.post-author {
		font-size: 20px;
		line-height: 30px;
	}
	p.text-big {
		font-size: 18px;
	}
	.team-wrap {
		max-width: 100%;
	}
	.page-title {
		font-size: 90px;
	}
	.member-data h4 {
		font-size: 22px;
	}
}
@media screen and (max-width: 700px) {
	.team-wrap {
		max-width: 90vw;
	}
	.team-member {
		width: calc(50% - 10px);
	}
	.topbg {
		height: 250px;
		top: -20px;
	}
}
@media screen and (max-width: 550px) {
	.site-footer {
		width: 100%;
		max-width: 100%;
		padding: 20px 35px;
	}
	.banner-title {
		font-size: 70px;
    	line-height: 64px;
	}
	.banner-img img {
		top: -55px;
	}
	.info-blocks {
		flex-wrap: wrap;
	}
	.info-blocks .banner-img {
		order: 1;
		border-bottom: none;
	}
	.div-block-3 {
		width: 100%;
	}
	.info-blocks .div-block-3:nth-child(1) {
		order: 2;
		border-bottom: none;
		min-height: auto;
	}
	.info-blocks .div-block-3:nth-child(2) {
		order: 3;
		min-height: auto;
	}
	.what-we-do {
		padding-top: 55px;
	}
	.ww-subtitle {
		font-size: 30px;
    	line-height: 42px;
	}
	.ww-title {
		font-size: 58px;
		line-height: 56px;
	}
	.marketing-items {
		flex-wrap: wrap;
	}
	.marketing-items .box {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		min-height: auto;
		background-color: #fff;
		padding: 20px 5px;
	}
	.blogpostbox-heading {
		min-height: auto;
	}
	.performance {
		padding-top: 75px;
	}
	.perf-wrap {
		flex-wrap: wrap;
	}
	.perf-wrap .half-width {
		width: 100%;
		padding-right: 0;
	}
	.section-title {
		font-size: 48px;
    	line-height: 43px;
	}
	.perf-content {
		margin-bottom: 50px;
	}
	.hwd-section .hwd-img {
		display: none;
	}
	.hwd-section .hwd-content {
		width: 100%;
		padding-right: 0;
	}
	.hwd-section {
		margin-bottom: 75px;
	}
	.wim-wrap {
		flex-wrap: wrap;
	}
	.wim-wrap .half-width {
		width: 100%;
		padding-right: 0;
	}
	.container {
		overflow-x: hidden;
	}
	.wim-content {
		margin-bottom: 20px;
	}
	.wim-wrap {
		margin-bottom: 75px;
	}
	.clients-wrap a {
		width: calc(50% - 20px);
	}
	.clients-wrap img {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}
	.clients-wrap a img {
		width: 100%;
	}
	.clients-section {
		margin-bottom: 30px !important;
	}
	.testimonial-content p {
		padding-left: 0;
		border-left: none;
	}
	.testimonial-content h5 {
		padding-left: 0;
	}
	.testimonials-slider {
		margin-bottom: 75px;
	}
	.testimonials.container {
		margin-bottom: 0;
	}
	.blog-wrap .section-subtitle {
		font-size: 30px;
		line-height: 42px;
	}
	.blog-wrap .section-title {
		font-size: 48px;
		line-height: 45px;
	}
	.blog-area-block {
		width: 100%;
		margin-bottom: 25px;
	}
	
	.site-info a {
		margin-right: 20px;
	}
	.cont.maincontainer {
		padding-right: 35px;
		padding-left: 35px;
	}
	.container {
		padding-right: 35px;
		padding-left: 35px;
	}
	.blog-wrap {
		margin-bottom: 100px !important;
	}
	.hwd-wrap {
		margin-bottom: 75px;
	}
	.blog header h1 {
		font-size: 29px;
	}
	.blog-heading {
		font-size: 45px;
		line-height: 38px;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.arch-text {
		font-size: 12px;
		line-height: 21px;
	}
	.blog-area-block {
		padding-bottom: 30px;
	}
	.short-boxed-content .text {
		margin-bottom: 15px;
	}
	.archive-blog-post {
		margin-right: 0;
	}
	.paging-navigation {
		margin-top: 75px;
		margin-bottom: 75px;
	} 
	.single-post-title {
		max-width: 75%;
		font-size: 30px;
    	line-height: 30px;
		margin-bottom: 10px;
	}
	.post-cats h3 {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 5px;
	}
	p.post-author {
		font-size: 14px;
	}
	.single-post-content {
		padding: 20px;
	}
	p.text-big {
		font-size: 14px;
		line-height: 18px;
	}
	p {
		line-height: 24px;
	}
	.single-post-content ul li, .single-post-content ol li {
		margin-bottom: 10px;
	}
	.spb-author-block {
		flex-wrap: wrap;
		text-align: center;
	}
	.author-img {
		margin: 0 auto 15px;
	}
	.spb-author-block {
		padding: 20px;
	}
	.author-details {
		width: 100%;
	}
	.spb-author-block {
		margin-bottom: 50px;
	}
	.rp-title {
		font-size: 30px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.related-posts .blog-area-block {
		padding-bottom: 20px;
	}
	.related-posts {
		margin-bottom: 120px;
	}
	.default-page-content {
		padding: 20px;
	}
	.entry-title {
		font-size: 30px;
		line-height: 30px;
	}
	.page-subtitle {
		font-size: 14px;
    	line-height: 18px;
	}
	.default-page-content p,
	.default-page-content ul li, 
	.default-page-content ol li {
		font-size: 14px;
    	line-height: 24px;
	}
	table tr, table td {
		line-height: 24px;
		font-size: 15px;
	}
	.team-member {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.member-data, .team-member:hover .member-data,
	.team-member.no-photo .member-data {
		bottom: 0;
		top: auto;
		opacity: 1;
		height: auto;
		background: linear-gradient(117deg, rgba(86, 178, 212, 1), rgba(86, 212, 180, 1));
	}
	.member-data p {
		position: relative !important;
		top: 0;
	}
	.team-member:hover {
		box-shadow: none;
	}
	.team-wrap {
		margin-bottom: 100px;
	}
}