/*
Theme Name: Netedy
Version: 1.0.3
Author: Nedwp
Author URI: http://nedwp.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: netedy
*/

/*--------------------------------------

Table of Contents:

    1.0 - GENERAL
    2.0 - HEADER
    3.0 - HOMEPAGE
    4.0 - OTHERS
    5.0 - FOOTER
    6.0 - RESPONSIVE

--------------------------------------*/

:root {
    --netedy-color-1: #d15972;
    --netedy-color-1-darker: #ca415e;
    --netedy-color-2: #2D63D0;
    --netedy-color-2-darker: #2859BB;
    --netedy-color-3: #FFFFFF;
    --netedy-color-4: #F9F9F9;
    --netedy-color-5: #EEEEEE;
    --netedy-color-6: #525252;
    --netedy-color-7: #16213E;
}

/*-------------------------------------
 * 1.0 - GENERAL
 * -----------------------------------*/

/* Reset */

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Base & Typography */

body,
html {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

body {
    color: var(--netedy-color-7);
    background-color: var(--netedy-color-3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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

a {
    text-decoration: none;
    color: var(--netedy-color-2);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

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

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

embed,
iframe {
    max-width: 100%;
    margin-bottom: 30px;
}

div {
    display: block;
}

ol,
ul {
    display: block;
    margin: 9px 0 34px;
    padding-left: 38px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    color: var(--netedy-color-6);
}

li > ol,
li > ul {
    margin: 10px 0 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    display: list-item;
    margin-bottom: 10px;
    vertical-align: middle;
}

p {
    padding-bottom: 11px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    word-break: break-word;
    color: var(--netedy-color-6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin-top: 11px;
    margin-bottom: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.583;
    color: var(--netedy-color-7);
    word-break: break-word;
    word-wrap: break-word;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

pre,
xmp {
    display: block;
    max-width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    overflow: auto;
    border: 1px solid var(--netedy-color-5);
    white-space: pre;
}

cite {
    font-style: italic;
}

table {
    max-width: 100%;
    margin-bottom: 38px;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    padding-bottom: 7px;
}

thead th {
    background-color: var(--netedy-color-4);
}

td,
th {
    padding: 10px 22px;
}

table,
td,
th {
    border: 1px solid var(--netedy-color-5);
}

th {
    font-weight: 600;
    text-align: left;
}

dl {
    margin-bottom: 33px;
}

dd {
    margin: 5px 0 20px 20px;
}

dd:last-child {
    margin-bottom: 0;
}

dt {
    font-weight: 600;
    color: var(--netedy-color-7);
}

address {
    margin-bottom: 30px;
    font-style: italic;
}

abbr {
    color: var(--netedy-color-7);
    text-decoration: none;
    border-bottom: 1px dotted var(--netedy-color-7);
    cursor: help;
}

small {
    font-size: 80%;
}

big {
    font-size: 120%;
}

u {
    text-decoration: underline;
}

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

sub {
    top: .5ex;
}

sup {
    bottom: 1ex;
}

pre,
samp,
tt,
var {
    font-family: Inconsolata, monospace;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

del,
s,
strike {
    opacity: .85;
    font-family: inherit;
    text-decoration: line-through;
}

mark {
    color: var(--netedy-color-7);
}

code {
    display: block;
    padding: 10px;
}

code,
kbd {
    font-family: Monaco, 'Courier New', Consolas, 'Liberation Mono', monospace;
}

dfn {
    font-style: italic;
}

/* Forms */

label {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    font-family: inherit;
    font-size: 15px;
    color: var(--netedy-color-7);
}

input {
    font-family: inherit;
    line-height: normal;
    text-align: left;
    outline: 0;
    border-radius: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"] {
    width: 100%;
    padding: 11px 25px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--netedy-color-6);
    background-color: var(--netedy-color-4);
    border: 1px solid var(--netedy-color-5);
    border-radius: 4px;
}

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

textarea {
    width: 100%;
    max-width: 100%;
    min-height: 92px;
    padding: 11px 25px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: var(--netedy-color-6);
    background-color: var(--netedy-color-4);
    border: 1px solid var(--netedy-color-5);
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

select {
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 11px 25px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--netedy-color-6);
    background-color: var(--netedy-color-4);
    border: 1px solid var(--netedy-color-5);
    border-radius: 4px;
    outline: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: var(--netedy-color-7);
    border-color: var(--netedy-color-6);
}

/* Buttons */

.button,
a.button,
button,
input.button,
input[type="submit"],
input[type="button"] {
    position: relative;
    display: inline-block;
    padding: 3px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.375;
    text-align: center;
    letter-spacing: .19px;
    color: var(--netedy-color-3);
    background-color: var(--netedy-color-2);
    border: 1px solid var(--netedy-color-2);
    outline: 0;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input.button:focus,
input.button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: var(--netedy-color-2-darker);
    border-color: var(--netedy-color-2-darker);
}

.button.button-alt {
    color: var(--netedy-color-2);
    background-color: rgba(0, 0, 0, 0);
}

.button.button-alt:focus,
.button.button-alt:hover {
    color: var(--netedy-color-2-darker);
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--netedy-color-2-darker);
}

.button.button-full {
    display: block;
    width: 330px;
    max-width: 100%;
    padding: 14px 5px;
    font-size: 14px;
    line-height: 1.21;
}

/* Placeholder Text Color */
::-webkit-input-placeholder {
    opacity: 1;
    color: var(--netedy-color-6);
}

:focus::-webkit-input-placeholder {
    color: var(--netedy-color-7);
}

::-moz-placeholder {
    color: var(--netedy-color-6);
}

:focus::-moz-placeholder {
    color: var(--netedy-color-7);
}

:-moz-placeholder {
    color: var(--netedy-color-6);
}

:focus:-moz-placeholder {
    color: var(--netedy-color-7);
}

::-ms-input-placeholder {
    color: var(--netedy-color-6);
}

:focus::-ms-input-placeholder {
    color: var(--netedy-color-7);
}

:-ms-input-placeholder {
    color: var(--netedy-color-6);
}

:focus:-ms-input-placeholder {
    color: var(--netedy-color-7);
}

/* Globals */

.container,
.fluid {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.fluid {
    width: 100%;
}

.container {
    width: 1170px;
    max-width: 100%;
}

.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.block {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col {
    width: auto;
}

.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.666%;
}

.col-5n {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.334%;
}

.col-11 {
    width: 91.667%;
}

.col-12 {
    width: 100%;
}

.alignright,
.right {
    float: right;
}

.alignleft,
.left {
    float: left;
}

.aligncenter,
.center {
    display: block;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.none {
    display: none;
}

.hidden {
    visibility: hidden;
    z-index: -1;
}

.visible {
    visibility: visible;
    z-index: 1;
}

.fade-out {
    opacity: 0;
    visibility: hidden;
}

.fade-in {
    opacity: 1;
    visibility: visible;
}

.unstyled,
.unstyled li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

/* -- BG Image -- */

.bg-img {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--netedy-color-6);
}

/* -- Circle -- */

.radius-50,
.thumb-radius-50 img {
    border-radius: 50%;
}

/* -- Text Case -- */

.upper-text {
    text-transform: uppercase;
}

/* -- Distances -- */

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

/* -- Transitions -- */

.transition-d {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

/* -- Outer/Inner -- */

.outer-d {
    margin-left: -15px;
    margin-right: -15px;
}

.outer-d > .inner {
    padding-left: 15px;
    padding-right: 15px;
}

/*-------------------------------------
 * 2.0 - HEADER
 * -----------------------------------*/

#header {
    max-width: 100%;
}

#header-inset {
    z-index: 999999999;
    background-color: var(--netedy-color-3);
}

/* -- Wrap -- */

#header-wrap {
    padding: 0 35px;
}

/* -- Logo -- */

#header-logo {
    margin-right: 50px;
    padding: 15px 0 16px;
}

#header-logo img {
    max-height: 29px;
    vertical-align: middle;
}

/* -- Nav -- */

.header-nav {
    margin-right: 15px;
}

.header-nav li {
    position: relative;
    padding: 0;
}

.header-nav li:not(:last-child) {
    margin-right: 34px;
}

.header-nav li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--netedy-color-7);
}

.header-nav li:focus a,
.header-nav li:hover a {
    color: var(--netedy-color-1);
}

/* -- Actions -- */

#header-actions {
    padding: 15px 0 16px;
}

#header-actions a:not(:first-child) {
    margin-left: 15px;
}

/* -- Sticky -- */

#header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: var(--netedy-color-3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

/*-------------------------------------
*  3.0 - HOMEPAGE
* -----------------------------------*/

/* Slider
------------------------------------- */

#home-slider-wrap {
    z-index: 9999;
    width: 330px;
    max-width: 100%;
    padding-top: 158px;
    padding-bottom: 176px;
}

#home-slider-logo {
    margin-bottom: 4px;
}

#home-slider-logo img {
    max-height: 103px;
    vertical-align: middle;
}

#home-slider-wrap h2 {
    line-height: 1.292;
    color: var(--netedy-color-3);
}

#home-slider-actions {
    margin-top: 29px;
}

#home-slider-actions .button:not(:first-child) {
    margin-top: 16px;
}

/* Solution
------------------------------------- */

#home-solutions {
    padding: 32px 0 30px;
    background-color: var(--netedy-color-4);
}

.home-solution-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 19px;
    background-color: var(--netedy-color-1);
}

.home-solution-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--netedy-color-3);
}

.home-solution-content h5 {
    line-height: 1.375;
}

/* Radio
------------------------------------- */

#home-radio {
    margin: 75px 0;
}

#home-radio h2 {
    margin-right: 25px;
    color: var(--netedy-color-1);
}

/* Why Us
------------------------------------- */

#home-stats {
    margin: 75px 0 76px;
}

.home-stat-wrap {
    padding-right: 11.1%;
    padding-left: 11.1%;
}

.home-stat-icon {
    margin-bottom: 26px;
}

.home-stat-icon svg {
    width: 105px;
    height: 105px;
    fill: var(--netedy-color-7);
}

.home-stat-content h3 {
    font-size: 20px;
    line-height: 1.4;
}

/* Story
------------------------------------- */

#home-story {
    padding: 94px 0 79px;
    background-color: var(--netedy-color-4);
}

/* -- Content -- */

#home-story-content {
    padding-left: 6%;
}

#home-story-icon {
    width: 85px;
    height: 85px;
    margin-bottom: 22px;
    background-color: var(--netedy-color-1);
}

#home-story-icon svg {
    width: 45px;
    height: 45px;
    fill: var(--netedy-color-3);
}

#home-story-text h2 {
    max-width: 100%;
    margin-bottom: 17px;
}

#home-story-text p {
    margin-top: 19px;
    padding-right: 1%;
}

/* -- Cover -- */

#home-story-cover-wrap {
    width: 282px;
    margin-right: 100px;
    padding-bottom: 80px;
}

#home-story-cover img {
    border-radius: 10px;
    vertical-align: middle;
}

#home-story-cover img:not(:first-of-type) {
    position: absolute;
    top: 80px;
    left: 100px;
}

/* Services
------------------------------------- */

#home-services {
    padding-top: 75px;
}

.home-service-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 19px;
    background-color: var(--netedy-color-1);
}

.home-service-icon svg {
    width: 45px;
    height: 45px;
    fill: var(--netedy-color-3);
}

.home-service-content h5 {
    line-height: 1.375;
}

/* Contact
------------------------------------- */

#home-contact {
    padding: 92px 0 94px;
}

#home-contact-cover {
    padding-right: 7.69%;
}

#home-contact-cover img {
    width: 495px;
    max-width: 100%;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    vertical-align: middle;
}

#home-contact-content h2 {
    margin-bottom: 30px;
}

/* -- Contact Form -- */

.contact-form {
    width: 452px;
    max-width: 100%;
}

.contact-form label {
    margin: 0;
}

.contact-form .wpcf7 {
    width: 100%;
}

.contact-form .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .wpcf7-form > p {
    width: 100%;
    padding: 0 0 30px;
}

.contact-form .wpcf7-form > p:last-of-type {
    padding-bottom: 0;
}

.contact-form .wpcf7-form p br {
    display: none;
}

.contact-form textarea {
    height: 111px;
}

.contact-form .button {
    background-color: var(--netedy-color-1);
    border: 1px solid var(--netedy-color-1);
}

.contact-form .button:hover {
    background-color: var(--netedy-color-1-darker);
    border-color: var(--netedy-color-1-darker);
}

.contact-form div.wpcf7 .ajax-loader {
    display: none;
}

.contact-form span.wpcf7-not-valid-tip {
    padding-top: 6px;
    font-size: 12px;
    font-weight: 500;
}

.contact-form div.wpcf7-response-output {
    margin: 35px 0 0;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
}

/*-------------------------------------
*  4.0 - OTHERS
* -----------------------------------*/

/* Module Title
------------------------------------- */

.module-title {
    position: relative;
    max-width: 92%;
    margin: 0 0 75px;
    font-size: 41px;
    line-height: 1.22;
}

.module-title.text-center {
    margin-left: auto;
    margin-right: auto;
}

/* Image/El Filters
------------------------------------- */

.filter-gradient::after {
    opacity: .25;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    content: "";
    background-color: #000000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/* Animations
------------------------------------- */

[data-animation^="animated"] {
    visibility: hidden;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.fade-in {
    -webkit-animation-name: fade-in;
    -moz-animation-name: fade-in;
    -o-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    -moz-animation-name: fade-in-up;
    -o-animation-name: fade-in-up;
    animation-name: fade-in-up;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* -- Fade In -- */

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* -- Fade In Up -- */

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 165px, 0);
        transform: translate3d(0, 165px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fade-in-up {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 165px, 0);
        transform: translate3d(0, 165px, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 165px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 165px, 0);
        -moz-transform: translate3d(0, 165px, 0);
        transform: translate3d(0, 165px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 22px 14px;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: var(--netedy-color-7);
    background-color: var(--netedy-color-5);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
}

/*-------------------------------------
 * 5.0 - FOOTER
 * -----------------------------------*/

#footer {
    max-width: 100%;
    background-color: var(--netedy-color-7);
}

#footer-wrap {
    padding: 57px 0;
}

/* -- Copyright -- */

#footer-copyright {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.375;
    color: var(--netedy-color-3);
}

/* -- Socials -- */

#footer-socials a {
    width: 36px;
    height: 36px;
    margin-left: 15px;
    background-color: var(--netedy-color-1);
}

#footer-socials a:hover {
    background-color: var(--netedy-color-1-darker);
}

#footer-socials svg {
    width: 16px;
    height: 16px;
    fill: var(--netedy-color-3);
}

/*-------------------------------------
 * 6.0 - RESPONSIVE
 * -----------------------------------*/

/* Media 1260
------------------------------------- */

@media screen and (max-width: 1260px) {

    .container {
        width: 90%;
    }

}

/* Media 1024
------------------------------------- */

@media screen and (max-width: 1024px) {

    .lg-none {
        display: none;
    }

    .lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }

    .lg-flex-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lg-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-lg-1 {
        width: 8.333%;
    }

    .col-lg-2 {
        width: 16.666%;
    }

    .col-lg-5n {
        width: 20%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333%;
    }

    .col-lg-5 {
        width: 41.667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333%;
    }

    .col-lg-8 {
        width: 66.667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.334%;
    }

    .col-lg-11 {
        width: 91.667%;
    }

    .col-lg-12 {
        width: 100%;
    }

}

/* Media 992
------------------------------------- */

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

    .md-none {
        display: none;
    }

    .md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }

    .md-flex-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-md-1 {
        width: 8.333%;
    }

    .col-md-2 {
        width: 16.666%;
    }

    .col-md-5n {
        width: 20%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333%;
    }

    .col-md-5 {
        width: 41.667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333%;
    }

    .col-md-8 {
        width: 66.667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.334%;
    }

    .col-md-11 {
        width: 91.667%;
    }

    .col-md-12 {
        width: 100%;
    }

    /*-------------------------------------
     * 2.0 - HEADER
     * -----------------------------------*/

    /* -- Wrap -- */

    #header-wrap {
        padding-right: 4.8%;
        padding-left: 4.8%;
    }

    /* -- Logo -- */

    #header-logo {
        margin-right: 10px;
    }

    /* -- Actions -- */

    #header-wrap.wrapped #header-actions {
        padding-top: 0;
    }

    #header-actions a {
        padding-right: 17px;
        padding-left: 17px;
    }

    #header-actions a:not(:first-child) {
        margin-left: 10px;
    }

    /* Header Toggle
    ------------------------------------- */

    #header-toggle {
        display: block;
        width: 22px;
        min-width: 22px;
        height: 17px;
        margin-right: 10px;
        cursor: pointer;
    }

    #header-toggle > div {
        opacity: 1;
        left: 0;
        height: 3px;
        background-color: var(--netedy-color-1);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    #header-toggle > div:nth-child(1) {
        top: 0;
    }

    #header-toggle > div:nth-child(2),
    #header-toggle > div:nth-child(3) {
        top: 7px;
    }

    #header-toggle > div:nth-child(4) {
        top: 14px;
    }

    #header-toggle.open > div:nth-child(1),
    #header-toggle.open > div:nth-child(4) {
        top: 7px;
        left: 50%;
        width: 0;
    }

    #header-toggle.open > div:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header-toggle.open > div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* Header Outset
    ------------------------------------- */

    #header-outset {
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        padding: 25px 4.8%;
        background-color: var(--netedy-color-3);
        border-top: 1px solid rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
    }

    #header-outset.open {
        z-index: 99999999;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    /* -- Nav -- */

    #header-outset .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    #header-outset .header-nav li {
        margin: 0 0 17px;
    }

    #header-outset .header-nav li:last-child {
        margin-bottom: 0;
    }

    /*-------------------------------------
    *  3.0 - HOMEPAGE
    * -----------------------------------*/

    /* Solution
    ------------------------------------- */

    .home-solution:nth-child(n+3) {
        margin-top: 38px;
    }

    /* Story
    ------------------------------------- */

    /* -- Content -- */

    #home-story-content {
        padding-left: 0;
        text-align: center;
    }

    #home-story-text p {
        padding-right: 0;
    }

    #home-story-icon {
        margin-right: auto;
        margin-left: auto;
    }

    /* -- Cover -- */

    #home-story-cover {
        margin-top: 70px;
    }

    /* Contact
    ------------------------------------- */

    #home-contact-cover {
        padding-right: 42px;
    }

}

/* Media 768
------------------------------------- */

@media screen and (max-width: 768px) {

    .container {
        width: 510px;
    }

    .sm-none {
        display: none;
    }

    .sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }

    .sm-flex-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sm-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-sm-1 {
        width: 8.333%;
    }

    .col-sm-2 {
        width: 16.666%;
    }

    .col-sm-5n {
        width: 20%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333%;
    }

    .col-sm-5 {
        width: 41.667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333%;
    }

    .col-sm-8 {
        width: 66.667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.334%;
    }

    .col-sm-11 {
        width: 91.667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    /*-------------------------------------
    *  4.0 - OTHERS
    * -----------------------------------*/

    /* Module Title
    ------------------------------------- */

    .module-title {
        font-size: 31px;
    }

    /*-------------------------------------
    *  3.0 - HOMEPAGE
    * -----------------------------------*/

    /* Why Us
    ------------------------------------- */

    .home-stat:nth-child(n+2) {
        margin-top: 72px;
    }

    /* Services
    ------------------------------------- */

    .home-service:nth-child(n+4) {
        margin-top: 38px;
    }

    /* Contact
    ------------------------------------- */

    #home-contact-cover {
        margin-bottom: 89px;
        padding-right: 0;
    }

    .contact-form {
        width: 100%;
    }

    /*-------------------------------------
    * 5.0 - FOOTER
    * -----------------------------------*/

    #footer-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* -- Copyright -- */

    #footer-copyright {
        margin-right: 0;
        text-align: center;
    }

    /* -- Socials -- */

    #footer-socials {
        margin-top: 32px;
    }

}

/* Media 576
------------------------------------- */

@media screen and (max-width: 576px) {

    .container {
        width: 82.2%;
    }

    .xs-none {
        display: none;
    }

    .xs-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
    }

    .xs-flex-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .xs-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .col-xs-1 {
        width: 8.333%;
    }

    .col-xs-2 {
        width: 16.666%;
    }

    .col-xs-5n {
        width: 20%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.333%;
    }

    .col-xs-5 {
        width: 41.667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.333%;
    }

    .col-xs-8 {
        width: 66.667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.334%;
    }

    .col-xs-11 {
        width: 91.667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    /*-------------------------------------
    *  3.0 - HOMEPAGE
    * -----------------------------------*/

    /* Solution
    ------------------------------------- */

    .home-solution:nth-child(n+2) {
        margin-top: 38px;
    }

    /* Radio
    ------------------------------------- */

    #home-radio h2 {
        margin: 0 0 25px;
        text-align: center;
    }

    /* Services
    ------------------------------------- */

    .home-service:nth-child(n+3) {
        margin-top: 38px;
    }

    /*-------------------------------------
    *  4.0 - OTHERS
    * -----------------------------------*/

    /* Module Title
    ------------------------------------- */

    .module-title {
        max-width: 100%;
    }

}

/* Media 375
------------------------------------- */

@media screen and (max-width: 375px) {

    /*-------------------------------------
     * 2.0 - HEADER
     * -----------------------------------*/

    /* -- Actions -- */

    #header-actions a {
        padding-right: 14px;
        padding-left: 14px;
    }

}