/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
-6.0 Forms
-7.0 Formatting
-8.0 Lists
-9.0 Tables
-10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
	 Loader
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
-14.0 Comments
-15.0 Widgets
-16.0 Media
   -16.1 Galleries
-17.0 Customizer
-18.0 SVGs Fallbacks
-19.0 Media Queries
-20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* Reset CSS 
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/* Reset CSS 
 * --------------------------------------- */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html { 
	font-family: 'Lato', sans-serif!important;
	line-height: 1.15;
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	margin: 0;
	font-size: 1.4rem;
	color: #091a42;
	font-weight: 400;
}

body {
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
}

h1 {
	clear: both;
	font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 100;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 11.5vw;
	line-height: 10.5vw;
	letter-spacing: -0.3vw;

}
@media only screen and (min-width : 576px) {
	h1 {
		font-size: 11vw;
		line-height: 10vw;
		letter-spacing: -0.3vw;
	}
}
@media only screen and (min-width : 768px) {
	h1 {
		font-size: 6vw;
		line-height: 6vw;
		letter-spacing: -0.3vw;
	}
}

h2 {
	font-size: 4rem;
	line-height: 4rem;
	letter-spacing: 0vw;
}
@media only screen and (min-width : 576px) {
	h2 {
	font-size: 4.5rem;
	line-height: 4.5rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h2 {
	font-size: 5rem;
	line-height: 5rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h2 {
	font-size: 6rem;
	line-height: 6rem;
	letter-spacing: 0vw;
	}
}

h3 {
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0vw;
}
@media only screen and (min-width : 576px) {
	h3 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h3 {
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h3 {
    font-size: 3.25rem;
    line-height: 3.95rem;
    text-transform: uppercase;
    letter-spacing: 0vw;
	}
}

h4 {
	font-size: 1.4rem;
}
@media only screen and (min-width : 576px) {
	h4 {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h4 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h4 {
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0vw;
	}
}
h5 {
	font-size: 1.4rem;
}
@media only screen and (min-width : 576px) {
	h5 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 768px) {
	h5 {
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0vw;
	}
}
@media only screen and (min-width : 992px) {
	h5 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0vw;
	}
}
h6 {
	font-size: 1.2rem;
}

p {
	margin: 0rem;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

.linkArrowWrap {
  text-align: center;
  margin: 30px auto 0px;
  width: 100%;
}
.link {
  font-size: 1.65rem;
  line-height: 2.45rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0rem;
  margin-top: 15px;
  color: #091a42;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .link {
    font-size: 1.85rem;
    line-height: 2.75rem;
  }
}

#section3 .link {
  margin-top: 0px;
  color: #ff3c80;
}
#section4 .link {
  margin-top: 0px;
  color: #53c2ff;
}

@media only screen and (min-width: 768px) {
  .linkArrowWrap {
    text-align: left;
    margin: 0px;
    width: 100%;
  }
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}





/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	right: -0.5em;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
/* Menu
 * --------------------------------------- */
 #logoContainerWrap {
  z-index: 10;
 }
.logo_container {
  position: relative;
	float:left;
  top: 33px;
  left: 0px;
  height: auto;
  width: 250px;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}


#sectionMenu.bgNavBar .logo_container {
  top: 23px;
}
#logo .logo_white {
  display: none;	
}
#logo .logo_black {
  display: block;
}

.logo_container img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.button_container {
  position: relative;
	float:right;
  top: 37px;
  right: 0px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
#sectionMenu.bgNavBar .button_container {
  top: 27px;
}
#sectionMenu.bgNavBar #toggle.button_container.colorWhite span {
  background: #53c2ff!important;
  -moz-transition: all 0.25s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.25s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.7, 0.01, 0.3, 1);
	transition: all 0.25s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.menu-wrap-home .button_container span {
  background: #53c2ff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
	-moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.menu-wrap-home #menuItems {
  width: 50%;
  float: right;
  text-transform: uppercase;
  margin-right: 0px;
  text-align: right;
  margin-top: 55px;
}
.menu-wrap-home #menuItems a {
  margin-left: 25px;
  color: #53c2ff;
}

.menu-wrap-homeFixed.hidden {
  top: -45px;
}

.menu-wrap-homeFixed {
  background: rgba(83,194,255,1);
  border: none;
  height: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 0 5.5vw;
  height: 45px;
	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
  z-index: 1000;
}
.menu-wrap-homeFixed #logoFixed {
  width: 180px;
  float: left;
  text-transform: uppercase;
  margin-right: 0px;
  text-align: right;
  margin-top: 3px;
}
.menu-wrap-homeFixed #menuItemsFixed {
  width: 45%;
  float: right;
  text-transform: uppercase;
  margin-right: 0px;
  text-align: right;
  margin-top: 15px;
}
@media only screen and (max-width : 495px) {
  .menu-wrap-homeFixed #menuItemsFixed {
    width: 30%;
  }
}
.menu-wrap-homeFixed #menuItemsFixed a, #logoContainerWrap a {
-webkit-transition: color 120ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 120ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 120ms ease-in, box-shadow 130ms ease-in-out;
transition: color 120ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.menu-wrap-homeFixed #menuItemsFixed a {
  margin-left: 25px;
  color: #ffffff;
}

#menuItems a:hover, #menuItemsFixed a:hover {
  color: #091a42
}
#menuItems a.item_what_archive:hover, #menuItems a.item_news_archive:hover {
  color: #ffffff
}
#menuItems a.item_login:hover, #menuItems a.item_freetrial:hover,
#menuItemsFixed a.item_login:hover, #menuItemsFixed a.item_freetrial:hover {
  color: rgba(255,60,128,1)
}
@media only screen and (max-width : 992px) {
  .item_what, .item_contact {
    display: none;
  }
}
@media only screen and (max-width : 495px) {
  .item_freetrial {
    display: none;
  }
}

#intercomIcon {
  width: 75px;
  height: 80px;
  text-align: left;
  padding: 0 0 0 15px;
  cursor: pointer;
  position: fixed;
  bottom: -75px; 
  right: 5.5vw;
  border: 0;
  outline: 0;
  z-index: 100;
  color: #53c2ff;
  background: transparent;
}

@media only screen and (max-width : 576px) {
  .logo_container {
    top: 35px;
    height: auto;
    width: 225px;
  }
  .menu-wrap-home #menuItems a {
    margin-left: 15px;
    color: #53c2ff;
  }
}
@media only screen and (max-width : 495px) {
  .logo_container {
    top: 39px;
    height: auto;
    width: 195px;
  }
}

/* Arrow
 * --------------------------------------- */
 #arrow {
  width: 75px;
  height: 80px;
  text-align: left;
  padding: 0 0 0 15px;
  cursor: pointer;
  position: fixed;
  bottom: -75px; 
  left: 5.5vw;
  border: 0;
  outline: 0;
  z-index: 100;
  color: #53c2ff;
  background: transparent;
	-moz-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
}
	@media only screen and (min-width : 992px) {
		#arrow { }
	}

#arrow span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 10px;
	height: 70px;
	top: 10px;
	-moz-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#arrow:hover {
    color: #ff3c80;
}
#arrow:hover span {
	top: 35px;
}
#arrow.hidden{
  opacity: 0;
  pointer-events: none;
}
.scroll-down {
	height: 80%;
	width:auto;
}
/*--------------------------------------------------------------
LOADER NAV
--------------------------------------------------------------*/
/* loader */
.publishcheckLogoWrap {
  /*visibility:hidden;*/
	width: 100%;
	height: 100%;
  border: 0px solid #ffffff;
}
/* loader */
#preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #53c2ff;
	color: #ffffff;
	z-index: 9996;
}
#postloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #ffffff;
	z-index: 9997;
}
.preloaderWrap .loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.preloaderWrap .progress span {
    display: block;
    width: 0;
    height: 100%;
    height: 3px;
    background-color: #dddddd;
    z-index: 10000;
    position: absolute;
    top: 0;
    left:0;
}
.preloaderWrap .progress span.is-hidden {
    visibility: hidden;
    opacity: 0;
}
.is-loading {
    overflow: hidden;
}

#pcAnimatedGif {
  width: 50px;
  height: auto;
}
/* 
/*--------------------------------------------------------------
LOADER NAV
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
#homeTitle {
  width: 100%;
}
#sectionMenu #logo.colorWhite .logo_black {
	opacity: 0!important;
}
#sectionMenu #logo.colorWhite .logo_white {
	opacity: 1!important;
}
#arrow.colorWhite span {
	opacity: 0!important;
}
#sectionMenu #toggle.button_container.colorWhite span {
	background-color: #FFFFFF!important;
}
.homepageMenuBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  width: 100%;
}


/* Common features of sections
* --------------------------------------- */
.homepageSections {
  z-index: 20;
  position: relative;
}
.homepageMenu {
  z-index: 10;
}
.sectionGaps {
  width:100%;
  height: 30px;
  background-color: #f5f5f5;
}
.sectionGapsWhite {
  width:100%;
  height: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width : 768px) {
  .sectionGaps {
    height: 50px;
  }
  .sectionGapsWhite {
    height: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .sectionGaps {
    height: 50px;
  }
  .sectionGapsWhite {
    height: 50px;
  }
}
.section-wrap {
	padding: 0 5.5vw;
	position: relative;
  background-size: cover;
  background-color: transparent;
}
.section.section-top .sectionCopyWrap {
	padding: 0px;
	height: 100vh;
}
.section.section-middle .sectionCopyWrap {
	padding: 0px;
	height: auto;
}
.section .sectionCopyWrapPage {
	padding: 0px 0px 200px;
	height: auto;
}
.section .sectionCopy {
	padding: 0px;
	height: 100%;
	width: 100%;
	display: table;
}
.section .centeredText {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  width: 100vw;
  height: auto;
  overflow: visible;
  position: relative;
  margin: auto;
  text-align: left;
}
#section2 .centeredText {
  display: block;
	padding: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	margin: auto;
	text-align: left;
}
@media only screen and (min-width : 992px) {
  #section2 .centeredText {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    width: 100vw;
    height: auto;
    overflow: visible;
    position: relative;
    margin: auto;
    text-align: left;
  }
}

.section .title-buttons-Wrap {
	width: 100%;
	float: left;
}
	@media only screen and (min-width : 576px) {
		.section .title-buttons-Wrap {
			width: 80%;
			float: left;
		}
	}
	@media only screen and (min-width : 768px) {
		.section .title-buttons-Wrap {
			width: 65%;
			float: left;
		}
	}
	@media only screen and (min-width : 992px) {
		.section .title-buttons-Wrap {
			width: 65%;
			float: left;
		}
	}
	@media only screen and (min-width : 1200px) {
		.section .title-buttons-Wrap {
			width: 50%;
			float: left;
		}
  }
.section .titleBgPublishCheck h1 {
  display: block;
  position:absolute;
  top: -30px;
  left: -30vw;
  font-weight: 700;
  margin: 0 0 2rem;
  text-transform: uppercase;
  color: #ececec;
  font-size: 15vw;
  opacity: .3;
}
@media only screen and (min-width : 768px) {
  .section .titleBgPublishCheck h1 {
    top:-40px;
    left: -20vw;
    font-size: 13vw;
  }
}
@media only screen and (min-width : 992px) {
  .section .titleBgPublishCheck h1 {
    top:-50px;
    left: -12vw;
    font-size: 11vw;
  }
}


.section5Wrap {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.section5Wrap .titleBgFeatures h1 {
  display: block;
  position: absolute;
  top: 50px;
  right: -2vw;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #ececec;
  font-size: 15vw;
  opacity: .3;
}
@media only screen and (min-width : 768px) {
  .section5Wrap .titleBgFeatures h1 {
    top:30px;
    font-size: 13vw;
  }
}
@media only screen and (min-width : 992px) {
  .section5Wrap .titleBgFeatures h1 {
    top:15px;
    font-size: 11vw;
  }
}

.section8Wrap {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.section8Wrap .titleBgContact h1 {
  display: block;
  position: absolute;
  top: 70px;
  right: -2vw;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #f5f5f5;
  font-size: 15vw;
  opacity: .3;
}
@media only screen and (min-width : 768px) {
  .section8Wrap .titleBgContact h1 {
    top:50px;
    font-size: 13vw;
  }
}
@media only screen and (min-width : 992px) {
  .section8Wrap .titleBgContact h1 {
    top:30px;
    font-size: 11vw;
  }
}


.section .centeredText .titleH h2 {
	display: block;
	font-weight: 700;
	margin: 0 0 2rem;
	text-transform: uppercase;
}   
p {
	display: block;
	font-size: 1.65rem;
	line-height: 2.45rem;
  letter-spacing: 0rem;
  font-weight: 100;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {
  p {
    font-size: 1.85rem;
    line-height: 2.75rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0rem;
  }
}

#fullpage .pageWrap #post-12 p {
  margin-bottom: revert;
}

#fullpage .pageWrap #post-12 table {
  border-spacing: 20px;
}

#fullpage .pageWrap #post-12 table {
  line-height: 1.8rem;
}

/* BOTTOM BACKGROUND TRANSITIONS */
/* Fade */
.section .buttons button {
	padding: 15px 25px;
	border: 0px solid #091a42;
	background-color: transparent;
  margin-top: 35px;
	margin-left: 5px;
	font-size: 1.5rem;
	line-height: 2rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  box-shadow: inset 0 0 0 2px #091a42, 0 0 1px transparent;
}
.section .buttons button:hover, .section .buttons button:focus, .section .buttons button:active {
  background-color: #53c2ff;
  color: white;
  box-shadow: inset 0 0 0 2px #53c2ff, 0 0 1px transparent;
}


/* Defining each section styles
* --------------------------------------- */
#sectionMenu {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 2;
	-moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	-o-transition: all  0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
	-webkit-transition: all  0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all  0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#sectionMenu.bgColorNavBar{
 background-color: rgba(255,255,255,0.8);
}
#sectionMenu.bgNavBar {
  padding-top: 0px;
  height: 80px;
}
#sectionMenu.bgNavBar.hidden {
  margin-top: -80px;
  opacity: 0;
}


/* section0 
* --------------------------------------- */
#section0 {
  background-color: #53C2FF;
}

@media only screen and (min-width : 992px) {
  #section0 {
    background-color: #FFFFFF;
  }
  @media (max-height:700px){
    #section0, #section0 .background-header, #section0 .background-header, #section0.section .centeredText {
      height: 700px!important;
    }
  }
}

#section0 .background-header {
  padding: 0px 0px;
  /*width: 410px;*/
  width: 100%;
  height: 100vh;
  position: absolute;
  top:0;
  right:0;
  /*background-color: #53c2ff;
  /*background-image: url(./assets/images/background_color.jpg);*/
  background-color: #ffffff;
  background-size: cover;
  background-position: 0 0;
  z-index:1;
  overflow: hidden;
}
#section0 .background-header-Blue {
  padding: 0px;
  width: 410px;
  height: 100vh;
  position: absolute;
  top:0;
  right:0;
  background-color: #53c2ff;
  z-index:0;
}
#section0 .sectionCopy { 
  position: relative;
  z-index: 1000;
}
#section0 .centeredText .title h1 {
	display: block;
	color: #091a42;
	text-align: left;
}

#section0 .centeredText .title h1 .whatWeBuild {
	color: #53c2ff;
} 
.weBuild, .whatWeBuild { display:block; opacity:0; }

#section0.section .centeredText {
  display: table-cell;
  vertical-align: bottom;
  padding: 0px;
  width: 100vw;
  height: 100%;
  overflow: visible;
  position: relative;
  margin: auto;
  text-align: center;
}
#section0.section  .buttons button {
  margin-bottom: 35px;
}


/* WordSearchPuzzle
* --------------------------------------- */
.grid, .box{
  -webkit-user-select:none;
}
#main {
  margin:20px auto;
  max-width:720px;
}
.grid {
  margin: 0px auto;
  width: 100vw;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#grid1 {
  opacity: 0;
}

#grid1, #grid2 .weOffer1, #grid2 .weOffer2, #grid2 .weOffer3 {
  display: block;
}
#grid2, #grid1.is-hidden, #grid2 .weOffer1.is-hidden, #grid2 .weOffer2.is-hidden, #grid2 .weOffer3.is-hidden  {
  display: none;
}
#grid3  {
  display: none;
}
#grid3 .box, #grid3 #wordsWrap { 
  display: block;
}
@media screen and (max-width:992px) { 
  #grid3 .box, #grid3 #wordsWrap { 
    display: none;
  }
  #grid3 .puzzleWrap { 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.box {
  font-size: 1.8vw;
  color: #ffffff;
  margin: 0.15vw;
  width: 4vw;
  height: 4vw;
  line-height: 4vw;
  text-align:center;
  box-shadow:0 0 5px rgba(113, 113, 113, 0.1);
  border-radius:5px;
  float:left;
  border: 0px solid transparent;
  position: relative;
  background: rgba(255,255,255,0.45);
}
#grid2 .boxWord {
  opacity: .5;
}

.boxWord {
  width: 100%;
  height:100%;
  color: #091a42;
  border: 1px solid #f7f7f7;
  border-radius:5px;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(250,250,250,.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(250,250,250,.5)), color-stop(100%, rgba(250,250,250,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(250,250,250,.5) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(250,250,250,.5) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(250,250,250,.5) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 47%, rgba(250,250,250,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
}
.boxHidden {
  opacity: 0;
}
.bwDesktop {
  display: block;
}
.bwTablet, .bwMobile {
  display: none;
}

.valueBoxWrap {
  display: block;
  border: 0px!important;
  position: absolute;
  top: 0.15vw;
  bottom: 0;
  right: 0;
  left: 0;
}
.valueBox {
  display: block;
  border: 0px!important;
  position: relative;
  bottom: -.7vw;
  right: -1vw;
  font-size: .8vw;
  color: #53c2ff;
}

@media screen and (min-width:577px) and (max-width:992px){
  @media (max-height:600px){
    #section0, #section0 .background-header, #section0 .background-header, #section0.section .centeredText {
      height: 600px!important;
    }
  }
  .box{
    font-size: 2.4vw;
    width: 6.7vw;
    height: 6.7vw;
    line-height: 6.7vw;
  }
  .bwTablet {
    display: block;
  }
  .bwDesktop, .bwMobile {
    display: none;
  }
  .valueBox {
    display: block;
    border: 0px!important;
    position: relative;
    bottom: -.7vw;
    right: -1.5vw;
    font-size: 1.3vw;
  }
}

@media (max-width:576px){
  @media (max-height:500px){
    #section0, #section0 .background-header, #section0 .background-header, #section0.section .centeredText {
      height: 500px!important;
    }
  }
  .box{
    font-size: 3.7vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .bwMobile {
    display: block;
  }
  .bwDesktop, .bwTablet {
    display: none;
  }
  .valueBox {
    display: block;
    border: 0px!important;
    position: relative;
    bottom: -1.5vw;
    right: -1.8vw;
    font-size: 1.6vw;
  }
}

#weOffer {
  display: block;
  position: absolute;
  width: 250px;
  bottom: -75px; 
  left:0;
  right:0;
  text-align: center;
  width: 80%;
  color: #6891ad;
  margin: 0px auto;
  z-index:12;
  opacity: 0;
}
#weOffer button{
  padding: 15px 25px;
  color: #53c2ff;
  border: 0px solid #091a42;
  background-color: transparent;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  box-shadow: inset 0 0 0 2px #53c2ff, 0 0 1px transparent;
}
#weOffer button:hover {
  background-color: #ff3c80;
  color: white;
  box-shadow: inset 0 0 0 2px #ff3c80, 0 0 1px transparent;
}
#wannaPlay {
  display: none;
}

@media only screen and (min-width : 992px) {

  #wannaPlay {
    display: block;
    position: absolute;
    width: 350px;
    bottom: -75px; 
    left:0;
    right:0;
    text-align: center;
    width: 80%;
    color: #091a42;
    margin: 0px auto;
    z-index:11;
    opacity: 0;
  }
  #wannaPlay {
    border: 0px;
    box-shadow: none;
    text-decoration: underline;
  }
  #wannaPlay:hover {
    color: #53c2ff;
    text-decoration: none;
    cursor: pointer;
  }
  #wannaPlay p {
    font-size: 1.55rem;
    line-height: 2rem;
    font-weight: 400;
  }
}



/* section1 
* --------------------------------------- */
#section1 {
  padding-top: 10px;
  background-color: #f5f5f5;
}

/* section2 
* --------------------------------------- */
#section2 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-repeat: repeat-y;
  background-size: 10px;
  background-color: #f5f5f5;
}

@media only screen and (min-width : 768px) {
  #section2 {
    padding-bottom: 25px;
  }
  #section2 p {
    display: block;
    width: 100%;
    margin-bottom: .75rem;
    margin-right: 3%;
    float: left;
}
}
@media only screen and (min-width : 992px) {
  #section2 {
    padding-bottom: 50px;
  }
}
#section2 .sectionCopyWrap {
  margin-top: -35px;
}
#section2 .centeredText {
  width: 100%;
}
#section2 .titleBgPublishCheck {
  z-index: 1;
  position: relative;
}
#section2 .sectionCopyWrap {
  z-index: 2;
  position: relative;
}
#section2 .imgPreLoadWrapper {
  margin: 60px auto;
  text-align: center;
}
#section2 .imgPreLoadWrapper img {
  width: 100%;
  height: auto;
}
#section2  .link {
  margin-top: 0px;
}
@media only screen and (min-width : 768px) {
  #section2  .link {
    margin-top: 10  px;
  }
  #section2 .imgPreLoadWrapper img {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width : 992px) {
  #section2 .centeredText {
    width: 50%;
  }
  #section2 .imgPreLoadWrapper {
    width: 100%;
  }
  #section2 .imgPreLoadWrapper img {
    width: 100%;
    height: auto;
  }
}
#section2 h3 {
  color: #53c2ff;
  margin-bottom: 10px;
  font-weight: 500;
}
#section2 h3 span {
  color: #091a42;
  font-weight: 500;
  margin-bottom: 20px;
}
#section2 .titleP {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width : 992px) {
  #section2 {
    padding-top: 100px;
  }
  #section2 h3 {
    padding-right: 50px;
  }
  #section2 .titleP {
    padding-right: 50px;
  }
}
#section2 .logoWrapper {
  z-index: 5;
}





/* section3
* --------------------------------------- */
#section3 {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  #section3 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width : 992px) {
  #section3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  #section3 {
    min-height: 35vw;
  }
}
#section3 .titleH {
  border-bottom: 3px solid rgba(255,60,128,1);
  display: block;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width : 768px) { 
  #section3 .titleH {
    width: 50%;
  }
}
#section3 .titleH h3 {
  color: rgba(255,60,128,1);
  font-weight: 500;
}
#section3 .copy-Wrap {
  width: 100%;
}
#section3 .img-Wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
  display: table;
  margin-bottom: 30px;
  padding-bottom: 55px;
  /*background-image: url(./assets/images/pcScreenshotLeft.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
@media only screen and (min-width : 768px) {
  #section3 .img-Wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 500px;
    display: table;
  }
}
@media only screen and (min-width : 992px) {
  #section3 .img-Wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 500px;
    display: table;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
#section3 .img-Wrap .img-highlightedLeft {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /*border: 1px solid green;*/
  width: 100%;
  height: 100%;
  z-index: 2;
}


.horizontalLinePink, .horizontalDotPink { display:none;}
.verticalLinePink {
  display:block;
  width:2px;
  height:50%;
  border: 0px;
  position: absolute;
  right:50%;
  bottom:0;
  background-color: rgba(255,60,128,0.5)
}
.verticalDotPink {
  display:block;
  width:10px;
  height:10px;
  border-radius: 50%;
  border: 0px;
  position: absolute;
  right:-webkit-calc(50% - 4px);
  right:-moz-calc(50% - 4px);
  right:calc(50% - 4px);
  bottom:0;
  background-color: rgba(255,60,128,1)
}

@media only screen and (min-width : 768px) {
  .verticalLinePink, .verticalDotPink { display:none;}
  .horizontalLinePink {
    display:block;
    width:50%;
    height:2px;
    border: 0px;
    position: absolute;
    top:50%;
    left:0;
    bottom:0;
    background-color: rgba(255,60,128,0.5)
  }
  .horizontalDotPink {
    display:block;
    width:10px;
    height:10px;
    border-radius: 50%;
    border: 0px;
    position: absolute;
    top:-webkit-calc(50% - 4px);
    top:-moz-calc(50% - 4px);
    top:calc(50% - 4px);
    left:0;
    background-color: rgba(255,60,128,1)
  }
  #section3 {
    padding-right: 0px;
  }
  #section3 .copy-Wrap {
    width: 40%;
    float: left;
  }
  #section3 .copy-Wrap p {
    display: block;
    width: 100%;
    margin-bottom:.75rem;
    margin-right: 3%;
    float: left;
  }
  #section3 .img-Wrap {
    width: 55%;
    position:absolute;
    /*border: 1px solid red;*/
    top:0;
    right:-45px;
    bottom:0;
    /*background-position: 100px center;*/
  }
  #section3 .img-Wrap .img-highlightedLeft {
    right: -100px;
  }
}

/* section4 
* --------------------------------------- */
#section4 {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  #section4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 992px) {
  #section4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  #section4 {
    min-height: 35vw;
  }
}
#section4 .titleH {
  border-bottom: 3px solid rgba(83,194,255,1);
  display: block;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width : 768px) { 
  #section4 .titleH {
    width: 60%;
  }
}
#section4 .titleH h3 {
  color: rgba(83,194,255,1);
  font-weight: 500;
}
#section4 .copy-Wrap {
  width: 100%;
}
#section4 .img-Wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
  display: table;
  margin-bottom: 30px;
  padding-bottom: 55px;
  /*background-image: url(./assets/images/pcScreenshotLeft.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
@media only screen and (min-width : 768px) {
  #section4 .img-Wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 500px;
    display: table;
  }
}
@media only screen and (min-width : 992px) {
  #section4 .img-Wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 500px;
    display: table;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

#section4 .img-Wrap .img-highlightedRight {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  /*border: 1px solid green;*/
  width: 100%;
  height: 100%;
  z-index: 2;
}

.horizontalLineBlue, .horizontalDotBlue { display:none;}
.verticalLineBlue {
  display:block;
  width:2px;
  height:50%;
  border: 0px;
  position: absolute;
  right:50%;
  bottom:0;
  background-color: rgba(83,194,255,0.5)
}
.verticalDotBlue {
  display:block;
  width:10px;
  height:10px;
  border-radius: 50%;
  border: 0px;
  position: absolute;
  right:-webkit-calc(50% - 4px);
  right:-moz-calc(50% - 4px);
  right:calc(50% - 4px);
  bottom:0;
  background-color: rgba(83,194,255,1)
}

@media only screen and (min-width : 768px) {
  .verticalLineBlue, .verticalDotBlue { display:none;}
  .horizontalLineBlue {
    display:block;
    width:50%;
    height:2px;
    border: 0px;
    position: absolute;
    top:50%;
    right:0;
    bottom:0;
    background-color: rgba(83,194,255,0.5)
  }
  .horizontalDotBlue {
    display:block;
    width:10px;
    height:10px;
    border-radius: 50%;
    border: 0px;
    position: absolute;
    top:-webkit-calc(50% - 4px);
    top:-moz-calc(50% - 4px);
    top:calc(50% - 4px);
    right:0;
    background-color: rgba(83,194,255,1)
  }
  #section4 {
    padding-left: 0px;
  }
  #section4 .copy-Wrap {
    width: 35%;
    float: right;
  }
  #section4 .copy-Wrap p {
    display: block;
    width: 100%;
    margin-bottom:.75rem;
    margin-right: 3%;
    float: left;
  }

  #section4 .img-Wrap {
    width: 55%;
    position:absolute;
    /*border: 1px solid red;*/
    top:0;
    left:0;
    bottom:0;
    /*background-position: -100px center;*/
  }
  #section4 .img-Wrap .img-highlightedRight {
    left: -100px;
  }
}





/* section5
* --------------------------------------- */
#section5 {
  background-color: transparent;
  padding-top: 85px;
  padding-bottom: 100px;
}
#section5 h3 {
  font-weight: 500;
  text-transform: uppercase;
}

#section5 .titleH {
  text-align: center;
}
#sectionTitleP p {
  text-align: center;
  color: #53c2ff;
}
@media only screen and (min-width : 576px) {
  #section5 {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 768px) {
  #section5 {
    padding-bottom: 100px;
  }
}

#sectionTitleFeatures {
  background-color: transparent;
}
#sectionTitleFeaturesWhite {
  background-color: transparent;
}
#sectionTitleFeatures .centeredText .titleH, #sectionTitleFeaturesWhite .centeredText .titleH {
  text-align:center;
  font-weight: 500;
  padding: 80px 0 0px;
}
#sectionTitleFeatures .centeredText .titleP, #sectionTitleFeaturesWhite .centeredText .titleP {
  text-align:center;
  color: #53c2ff;
}
#sectionTitleFeatures h3 span {
  color: #091a42;
  font-weight: 500;
  margin-bottom: 20px;
}
#freeTrial p {
  margin-top: 15px;
  text-align:center;
  color: #53c2ff;
}

.weOfferFeatures {
  width: 100%;
  margin: 50px 0 20px;
  overflow: hidden;
}
.weOfferFeature {
  width: 100%;
  padding: 15px;
  text-align: center;
  float: left;
  border: 0px solid #eeeeee;
}
@media only screen and (min-width : 576px) {
  .weOfferFeature {
    min-height: 190px;
    width: 50%;
  }
}
@media only screen and (min-width : 768px) {
  .weOfferFeature {
    width: 20%;
  }
}
.weOfferFeature p{
  margin-top: 15px;
  padding: 0 15px;
}
.weOfferFeature img {
  width: 100%;
  height: auto;
  max-width: 70px;
  margin: 0 auto;
} 















/* section7
* --------------------------------------- */
#section7Wrap {
  background-color: #091a42;
  padding-top: 75px;
  padding-bottom: 75px;
  background: url(./assets/images/background_color_dark.jpg);
  background-size: cover;
  position: center center;
  background-attachment: fixed;
}
#section7.section-wrap {
  padding: 0 10.5vw;
}
#section7 .section-wrap { 
  padding-top: 50px;
  padding-bottom: 115px;
  background-color: transparent!important;
  /*background-image: url(./assets/images/quote.svg);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30%;
  overflow: visible;
}

#section7Wrap h3 {
  font-weight: 500;
  text-transform: uppercase;
}


@media only screen and (min-width : 768px) {
  .section .titleBgQuote h1 {
    background-size: 20%;
    top:30px;
    font-size: 15vw;
  }
  #section7Wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width : 992px) {
  #slidersection7.section-wrap {
    background-size: 15%;
    padding: 80px 10.5vw 150px;
  }
}
#section7Wrap .titleH h3{
  color: #ffffff;
}
#section7Wrap .quote p{
  letter-spacing: 0.05rem;
  display:block;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 200;
  color: #ffffff;
}
#section7Wrap .quote span{
  font-size: 1.55rem;
  line-height: 2.25rem;
  letter-spacing: 0.05rem;
  display:block;
  color: #ffffff;
  font-weight: 100;
  padding-left: 3px;
}
#section7Wrap .quote span img{
  width: 34px;
  height: 45px;
  float: left;
  margin-right: 15px;
  border: 1px solid #ffffff;
}

#section7Wrap .quote .name {
  font-weight: 400;
  color: #53c2ff;
  float: left;
}


/* section8
* --------------------------------------- */
#section8 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#section8.section-wrap {
  background-color: transparent;
}
#section8 h3 {
  font-weight: 500;
  text-transform: uppercase;
}
#section8 .titleH {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width : 992px) {
  #section8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.contactLeft {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
  padding-right: 0px;
}
.contactLeft label span {
  display: block;
  margin-bottom: 10px;
}
.contactRight {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
}
.contactRight label span {
  display: block;
  margin-bottom: 10px;
}
.contactButton {
  clear: both;
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width : 768px) {
  .contactLeft {
    width: 50%;
    padding-right: 25px;
  }
  .contactRight {
    width: 50%;
  }
}



/* Slider Section1
* --------------------------------------- */
* {
  box-sizing: border-box;
}
#sliderSection1.sliderWrap {
  width:100%;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
@media only screen and (min-width : 768px) {
  #sliderSection1.sliderWrap {
    padding-bottom: 50px;
  } 
}
@media only screen and (min-width : 992px) {
  #sliderSection1.sliderWrap {
    padding-bottom: 50px;
  } 
}
#sliderSection1 .slick-track {
  margin-top: 10px;
}
#sliderSection1 .slider {
    width: 100%;
    margin: 0px auto;
}
@media only screen and (min-width : 992px) {
  #sliderSection1 .slider {
    /*padding: 0 10%;*/
    width: 100%;
}
}
#sliderSection1 .slick-slide {
  margin: 0px 20px;
}
#sliderSection1 .slick-slide img {
  width: 100%;
  height: 120px;
}
@media only screen and (min-width : 992px) {
  #sliderSection1 .slick-slide img {
    width: 80%;
  }
}
#sliderSection1 .slick-prev:before,
#sliderSection1 .slick-next:before {
  color: black;
}
#sliderSection1 .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
#sliderSection1 .slick-active {
  opacity: .3;
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#sliderSection1 .slick-current {
  opacity: 1;
  -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#sliderSection1 .slick-next
{
  color: #53c2ff!important;
  text-transform: uppercase;
  width: 200px;
  position: relative;
  top: 10px;
  right: 0px;
  text-align: center;
  margin: 0 auto;
  display: none!important;
}

#sliderSection1 .slick-next:before
{
  content: 'Our clients →'!important;
  color: #091a42!important;
  text-transform: uppercase;
  font-weight: 400!important;
  font-family: 'Lato', sans-serif!important;
  font-size: 1.25rem!important;
  line-height: 2.45rem!important;
  letter-spacing: 0.05rem!important;
  text-align: center;
  width: 100%!important;
}
/* Slider section7
* --------------------------------------- */
* {
  box-sizing: border-box;
}
#slidersection7.sliderWrap {
  width:100%;
  overflow: hidden;
  border: 1px solid blue;
}
#slidersection7 .slider {
    width: 100%;
    margin: 0px auto;
    border: 0px solid red;
}
@media only screen and (min-width : 992px) {
  #slidersection7 .slider {
    width: 100%;
  }
}

#slidersection7 .slick-dots {
  bottom: -50px;
}
.slick-dots li button:before {
  margin-top: 0px;
  font-size: 30px!important;
}





/* Contact Form 7 Style
* --------------------------------------- */
.wpcf7-form {
  background:#ffffff; 				/* Add a Hex Color */
  padding:20px 20px; 			/* %, px or em - 1st = top & bottom padding 2nd = left & right padding */
  border:px solid #f6efdf; 		/* border-width, border-style, border color */
  margin: 0px 0px 0px 0px; 	        /* top, right, bottom & left */
  border-radius:10px; 			/* Makes the edges rounded */
  text-align: center; 			/* left, right, center */
  /*font-size: px; 				/* %, px or em */
  color: #ffffff; 			/* Add a Hex Color */
  /* font-style: ; 				/* italic, normal or oblique */
  /* font-variant: ; 			/* small-caps */
  /* font-weight: ; 				/* bold, bolder, lighter or anything between 100-900 */
  width: 100%; 				/* %, px or em */
  }
  
  /* border-styles: none, dotted, dashed, double, groove, ridge, inset, outset */
  
  .wpcf7-form .contactLeft input {
  background:#f6f6f6;			/* Add a Hex Color */
  padding: 12px 15px;			/* %, px or em - 1st = top & bottom padding 2nd = left & right padding. */
  border:0px solid #ffffff;  	 	/* border-width, border-style, border color */
  margin:0px;				/* If there is only one value = same margin for top, right, bottom & left */
  border-radius:0px;          		/* Makes the edges rounded */
  text-align: left;			/* left, right, center */
  /*font-size: px;				/* %, px or em */
  /* color: #;				/* Add a Hex Color */
  /* font-style: ;				/* italic, normal or oblique */
  /* font-variant: ;				/* small-caps */
  /* font-weight: ;				/* bold, bolder, lighter or anything between 100-900 */
   width: 100%; 				/* %, px or em */
  }
  .wpcf7-form textarea {
  background:#f6f6f6;			/* Add a Hex Color */
  padding: 20px 15px;    		/* Can change it to 2 or just 1 variable - same as above. */
  border:0px solid #ffffff;		/* border-width, border-style, border color */
  border-radius:0px;			/* Makes the edges rounded */
  text-align: left;			/* left, right, center */
  /*font-size: px;				/* %, px or em */
  /* color: #;				/* Add a Hex Color */
  /* font-style: ;				/* italic, normal or oblique */
  /* font-variant: ;				/* small-caps */
  /* font-weight: ;				/* bold, bolder, lighter or anything between 100-900 */
  width: 100%; 				/* %, px or em */
  }
  .wpcf7-form p { 		
  color:#091a42;				/* This edit the font color of form titles */
  margin-top:0px;				/* %, px or em */
  margin-bottom:0px;                      /* %, px or em */
  }

  .wpcf7-form .wpcf7-submit {
    padding: 15px 35px;
    border: 0px solid #091a42;
    background-color: transparent;
    margin-top: 35px;
    margin-left: 5px;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
  
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    box-shadow: inset 0 0 0 2px #091a42, 0 0 1px transparent;
  }
  .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus, .wpcf7-form .wpcf7-submit:active {
    background-color: #53c2ff;
    color: white;
    box-shadow: inset 0 0 0 2px #53c2ff, 0 0 1px transparent;
  }

  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    padding: 15px 35px;
    border: 2px solid #53c2ff;
    color: #53c2ff;
  }
  span.wpcf7-not-valid-tip {
    color: #ff3c80;
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    padding: 15px 35px;
    border: 2px solid #ff3c80;
    color: #ff3c80;
    font-size: 14px;
  }
  div.wpcf7 .ajax-loader {
    margin: 35px 0 0 10px;
  }
  div.wpcf7-mail-sent-ok {
    padding: 15px 35px;
    border: 2px solid #53c2ff;
    color: #53c2ff;
    font-size: 14px;
  }
  /* Button Hover Color */
  div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid red;
    color: red;
    padding: 10px 0;
  }
  div.wpcf7-spam-blocked {
    border: 2px solid orange;
    font-size: 14px;
    line-height: 30px;
    color: orange;
  }
  /* .wpcf7-form input[type=&quot;submit&quot;]:hover {
  background: rgba(85,161,39,1); 	/* Use RBG and Opacity anywhere from 0 > 1 */
  /* color: #ffffff !important; 		/* Button Hover Text Color */
  /* }
/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.pageWrap {
  padding: 150px 5.5vw 100px;
  position: relative;
  background-size: cover;
  background-color: #ffffff;
  z-index: 1;
}
.singlePage .pageWrap {
  padding: 150px 0px 0px;
}
.pageWrap h3 {
  color: #53c2ff;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .pageWrap h3  {
      font-size: 3.25rem;
      line-height: 3.95rem;
      text-transform: uppercase;
      letter-spacing: 0vw;
  }
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

#pre-footer .title-buttons-Wrap {
  margin: 0 auto;
  float: none;
  text-align: center;
  color: #FFFFFF;
}
#pre-footer .buttons button {

}

/* Bottom menu
 * --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

#sectionFooter .background-footer {
  display:none;
}
@media only screen and (min-width : 768px) {
  #sectionFooter .background-footer {
    display: block;
    padding: 0px;
    width: 50vw;
    height: 100vh;
    position: absolute;
    top:0;
    right:0;
    background-color: #53c2ff;
  }
}
@media only screen and (min-width : 992px) {
  #sectionFooter .background-footer {
    padding: 0px;
    width: 50vw;
    height: 100vh;
    position: absolute;
    top:0;
    right:0;
    background-color: #53c2ff;
  }
}

#sectionFooter, #sectionFooter .sectionCopy {
  background-color: #091a42;
}

@media only screen and (min-width : 768px) {
  #sectionFooter, #sectionFooter .sectionCopy {
    height: 100vh;
    background: linear-gradient(90deg, #091a42 50%, #53c2ff 50%);
  }
}


/* sectionFooter
* --------------------------------------- */
#sectionFooter {
  padding: 0px;
  background-size: cover;
  position: center center;
  background-attachment: fixed;
  height: 100%;
  background: #091a42;
}
@media only screen and (min-width : 768px) {
  #sectionFooter {
    padding: 100px 5.5vw;
    background: linear-gradient(90deg, #091a42 50%, #53c2ff 50%);
  }
}

#sectionFooter .column {
  width: 100%;
}
#sectionFooter .column .columnInner {
  width: 100%;
  float: left;
}
@media only screen and (min-width : 768px) {
  #sectionFooter .column.column1 .columnInner  {
    width: 255px;
    margin: 0 auto;
    float: none;
  }
  #sectionFooter .column.column2 .columnInner  {
    width: 260px;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width : 992px) {
  #sectionFooter .column.column1 .columnInner  {
    width: 335px;
  }
  #sectionFooter .column.column2 .columnInner  {
    width: 335px;
  }
}

#sectionFooter .column .columnInner .titleP {
  text-align:left;
  color: #ffffff;
}
#sectionFooter .column .iconSupport {
  width: 100%;
  float: left;
  margin: 0 auto;
  text-align: left;
}
#sectionFooter .column .iconSupport img{
  width: 60px;
  height: auto;
}
#sectionFooter .column .columnInner .titleSupport, #sectionFooter .column .columnInner .titleAboutUs  {
  color: rgba(83,194,255,1);
  font-weight: 500;
  padding: 5px 0 40px;
  text-transform: uppercase;
  line-height: 30px;
}
#sectionFooter .column .columnInner .featuresSupport {
  color: #FFFFFF;
  padding: 5px 0 20px;
}

#sectionFooter .column .iconAboutUs {
  width: 100%;
  float: left;
  margin: 0 auto;
  text-align: left;
}
#sectionFooter .column .iconAboutUs img{
  width: 275px;
  height: auto;
}
#sectionFooter .column .columnInner .titleAboutUs {
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 5px 0 30px;
}
#sectionFooter .column .columnInner .featuresAboutUs {
  color: #FFFFFF;
  padding: 0px 5px 25px;
}
@media only screen and (min-width : 768px) {
  #sectionFooter {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #sectionFooter .column {
    width: 50%;
    float: left;
  }
  #sectionFooter .column .columnInner {
    text-align:center;
  }
  #sectionFooter .column1 {
    padding-right: 5.5vw;
  }
  #sectionFooter .column2 {
    padding-left: 5.5vw;
  }
}
@media only screen and (max-width : 767px) {
  #sectionFooter .column .columnInner .featuresSupport {
    color: #FFFFFF;
    padding: 0px;
  }
  #sectionFooter .column .columnInner .featuresAboutUs  a {
    padding: 0px;
  }
  #sectionFooter .column1 {
    position: relative;
    padding: 20vw 5.5vw;
    overflow: auto;
  }
  #sectionFooter .column2 {
    position: relative;
    background:rgba(83,194,255,1);
    padding: 20vw 5.5vw;
    overflow: auto;
  }
}

.titleSupport img {
  float: left;
  margin-top: -15px;
  margin-right: 10px;
  width: 60px;
  height: auto;
}

.titleAboutUs img {
  float: left;
  margin-top: -15px;
  margin-right: 10px;
  width: 50px;
  height: auto;
}

.featuresAboutUs {
  color: #FFFFFF;
  overflow: auto;
  padding: 0px 0 20px;
  clear: both;
  margin-bottom: 5px;
}

.featuresAboutUs img {
  float: left;
  margin-right: 15px;
  width: 30px;
  height: auto;
}
.featuresAboutUs span {
  float: left;
  margin-right: 10px;
  width: auto;
  height: auto;
}


#sectionLegalFooter {
  position: fixed;
  bottom:0;
  background-color: #ffffff;
  line-height: 45px;
  height: 45px;
  padding: 0px 5.5vw;
  width: 100%;
  z-index:-1;
  text-align: center;
}
#sectionLegalFooter a{
  color: #ff3c80;
}


#sectionLegalFooter span{
  display: none;
}
@media only screen and (min-width : 576px) {
  #sectionLegalFooter span{
    display: inline-block;
  }
}