@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/ProximaNova-Bold.otf')  format('opentype'),
	     url('assets/fonts/ProximaNova-Bold.woff') format('woff'), url('assets/fonts/ProximaNova-Bold.ttf')  format('truetype'), url('assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/ProximaNova-Regular.otf')  format('opentype'),
	     url('assets/fonts/ProximaNova-Regular.woff') format('woff'), url('assets/fonts/ProximaNova-Regular.ttf')  format('truetype'), url('assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General styling */

*, :before, :after {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
:root {
	-webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usualy iOS */ 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
    -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
::selection{
    background:#d8eff5;
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font: 16px/1.6 'ProximaNova-Regular', "Arial", sans-serif;
    letter-spacing: -0.15px;
	color: #202020;
	background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ProximaNova-Bold', sans-serif;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 25px;
    text-rendering: optimizeLegibility;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
}
p {
	font: 16px/1.6 'ProximaNova-Regular', "Arial", sans-serif;
	margin-bottom: 25px;
}
span {
    display: inline-block;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
a:not([class]) {
    text-decoration: underline;
}
a:not([class]):focus {
    outline: thin dotted;
}
img, iframe {
	max-width: 100%;
	max-height: 100%;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
    font: 16px/1.85 'ProximaNova-Regular', "Arial", sans-serif;
    margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
} 
ul {
	list-style: disc;
}
nav ul, nav ol {
    margin: 0;
    list-style: none;
}
b, strong, th, legend {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
mark {
	padding: 3.5px;
    background-color: #f1f1f1;
}
abbr[title] {
    text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
dl {
    line-height: 1.6;
    margin-bottom: 25px;
}
dl dt {
    font-weight: 700;
    margin-bottom: 5px;
}
dd {
	margin-bottom: 0px;
}
kbd {
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    background-color: #e6e6e6;
    padding: 2px 4px 0 4px;
}
table {
    line-height: 1.5;
	margin-bottom: 25px;
}
th, td {
	border: 1px solid #eceeef;
	padding: 5px;
}
caption {
	font-size: 15px;
    padding: 10px 0;
    color: #636c72;
    caption-side: bottom;
}
pre {
    font: 14px/1.25 monospace;
    letter-spacing: -0.65px;
	padding: 6px 20px;
	margin-bottom: 25px;
	background-color: #f9f9f9;
    color: #0a0a0a;
}
code {
    display: inline-block;
    font: 16px/1.25 monospace;
    letter-spacing: -0.65px;
    padding: 0.125rem;
}
pre code {
    display: block;
    font: inherit;
    letter-spacing: inherit;
    overflow-x: auto;
    padding: 15px 64px 15px 15px;
    background: #f9f9f9;
    border: 1px solid #cacaca;
    color: #0a0a0a;
}
blockquote {
    font-size: 16px;
    line-height: 1.6;
    background-color: #f7f7f7;
    margin: 30px 0;
    padding: 26px 30px;
    border-left-style: solid;
    border-left-width: 4px;
    border-color: #f55035;
}
blockquote footer {
	font-size: 75%;
    color: #636c72;
}
blockquote :last-child {
	margin-bottom: 0px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
}
input[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"],
button {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type="submit"], [type="reset"], [type="button"], button {
	cursor: pointer;
}
[class~="btn"]:focus, input:focus, button:focus, textarea:focus {
    outline: 1px auto #3b99fc;
}
button, input, textarea {
	margin: 0;
}
button, input, textarea {
	font-family: inherit;
}
textarea {
	min-height: 100px;
	height: 100px;
	resize: none;
	-webkit-appearance: none;
}
[hidden] {
	display: none;
}
p + h2, p + h3, p + h4, 
ul + h2, ul + h3, ul + h4, 
ol + h2, ol + h3, ol + h4, 
code + h2, code + h3, code + h4, 
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 2.5rem;
}
@media (max-width: 846px) { /* 846px for NOTE 8 */
	h1 {
		font-size: 34px;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
    p + h2, p + h3, p + h4, 
    ul + h2, ul + h3, ul + h4, 
    ol + h2, ol + h3, ol + h4, 
    code + h2, code + h3, code + h4, 
    table + h2, table + h3, table + h4,
    blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
        margin-top: 1.5rem;
    }
}
@media (max-width: 575px) {
    blockquote {
   	 	padding: 8px 10px;
    }
}
/* WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#wpadminbar {
    display: none !important;
}
html.no-js, html.js {
    margin-top: 0 !important;
}
/* End of WordPress Core */

.background {
	background-size: cover;
	background-position: center center;
}
ul:after, ol:after, nav:after, .row:after, .container:after {
	content: "";
	display: block;
	clear: both;
}
header:before, header:after, footer:before, footer:after, section:before, section:after {
	content: " ";
	display: table;
}
.container {
	max-width: 1310px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
svg.icon {
    display: none;
}

/*
HEADER
*/
.main_header {
    position: relative;
    z-index: 10;
    padding: 5px 0;
}
.logo {
    max-width: 400px;
	padding:20px 0px;
    float: left;
}
.logo a, .logo img {
    display: block;
}
.main_header .right_side {
    float: right;
    padding-top: 14px;
}
.badge {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}
.badge img {
    display: block;
}
.wpml_menu {
    display: inline-block;
    vertical-align: middle;
}
.wpml_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wpml_menu ul a {
    position: relative;
    font-size: 14px;
}
.wpml_menu > ul {
    position: relative;
    border: 1px solid #e0e0e0;
    color: #000;
    font-size: 14px;
}
.wpml_menu > ul ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: -1px;
    right: -1px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    
    background: #FFF;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.wpml_menu > ul:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.wpml_menu > ul > li:first-of-type > a {
    display: block;
    padding: 5px 25px 5px 10px;
}
.wpml_menu > ul > li:first-of-type > a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
}
span.powered_by {
    font-size: 12px;
    display: block;
    margin: 2px 0;
    font-family: Verdana;
    text-transform: uppercase;
    padding-left: 35px;
}
@media (max-width: 846px) {
    .span.powered_by {
        font-size: 12px;
    }
    .badge {
        max-width: 40px;
    }
}
@media (max-width: 575px) {
    .logo {
        max-width: 150px;
    }
    span.powered_by {
        font-size: 10px;
        padding-left: 25px;
        white-space: nowrap;
    }
    .wpml_menu ul a {
        font-size: 12px;
    }
}
/*
TOP SECTION7
*/
.inner_top {
    position: relative;
    padding-top: 90px;
}
.inner_top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}
.top_section .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.top_left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 80px;
}
.top_right {
    max-width: 405px;
    width: 100%;
    padding: 40px 40px 0 40px;
    background: #FFF;
}
.top_left {
    color: #fff;
}
.top_left h1 {
    font-size: 70px;
}
.top_left p {
    font-size: 20px;
    margin-bottom: 10px;
}
.form_item br {
    display: none;
}
.form h2 {
    font-size: 18px;
    color: #da3c40;
    text-align: center;
    line-height: 1.4;
}
.form_item_headline {
    font-size: 16px;
    color: #757575;
    display: block;
    margin-bottom: 5px;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form textarea {
    width: 100%;
    display: block;
    border: 1px solid #efefef;
    padding: 8px 15px;
    color: #757575;
    font-size: 16px;
}
.form_item {
    padding-bottom: 15px;
}
.form_item.invalid .form_item_headline {
    color: #da3c40;
}
.form_item.invalid input[type="text"], .form_item.invalid input[type="tel"], .form_item.invalid input[type="email"], .form_item.invalid textarea {
    border-color: #da3c40;
}
span.wpcf7-not-valid-tip {
    color: #da3c40;
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: right;
    margin-top: 2px;
    font-weight: 600;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: rgba(255, 0, 0, 0.75);
    border: 2px solid #ff0000;
    margin: 0; 
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #28650e;
    background: #398f14;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin: 0;
}
.submit_btn {
    display: block;
    width: 100%;
    padding: 15px 15px;
    background: #757575;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 none;
    font-size: 16px;
    letter-spacing: 1px;
}
.top_left .we_are_waiting {
    font-size: 30px;
    margin-bottom: 25px;
}
@media (max-width: 575px) {
    .top_left .we_are_waiting {
        font-size: 24px;
    }
    .top_right {
        padding: 40px 15px 0 15px;
    }
}
div.wpcf7 .ajax-loader {
    position: absolute;
    opacity:  0 !important;
    visibility: hidden !important;
    z-index: -1;
}
/*
Second section
*/
.content_section {
    padding: 50px 0;
}
.display-medium-title {
    font-size: 50px;
    color: #212121;
    text-align: center;
}
.story {
    letter-spacing: -6px;
    margin: 0 -30px;
}
.sol_image {
    padding-bottom: 100%;
    transition: 2s linear;
    -webkit-transition: 2s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.solution_item_inner {
    margin-bottom: 10px;
    border: 5px solid transparent;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    overflow: hidden;
}
.solution_item {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.15px;
    padding: 0 30px;
    text-align: center;
    cursor: pointer;
}
.solution_item:hover .sol_image {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.sol_title {
    color: #757575;
    font-weight: 600;
    margin-bottom: 0;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    letter-spacing: 0.25px;
}
.sol_description {
    font-size: 12px;
    opacity: 0;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    margin-bottom: 0;
}
.sol_description br {
    display: none;
}
.solution_item.active .sol_title {
    color: #d41b20;
}
.solution_item.active .sol_description {
    opacity: 1;
}
.solution_item.active .solution_item_inner {
    border-color: #d41b20;
}
.under_solutions {
    font-size: 24px;
    text-align: center;
}
.nav_dot {
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 15px auto;
}
.nav_dot:before {
    content: "";
    position: absolute;
    top: 5px; left: 5px; right: 5px; bottom: 5px;
    background: #e0e0e0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
}
.solution_item.active .nav_dot:before {
    background: #d41b20;
}
.navigator_bullet {
    position: relative;
}
.navigator_bullet:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    right: -150px;
    height: 30px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
}
.solution_item:last-child .navigator_bullet:before {
    display: none;
}
.tables {
    margin: 50px 0;
}
.item_table {
    display: table;
    width: 100%;
}
.item_table > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.table_text {
    padding: 150px 0 150px 50px;
}
.direction_rtl {
    direction: rtl;
}
.direction_rtl .table_text {
    direction: ltr;
    padding: 150px 0 150px 50px;
}
.table_text h1, .table_text h2, .table_text h3, .table_text h4, .table_text h5, .table_text h6 {
    font-size: 22px;
    color: #d41b20;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.table_text {
    color: #616161;
}
.table_text strong {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
@media (max-width: 1280px) {
    .top_left h1 {
        font-size: 55px;
    }
    .solution_item {
        padding: 0 15px;
    }
    .story {
        margin: 0 -15px;
    }
    .navigator_bullet:before {
        right: -130px;
    }
}
@media (max-width: 1024px) {
    .nav_dot {
        display: none !important;
    }
    .display-medium-title, .top_left h1 {
        font-size: 40px;
    }
    .top_section .container {
        display: block;
    }
    .top_right {
        max-width: 450px;
        margin: 0 auto;
    }
    .top_left {
        padding-right: 0;
        text-align: center;
        padding-bottom: 50px;
    }
    .inner_top {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .form_item:last-child {
        padding-bottom: 0px;
    }
    .form {
        padding-bottom: 15px;
    }
    .story {
        margin: 0;
    }
}
@media (max-width: 846px) {
    .display-medium-title, .top_left h1 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .display-medium-title, .top_left h1 {
        font-size: 26px;
        line-height: 1.4;
    }
}
/* solution */
@media (max-width: 1024px) {
    .content_section .display-medium-title {
        margin-bottom: 5px;
    }
    .under_solutions {
        font-size: 22px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1010px) {
    .navigator_bullet:before {
        display: none;
    }
    .story {
        margin: 0;
    }
    .solution_item {
        width: 33.33%;
        margin-bottom: 25px;
    }
    .sol_description {
        opacity: 1 !important;
    }
}
@media (max-width: 846px) {
    .under_solutions {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .solution_item {
        width: 50%;
        margin-bottom: 25px;
    }
}
@media (max-width: 380px) {
    .solution_item {
        width: 100%;
    }
}
/* tables */
@media (max-width: 950px) {
    .item_table {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .item_table > div {
        display: block;
        width: 100%;
    }
    .table_image {
        order: 1;
        -webkit-order: 1;
        padding-bottom: 56.25%;
    }
    .table_text {
        order: 2;
        -webkit-order: 2;
    }
    .item_table .table_text {
        padding: 50px 0;
    }
    .table_text :last-child {
        margin-bottom: 0;
    }
    .content_section {
        padding-bottom: 25px;
    }
    .item_table:last-child .table_text {
        padding-bottom: 0;
    }
}
@media (max-width: 846px) {
    .tables {
        margin: 25px 0;
    }
}
@media (max-width: 575px) {
    .table_image {
        padding-bottom: 65%;
    }
    .table_text {
        padding: 25px 0;
    }
}
/*
MAP
*/
.contact_details {
    background: #f9f9f9;
    padding: 50px 0;
}
.contact_details .display-medium-title {
    margin-bottom: 50px;
}
.footer_map {
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.map_addr {
    width: 40%;
    float: left;
    padding-top: 80px;
    padding-right: 50px;
}
#map {
    width: 60%;
    float: right;
    min-height: 350px;
}
.map_addr p {
    font-size: 20px;
    color: #616161;
    margin-bottom: 15px;
}
@media (max-width: 846px) {
    .map_addr {
        width: 100%;
        text-align: center;
        padding: 0 0 25px 0;
    }
    .map_addr p {
        font-size: 18px;
        color: #616161;
        margin-bottom: 10px;
    }
    .contact_details .display-medium-title {
        margin-bottom: 25px;
    }
    .contact_details {
        padding: 25px 0 20px 0;
    }
    #map {
        width: 100%;
        margin: 0;
        display: block;
    }
}
/*
FOOTER
*/
.site_footer {
    background: #212121;
}
.site_footer p {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 0;
}
.footer_left {
    width: 33.33%;
    float: left;
    padding: 15px 0;
}
.footer_right {
    width: 33.33%;
    float: left;
    padding: 15px 0;
    text-align: right;
}
.back_to_top {
    background: #535353;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 15px 30px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    text-transform: uppercase;
    letter-spacing: 0.85px;
}
.back_to_top:hover {
    background: #6d6d6d;
}
.footer_mid {
    width: 33.33%;
    float: left;
    text-align: center;
}
.all_legal {
    width: 100%;
    clear: both;
    text-align: center;
}
.all_legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.all_legal ul li {
    display: inline-block;
    padding: 0 5px;
}
.all_legal ul a {
    display: block;
    color: rgba(255,255,255,0.45);
    padding: 5px 0;
    font-size: 12px;
}
@media (max-width: 575px) {
    .site_footer .container > div {
        width: 100%;
        text-align: center;
    }
    .footer_mid {
        display: none;
    }
    .footer_right {
        padding: 0 0 15px 0;
    }
}
.centerme > div {
    margin: 0 auto;
    max-width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 150px;
    width: 30px;
    height: 30px;
    color: transparent;
    border: 0 none;
    outline: 0 none !important;
    z-index: 999;
}
.slick-next {
    right: -15px;
    background: url('assets/images/arrows.png') center center no-repeat;
    background-size: contain;
}
.slick-prev {
    left: -15px;
    background: url('assets/images/arrows_back.png') center center no-repeat;
    background-size: contain;
}
@media (min-width: 1025px) {
    .story .slick-prev {
        display: none;
    }
    .story .slick-next {
        display: none;
    }
}
@media (max-width: 1024px) {
    .sol_image {
        padding: 0;
        height: 300px;
    }
    .nav_dot:before {
        background: #d41b20;
    }
    .sol_title {
         color: #d41b20;   
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    .sol_image {
        height: 200px;
    }
    .slick-arrow {
        top: 95px;
    }
}
.waio {
    color: inherit;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
}
.waio:hover, .waio:focus {
    color: #F05F24;
}
.gallery {
    margin: 0 -15px;
    position: relative;
}
.gallery a {
    display: block;
    height: 300px;
    width: 100%;
}
.gallery img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.image_col {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .gallery {
        margin: 0;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    .gallery a {
        display: block;
        height: 200px;
        width: 100%;
    }
}