@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoom {
    0% {
        height: 120%;
        opacity: 0
    }
    80% {
        height: 100%;
        opacity: 1
    }
    100% {
        height: 100%;
        opacity: 1
    }
}

@keyframes ml {
    from {
        opacity: 0;
        margin-left: -300px
    }
    to {
        opacity: 1;
        margin-left: 0px
    }
}

@keyframes mr {
    from {
        opacity: 0;
        margin-left: 1900px
    }
    to {
        opacity: 1;
        margin-right: 0px
    }
}

@keyframes mb {
    from {
        opacity: 0;
        transform: translateY(300px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    80% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-logo {
    0% {
        transform: translate(-50%, -50%);
        opacity: 0;
        top: -800px;
        left: 50%
    }
    50% {
        transform: translate(-50%, -50%);
        opacity: 1;
        top: 50%;
        left: 50%
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
        top: 50%;
        left: 50%
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in1 {
    0% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes width {
    from {
        width: 0;
        opacity: 0
    }
    to {
        width: 75%;
        opacity: 1
    }
}

.clear:before,
.clear:after {
    content: ' ';
    display: table
}

.clear {
    *zoom: 1
}

.clear:after {
    clear: both
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.wt-screen-reader-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

html,
body {
    scroll-behavior: smooth;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0
}

body {
    background-color: #3926bb;
    color: #fff;
    opacity: 0
}

body.cyber {
    background-color: #42107d
}

.no-js body,
.touch body {
    opacity: 1
}

h1 {
    font-size: 36px;
    line-height: 36px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0
}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1300px) {
    h1 {
        font-size: 53px;
        line-height: 53px
    }
}

@media (min-width: 1601px) {
    h1 {
        font-size: 60px;
        line-height: 60px
    }
}

h2 {
    font-size: 28px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    h2 {
        font-size: 40px
    }
}

@media (min-width: 1300px) {
    h2 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1500px) {
    h2 {
        font-size: 45px;
        line-height: 45px
    }
}

@media (min-width: 1601px) {
    h2 {
        font-size: 50px;
        line-height: 50px
    }
}

.f-50 {
    font-size: 30px;
    line-height: 30px
}

@media (min-width: 768px) {
    .f-50 {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 1300px) {
    .f-50 {
        font-size: 50px;
        line-height: 50px
    }
}

h3 {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 30px 0
}

@media (min-width: 1500px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    color: #000
}

.lined {
    position: relative
}

.lined:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #bebebe;
    z-index: 0
}

.lined span {
    display: inline-block;
    background-color: #f2f2f2;
    z-index: 2;
    position: relative;
    padding: 20px
}

a {
    color: #000;
    text-decoration: none;
    opacity: 1
}

a:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

p,
li {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0
}

@media (min-width: 768px) {
    p,
    li {
        font-size: 22px;
        line-height: 32px
    }
}

@media (min-width: 1300px) {
    p,
    li {
        font-size: 22px;
        line-height: 32px
    }
}

@media (min-width: 1601px) {
    p,
    li {
        font-size: 28px;
        line-height: 38px
    }
}

.text-orange {
    color: #ff7947
}

.text-green {
    color: #03dc82
}

.text-green1 {
    color: #27ffa5
}

.text-white {
    color: #fff
}

p.big {
    font-size: 20px;
    line-height: 30px
}

@media (min-width: 768px) {
    p.big {
        font-size: 30px;
        line-height: 40px
    }
}

@media (min-width: 1500px) {
    p.big {
        font-size: 40px;
        line-height: 50px
    }
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

i.small,
p.small {
    font-size: 14px !important;
    line-height: 20px !important
}

.text-black {
    color: #000 !important
}

.text-black h2 {
    color: #000
}

.text-reg {
    font-weight: 400 !important
}

.text-white {
    color: #fff !important
}

.text-white h2 {
    color: #fff !important
}

.no-slide {
    padding-top: 150px
}

.arrow-list {
    padding-left: 0 !important
}

.arrow-list li {
    position: relative;
    list-style: none !important;
    padding: 7px 5px 7px 40px
}

.arrow-list li::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 20px;
    height: 17px;
    top: 17px;
    left: 0;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.7
}

.arrow-list li a {
    color: #fff
}

.arrow-list li:hover::before {
    transition: all 0.1s;
    top: 15px;
    opacity: 1;
    width: 24px;
    height: 21px
}

.two-rows {
    display: block
}

.two-rows .right-col {
    padding-top: 20px
}

@media (min-width: 768px) {
    .two-rows .left-col {
        min-width: 400px
    }
}

@media (min-width: 992px) {
    .two-rows {
        display: flex
    }
}

@media (min-width: 1200px) {
    .two-rows .left-col {
        width: 40%
    }
    .two-rows .right-col {
        padding-top: 60px;
        width: 60%
    }
}

.container {
    max-width: 1650px;
    padding: 0px 20px
}

.container.block {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 20;
    position: relative
}

@media (min-width: 768px) {
    .container.block {
        padding: 50px 60px
    }
}

@media (min-width: 1300px) {
    .container.block {
        padding: 100px 90px
    }
}

@media (min-width: 1700px) {
    .container.block {
        padding: 100px 90px
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0px 60px
    }
}

@media (min-width: 1300px) {
    .container {
        padding: 0px 90px
    }
}

@media (min-width: 1700px) {
    .container {
        padding: 0px 90px
    }
}

.bgr-black .block {
    padding: 100px 40px
}

@media (min-width: 1200px) {
    .bgr-black .block {
        padding: 100px 90px
    }
}

@media (min-width: 1601px) {
    .bgr-black .block {
        padding: 120px 90px
    }
}

.small-container {
    max-width: 1000px
}

.p-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

@media (min-width: 768px) {
    .p-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
}

@media (min-width: 1700px) {
    .p-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }
}

.p-200 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

@media (min-width: 768px) {
    .p-200 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }
}

@media (min-width: 1700px) {
    .p-200 {
        padding-top: 120px !important;
        padding-bottom: 120px !important
    }
}

.intro {
    position: relative
}

@media (min-width: 768px) {
    .intro {
        height: 100vh;
        max-height: 1100px;
        min-height: 800px
    }
}

@media (min-width: 992px) {
    .intro {
        height: 100vh;
        max-height: 1100px;
        min-height: 800px
    }
}

.intro h1 {
    text-transform: uppercase
}

@media (min-width: 992px) {
    .intro h1 {
        min-width: 420px
    }
}

@media (min-width: 1300px) {
    .intro h1 {
        min-width: 420px
    }
}

.intro h1 span {
    color: #05db81
}

.intro .container {
    z-index: 20;
    display: block;
    padding-top: 200px;
    position: relative;
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .intro .container {
        padding-top: 250px
    }
}

@media (min-width: 992px) {
    .intro .container {
        padding-top: 400px;
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        position: absolute;
        bottom: 120px;
        padding-bottom: 0;
        left: 50%;
        display: flex;
        justify-content: space-between !important
    }
}

.intro .container .site-title {
    width: 100%;
    height: auto
}

@media (min-width: 992px) {
    .intro .container .site-title {
        width: 40%
    }
}

@media (min-width: 1300px) {
    .intro .container .site-title {
        min-width: 500px
    }
}

@media (min-width: 1601px) {
    .intro .container .site-title {
        min-width: 600px
    }
}

.intro .container .intro-text {
    padding-top: 50px
}

.intro .container .intro-text p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .intro .container .intro-text {
        padding-top: 5%
    }
}

@media (min-width: 1601px) {
    .intro .container .intro-text p {
        font-size: 28px;
        line-height: 42px
    }
}

.intro .scroll-btn {
    bottom: 0px
}

.about .intro .container {
    bottom: 30%
}

.blog .intro,
.blog-info .intro {
    position: relative;
    height: auto
}

@media (min-width: 768px) {
    .blog .intro,
    .blog-info .intro {
        max-height: 1000px;
        min-height: 500px
    }
}

@media (min-width: 992px) {
    .blog .intro,
    .blog-info .intro {
        height: 80vh;
        max-height: 1000px;
        min-height: 700px
    }
}

.blog .intro .container,
.blog-info .intro .container {
    bottom: auto
}

.blog .intro .container .intro-text,
.blog-info .intro .container .intro-text {
    padding-top: 50px
}

.blog .intro .container .intro-text p,
.blog-info .intro .container .intro-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.blog .intro .container .intro-text p strong,
.blog-info .intro .container .intro-text p strong {
    font-weight: normal;
    color: #05db81
}

@media (min-width: 768px) {
    .blog .intro .container .intro-text p,
    .blog-info .intro .container .intro-text p {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .blog .intro .container .intro-text,
    .blog-info .intro .container .intro-text {
        padding-top: 5%
    }
}

@media (min-width: 1601px) {
    .blog .intro .container .intro-text p,
    .blog-info .intro .container .intro-text p {
        font-size: 40px;
        line-height: 48px
    }
}

.anchor {
    position: absolute;
    top: -500px;
    width: 0;
    height: 0;
    overflow: hidden
}

.anchor1 {
    position: absolute;
    top: -400px;
    width: 0;
    height: 0;
    overflow: hidden
}

.anchor2 {
    position: absolute;
    top: 900px;
    width: 0;
    height: 0;
    overflow: hidden
}

.bgr-it {
    /** /background-image: url("../images/bgr-it.webp");/**/
    background-image: url("../images/img2.png");
    background-repeat: no-repeat;
    background-position: 0px 300px;
    background-size: 250%;
}

@media (min-width: 768px) {
    .bgr-it {
        background-position: left 400px;
        background-size: revert;
    }
    .bgr-it.nl {
        background-position: left 200px;
        background-size: revert;
    }
}
.bgr-it::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    /*max-height: 800px;*/
    /*min-height: 800px;*/
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(7, 5, 23, 0.93) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(7, 5, 23, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(7, 5, 23, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ed120c3c', GradientType=0)
}

@media (min-width: 768px) {
    .bgr-it::before {
        z-index: -1
    }
}

@media (min-width: 768px) {
    .bgr-it::before {
        height: 100%;
        max-height: 1100px;
        min-height: 800px;
    }
}

.bgr-digital::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 20, 195, 0.97) 34%, #4114c0 35%, rgba(8, 2, 23, 0.93) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 20, 195, 0.97) 34%, #4114c0 35%, rgba(8, 2, 23, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(66, 20, 195, 0.97) 34%, #4114c0 35%, rgba(8, 2, 23, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ed080217', GradientType=0)
}

.bgr-digital::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-digital.webp");
    background-repeat: no-repeat;
    
    background-position: left -180px;
    background-size: 270%;
    
    opacity: 0.7;
}

@media (min-width: 768px) {
    .bgr-digital::after {
        background-position: left 0px;
        background-size: revert;
        opacity: 1;
    }
}

.bgr-cybersecurity {
    position: relative;
    background: #000;
    background: -moz-linear-gradient(left, #000 0%, #4c138d 74%);
    background: -webkit-linear-gradient(left, #000 0%, #4c138d 74%);
    background: linear-gradient(to right, #000 0%, #4c138d 74%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c138d', GradientType=1)
}

.bgr-cybersecurity::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(63, 15, 118, 0) 0%, rgba(30, 7, 55, 0.89) 76%, rgba(30, 7, 55, 0.93) 79%);
    background: -webkit-linear-gradient(top, rgba(63, 15, 118, 0) 0%, rgba(30, 7, 55, 0.89) 76%, rgba(30, 7, 55, 0.93) 79%);
    background: linear-gradient(to bottom, rgba(63, 15, 118, 0) 0%, rgba(30, 7, 55, 0.89) 76%, rgba(30, 7, 55, 0.93) 79%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003f0f76', endColorstr='#ed1e0737', GradientType=0)
}

.bgr-cybersecurity::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-cybersecurity.webp");
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 150%;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .bgr-cybersecurity::after {
        background-position: left bottom;
        background-size: revert;
        opacity: 1;
    }
}

.bgr-cybersecurityy {
    position: relative
}

.bgr-cybersecurityy::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(top, #000 37%, #8a5fff 100%);
    background: -webkit-linear-gradient(top, #000 37%, #8a5fff 100%);
    background: linear-gradient(to bottom, #000 37%, #8a5fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8a5fff', GradientType=0)
}

.bgr-cybersecurityy::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-cybersecurity1.webp");
    background-repeat: no-repeat;
    background-position: left 0px;
    opacity: 0.7
}

@media (min-width: 768px) {
    .bgr-cybersecurityy::after {
        opacity: 1
    }
}

.bgr-black-blue {
    position: relative
}

.bgr-black-blue::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(top, #000 37%, #706ef6 100%);
    background: -webkit-linear-gradient(top, #000 37%, #706ef6 100%);
    background: linear-gradient(to bottom, #000 37%, #706ef6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#706ef6', GradientType=0)
}

.bgr-blue-gradient {
    background: #340784;
    background: -moz-linear-gradient(top, #340784 0%, #4f0ac9 50%, #30067a 100%);
    background: -webkit-linear-gradient(top, #340784 0%, #4f0ac9 50%, #30067a 100%);
    background: linear-gradient(to bottom, #340784 0%, #4f0ac9 50%, #30067a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#340784', endColorstr='#30067a', GradientType=0)
}

.add-products {
    background: -moz-linear-gradient(45deg, #12092f 0%, rgba(72, 34, 189, 0.36) 64%, rgba(18, 9, 47, 0) 100%);
    background: -webkit-linear-gradient(45deg, #12092f 0%, rgba(72, 34, 189, 0.36) 64%, rgba(18, 9, 47, 0) 100%);
    background: linear-gradient(45deg, #12092f 0%, rgba(72, 34, 189, 0.36) 64%, rgba(18, 9, 47, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#12092f', endColorstr='#0012092f', GradientType=1)
}

.add-products::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #361a8e;
    background: -moz-linear-gradient(top, #361a8e 0%, #4822bd 50%, #12092f 100%);
    background: -webkit-linear-gradient(top, #361a8e 0%, #4822bd 50%, #12092f 100%);
    background: linear-gradient(to bottom, #361a8e 0%, #4822bd 50%, #12092f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#361a8e', endColorstr='#12092f', GradientType=0)
}

.add-products::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-add-products.webp");
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: auto;
    opacity: 0.7
}

@media (min-width: 768px) {
    .add-products::after {
        opacity: 1
    }
}

.dark-blue {
    position: relative;
    background: #2f0c58;
    background: -moz-linear-gradient(top, #2f0c58 0%, #3f1078 28%, #3f1078 56%, #040107 100%);
    background: -webkit-linear-gradient(top, #2f0c58 0%, #3f1078 28%, #3f1078 56%, #040107 100%);
    background: linear-gradient(to bottom, #2f0c58 0%, #3f1078 28%, #3f1078 56%, #040107 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2f0c58', endColorstr='#040107', GradientType=0)
}

.dark-blue::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(4, 1, 7, 0.67) 0%, rgba(47, 12, 88, 0.27) 80%);
    background: -webkit-linear-gradient(left, rgba(4, 1, 7, 0.67) 0%, rgba(47, 12, 88, 0.27) 80%);
    background: linear-gradient(to right, rgba(4, 1, 7, 0.67) 0%, rgba(47, 12, 88, 0.27) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ab040107', endColorstr='#452f0c58', GradientType=1)
}

.bgr-packeges::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #2a2975 0%, rgba(61, 58, 167, 0.97) 49%, rgba(38, 36, 103, 0.93) 100%);
    background: -webkit-linear-gradient(top, #2a2975 0%, rgba(61, 58, 167, 0.97) 49%, rgba(38, 36, 103, 0.93) 100%);
    background: linear-gradient(to bottom, #2a2975 0%, rgba(61, 58, 167, 0.97) 49%, rgba(38, 36, 103, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2a2975', endColorstr='#ed262467', GradientType=0)
}

.bgr-packeges::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-packages.webp");
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 180%;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .bgr-packeges::after {
        background-position: left 0px;
        background-size: revert;
        opacity: 1;
    }
}

.bgr-about {
    background: #0a7865;
    background: -moz-linear-gradient(top, #0a7865 0%, #0c836e 11%, #03231e 31%, #000402 100%);
    background: -webkit-linear-gradient(top, #0a7865 0%, #0c836e 11%, #03231e 31%, #000402 100%);
    background: linear-gradient(to bottom, #0a7865 0%, #0c836e 11%, #03231e 31%, #000402 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7865', endColorstr='#000402', GradientType=0)
}

.bgr-about::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bgr-about::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-about.webp");
    background-repeat: no-repeat;
    background-position: left 100px;
    background-size: 170%;
    opacity: 0.7;
}

@media (min-width: 768px) {
    .bgr-about::after {
        background-position: left 200px;
        background-size: revert;
        opacity: 1;
    }
}

.blue-gradient {
    position: relative
}

.blue-gradient::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(68, 21, 205, 0) 0%, #2e0e8b 32%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(68, 21, 205, 0) 0%, #2e0e8b 32%, #000 100%);
    background: linear-gradient(to bottom, rgba(68, 21, 205, 0) 0%, #2e0e8b 32%, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004415cd', endColorstr='#000000', GradientType=0)
}

.violet-gradient {
    position: relative
}

.violet-gradient::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*
    background: -moz-linear-gradient(top, rgba(51, 34, 147, 0) 0%, rgba(51, 34, 147, 0.97) 31%, #342292 32%, #4f1857 74%, #10017b  100%);
    background: -webkit-linear-gradient(top, rgba(51, 34, 147, 0) 0%, rgba(51, 34, 147, 0.97) 31%, #342292 32%, #4f1857 74%, #10017b  100%);
    background: linear-gradient(to bottom, rgba(51, 34, 147, 0) 0%, rgba(51, 34, 147, 0.97) 31%, #342292 32%, #4f1857 74%, #10017b  100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00332293', endColorstr='#10017b ', GradientType=0)
    */
    
    background: -moz-linear-gradient(top, rgba(51, 34, 147, 0) 0%, rgba(8, 0, 13, 0.97) 31%, #04001a 32%, #351b95 74%, #030113 100%);
    background: -webkit-linear-gradient(top, rgba(51, 34, 147, 0) 0%, rgba(8, 0, 13, 0.97) 31%, #04001a 32%, #351b95 74%, #030113 100%);
    background: linear-gradient(to bottom, rgba(51, 34, 147, 0) 0%, rgba(8, 0, 13, 0.97) 31%, #04001a 32%, #351b95 74%, #030113 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00332293', endColorstr='#030113 ', GradientType=0)
}

.violet-gradient h2 {
    padding: 7px 20px 20px 70px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .violet-gradient h2 {
        margin-top: 90px;
        padding: 7px 20px 20px 90px
    }
}

@media (min-width: 1500px) {
    .violet-gradient h2 {
        margin-bottom: 30px
    }
}

.violet-gradient h2 span {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 8px;
    margin-right: 20px;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 45%;
    left: 0;
    color: #fff !important;
    font-size: 26px !important;
    line-height: 30px !important
}

.violet-gradient h2 span:before {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0.2
}

@media (min-width: 768px) {
    .violet-gradient h2 span {
        padding-top: 15px;
        width: 60px;
        height: 60px
    }
}

@media (min-width: 1500px) {
    .violet-gradient h2 span {
        width: 65px;
        height: 65px
    }
}

.lila-gradient {
    position: relative
}

.lila-gradient::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #6975dc 0%, rgba(115, 85, 176, 0.93) 100%);
    background: -webkit-linear-gradient(top, #6975dc 0%, rgba(115, 85, 176, 0.93) 100%);
    background: linear-gradient(to bottom, #6975dc 0%, rgba(115, 85, 176, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6975dc', endColorstr='#ed7355b0', GradientType=0)
}

.bgr-black {
    background-color: #000
}

.blog,
.blog-info {
    background: #330b8f;
    background: -moz-linear-gradient(top, #330b8f 0%, #020201 40%, #020201 40%, #220468 71%, #020201 100%);
    background: -webkit-linear-gradient(top, #330b8f 0%, #020201 40%, #020201 40%, #220468 71%, #020201 100%);
    background: linear-gradient(to bottom, #330b8f 0%, #020201 40%, #020201 40%, #220468 71%, #020201 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#330b8f', endColorstr='#020201', GradientType=0)
}

.breadcrumbs {
    margin-bottom: 20px
}

main {
    padding-top: 0
}

main h2 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 7px 20px 20px 0px
}

@media (min-width: 1500px) {
    main h2 {
        margin-bottom: 30px
    }
}

main h2 span {
    color: #000000
}

main ul {
    padding-left: 50px
}

main ul li {
    list-style-type: " -  "
}

main .packeges,
main .gpost {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
}

main .gpost {
    padding: 0 20px;
}

@media (min-width: 576px) {
    main .packeges,
    main .gpost {
        max-width: 100%;
    }
}

@media (min-width: 1300px) {
    main .packeges,
    main .gpost {
        max-width: 1190px;
    }
}

@media (min-width: 1601px) {
    main .packeges,
    main .gpost {
        max-width: 1370px;
    }
}

main .green-box {
    border-radius: 50px;
    background-color: #fff;
    width: 100%;
    min-height: 437px;
    padding-top: 25px;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
    color: #0f0d80;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
    max-width: 350px
}

@media (min-width: 768px) {
    main .green-box {
        max-width: auto;
        min-height: 437px;
        width: 43%;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 1200px) {
    main .green-box {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
        margin-bottom: 0px;
        width: 30%
    }
}

@media (min-width: 1300px) {
    main .green-box {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 80px;
        margin-bottom: 0px;
        width: 334px
    }
}

@media (min-width: 1601px) {
    main .green-box {
        margin-left: 40px;
        margin-right: 40px;
        width: 400px;
        padding-bottom: 10px
    }
}

main .green-box .gr-box-title {
    background-image: url("../images/green1.png");
    background-repeat: no-repeat;
    color: #fff;
    background-position: left 0px;
    background-size: cover;
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 144px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (min-width: 1601px) {
    main .green-box .gr-box-title {
        height: 144px
    }
}

main .green-box .gr-box-title h3 {
    margin: 0;
    font-size: 20px;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-weight: 700;
    top: 45%;
    width: 80%
}

main .green-box .gr-box-title h3 span {
    display: block;
    width: 100%;
    font-size: 35px
}

@media (min-width: 1601px) {
    main .green-box .gr-box-title h3 span {
        font-size: 40px
    }
}

main .green-box .gr-box-title h3 span i {
    font-style: normal !important
}

@media (min-width: 768px) {
    main .green-box .gr-box-title h3 {
        font-size: 20px
    }
}

main .green-box .gr-box-title.smallt h3 {
    top: 50%;
    font-size: 26px !important
}

@media (min-width: 768px) {
    main .green-box .gr-box-title.smallt h3 {
        font-size: 29px !important
    }
}

main .green-box.green2 .gr-box-title {
    background-image: url("../images/green2.png")
}

main .green-box.green3 .gr-box-title {
    background-image: url("../images/green3.png")
}

main .green-box.green4 .gr-box-title {
    height: 160px;
    color: #fff;
    background-image: url("../images/green4.png")
}

main .green-box.green4 .gr-box-title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background-image: url("../images/green4.png");
    background-size: cover;
    border-radius: 50px 50px 0 0;
    opacity: 0.5
}

@media (min-width: 1601px) {
    main .green-box.green4 .gr-box-title {
        height: 190px
    }
}

main .green-box.green5 .gr-box-title {
    height: 160px;
    color: #fff;
    background-image: url("../images/green5.png")
}

main .green-box.green5 .gr-box-title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background-image: url("../images/green5.png");
    background-size: cover;
    border-radius: 50px 50px 0 0;
    opacity: 0.5
}

@media (min-width: 1601px) {
    main .green-box.green5 .gr-box-title {
        height: 190px
    }
}

main .green-box.green6 .gr-box-title {
    height: 160px;
    color: #fff;
    background-image: url("../images/green6.png")
}

main .green-box.green6 .gr-box-title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background-image: url("../images/green6.png");
    background-size: cover;
    border-radius: 50px 50px 0 0;
    opacity: 0.5
}

@media (min-width: 1601px) {
    main .green-box.green6 .gr-box-title {
        height: 190px
    }
}

main .green-box.blue1 .gr-box-title {
    background-image: url("../images/blue1.png")
}

main .green-box.blue1 .gr-box-title h3 {
    margin: 0;
    font-size: 36px;
    color: #fff
}

main .green-box.blue2 .gr-box-title {
    background-image: url("../images/blue2.png")
}

main .green-box.blue2 .gr-box-title h3 {
    margin: 0;
    font-size: 36px;
    color: #fff
}

main .green-box.blue3 .gr-box-title {
    background-image: url("../images/blue3.png")
}

main .green-box.blue3 .gr-box-title h3 {
    margin: 0;
    font-size: 36px;
    color: #fff
}

main .green-box.blue4 .gr-box-title {
    background-image: url("../images/blue4.png")
}

main .green-box.blue4 .gr-box-title h3 {
    margin: 0;
    font-size: 36px;
    color: #fff
}

main .green-box.blue5 .gr-box-title {
    background-image: url("../images/blue5.png")
}

main .green-box.blue5 .gr-box-title h3 {
    margin: 0;
    font-size: 36px;
    color: #fff
}

main .green-box .box-text {
    position: relative;
    width: 80%;
    margin: auto;
    height: calc(100% - 145px)
}

main .green-box .box-text p {
    font-size: 18px;
    padding-top: 30px;
    line-height: 28px;
    position: relative;
    display: block;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    top: 45%
}

@media (min-width: 1601px) {
    main .green-box .box-text p {
        padding-top: 40px;
        font-size: 20px
    }
}

main .green-box .box-price {
    display: inline-block;
    font-weight: 700;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: #0f0d80;
    left: 50%;
    top: 145px;
    padding: 5px 20px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    z-index: 30;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

main .green-box .box-price1 {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: inline-block;
    font-weight: 700;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: #0f0d80;
    left: 50%;
    top: 160px;
    padding: 5px 20px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    z-index: 30
}

@media (min-width: 1601px) {
    main .green-box .box-price1 {
        top: 190px
    }
}

main .green-box:hover {
    opacity: 1;
    background-color: #fff
}

main .green-box:hover .box-price,
main .green-box:hover .box-price1 {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 5px 40px
}

main .green-box:hover .gr-box-title {
    background-size: 180%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

main .green-box:hover .gr-box-title h3 {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    letter-spacing: 1px;
    /*width: 90%*/
}

main .packeges.plinks {
    padding-bottom: 100px
}

main .packeges.plinks .green-box {
    padding-bottom: 0px;
    min-height: 180px !important
}

@media (min-width: 1601px) {
    main .packeges.plinks .green-box {
        min-height: 230px !important
    }
}

main .packeges.plinks .green-box .gr-box-title {
    height: 110px
}

@media (min-width: 1601px) {
    main .packeges.plinks .green-box .gr-box-title {
        height: 150px
    }
}

main .packeges.plinks .green-box .gr-box-title h3 span {
    font-size: 25px;
    line-height: 22px
}

@media (min-width: 1601px) {
    main .packeges.plinks .green-box .gr-box-title h3 span {
        font-size: 30px;
        line-height: 32px
    }
}

main .packeges.plinks .green-box .box-arrow {
    height: 35px;
    width: 80px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: inline-block;
    font-weight: 700;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: #0f0d80;
    left: 50%;
    top: 120px;
    padding: 5px 20px;
    font-size: 25px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    z-index: 30
}

main .packeges.plinks .green-box .box-arrow::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 20px;
    top: 30%;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: url("../images/arrow-blue.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.7
}

@media (min-width: 1601px) {
    main .packeges.plinks .green-box .box-arrow {
        top: 160px
    }
}

main .packeges.plinks .green-box:hover h3 span {
    font-size: 25px
}

@media (min-width: 1601px) {
    main .packeges.plinks .green-box:hover h3 span {
        font-size: 30px
    }
}

main .packeges.plinks .green-box:hover .box-arrow {
    width: 100px
}

.gpost .gpost-in {
    border-radius: 40px;
    background-color: #fff;
    color: #000;
    padding: 50px 40px 90px 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.gpost .gpost-in span {
    display: block
}

.gpost .gpost-in .days {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.gpost .gpost-in .gname {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    margin-top:8px;
}
.gpost .gpost-in .gbiz {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-top:0px;
}

.gpost .gpost-in .stars {
    color: #ff7947;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 18px;
}

.gpost .gpost-in .gpost-logo {
    position: absolute;
    left: 40px;
    bottom: 50px;
    background-image: url("../images/google-logo.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 14px
}

@media (min-width: 768px) {
    .gpost .gpost-in {
        max-width: auto;
        width: 30%;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    .gpost .gpost-in {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 30%
    }
}

@media (min-width: 1300px) {
    .gpost .gpost-in {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 80px;
        margin-bottom: 80px;
        width: 334px
    }
}

@media (min-width: 1601px) {
    .gpost .gpost-in {
        width: 400px
    }
}

.blog main article,
.blog-info main article {
    margin-top: 40px
}

.blog main article .blog-date,
.blog-info main article .blog-date {
    font-size: 18px;
    color: #05db81
}

.blog main article .blog-date span,
.blog-info main article .blog-date span {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-left: 20px
}

.blog main article .blog-date span::before,
.blog-info main article .blog-date span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #fff
}

.blog main article h2,
.blog-info main article h2 {
    margin-top: 0;
    max-width: 900px;
    text-transform: uppercase
}

.blog main article .blog-img,
.blog-info main article .blog-img {
    padding: 20px 0px
}

.blog main article .blog-img div,
.blog-info main article .blog-img div {
    padding: 10px
}

.blog main article .blog-img div img,
.blog-info main article .blog-img div img {
    max-width: 100%
}

@media (min-width: 768px) {
    .blog main article .blog-img,
    .blog-info main article .blog-img {
        padding: 20px 10px
    }
    .blog main article .blog-img div,
    .blog-info main article .blog-img div {
        padding: 10px;
        width: 50%
    }
    .blog main article .blog-img div img,
    .blog-info main article .blog-img div img {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1500px) {
    .blog main article .blog-img,
    .blog-info main article .blog-img {
        padding: 50px 50px
    }
    .blog main article .blog-img div,
    .blog-info main article .blog-img div {
        padding: 20px
    }
    .blog main article .blog-img div img,
    .blog-info main article .blog-img div img {
        max-width: 100%
    }
}

.blog main article:last-child,
.blog-info main article:last-child {
    margin-bottom: 100px
}

.blog-info main {
    padding-top: 200px
}

@media (min-width: 768px) {
    .blog-info main {
        padding-top: 300px
    }
}

.masonry {
    max-width: 1600px;
    margin: auto
}

.masonry .row {
    margin-left: 0;
    margin-right: 0
}

.masonry .card {
    background-color: transparent;
    border: 0;
    padding: 20px 0px
}

.masonry .card .card-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto 50px auto
}

.masonry .card p {
    font-size: 20px
}

@media (min-width: 1500px) {
    .masonry .card p {
        font-size: 24px
    }
}

@media (min-width: 768px) {
    .masonry .card {
        padding: 20px 30px
    }
    .masonry .card .card-image {
        width: 220px;
        height: 220px
    }
}

@media (min-width: 992px) {
    .masonry .card {
        padding: 20px 50px
    }
    .masonry .card .card-image {
        width: 240px;
        height: 240px
    }
}

@media (min-width: 1300px) {
    .masonry .card {
        padding: 20px 80px
    }
    .masonry .card .card-image {
        width: 260px;
        height: 260px
    }
}

@media (min-width: 1700px) {
    .masonry .card {
        padding: 30px 90px
    }
    .masonry .card .card-image {
        width: 260px;
        height: 260px
    }
}

.links {
    display: block;
    text-align: center
}

.links .btn {
    margin: 0 auto 15px auto;
    width: 250px
}

@media (min-width: 768px) {
    .links {
        display: flex;
        justify-content: space-between !important
    }
    .links .btn {
        width: auto
    }
}

footer {
    background-color: #fff;
    color: #000;
    padding: 50px 0
}

footer h4 {
    margin-top: 20px
}

footer .media-icons {
    margin-top: 20px
}

footer .container {
    padding: 0 0px
}

@media (min-width: 576px) {
    footer .container {
        padding: 0 40px
    }
}

@media (min-width: 992px) {
    footer .container {
        justify-content: space-between;
        padding: 20px 90px
    }
}

footer p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0 0 0;
    margin: 0
}

@media (min-width: 1601px) {
    footer p {
        font-size: 16px
    }
}

footer .text-center {
    width: 50%;
    text-align: left !important
}

@media (min-width: 576px) {
    footer .text-center {
        width: 33%
    }
}

@media (min-width: 992px) {
    footer .text-center {
        text-align: center !important;
        width: 20%
    }
}

footer .d-inline-block {
    text-align: left !important;
    padding: 0 20px;
    min-width: 160px
}

footer h4,
footer a {
    color: #000;
    font-size: 14px;
    line-height: 18px
}

@media (min-width: 1601px) {
    footer h4,
    footer a {
        font-size: 16px
    }
}

footer a {
    padding: 5px 0 5px 0 !important;
    display: block !important
}

footer a:hover {
    opacity: 0.5
}

footer .text-green {
    color: #000
}

footer .text-green:hover {
    color: #03dc82;
    opacity: 1
}

footer .logos {
    margin-bottom: 50px
}

@media (min-width: 1601px) {
    footer .logos {
        margin-bottom: 100px
    }
}

footer .footer-logo {
    width: 150px
}

footer ul {
    padding: 0
}

footer ul li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    padding: 0
}

@media (min-width: 1601px) {
    footer ul li {
        font-size: 16px;
        line-height: 20px
    }
}

footer ul li a {
    display: block;
    color: #000;
    padding: 5px 0 5px 0
}

footer .gpost {
    margin-bottom: 50px;
    padding: 0 20px;
}

footer .gpost .gpost-in {
    border-radius: 40px;
    background-color: #f3f3f3;
    color: #000;
    padding: 50px 40px 90px 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

footer .gpost .gpost-in span {
    display: block
}

footer .gpost .gpost-in .days {
    text-transform: uppercase;
    font-size: 13px;
    color: #03dc82
}

footer .gpost .gpost-in .gname {
    color: #000;
    font-weight: 600;
    font-size: 20px
}

footer .gpost .gpost-in .stars {
    color: #ff7947;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 8px
}

footer .gpost .gpost-in .gpost-logo {
    position: absolute;
    left: 40px;
    bottom: 50px;
    background-image: url("../images/google-logo.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 14px
}

@media (min-width: 768px) {
    footer .gpost .gpost-in {
        max-width: auto;
        width: 30%;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width: 1200px) {
    footer .gpost .gpost-in {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 30%
    }
}

@media (min-width: 1300px) {
    footer .gpost .gpost-in {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 334px
    }
}

@media (min-width: 1601px) {
    footer .gpost .gpost-in {
        width: 400px
    }
}

.show {
    display: block !important
}

.hide {
    display: none !important;
    visibility: hidden
}

.opas {
    opacity: 1 !important
}

.opacity-zero {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0
}

@media (min-width: 576px) {
    .opacity-zero {
        opacity: 1
    }
}

.flex-equal>* {
    flex: 1
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        flex: 1
    }
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 805
}

.loader .loader-logo {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 500px;
    width: 500px
}

.loader .loader-logo img {
    width: 100%
}

.home-intro {
    position: relative;
    z-index: 800;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    max-height: 800px
}

@media (min-width: 768px) {
    .home-intro {
        height: 100vh;
        max-height: 1100px
    }
}

.home-intro img {
    max-width: 100%;
    object-fit: cover
}

.home-intro .img {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-intro .img .img-puzzle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative
}

.home-intro .img .img-puzzle .sp1 {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3
}

.home-intro .img .img-puzzle .sp2 {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
}

.home-intro .img .img-puzzle .sp3 {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-intro .img .img-puzzle .sq1 {
    width: 25%;
    position: relative;
    background-image: url("../images/img-home.webp");
    background-position: -200px bottom
}

.home-intro .img .img-puzzle .sq1 .sp1 {
    background-image: url("../images/img-home.webp");
    background-position: 0px 0px
}

.home-intro .img .img-puzzle .sq1 .sp2 {
    background-position: 0px -100px;
    background-image: url("../images/img-home2.webp")
}

.home-intro .img .img-puzzle .sq1 .sp3 {
    background-position: -400px -100px;
    background-image: url("../images/img-home2.webp")
}

.home-intro .img .img-puzzle .sq2 {
    position: relative;
    width: 50%;
    background-image: url("../images/img-home.webp");
    background-position: -700px -400px
}

.home-intro .img .img-puzzle .sq2 .sp1 {
    background-position: -700px -400px;
    background-image: url("../images/img-home.webp")
}

.home-intro .img .img-puzzle .sq2 .sp2 {
    background-position: 0px 0px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq2 .sp3 {
    background-position: -400px -100px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq3 {
    position: relative;
    width: 25%;
    background-image: url("../images/img-home.webp");
    background-position: -500px 0px
}

.home-intro .img .img-puzzle .sq3 .sp1 {
    background-position: -700px -400px;
    background-image: url("../images/img-home2.webp")
}

.home-intro .img .img-puzzle .sq3 .sp2 {
    background-position: -800px -200px;
    background-image: url("../images/img-home.webp")
}

.home-intro .img .img-puzzle .sq3 .sp3 {
    background-position: -400px -100px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq4 {
    position: relative;
    width: 25%;
    background-image: url("../images/img-home2.webp");
    background-position: 0 0
}

.home-intro .img .img-puzzle .sq4 .sp1 {
    background-position: 0px -200px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq4 .sp2 {
    background-position: -800px -200px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq4 .sp3 {
    background-position: -400px -100px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq5 {
    position: relative;
    width: 50%;
    background-image: url("../images/img-home.webp");
    background-position: -100px -300px
}

.home-intro .img .img-puzzle .sq5 .sp1 {
    background-position: 0px 0px;
    background-image: url("../images/img-home.webp")
}

.home-intro .img .img-puzzle .sq5 .sp2 {
    background-position: -400px -500px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq5 .sp3 {
    background-position: -500px -200px;
    background-image: url("../images/img-home.webp")
}

.home-intro .img .img-puzzle .sq6 {
    position: relative;
    width: 25%;
    background-image: url("../images/img-home1.webp");
    background-position: -600px -400px
}

.home-intro .img .img-puzzle .sq6 .sp1 {
    background-position: -400px -200px;
    background-image: url("../images/img-home1.webp")
}

.home-intro .img .img-puzzle .sq6 .sp2 {
    background-position: -200px -200px;
    background-image: url("../images/img-home.webp")
}

.home-intro .img .img-puzzle .sq6 .sp3 {
    background-position: -400px -100px;
    background-image: url("../images/img-home2.webp")
}

.home-intro .img1 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-intro .img1 img {
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover
}

.home-intro .home-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.8;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.49) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.49) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.49) 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7d000000', endColorstr='#00000000', GradientType=0)
}

.home-intro .home-intro-text {
    position: absolute;
    bottom: 150px;
    left: 50px;
    z-index: 2000
}

.home-intro .home-intro-text h1 {
    text-transform: uppercase
}

.home-intro .home-intro-text a {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.home-intro .home-intro-text a:hover {
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width: 768px) {
    .home-intro .home-intro-text {
        bottom: 220px;
        left: 50px
    }
    .home-intro .home-intro-text a {
        font-size: 50px;
        line-height: 50px
    }
    .home-intro .home-intro-text a:hover {
        font-size: 55px
    }
}

@media (min-width: 1200px) {
    .home-intro .home-intro-text {
        left: 200px
    }
    .home-intro .home-intro-text a {
        font-size: 60px;
        line-height: 60px
    }
    .home-intro .home-intro-text a:hover {
        font-size: 65px
    }
}

@keyframes fadein {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

header .logo {
    display: inline-block;
    margin-top: 10px;
    width: 90px;
    position: relative;
    z-index: 70;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

header .logo img {
    width: 100%
}

@media (min-width: 768px) {
    header .logo {
        margin-top: 30px;
        width: 140px
    }
}

header::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 0px;
    background-color: #3926bb
}

header .menu {
    position: relative;
    background-image: url("../images/menu-it.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

header .menu .left-menu,
header .menu .right-menu {
    width: 80px
}

@media (min-width: 768px) {
    header .menu .left-menu,
    header .menu .right-menu {
        width: calc(50% - 100px)
    }
}

@media (min-width: 768px) {
    header .menu {
        height: 170px
    }
}

header .menu .left-menu {
    padding-top: 20px;
    padding-left: 10px
}

@media (min-width: 768px) {
    header .menu .left-menu {
        padding-left: 40px
    }
}

header .menu .right-menu {
    padding-right: 20px
}

@media (min-width: 768px) {
    header .menu .right-menu {
        padding-right: 30px
    }
}

header .menu .right-menu nav .nav-link {
    color: #fff;
    opacity: 0.7;
    font-size: 15px;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none
}

@media (min-width: 992px) {
    header .menu .right-menu nav .nav-link {
        display: block;
        padding: 10px 10px
    }
}

@media (min-width: 1300px) {
    header .menu .right-menu nav .nav-link {
        padding: 10px 20px
    }
}

@media (min-width: 1500px) {
    header .menu .right-menu nav .nav-link {
        font-size: 17px;
        padding: 10px 20px
    }
}

header .menu .right-menu nav .nav-link:hover {
    opacity: 1
}

header.scroll::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 80px
}

@media (min-width: 768px) {
    header.scroll::before {
        height: 120px
    }
}

header.scroll .logo {
    margin-top: 10px;
    width: 80px
}

@media (min-width: 768px) {
    header.scroll .logo {
        margin-top: 20px;
        width: 120px
    }
}

header.scroll .menu {
    height: 100px
}

@media (min-width: 768px) {
    header.scroll .menu {
        height: 150px
    }
}

header.scroll .right-menu .nav-link {
    opacity: 0.7 !important
}

header.scroll .right-menu .nav-link:hover {
    opacity: 1 !important
}

header .navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    z-index: 2000
}

header .navbar-toggler .animated-icon1,
header .navbar-toggler .animated-icon2,
header .navbar-toggler .animated-icon3 {
    width: 40px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}

header .navbar-toggler .animated-icon1 span,
header .navbar-toggler .animated-icon2 span,
header .navbar-toggler .animated-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

header .navbar-toggler .animated-icon3 span {
    background: #fff
}

header .navbar-toggler .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

header .navbar-toggler .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

header .navbar-toggler .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

header .navbar-toggler .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px
}

header .navbar-toggler .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

header .navbar-toggler .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px
}

.navbar-open {
    background-color: #000;
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    opacity: 0;
    z-index: -1;
    color: #000
}

.navbar-open .open-buttons {
    padding: 0 20px 0 20px
}

.navbar-open .open-buttons .right-menu {
    display: flex;
    justify-content: flex-end
}

.navbar-open .open-buttons .right-menu nav ul {
    flex-direction: row
}

.navbar-open .open-buttons .right-menu nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
    opacity: 0.7
}

@media (min-width: 1300px) {
    .navbar-open .open-buttons .right-menu nav .nav-link {
        padding: 10px 20px
    }
}

@media (min-width: 1500px) {
    .navbar-open .open-buttons .right-menu nav .nav-link {
        padding: 10px 20px;
        font-size: 17px
    }
}

.navbar-open .open-buttons .right-menu nav .nav-link:hover {
    opacity: 1
}

.navbar-open .open-buttons .lang-cont {
    width: 140px;
    position: relative
}

.navbar-open .open-buttons .lang-cont .lang {
    background-color: #3319eb;
    margin: 24px 0 0 0 !important;
    display: block !important;
    position: absolute;
    right: 0;
    z-index: 2200
}

@media (min-width: 576px) {
    .navbar-open .open-buttons .lang-cont {
        width: 170px
    }
    .navbar-open .open-buttons .lang-cont .lang {
        margin: 26px 20px 0 0 !important
    }
}

@media (min-width: 768px) {
    .navbar-open .open-buttons {
        padding: 0 30px 0 50px
    }
}

.navbar-open .close-btn {
    border: 0 !important;
    box-shadow: none !important;
    z-index: 2000;
    margin-top: 20px;
    margin-left: 0px;
    background-color: transparent;
    opacity: 1
}

.navbar-open .close-btn .animated-icon3 {
    width: 40px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    opacity: 1
}

.navbar-open .close-btn .animated-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}

.navbar-open .close-btn .animated-icon3 span {
    background: #fff;
    opacity: 1
}

.navbar-open .close-btn .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.navbar-open .close-btn .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.navbar-open .close-btn .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.navbar-open .close-btn .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px
}

.navbar-open .close-btn .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.navbar-open .close-btn .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 8px
}

.navbar-open .navbar-container {
    opacity: 0;
    margin-left: 30px
}

@media (min-width: 768px) {
    .navbar-open .navbar-container {
        margin-left: 0;
        position: absolute;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%;
        left: 80px
    }
}

.navbar-open .navbar-container ul {
    padding: 0px 20px 0px 0px
}

@media (min-width: 768px) {
    .navbar-open .navbar-container ul {
        padding: 50px 50px 0px 50px
    }
}

.navbar-open .navbar-container .menu-contact {
    margin: 20px 50px 50px 50px;
    color: #31067c;
    font-size: 16px
}

.navbar-open .navbar-container .menu-contact strong {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.navbar-open .navbar-container .trns-text {
    background: #31067c;
    background: -moz-linear-gradient(top, #31067c 0%, #9470d2 38%, #4238f7 67%, #1209af 100%);
    background: -webkit-linear-gradient(top, #31067c 0%, #9470d2 38%, #4238f7 67%, #1209af 100%);
    background: linear-gradient(to bottom, #31067c 0%, #9470d2 38%, #4238f7 67%, #1209af 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31067c', endColorstr='#1209af', GradientType=0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.navbar-open .navbar-container .trns-text li {
    line-height: initial;
    padding: 0
}

.navbar-open .navbar-container .trns-text a {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0px
}

@media (min-width: 768px) {
    .navbar-open .navbar-container .trns-text a {
        font-size: 40px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    .navbar-open .navbar-container .trns-text a {
        font-size: 50px;
        line-height: 45px
    }
}

@media (min-width: 1300px) {
    .navbar-open .navbar-container .trns-text a {
        font-size: 60px;
        margin-bottom: 8px
    }
}

@media (min-width: 1500px) {
    .navbar-open .navbar-container .trns-text a {
        font-size: 70px;
        margin-bottom: 15px
    }
}

.navbar-open .navbar-container .trns-text:hover a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #31067c;
    background: -moz-linear-gradient(top, #31067c 0%, #1209af 100%);
    background: -webkit-linear-gradient(top, #31067c 0%, #1209af 100%);
    background: linear-gradient(to bottom, #31067c 0%, #1209af 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#31067c', endColorstr='#1209af', GradientType=0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.navbar-open.opas {
    z-index: 1000;
    opacity: 1;
    height: 100%
}

.navbar-open.opas .navbar-container {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 1
}

.home .menu {
    background-image: none
}

.home .menu .right-menu .nav-link {
    opacity: 1
}

.home .menu .right-menu .nav-link:hover {
    opacity: 0.7
}

.home .scroll .menu {
    background-image: url("../images/menu-it.svg")
}

.cyber header::before {
    background-color: #3b0f6f
}

.cyber header .menu {
    background-image: url("../images/menu-cyber.svg") !important
}

.blog header::before,
.blog-info header::before {
    background-color: #28067a
}

.blog header .menu,
.blog-info header .menu {
    background-image: url("../images/menu-blog.svg") !important
}

.digital header::before {
    background-color: #2d1992
}

.digital header .menu {
    background-image: url("../images/menu-digital.svg") !important
}

.packages header::before {
    background-color: #302e76
}

.packages header .menu {
    background-image: url("../images/menu-packages.svg") !important
}

.about header::before {
    background-color: #0f7866
}

.about header .menu {
    background-image: url("../images/menu-about.svg") !important
}

.lang {
    position: relative;
    display: none;
    width: 130px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

@media (min-width: 768px) {
    .lang {
        display: block;
        margin: 26px 20px 30px 20px
    }
}

@media (min-width: 1500px) {
    .lang {
        margin: 29px 20px 30px 20px
    }
}

.lang .main-lang {
    color: #fff;
    padding: 6px 10px 6px 20px;
    font-size: 13px;
    line-height: 25px;
    cursor:pointer;
}

.lang .main-lang:hover {
    opacity: 1;
    color: #21ffa4
}

@media (min-width: 1500px) {
    .lang .main-lang {
        font-size: 15px
    }
}

.lang .bi-chevron-down {
    margin-left: 20px
}

.lang .dropdown-lang {
    display: none;
    margin: 1px 20px 0 15px
}

.lang .dropdown-lang a {
    font-size: 13px;
    display: block;
    text-align: left;
    color: #fff;
    padding: 2px 6px;
}

.lang .dropdown-lang a:hover {
    color: #21ffa4;
}

@media (min-width: 1500px) {
    .lang .dropdown-lang a {
        font-size: 15px;
    }
}

.home main h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px
}

@media (min-width: 1300px) {
    .home main h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 40px
    }
}

@media (min-width: 1601px) {
    .home main h1 {
        font-size: 70px;
        margin-bottom: 40px;
        line-height: 80px
    }
}

.home .bgr-home {
    position: relative
}

.home .bgr-home::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #1b175b 0%, #3b12af 34%, #3a12ad 35%, rgba(16, 5, 48, 0.93) 100%);
    background: -webkit-linear-gradient(top, #1b175b 0%, #3b12af 34%, #3a12ad 35%, rgba(16, 5, 48, 0.93) 100%);
    background: linear-gradient(to bottom, #1b175b 0%, #3b12af 34%, #3a12ad 35%, rgba(16, 5, 48, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b175b', endColorstr='#ed100530', GradientType=0)
}

.home .bgr-home::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-home.png");
    background-repeat: no-repeat;
    background-position: left 300px;
    opacity: 0.7
}

@media (min-width: 768px) {
    .home .bgr-home::after {
        opacity: 1
    }
}

@media (min-width: 1900px) {
    .home .bgr-home::after {
        background-size: 100%
    }
}

.home .bgr-home1 {
    position: relative
}

.home .bgr-home1::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-home.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    opacity: 0.7
}

@media (min-width: 768px) {
    .home .bgr-home1::after {
        opacity: 1
    }
}

@media (min-width: 1900px) {
    .home .bgr-home1::after {
        background-size: cover; /*100%*/
    }
}

.home .bgr-home2 {
    position: relative
}

.home .bgr-home2::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/bgr-home1.png");
    background-repeat: no-repeat;
    background-position: 350px 200px;
    opacity: 0.7
}

@media (min-width: 768px) {
    .home .bgr-home2::after {
        opacity: 1
    }
}

@media (min-width: 1900px) {
    .home .bgr-home2::after {
        background-size: 100%
    }
}

.carousel {
    max-width: 1650px;
    margin: 30px auto 80px auto;
    align-items: center !important;
    height: 80px
}

.carousel .slick-list,
.carousel .slick-track {
    height: 100%
}

.carousel .slick-list .slick-slide,
.carousel .slick-track .slick-slide {
    height: 100%;
    position: relative
}

.carousel .slick-list .slick-slide img,
.carousel .slick-track .slick-slide img {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 150px
}

@media (min-width: 1300px) {
    .carousel img {
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        max-width: 100%
    }
}

.cookie {
    z-index: 20;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5)
}

.cookie .cookie-info {
    padding: 25px 20px 25px 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 380px
}

.cookie .cookie-info p {
    font-size: 11px;
    line-height: 18px;
    font-family: "Source Sans Pro", sans-serif;
    word-spacing: 0.1em;
    color: #000;
    text-align: justify
}

.cookie .cookie-info button {
    font-size: 13px;
    padding: 10px;
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 0;
    font-weight: 500
}

@media (min-width: 768px) {
    .cookie .cookie-info {
        max-width: 380px
    }
}

.cookie .btn-link {
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 12px;
    color: black;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none
}

.cookie .btn-link span {
    position: relative;
    padding-bottom: 3px;
    word-spacing: 0.1em
}

.cookie .btn-link span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}

.btn {
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 25px;
    font-weight: 600;
    position: relative
}

.btn.bsmall {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 50px;
    color: #353392;
    display: inline-block;
    letter-spacing: 1px;
    padding: 5px 35px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

@media (min-width: 1601px) {
    .btn.bsmall {
        font-size: 15px;
        line-height: 22px
    }
}

.btn.bsmall::before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    background-color: #fff;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    z-index: -1
}

.btn.bsmall:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.btn.bsmall:hover::before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 2px);
    background-color: #fff;
    left: -10px;
    top: -1px
}

.btn.bbig {
    border-radius: 30px;
    padding: 5px 45px;
    font-size: 18px
}

.btn.bbig::before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    background-color: #fff;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    z-index: -1
}

.btn.bbig:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.btn.bbig:hover::before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 20px);
    background-color: #fff;
    left: -1px;
    top: -10px
}

.btn.btn-blue {
    background-color: #26247b;
    color: #fff
}

.btn.btn-blue::before {
    background-color: #26247b
}

.btn.btn-blue:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.btn.btn-blue:hover::before {
    background-color: #26247b
}

.btn:hover {
    opacity: 1;
    color: #05db81
}

@media (min-width: 768px) {
    .btn {
        display: flex
    }
    .btn.bbig {
        border-radius: 30px;
        padding: 5px 30px;
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .btn.bbig {
        border-radius: 30px;
        padding: 5px 35px;
        font-size: 20px
    }
}

@media (min-width: 1601px) {
    .btn.bbig {
        border-radius: 30px;
        padding: 5px 45px;
        font-size: 24px
    }
}

.read-more {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 40px;
    font-weight: 600;
    height: 27px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
    width: 100%
}

.read-more::before {
    content: "";
    position: absolute;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    top: 50%;
    background-image: url("../images/arrow-more.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 20px
}

.read-more:hover {
    color: #03dc82;
    opacity: 1
}

@media (min-width: 576px) {
    .read-more {
        margin-left: 30px;
        padding-left: 60px;
        margin-top: 0;
        width: auto;
        font-size: 16px
    }
    .read-more::before {
        width: 37px;
        height: 27px
    }
}

.scroll-btn {
    position: absolute;
    bottom: 50px;
    z-index: 50;
    color: #fff !important;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: calc(50% - 25px);
    opacity: 0.5;
    width: 70px;
    height: 50px
}

.scroll-btn .arrows {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5%;
    top: 25%
}

.scroll-btn .a1,
.scroll-btn .a2,
.scroll-btn .a3 {
    animation: arrow 3s infinite;
    -webkit-animation: arrow 3s infinite;
    width: 25px;
    height: 12px;
    display: block;
    margin-left: 18px
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow
/*Safari and Chrome*/

{
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    70% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.scroll-btn .a1 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s
}

.scroll-btn .a2 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.scroll-btn .a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 3rem;
    padding: 10px;
    color: #65b449;
    margin: 30px auto;
    position: relative
}

.icon i {
    z-index: 1;
    position: absolute;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    border: 4px solid #65b449;
    border-radius: 50%;
    z-index: 0
}

.media-icons {
    list-style: none;
    padding-left: 0
}

.media-icons li {
    display: inline-block;
    margin-right: 10px;
    list-style: none
}

.media-icons .facebook {
    background-image: url("../images/icons/facebook.svg");
    height: 30px;
    width: 30px;
    background-size: 100%;
    display: inline-block
}

.media-icons .youtube {
    background-image: url("../images/icons/youtube.svg");
    height: 30px;
    width: 30px;
    background-size: 100%;
    display: inline-block
}

.media-icons .twitter {
    background-image: url("../images/icons/twitter-circled.svg");
    height: 30px;
    width: 30px;
    background-size: 100%;
    display: inline-block
}

.media-icons .linkedin {
    background-image: url("../images/icons/linkedin-circled.svg");
    height: 30px;
    width: 30px;
    background-size: 100%;
    display: inline-block
}

.media-icons .instagram {
    background-image: url("../images/icons/instagram-circled.svg");
    height: 30px;
    width: 30px;
    background-size: 100%;
    display: inline-block
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .slide {
        display: none
    }
}


