/*
Theme Name: Aries theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/*===========================Global===========================*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100vw;
}

body {
    margin: 0;
    background-color: #fff;
    color: #000;
}

.container {
    width: 95vw;
    max-width: 1380px;
}

main {
    display: block;
}

h1 {
    color: #e21489;
    text-transform: uppercase;
    font-weight: bold;
}

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

# .comeback {
    font-size: 14px;
    font-weight: bold;
    background-color: #e21489;
    text-transform: uppercase;
    border: 2px solid #e21489;
    color: #fff;
    padding: 6px 17px;
    border-radius: 4px;
}

.single-vehicle .contact-box {
    padding: 0;
    margin-top: 30px;
    display: block;
}

.single-vehicle h3 {
    font-weight: bold;
    font-size: 32px;
    color: #e21489;
    text-transform: uppercase;
    margin-top: 50px;
    border-top: 1px solid;
    padding: 10px 0;
}

#tablepress-1_wrapper {
    color: #000;
}

.video-slider {
    width: 100%;
    position: relative;
}

/*.video-slider:after {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
}
*/
.video-slider video {
    width: 100%;
}

.video-slider .section-text {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
}

.video-slider .section-text h3 {
    font-size: 5em;
    font-weight: bold;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}

.video-slider .section-text h3 .red {
    color: #D80015;
}

.video-slider .section-text h4 {
    font-size: 4em;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.video-slider .section-text h4 .red {
    color: #D80015;
}

.video-slider .section-text .hero-btn-wrapper {
    display: flex;
    justify-content: left;
}

.video-slider .section-text .hero-btn-wrapper a {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    width: 290px;
    height: 50px;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    background-color: #e10f88;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.video-slider .section-text .hero-btn-wrapper a:hover {
    background-color: #D80015;
    color: #fff;
    border: 2px solid #D80015;
    transition-duration: .5s;
}



.menu-item-253 {
    display: none !important;
}

.logged-in .menu-item-253 {
    display: flex !important;
}

figure {
    margin-bottom: 0;
}

p {
    font-weight: 400;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: .35em .75em .625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ul#list-spy li a {
    text-transform: uppercase;
    color: #2e332f;
    font-weight: 600;
}

ul#list-spy a.active {
    margin-bottom: 60px;
    margin-top: 60px;
}

ul#list-spy a.active:after {
    content: " ";
}

.pagination li a span {
    padding-left: 15px;
}

.pagination li a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}

.pagination li:first-child a span {
    padding-left: 15px;
}

.pagination li:first-child a span:after {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li:first-child a span:before {
    content: " ";
    height: 0px;
    background: #fff;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 0px;
}

.pagination li:last-child a span {
    padding-left: 15px;
}

.pagination li:last-child a span:after {
    content: " ";
    height: 0px;
    background: transparent;
    display: block;
    position: absolute;
    width: 0px;
    margin-left: 2.5px;
    margin-top: 10px;
}

.pagination li:last-child a span:before {
    content: " ";
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    width: 2px;
    margin-left: 2.5px;
    margin-top: -50px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 70px;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .icon-scroll {
        position: relative;
    }

    .video-slider {
        margin-top: 110px;
    }

    .video-slider .section-text {
        left: 50%;
    }

    .video-slider .section-text h3 {
        font-size: 1.7em;
        text-align: center;

    }

    .video-slider .section-text h4 {
        font-size: 2.3em;
        text-align: center;

    }
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(26px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(26px);
    }
}

@keyframes fadeleftslider {
    from {
        transform: translateX(-1000px);
    }

    to {
        transform: translateX(0px);
    }
}

@keyframes showslider {
    from {
        opacity: 0;
    }

    to {
        opacity: 1 !important;
    }
}

@keyframes opacity {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes flytext {
    from {
        transform: translateX(-1550px);
    }

    to {
        transform: translateX(-1050px);
    }
}

@keyframes servicefly {
    from {
        left: 5vw;
    }

    to {
        left: 35vw;
    }
}

@keyframes flytextblogbot {
    from {
        transform: translateX(-2200px);
    }

    to {
        transform: translateX(-1750px);
    }
}

@keyframes flytextblogtop {
    from {
        transform: translateX(350px);
    }

    to {
        transform: translateX(800px);
    }
}

@keyframes running {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-25px);
    }

    50% {
        transform: translateY(-50px);
    }

    75% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0px);
    }
}

body {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    outline: none;
}

a:hover {
    text-decoration: none;
}

main {
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}

main.blur {
    filter: blur(10px);
    transform: scale(1.1);
    overflow: hidden;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

main.blur-1 {
    filter: blur(10px);
    transform: scale(1.1);
    overflow: hidden;
    opacity: .5;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

*,
p,
ul,
li,
a,
input,
textarea,
button {
    font-family: 'Open Sans', sans-serif;
}

span.theme {
    letter-spacing: 5px;
    color: #313131;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
}

svg {
    width: 100%;
}

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

.about-1 .text-wrap p {
    font-size: 19px;
    text-align: justify;
}

/*===========================404===========================*/
.direct-column {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
}

.direct-column h1 {
    padding-bottom: 80px;
}

.direct-column h2 {
    font-size: 102px;
    font-weight: bold;
    color: rgba(3, 124, 194, .1);
    margin: auto;
}

.direct-column a {
    color: #fff;
    border: 2px solid rgba(3, 124, 194, .1);
    padding: 10px 20px;
    width: 214px;
    margin: auto;
}

/*===========================Header===========================*/
.brand-logo img {
    width: 100%;
    height: 80px;
}

.align-center {
    display: flex;
    align-items: center;
}

.navbar-brand {
    max-width: 360px;
}

.navbar-dark .navbar-toggler {
    background-color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Rajdhani',
        sans-serif;
    color: #000;
    font-size: 22px;
    position: relative;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
}

.logged-in .menu-item-253 {}

.logged-in .menu-item-253 a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    border-radius: 4px;
    background-color: #e21489;
    color: #fff !important;
}

.navbar-dark li {
    display: flex;
    flex-direction: column;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #918e8c !important;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #e21489;
}

.affix {
    transition-duration: .5s;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35);

}

.affix .top-header {
    transition-duration: .5s;
}

.affix .navbar-brand {
    max-width: 250px;
}

.affix .navbar-nav .nav-link {
    text-shadow: none;
}

.navbar-dark .navbar-toggler {
    background-color: #e21489;
}

.navbar-dark .navbar-nav .nav-link:last-child {
    border-right: 0;
}

.affix .navbar-brand img {
    filter: none;
}

.navbar-dark li {
    display: flex;
    flex-direction: column;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #e21489;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #e21489;
}

.navbar-dark .navbar-nav .nav-item:first-child .nav-link {
    font-weight: bold;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 0;
}

.dropdown-menu a {
    display: inline-flex;
    color: #262626 !important;
    font-weight: 400;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.dropdown-menu a:hover {
    color: #e21489 !important;
    border-radius: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 30px;
    border: none !important;
    padding-top: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.sub-menu {
    transition-duration: .1s;
}

.sub-menu i {
    margin-left: 10px;
}

.sub-menu .dropdown-menu {
    opacity: 0;
    z-index: -1;
    margin-top: -34px;
    background-color: #111;
}

.sub-menu:hover .dropdown-menu {
    left: 99%;
    opacity: 1;
    z-index: 1;
}

.sub-menu:hover i {
    transform: rotate(90deg);
    transition-duration: .1s;
}

.sub-menu>a {
    pointer-events: none;
    cursor: default;
}

.menu-item-home a i {
    margin-top: 2px;
    margin-right: 6px;
}

.header-present {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-center;
    height: 320px;
}

.header-bg .header-present h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-top: 100px;
    position: relative;
    z-index: 3;
}

.header-bg {
    background-color: #e21489;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5%;
    position: relative;
    z-index: 1;
}



.header-info {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
}

.header-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-info-box p {
    font-weight: bold;
    color: #fff;
}

.header-info-box a {
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.header-info-box img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.breadcrumbs {
    height: 40px;
    position: relative;
    z-index: 10;
    display: flex;
    text-transform: uppercase;
}

.breadcrumbs a {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
}

.breadcrumbs p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

button:empty {
    display: none !important;
}

section {
    position: relative;
    z-index: 1;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

a:hover {
    transition-duration: .5s;
}

#header-1 #menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    transform: scale(0.5);
    z-index: 5;
}

#header-1 #mainmenu {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

#header-1 #mainmenu .nawigacja-menu ul li {
    text-align: center;
}

#header-1 #mainmenu .nawigacja-menu ul li a {
    color: #fff;
    font-size: 2em;
}

#header-1 #mainmenu.active {
    z-index: 2;
    opacity: 1;
    transition-duration: .5s;
    transition-timing-function: easeOutElastic;
}

#header-1 #menu-button .button-toggle-navigation {
    background-color: transparent;
    border: 0;
    border-bottom: 0.25em solid #fafafa;
    border-top: 0.25em solid #fafafa;
    font-size: 32px;
    cursor: pointer;
    height: 1.5em;
    margin: .75em .375em;
    outline: 0;
    position: relative;
    transition: border-color 150ms ease-out, transform 150ms ease-out;
    width: 2.25em;
}

#header-1 #menu-button .button-toggle-navigation::after,
#header-1 #menu-button .button-toggle-navigation::before {
    border-bottom: 0.25em solid #fafafa;
    bottom: .375em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: transform 200ms ease-out;
}

#header-1 #menu-button .button-toggle-navigation span {
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}

#header-1 #menu-button .isActive {
    border-color: transparent;
    transform: rotateZ(90deg);
}

#header-1 #menu-button .isActive::after,
#header-1 #menu-button .isActive::before {
    transition: transform 200ms ease-out;
}

#header-1 #menu-button .isActive::after {
    transform: rotateZ(45deg);
}

#header-1 #menu-button .isActive::before {
    transform: rotateZ(-45deg);
}

#header-2 h1 {
    color: #e21489;
    text-align: center;
}

#header-2 #menu-button {
    position: fixed;
    top: -9px;
    right: 0;
    transform: scale(0.5);
    z-index: 5;
}

#header-2 #mainmenu {
    width: 20%;
    position: fixed;
    height: 100%;
    right: -20%;
    background: #313131;
    top: 0px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition-duration: 1s;
    transition-timing-function: easeOutElastic;
}

#header-2 #mainmenu img {
    padding-bottom: 40px;
}

#header-2 #mainmenu .nawigacja-menu ul li {
    text-align: center;
}

#header-2 #mainmenu .nawigacja-menu ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

#header-2 #mainmenu.active {
    z-index: 2;
    right: 0%;
    opacity: 1;
    transition-duration: 1s;
    transition-timing-function: easeOutElastic;
}

#header-2 #menu-button .button-toggle-navigation {
    background-color: transparent;
    border: 0;
    border-bottom: 0.25em solid #000;
    border-top: 0.25em solid #000;
    font-size: 32px;
    cursor: pointer;
    height: 1.5em;
    margin: .75em .375em;
    outline: 0;
    position: relative;
    transition: border-color 150ms ease-out, transform 150ms ease-out;
    width: 2.25em;
}

#header-2 #menu-button .button-toggle-navigation::after,
#header-2 #menu-button .button-toggle-navigation::before {
    border-bottom: 0.25em solid #000;
    bottom: .375em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: transform 200ms ease-out;
}

#header-2 #menu-button .button-toggle-navigation span {
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}

#header-2 #menu-button .isActive {
    border-color: transparent;
    transform: rotateZ(90deg);
}

#header-2 #menu-button .isActive::after,
#header-2 #menu-button .isActive::before {
    transition: transform 200ms ease-out;
}

#header-2 #menu-button .isActive::after {
    border-color: #fff !important;
    transform: rotateZ(45deg);
}

#header-2 #menu-button .isActive::before {
    border-color: #fff !important;
    transform: rotateZ(-45deg);
}

#header-2 .top-contact {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    justify-content: flex-start;
    position: relative;
    right: 80px;
    top: 15px;
}

#header-2 .top-contact li {
    padding: 10px;
}

#header-2 .top-contact li img {
    margin-right: 10px;
}

#header-2 .top-contact li a {
    color: #000;
}

.affix .navbar {
    background: #fff;
}

#header-3 nav {
    height: auto;
    position: fixed;
    z-index: 100;
    padding: 0;
    width: 100%;
    flex-direction: column;

    background-color: #fff;
}

#header-3 #navbarSupportedContent-7 {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
}

.nav-box {
    background-color: rgba(0, 0, 0, .7);
    height: 80px;
}

.subpage {
    height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpage h1 {
    color: #fff;
    margin-top: 20vh;
    font-size: 36px;
    text-transform: uppercase;
}

select::-ms-expand {
    display: none;
}

/* hide default down arrow in IE10*/
/* hack to fall back in opera */
_: -o-prefocus,
.selector {
    .styled-select {
        background: none;
    }
}

svg path,
svg line,
svg polyline {
    stroke: #fff;
    stroke-width: 2px;
}

svg path {
    fill: #000;
}

.overlay {
    margin: 0;
    position: relative;
}

.top-header {
    height: 60px;
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color: #e21489;
}

.top-header ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    align-items: center;
    padding-left: 0;
    height: 60px;
    width: 100%;
}

.top-header ul li {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.top-header ul li p {
    margin-bottom: 0;
}

.top-header ul li img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.top-header ul li div {
    display: flex;
    flex-direction: column;
}

.top-header ul li a {
    color: #fff;
}

.top-header ul li span {
    color: #fff;
}

.top-header ul li span.title-hour {
    color: #fff;
}

.top-header ul li:last-child {
    border-right: 0;
}

.top-header ul li:last-child a {
    background-color: #e21489;
    padding: 7px 20px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.top-header ul li:last-child a img {
    width: 24px;
    height: 24px;
}

.header-search {
    position: relative;
    z-index: 788;
    margin-right: 50px;
    width: 200px;
}

#searchform {
    display: grid;
    grid-template-columns: 80% 20%;
}

.search-field {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.search-icon {
    content: "";
    display: flex;
    background: url(/wp-content/themes/ariesweb/img/search.png) no-repeat;
    border: none;
    color: transparent;
    outline: none;
    transform: scale(.7);
}

.found-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.found a {
    color: #2A2C38;
}

.found a:hover {
    color: #d32f2f;
}

/*===========================Slider===========================*/
.slider-wrapper {
    position: relative;
    z-index: 1;
}

.squere {
    width: 200px;
    height: 200px;
    background-color: transparent;
    border-top: 7px solid #e21489;
    border-left: 7px solid #e21489;
    border-bottom: 7px solid #e21489;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.squere:before {
    content: '';
    background-color: #e21489;
    height: 30px;
    width: 7px;
    display: flex;
    right: 0;
    position: absolute;
}

.squere:after {
    content: '';
    background-color: #e21489;
    height: 30px;
    width: 7px;
    display: flex;
    right: 0;
    position: absolute;
    bottom: 0;
}

#slider {
    background-color: #000;
}

#slider-carousel {
    width: 100%;
    height: 100vh;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    display: none;
}

.carousel-indicators li {
    width: 30px;
    height: 5px;
    background-color: #fff;
}

.carousel-indicators li.active {
    background-color: #e21489;
}

#slider-carousel .carousel-inner,
#slider-carousel .carousel-item {
    height: 100%;
}

#slider-carousel .carousel-item .carousel-caption {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#slider-carousel .carousel-item .carousel-caption h3 {
    font-size: 70px;
    color: #8b8b8a;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 3;
    margin-bottom: 0;
}

#slider-carousel .carousel-item .carousel-caption .red {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #e21489;
}

#slider-carousel .carousel-item .carousel-caption h4 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    z-index: 3;
    color: #e21489;
    text-transform: uppercase;
}

#slider-carousel .carousel-item .carousel-caption ul {
    padding-left: 20px;
}

#slider-carousel .carousel-item .carousel-caption ul li {
    list-style-type: none;
    font-size: 22px;
    color: #eee;
    text-align: left;
    display: flex;
}

#slider-carousel .carousel-item .carousel-caption ul li:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #e21489;
    display: inline-flex;
    margin-top: 14px;
    margin-right: 10px;
}

.carousel-caption {
    position: relative;
    z-index: 2;
}

.gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), transparent);
}

.gradient2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .65), transparent);
}

#slider-carousel .carousel-item .carousel-caption a button:empty {
    display: none;
}

.view {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: top;
}

.row.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    font-weight: bold;
}

.slider-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.slider-btn a {
    font-weight: bold;
    display: flex;
    width: 300px;
    height: 55px;
    border-radius: 4px;
    margin-right: 15px;
    background: #e21489;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
}

.slider-btn a:hover {
    transition-duration: .5s;
    transform: translate(10px, 0px);
}

.slider-btn a img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px;
}

.carousel-control-next {
    right: 20px;
    background: #000;
    width: 50px;
    height: 50px;
    top: 43vh;
    display: none;
}

.carousel-control-prev {
    left: 20px;
    background: #000;
    width: 50px;
    height: 50px;
    top: 43vh;
    display: none;
}

.carousel-control-next span,
.carousel-control-prev span {
    width: 16px;
}

.gradient-img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
}

.banner {
    margin-top: -60px;
}

.banner .container {
    color: #fff;
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: #e21489;
}

.banner a img {
    margin-right: 10px;
}

.banner a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 30px;
    display: inline-flex;
    margin-top: 5px;
}

/*===========================Textbox===========================*/
.textbox {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: justify;
}

.textbox tbody tr:nth-child(even) {
    background-color: #efefef;
}

.textbox tbody .row-1 {
    background-color: rgba(3, 124, 194, .1);
    font-weight: bold;
}

.textbox tbody .column-1 {
    width: 80%;
}

.textbox tbody .column-2 {
    width: 20%;
}

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

.page-id-307 .textbox {
    padding-top: 10px;
    background-color: #fff;
}

/*===========================Product Carousel===========================*/
.product-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-carousel-bg {
    width: 100%;
    height: 320px;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}

.product-carousel h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.product-carousel h3 .red {
    color: #e21489;
}

.product-carousel h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #e21489;
    display: flex;
    margin: 10px auto;
}

.product-carousel p {
    color: #fff;
    text-align: center;
}

.simple-product {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 10px;
    transition-duration: .5s;
    position: relative;
    z-index: 10;
}

.simple-product:hover {
    transform: translate(0px, -6px);
    transition-duration: .5s;
}

.product-carousel .owl-one {
    margin-top: -100px;
}

.product-carousel img {
    border-radius: 20px;
}

.product-carousel h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.product-carousel a {
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    margin: 15px auto;
    color: #000;
}

.product-carousel .owl-one .owl-item img {
    object-fit: contain !important;
}

.owl-one .owl-prev {
    top: 250px;
}

.owl-one .owl-next {
    top: 250px;
}

/*===========================Timeline===========================*/
.timeline {
    padding-top: 80px;
}

.timeline h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgba(3, 124, 194, .1);
    margin-top: 10px;
}

.timeline .text-success {
    color: rgba(3, 124, 194, .1) !important;
}

.timeline .bg-success {
    background-color: rgba(3, 124, 194, .1) !important;
}

.timeline .border-success {
    border-color: rgba(3, 124, 194, .1) !important;
}

/*===========================Step===========================*/
.step {
    padding-bottom: 80px;
    padding-top: 80px;
}

.step h2 {
    text-align: center;
}

.step h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #e21489;
    margin: 15px auto;
}

.step p {
    text-align: center;
}

.step-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.step-box {
    background-color: #e21489;
    color: #fff;
    border: 2px solid #e21489;
    margin: 30px;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    box-shadow: 8px 17px 39px -2px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 9;
    transition-duration: .5s;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-box:before {
    content: '';
    background-color: #000;
    width: 40px;
    height: 20px;
    display: flex;
    position: absolute;
    right: -65px;
}

.step-box:after {
    right: -155px;
    display: flex;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #000;
    border-width: 45px;
    margin-left: -25px;
    transform: rotate(-90deg);
    bottom: 80px;
    z-index: 10;
}

.step-box:last-child:before {
    display: none;
}

.step-box:last-child:after {
    display: none;
}

.step-box:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}

.step-box h4 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

/*===========================About===========================*/
.about-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    color: #262626;
}

.about-1 h5 {
    font-weight: bold;
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
}

.about-1 img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    border-radius: 26px;
}

.about-1 h2 {
    color: #e21489;
    font-size: 26px;
    text-transform: uppercase;
}

.about-1 h2 span {
    color: #8b8b8a;
    font-family: "Rajdhani", Sans-serif;
}

.about-1 a {
    font-size: 20px;
    background: #e21489;
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 250px;
    height: 65px;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    border: 2px solid #e21489 !important;
    cursor: pointer;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
}

.about-1 a:before {
    content: '';
    display: flex;
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/ariesweb/img/phone-white.png);
    margin-right: 10px;
}

.about-1 .circle {
    display: flex;
}

.about-1 .item {
    display: flex;
    flex-direction: column;
    margin: 10px;
    justify-content: center;
}

.about-1 .item h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
    color: #000;
}

.about-1 .read-more {
    font-size: 20px;
    background: #e21489;
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 250px;
    height: 65px;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    border: 2px solid #e21489 !important;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.about-1 .read-more:hover {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

.about-2 h2 {
    margin-bottom: 30px;
    display: inherit;
}

.about-2 h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgba(3, 124, 194, .1);
    margin-top: 10px;
}

.about-2 ul {
    list-style-type: none;
    padding-left: 20px;
}

.about-2 li {
    padding-bottom: 10px;
}

.about-2 li:before {
    content: "";
    background: url(/wp-content/themes/ariesweb/img/star.png) no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    transform: scale(.8);
    margin-right: 10px;
}

.about-2 .read-more {
    background: rgba(3, 124, 194, .1);
    font-weight: bold;
    display: flex;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    color: #fff !important;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
    border: none;
}

.about-2 .read-more:hover {
    background-color: rgba(3, 124, 194, .1);
    box-shadow: 0px 37px 20px -15px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px);
    transition-duration: .5s;
}

.about-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-2 h5 {
    font-weight: bold;
    font-size: 18px;
    color: rgba(3, 124, 194, .1);
    text-transform: uppercase;
}

.about-2 img {
    width: 100%;
}

.about-2 .gradient-img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.about-3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-3 img {
    width: 370px;
    height: 550px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.about-3 .img-border:before {
    content: "";
    display: block;
    border: 10px solid #000;
    width: 370px;
    height: 550px;
    position: absolute;
    z-index: 1;
    left: -40px;
    bottom: -40px;
}

.about-3 .about-contact {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.about-3 .about-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    border: 2px solid #000;
    color: #000;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

.about-3 .about-contact li:first-child {
    margin-right: 30px;
}

.about-3 .about-contact li:first-child a {
    background-color: #000;
    color: #fff;
}

.about-3 .about-contact li a:hover {
    box-shadow: 0px 37px 20px -15px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px);
    transition-duration: .5s;
    background-color: #000;
    color: #fff;
}

.about-3 .about-contact li:first-child a:hover {
    background-color: #fff;
    color: #000;
}

.about-1 .button-box {
    border-top: 1px solid #e21489;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}

.about-1 .button-box a {
    border: 1px solid #e21489;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 40px;
    color: #e21489;
}

.about-1 .button-box a:hover {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

.about-1 .button-box a:last-child {
    background-color: #e21489;
    color: #fff;
    margin-left: 30px;
}

.about-1 .button-box a:last-child:hover {
    transition-duration: .5s;
    background-color: #fff;
    color: #e21489;
}

.about-1 .grean {
    color: #e21489;
}

/*===========================About slider===========================*/
.about-slider {
    padding-top: 80px;
    padding-bottom: 20px;
}

.about-slider .owl-two img {
    height: 350px !important;
    object-fit: contain;
}

.map-about {
    margin-top: 80px;
}

/*===========================About two image===========================*/
.about-two-image {
    padding-top: 80px;
}

.about-two-image h2 {
    font-size: 42px;
    color: #e21489;
}

.about-two-image img {
    width: 300px;
    height: 300px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.about-two-image .img-1 {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    object-fit: cover;
}

.about-two-image .img-2 {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-two-image .img-3 {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
    object-fit: cover;
}

.about-two-image .img-4 {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.about-two-image a {
    font-weight: bold;
    display: flex;
    width: 200px;
    height: 50px;
    margin-top: 10px;
    background: #e21489;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
}

.about-two-image a:hover {
    transition-duration: .5s;
    transform: translate(10px, 0px);
}

/*===========================Aboutgrid===========================*/
.about-grid {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-grid h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about-grid h2:after {
    content: "";
    width: 120px;
    height: 5px;
    position: relative;
    top: 21px;
    background-color: #efefef;
}

.about-grid .text-wrapper {
    background-color: #e21489;
    color: #fff;
    padding: 25px;
}

.about-grid .text-wrapper a {
    background-color: #343a40;
    color: #fff;
    display: flex;
    width: 200px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.about-grid-wrapper {
    background-color: #efefef;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .06);
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eee;
}

.about-grid-box {
    padding: 25px;
}

.about-grid-box h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px
}

.about-grid-wrapper .icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-grid-wrapper .icon-box img {
    width: 64px;
    height: 64px;
}

.about-grid-wrapper .icon-box p {
    font-size: 70px;
    font-weight: bold;
}

.about-grid a {
    font-weight: bold;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #e21489;
    margin: 30px auto;
}

/*===========================Single Realizacje===========================*/
#realization-single {
    padding-top: 80px;
    padding-bottom: 80px;
}

.realization-single-desc {
    padding-top: 50px;
}

#realization-single h1 {
    padding-top: 30px;
}

#realization-single img {
    width: 100%;
    object-fit: cover;
}

#realization-single a {
    background: rgba(3, 124, 194, .1);
    font-weight: bold;
    display: flex;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    color: #fff !important;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
    border: none;
}

#realization-single a:hover {
    background-color: rgba(3, 124, 194, .1);
    box-shadow: 0px 37px 20px -15px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -10px);
    transition-duration: .5s;
}

/*===========================Media===========================*/
.media {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.media ul li {
    padding-bottom: 10px;
}

.media ul a {
    color: #000;
    padding-left: 10px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.media ul a:hover {
    border-bottom: 2px solid rgba(3, 124, 194, .1);
}

.media p {
    color: #555;
    padding-left: 40px;
    font-size: 14px;
}

/*===========================Counter===========================*/
.counter {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter h2 {
    font-size: 100px;
}

.counter .counter-box {
    width: 250px;
    height: 250px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 15px 30px;
}

.counter .counter-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    height: auto;
    grid-template-areas: "one ."
        "two three"
        ". four";
    grid-gap: 10px;
}

.counter .counter-box:nth-child(1) {
    grid-area: one;
}

.counter .counter-box:nth-child(2) {
    grid-area: two;
}

.counter .counter-box:nth-child(3) {
    grid-area: three;
}

.counter .counter-box:nth-child(4) {
    grid-area: four;
}

.counter .counter-box h4 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.counter .counter-box h4:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: rgba(3, 124, 194, .1);
    margin-top: 10px;
}

.counter .counter-box p {
    font-weight: bold;
    font-size: 72px;
    margin-bottom: 0;
}

/*===========================Offer===========================*/
.offer-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F6F6F6;
}

.offer-1 h2 {
    font-size: 52px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 100%;
}

.offer-1 .text-wrapper {
    background-color: #e21489;
    padding: 30px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
}

.offer-1 .text-wrapper-grey {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-1 .text-wrapper-grey h4 {
    font-size: 36px;
    font-weight: bold;
    color: #e21489;
}

.offer-1 .offer-box {
    background-color: #fff;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.offer-1 .offer-box img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    margin: auto;
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.offer-1 h3 {
    color: #4C4C4C;
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 20px;
    margin-left: 20px;
}

.offer-1 .offer-box p {
    margin-left: 20px;
}

.offer-1 .offer-box a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #e21489;
    color: #e21489;
    padding: 6px 17px;
    margin-left: 20px;
    border-radius: 4px;
}

.offer-1 .offer-box a:last-child {
    font-size: 14px;
    font-weight: bold;
    background-color: #e21489;
    text-transform: uppercase;
    border: 2px solid #e21489;
    color: #fff;
    padding: 6px 17px;
    margin-left: 20px;
    border-radius: 4px;
}

.offer-1 .offer-box a:last-child:hover {
    background-color: transparent;
    color: #e21489;
    transition-duration: .5s;
}

.offer-1 .offer-box a:hover {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

/* test */
.offer-1 .offer-box-1 {
    background-color: #fff;
    height: 400px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.offer-1 .offer-box-1 img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    margin: auto;
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.offer-1 h3 {
    color: #4C4C4C;
    font-family: "Rajdhani", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 20px;
    margin-left: 20px;
}

.offer-1 .offer-box-1 p {
    margin-left: 20px;
}

.offer-1 .offer-box-1 a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #e21489;
    color: #e21489;
    padding: 6px 17px;
    margin-left: 20px;
    border-radius: 4px;
}

.offer-1 .offer-box-1 a:last-child {
    font-size: 14px;
    font-weight: bold;
    background-color: #e21489;
    text-transform: uppercase;
    border: 2px solid #e21489;
    color: #fff;
    padding: 6px 17px;
    margin-left: 20px;
    border-radius: 4px;
}

.offer-1 .offer-box-1 a:last-child:hover {
    background-color: transparent;
    color: #e21489;
    transition-duration: .5s;
}

.offer-1 .offer-box-1 a:hover {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

.nfz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #230f70;
}

.nfz img {
    width: 150px;
    height: 70px;
    object-fit: contain;
}

.offer-2 h3 {
    font-size: 40px;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
}

.offer-2 h3:after {
    content: '';
    display: flex;
    background-color: #e21489;
    width: 100px;
    height: 2px;
    align-items: center;
    margin: 10px auto 10px auto;
}

.offer-2 .text {
    background-color: #313131;
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.offer-2 .offer-box {
    margin-bottom: 30px;
}

.offer-2 .offer-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.offer-2 .offer-box a:hover {
    opacity: .7;
    transition-duration: .5s;
}

/*=========================== Advantages ===========================*/
.advantages {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.advantages h3 {
    font-size: 50px;
    font-weight: 300;
    color: #262626;
    margin-bottom: 30px;
    text-align: center;
}

.advantages img {
    width: 450px;
    object-fit: contain;
    height: auto;
    display: flex;
    margin: auto;
}

.advantages .item {
    border-bottom: 1px solid #e21489;
    margin-bottom: 50px;
}

.advantages .img-box {
    display: flex;
    height: 100%;
    align-items: center;

}

.advantages .item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 0;
}

.advantages .item h4 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #262626;
    margin-top: 15px;
    text-transform: uppercase;
}

.advantages .item p {
    text-align: center;
}

.advantages .item a {
    font-size: 18px;
    color: #e21489;
    display: flex;
    justify-content: center;
}

.advantages .item a:after {
    content: '';
    background: url(/wp-content/themes/ariesweb/img/right-arrow.png);
    display: flex;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-top: -1px;
    transition-duration: .5s;
}

.advantages .item a:hover:after {
    transform: translate(10px, 0);
    transition-duration: .5s;
}

/*===========================Employes===========================*/
.employees {
    padding-bottom: 80px;
}

.employees-wrapper {
    margin-bottom: 50px;
}

.employees-box {
    height: 100px;
    position: relative;
    padding: 30px;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    border-bottom: 2px solid rgba(3, 124, 194, .1);
}

.employees-box h4 {
    text-align: center;
}

.employees-box a {
    display: flex;
    justify-content: center;
    color: #313131;
}

.hover-employees {
    margin-bottom: 100px;
    width: 92.5%;
    height: 0;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: #000;
    color: #fff;
}

.employees-wrapper:hover .hover-employees {
    height: 200px;
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.employees-wrapper:hover .employees-box {
    background-color: rgba(3, 124, 194, .1);
}

.employees-wrapper:hover img {
    opacity: .6;
}

/*===========================Stage===========================*/
.stage-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.stage-wrapper {
    background-color: #161616;
    padding: 70px 25px;
}

.stage-desc {
    padding-bottom: 30px;
}

.stage-box {
    margin-bottom: 50px;
    display: flex;
}

.stage-box h4 {
    font-weight: bold;
    color: rgba(3, 124, 194, .1);
}

.stage-box:nth-child(odd) {
    border-right: 1px solid #fff;
}

.stage-number {
    font-size: 80px;
    font-weight: bold;
    color: rgba(3, 124, 194, .1);
    margin-right: 20px;
    margin-top: -25px;
    opacity: .7;
}

/*===========================Subpage form===========================*/
.subpage-form {
    padding-left: 50px;
}

.subpage-form h6 {
    font-weight: bold;
    color: rgba(3, 124, 194, .1);
}

.subpage-form label {
    display: block;
}

.subpage-form input {
    background-color: transparent;
    color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 80%;
    border: 1px solid rgba(3, 124, 194, .1);
    outline: none;
}

.subpage-form input::placeholder {
    color: #fff;
}

.subpage-form .rodo span {
    font-size: 9px;
    text-align: justify;
}

.subpage-form .rodo label {
    display: flex;
    width: 80%;
}

.subpage-form .rodo input {
    width: 22px;
    margin-left: -15px;
    margin-right: 10px;
}

.subpage-form input[type=submit] {
    font-weight: bold;
    border-color: rgba(3, 124, 194, .1);
    background-color: rgba(3, 124, 194, .1);
    color: #fff;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    width: 120px;
    border-radius: 3px;
    justify-content: center;
}

/*===========================Contact===========================*/
.contact-1 {}

.contact-1 iframe {
    margin-top: 1px;
}

.contact-1 .text {
    font-size: 18px;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
}

.contact-box {
    background-color: #fff;
    color: #fff;
    padding: 50px;
}

.contact-box h2 {
    font-size: 60px;
    color: #000;
}

.contact-box h2 span {
    color: #e21489;
}

.contact-wrapper {
    margin-top: 30px;
}

.contact-wrapper h6 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    border-top: 1px solid #e9ebec;
    margin-top: 75px;
}

.contact-wrapper p {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.contact-wrapper .img-r {
    background-color: #e21489;
    width: 60px;
    height: 60px;
    margin: 20px auto;
}

.contact-wrapper a {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-left: 15px;
    font-family: 'Rajdhani', sans-serif;
}

.contact-wrapper li p {
    font-size: 20px;
    color: #000;
    margin-left: 15px;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
}

.contact-wrapper ul {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-wrapper li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
}

.contact-box input {
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #666;
    padding: 10px;
    width: 100%;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 4px;

}

.contact-box label {
    display: block;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
}

.contact-box input::placeholder {
    color: #888 !important;
}

.contact-box input[type=submit] {
    border-color: #e21489;
    background-color: #e21489;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    width: 170px;
    justify-content: center;
    border-radius: 4px;

}

.contact-box textarea {
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #666;
    width: 100%;
    height: 120px;
    padding: 10px;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 4px;

}

.contact-box textarea:placeholder {
    color: #888 !important;
    font-family: 'Rajdhani', sans-serif;
}

.input-title {
    font-size: 12px;
}

.label-input {
    height: 70px;
}

.contact-wrapper li img {
    width: 40px;
    height: 40px;
    background: #e21489;
    padding: 8px;
    border-radius: 9px;
}

.contact-form label {
    display: block;
}

.contact-form input {
    background-color: transparent;
    color: #000;
    padding: 15px;
    width: 100%;
    border: 1px solid lightgray;
    outline: none;
}

.contact-form input::placeholder {
    color: #333;
}

.contact-form textarea::placeholder {
    color: #333;
}

.contact-form textarea {
    background-color: transparent;
    padding: 15px;
    height: 150px;
    width: 100%;
    border: 1px solid lightgray;
    color: #000;
    outline: none;
}

.contact-form .rodo span {
    font-size: 9px;
    text-align: justify;
}

.contact-form .rodo label {
    display: flex;
    width: 100%;
    color: #000;
}

.contact-form .rodo input {
    width: 22px;
    margin-left: -15px;
    margin-right: 10px;
}

.contact-form input[type=submit] {
    background: #e21489;
    font-weight: bold;
    display: flex;
    width: 140px;
    height: 50px;
    margin: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
    border: none;
}

/*===========================Multi Place Contact===========================*/
.contact-multi-place {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #272727;
}

.multi-contact-wrapper {
    display: flex;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
    background: #fff;
    padding: 20px;
}

.multi-contact-wrapper .wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.multi-contact-wrapper .wrap:last-child {
    border-bottom: 0;
}

.simple-multi-contact {
    margin: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.simple-multi-contact h4 {
    font-size: 22px;
    font-weight: bold;
    color: #e21489;
}

.simple-multi-contact p {
    color: #262626;
    margin-bottom: 5px;
}

.simple-multi-contact img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    padding-right: 10px;
    margin-top: 14px;
    border-right: 1px solid rgba(0, 0, 0, .4);
    box-sizing: content-box;
}

.simple-multi-contact p {
    font-size: 14px;
    font-weight: bold;
    color: #262626;
}

.simple-multi-contact ul {
    list-style-type: none;
    padding-left: 0;
}

.simple-multi-contact ul li {
    display: flex;
}

.simple-multi-contact a {
    color: #262626;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.simple-multi-contact a:hover {
    color: #e21489;
}

.simple-multi-contact .img-r {
    background-color: #e21489;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.simple-multi-contact .img-r img {
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-left: 12px;
}

/*===========================Parallex===========================*/
.parallex {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: justify;
}

.parallex .container {
    background-color: rgba(38, 38, 38, .7);
    padding: 50px;
}

.parallex h3 {
    font-size: 30px;
}

.parallex p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

.parallex a {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: 260px;
    height: 50px;
    margin: 10px auto;
    background: #e21489;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
}

.parallex a:hover {
    opacity: .7;
    transition-duration: .5s;
}

.parallex2 .container {
    background: transparent;
}

.parallex2 p {
    text-align: left;
}

/*===========================Infobox===========================*/
.infobox {
    padding-bottom: 80px;
}

.infobox-wrapper {
    background-color: #e21489;
    color: #fff;
    height: 100%;
    padding: 45px;
}

.infobox-wrapper2 {
    border: 1px solid lightgray;
    padding: 45px;
    height: 100%;
}

.infobox-wrapper2 h3 {
    text-transform: uppercase;
}

.infobox-wrapper2 .infobox-btn {
    color: #000;
    font-weight: bold;
}

.infobox-wrapper2 .infobox-btn:after {
    content: "";
    background: url(/wp-content/themes/ariesweb/img/right-bold.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-flex;
    transform: scale(.8);
    margin-left: 10px;
    position: relative;
    top: 10px;
}

/*===========================Blog===========================*/
#blog-page {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#blog-page .card {
    margin-bottom: 50px;
    border: none;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

#blog-page .card button {
    background-color: rgba(3, 124, 194, .1);
    color: #fff;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
}

#blog-page img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#blog-page .autor {
    padding-top: 14px;
    padding-left: 15px;
}

#blog-page .autor a {
    color: rgba(3, 124, 194, .1);
}

#blog-page .sidebar {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

#blog-page .sidebar h4 {
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#blog-page .sidebar ul {
    padding-left: 0;
}

#blog-page .sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
}

#blog-page .sidebar li a {
    color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#blog-page .post-date {
    padding: 15px;
}

#blog-page .max-word-height {
    padding: 15px;
}

#blog-post {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#category {
    background-color: #fff;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#category .sidebar {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

#category .sidebar h4 {
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#category .sidebar ul {
    padding-left: 0;
}

#category .sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
}

#category .sidebar li a {
    color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#category a {
    color: rgba(3, 124, 194, .1);
    font-weight: bold;
}

/*===========================Facebook===========================*/
.olx {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1000;
}

.olx img {
    width: 40px;
    height: 40px;
}

.fb-container {
    padding-top: 100px;
    height: 940px;
}

.fb-container h3 {
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 118px;
    margin-top: 120px;
    text-transform: uppercase;
}

.news-fb {
    margin-bottom: 180px;
}

#face-slider {
    position: fixed;
    /* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
    right: -290px;
    /* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
    top: 141px;
    /* pozycjonuje slider 190px od góry okna przegladarki */
    z-index: 1000;
    /* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
}

#face-slider #tab {
    cursor: pointer;
    /* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
    height: 110px;
    /* wysokość diva, będącego zakładką, również wysokość grafiki */
    width: 45px;
    /* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
    float: left;
    /* przyleganie do lewej krawędzi kontenera slidera */
}

div#tab img {
    width: 100%;
}

#face-code {
    padding: 5px;
    /* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
    border: solid #0170cf 3px;
    /* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
    background: #fff;
    /* ustawia białe tło pod pluginem Facebook */
    float: left;
    /* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
    width: 286px;
    /* szerokość  */
    height: 100px;
    /* wysokość */
    -moz-border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg */
    -webkit-border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg*/
    border-radius: 0 0 0 8px;
    /* zaokrągla lewy dolny róg */
}

.fb-page.fb_iframe_widget {
    transform: scale(1);
}

/*===========================CPT Show===========================*/
.cpt-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cpt-1 h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.cpt-1-subtitle p {
    color: rgba(3, 124, 194, .1);
    text-transform: uppercase;
    font-weight: bold;
}

.cpt-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    height: auto;
    grid-template-areas: "one one two"
        ". three four";
    grid-gap: 20px;
}

.cpt-1-box {
    height: 300px;
    padding: 30px;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.cpt-1-box:nth-child(1) {
    grid-area: one;
    box-shadow: none;
}

.cpt-1-box:nth-child(2) {
    grid-area: two;
}

.cpt-1-box:nth-child(3) {
    grid-area: three;
}

.cpt-1-box:nth-child(4) {
    grid-area: four;
}

.cpt-1-box h3 {
    color: rgba(3, 124, 194, .1);
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 50px;
}

.cpt-1-box p {
    color: #989898;
}

.hover-cpt {
    width: 100%;
    height: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    color: #fff;
}

.cpt-1-box:hover .hover-cpt {
    height: 300px;
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.hover-cpt h5 {
    font-size: 40px;
}

.hover-cpt .read-more {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.cpt-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cpt-2 h2 {
    padding-bottom: 40px;
}

.cpt-2-box {
    height: 280px;
    border: 1px solid lightgray;
    margin-bottom: 30px;
    background-color: #fff;
}

.cpt-2-box img {
    width: 100%;
    height: 200px;
}

.cpt-2-box .read-more {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(3, 124, 194, .1);
    text-align: center;
    height: 80px;
}

/*===========================Cpt page===========================*/
#single-offer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    color: #000;
}

#single-offer .thumbnail {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.offer-item {
    padding-bottom: 80px;
}

#single-offer .cpt-phone {
    background-color: rgba(3, 124, 194, .1);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

#single-offer .cpt-phone a {
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
}

.offer-menu-box {
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 50px;
}

.offer-menu-box h5 {
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#menu-offer-menu li {
    border-bottom: 1px solid #e1e1e1;
}

#menu-offer-menu a {
    color: #222222;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#menu-offer-menu a.active {
    color: rgba(3, 124, 194, .1);
    font-weight: bold;
}

.offer-form {
    background-color: #e21489;
    padding: 15px 15px 70px 15px;
    color: #fff;
}

.offer-form label {
    display: block;
}

.label-input {
    height: 85px;
}

.offer-form input {
    padding: 10px;
}

.offer-form input[type=text] {
    display: flex;
    margin: auto;
    width: 90%;
}

.offer-form input[type=email] {
    display: flex;
    margin: auto;
    width: 90%;
}

.offer-form input[type=tel] {
    display: flex;
    margin: auto;
    width: 90%;
}

.offer-form input[type=submit] {
    font-weight: bold;
    font-size: 18px;
    background-color: #e21489;
    color: #fff;
    width: 120px;
    position: absolute;
    right: 10%;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 15px;
    margin-bottom: 50px;
}

.offer-form textarea {
    display: flex;
    margin: auto;
    width: 90%;
    padding: 10px;
    height: 140px;
}

.wpcf7-list-item-label {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    position: relative;
    top: -20px;
    left: 22px;
    width: 90%;
}

.offer-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.offer-form .rodo label input {
    width: 20px;
}

.offer-form .input-title {
    padding-left: 5%;
    color: #fff;
    position: relative;
    bottom: 10px;
}

.offer-form a {
    font-weight: bold;
    color: #ccc;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.cpt-1 {
    padding-top: 80px;
    padding-bottom: 160px;
}

.cpt-1 h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.cpt-1 .subtitle {
    margin-bottom: 20px;
    text-align: center;

}

.cpt-1 .subtitle p {
    font-size: 19px;
    color: #e21489;
    font-weight: 300;
    font-family: 'Rajdhani', sans-serif !important;
}

.cpt-simple {
    height: 400px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
}

.cpt-simple .thumbnail img {
    height: 400px;
    object-fit: cover;
    transition-duration: .5s;
    display: flex;
    margin: auto;
}

.cpt-1-simple .thumbnail img:hover {
    opacity: .8;
    transition-duration: .5s;
}

.cpt-simple a {
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    width: calc(100% - 30px);
    background-color: #e21489;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom: 70px;
    left: 15px;
}

.cpt-simple a font {
    font-family: 'Rajdhani', sans-serif;
}

.alu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.alu h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.alu h2:after {
    content: '';
    display: flex;
    background-color: #e21489;
    width: 100px;
    height: 2px;
    align-items: center;
    margin: 10px auto 30px auto;
}

.alu .cpt-simple .thumbnail img {
    object-fit: contain;
    padding: 30px;
}

.single-alu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-alu .wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.single-alu .thumbnail img {
    height: 400px;
    object-fit: contain;
}

.single-alu table {
    width: 100%;
    margin-bottom: 40px;
}

.single-alu table td {
    padding: 15px;
    text-align: center;
}

.single-alu table tr:nth-child(odd) {
    background-color: #eee;
}

.overTable {
    overflow: scroll;
}

.overTable__title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #e21489;
}

.single-alu .sidebar {
    background-color: #e21489;
    padding: 25px;
}

.single-alu .sidebar h5 {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.single-alu .sidebar img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
}

.single-alu .sidebar a {
    color: #fff;
    display: flex;
    margin-top: 10px;
}

.single-alu .sidebar .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/*===========================TAB===========================*/
.tabs {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tabs h2 {
    display: flex;
    margin-bottom: 30px;
    margin-right: 30px;
    white-space: pre;
}

.tab-ul {
    display: flex;
    padding-left: 0;
}

.tabs li {
    height: 100px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
    width: 100%;
    list-style-type: none;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
}

/* Style the buttons that are used to open the tab content */
.tabs button {
    font-size: 30px;
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-bottom: 4px solid transparent;
}

/* Change background color of buttons on hover */
.tabs button: hover {
    border-bottom: 4px solid #e21489;
    transition-duration: .5s;
}

/* Create an active/current tablink class */
.tabs .active {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    margin-top: 25px;
    padding: 25px;
}

.tabcontent p {
    font-size: 16px;
}

.tabcontent a {
    color: #000;
    display: flex;
}

.tabcontent a:after {
    content: "";
    background: url(/wp-content/themes/ariesweb/img/forward-arrow.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: -4px 3px 0 0;
    display: block;
    transform: scale(0.6);
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs figure img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}

/*===========================PCV ===========================*/
.single-pcv-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-pcv .thumbnail img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.single-pcv .gallery-color img {
    margin-bottom: 10px;
}

.single-pcv .gallery-color .col-wrap {
    padding-left: 5px;
    padding-right: 5px;
}

[data-tooltip] {
    position: relative;
    color: red;
    text-decoration: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
    opacity: 1;
    transform: translate(-50%, -10px);
}

[data-tooltip]:hover:after,
[data-tooltip]:focus:after {
    opacity: 1;
    transform: translate(-50%, -10px) rotate(45deg);
}

[data-tooltip]:before {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    content: attr(data-tooltip);
    bottom: 100%;
    left: 50%;
    padding: 0.5em 1em;
    color: white;
    font-size: 0.8em;
    line-height: 1.7em;
    background-color: #e21489;
    transition: transform 0.2s ease-out;
    opacity: 0;
    transform: translate(-50%, 0);
    pointer-events: none;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

[data-tooltip]:after {
    position: absolute;
    z-index: 3;
    display: block;
    bottom: 100%;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e21489;
    margin-bottom: -4px;
    transform: translate(-50%, 0) rotate(45deg);
    transition: transform 0.2s ease-out;
    opacity: 0;
    pointer-events: none;
}

[data-tooltip].break:before {
    white-space: normal;
    width: 360px;
}

/*===========================Img offer===========================*/
.img-offer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-offer h2 {
    margin-bottom: 30px;
}

.img-offer .offer-box2 {
    height: 500px;
    margin-bottom: 50px;
}

.img-offer .offer-box2 h4 {
    display: flex;
    position: relative;
    bottom: 240px;
    color: #fff;
    text-align: center;
    justify-content: center;
    text-shadow: 0 0 1px #000, 2px 4px 3px #444;
}

.img-offer .img-offer-simple {
    padding-right: 0;
    padding-left: 0;
}

.img-offer img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(65%);
    border: 1px solid transparent;
}

.img-offer .offer-box2:hover {
    height: 520px;
    filter: brightness(100%);
    border: 10px solid #000;
    margin-top: -10px;
    transition-duration: .5s;
    transform: scale(1.1);
    z-index: 10;
    position: relative;
}

.img-offer .offer-box2:hover img {
    border: 1px solid lightgray;
}

/*===========================Benefits===========================*/
.benefits {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000;
}

.benefits .box {
    padding: 20px;
    border-right: 1px solid #27282A;
}

.benefits .box:last-child {
    border: none;
}

.benefits img {
    width: 90px;
    height: 90px;
    display: flex;
    margin: auto;
}

.benefits h4 {
    font-size: 20px;
    text-align: center;
    color: #cdcdcd;
    margin-top: 10px;
}

/*===========================Gallery===========================*/
#gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

#gallery h2 {
    margin-bottom: 40px;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 50px;
}

.gallery p {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

.gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 30px;
}

.gallery-3 img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.gallery-3 figure {
    padding-left: 0;
    padding-right: 0;
}

#gallery-single {
    padding-top: 80px;
    padding-bottom: 80px;
}

#gallery-single img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 30px;
}

.gallery-box {
    height: 300px;
    margin-bottom: 50px;
    background-position: center;
    background-size: cover;
}

.gallery-box p {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    bottom: 100px;
    width: 92%;
    margin-bottom: 0;
    padding: 10px;
}

.gallery-wrapper:hover p {
    top: 0;
    bottom: 0;
    height: 300px;
    padding-top: 120px;
    transition-duration: .5s;
}

.gallery-wrapper:hover p:after {
    content: "";
    background: url(/wp-content/themes/ariesweb/img/magnifier.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: 15px auto 0 auto;
}

/*===========================Featured===========================*/
.featured {
    padding-top: 80px;
    padding-bottom: 80px;
}

.featured-box {
    display: flex;
    flex-direction: column;
}

.featured-box img {
    height: 250px;
    object-fit: cover;
}

.featured-box .a-title {
    color: #000;
    display: flex;
    transform: rotate(-90deg);
    width: 100%;
    height: 61px;
    font-size: 24px;
    margin-left: -300px;
}

.featured-box .a-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgba(3, 124, 194, .1);
    position: absolute;
    bottom: 18px;
}

.featured-box .a-title:hover {
    opacity: 1;
    color: rgba(3, 124, 194, .1);
}

.featured-box a:hover {
    opacity: .7;
}

/*===========================collapse===========================*/
.collapse-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.collapse-section h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.collapse-section .card-header {
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px 5px;
}

.collapse-section .card-header button {
    font-size: 14px;
    color: #000;
}

.collapse-section .card-header button:before {
    content: "";
    background: url(/wp-content/themes/ariesweb/img/check.png) no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: -4px 3px 0 0;
    display: block;
    transform: scale(0.6);
}

.collapse-section .card-body {
    font-size: 14px;
    background-color: black;
    color: #fff;
}

.collapse-section .card {
    margin-bottom: 15px;
}

/*===========================Partner logo===========================*/
.partner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.partner .container {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 40px;
}

.partner h3 {
    color: #000;
    margin-bottom: 0;
}

.partner h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #e21489;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.partner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.partner a img {
    width: 90% !important;
}

/*===========================Strefa klienta===========================*/
.post-password-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

#pwbox-225 {
    color: #000;
    padding: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #606060;
    outline: none;
    margin-top: 2px;
}

.post-password-form input[type=submit] {
    color: #000000;
    background: rgba(3, 124, 194, .1);
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: flex;
}

#single-customers {
    padding-top: 80px;
    padding-bottom: 80px;
}

#single-customers h3 {
    padding-bottom: 50px;
}

.customers-wrapper {
    display: flex;
    flex-flow: wrap-reverse;
    flex-direction: row-reverse;
}

.customers-box {
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
    margin-bottom: 50px;
    padding: 25px;
    min-height: 420px;
}

.customers-box h4 {
    padding-bottom: 20px;
}

.customers-box .tax {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #e9ebec;
    padding-top: 5px;
}

.customers-box .tax p {
    margin-bottom: 5px;
}

/*===========================Single-cpt-1===========================*/
.single-cpt-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-cpt-1 iframe {
    width: 100%;
    height: 500px;
}

.owl-cpt-1 {
    padding-top: 80px;
}

.owl-cpt-1 img {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.owl-cpt-1 .owl-nav {
    display: flex;
    margin-top: 2px;
}

.owl-cpt-1 .owl-nav button {
    background-color: #e21489 !important;
    margin-right: 2px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-cpt-1 .owl-nav button:focus {
    outline: 1px solid #e21489;
    transition-duration: .5s;
}

.owl-cpt-1 .owl-nav button:hover {
    opacity: .8;
    transition-duration: .5s;
}

.owl-cpt-1 .owl-nav button span {
    font-size: 50px;
    color: #fff;
}

.owl-cpt-1 .owl-dots {
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    right: 10px;
}

.owl-cpt-1 .owl-dots button {
    background-color: #fff;
    width: 6px;
    height: 6px;
    margin: 5px;
    border-radius: 50%;
}

.owl-cpt-1 .owl-dots button.active {
    background-color: #e21489;
}

.text-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tablepress {
    margin-top: 20px;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #e21489 !important;
    color: #fff !important;
}

.tablepress td {
    text-align: center !important;
}

.column-1 {
    vertical-align: inherit !important;
}

/*===========================Service===========================*/
.service img {
    width: 100%;
    object-fit: cover;
}

.service .wow {
    padding-left: 0;
    padding-right: 0;
}

.service img {
    object-position: center;
}

.service .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px;
}

.service .text-wrap p {
    text-align: center;
}

.service-1 .text-wrap a {
    display: flex;
    width: 200px;
    height: 50px;
    border: 2px solid #e21489;
    color: #e21489;
    justify-content: center;
    align-items: center;
}

.service-2 .text-wrap a {
    display: flex;
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.service-1 {
    background-color: #fff;
    color: #000;
}

.service-1:hover {
    background-color: #e21489;
    color: #fff;
    transition-duration: .5s;
}

.service-1:hover a {
    color: #fff;
    border-color: #fff;
}

.service-2 {
    background-color: #e21489;
    color: #fff;
}

.service-2:hover {
    background-color: #fff;
    color: #000;
    transition-duration: .5s;
}

.service-2:hover a {
    color: #e21489;
    border-color: #e21489;
}

.service-2 img {
    border-radius: 3% 0% 0% 58% / 82% 0% 0% 390%;
}

.service-1 img {
    border-radius: 0% 3% 58% 0% / 0% 82% 390% 0%;
}

.owl-slider {
    padding-top: 80px;
    padding-bottom: 80px;
}

.owl-slider h3 {
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.owl-slider h3:after {
    content: '';
    display: flex;
    background-color: #e21489;
    width: 100px;
    height: 2px;
    align-items: center;
    margin: 10px auto 10px auto;
}

.owl-slider .owl-cpt-1 {
    padding-top: 10px;
}

/*===========================Product Catalog ===========================*/
.catalog-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: scroll;
}

.catalog-wrapper #myInput {
    display: flex;
    width: 300px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    border-radius: 5px;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
}

.table-header div {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

#myTable tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#myTable tbody tr td {
    border: 0;
}

#numbers {
    justify-content: center;
}

#numbers .page-item {
    margin: 2px;
}

#numbers .page-link {
    font-size: 14px;
    color: #000;
    padding: 3px;
}

#numbers .page-link.active {
    background-color: #e21489;
    color: #fff;
}

/*===========================Footer===========================*/
footer {
    background-color: #F6F6F6;
    padding-top: 50px;
}

footer .footer-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
}

footer .footer-contact {}

footer p {
    font-size: 14px;
}

footer h5 {
    font-size: 32px;
    font-weight: 700;
    color: #e21489;
}

footer .footer-contact ul {
    padding-left: 0;
}

footer .footer-contact ul li {
    list-style-type: none;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
}

footer .footer-contact ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: invert(1);
}

footer .footer-contact ul li a {
    color: #000;
}

footer .footer-contact ul li p {
    color: #000;
    margin-bottom: 0;
}

footer .navbar-nav {
    display: block;
    column-count: 2;
}

footer .navbar-nav .nav-item {
    display: flex;
}

footer .navbar-nav .nav-link {
    color: #000;
    display: flex;
}

footer .navbar-nav .nav-link:before {
    content: '';
    background: #e21489;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    margin-right: 10px;
    display: flex;
}

footer .scrollTop {
    background-color: #e21489;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: 100px;
}

footer .scrollTop img {
    width: 32px;
    height: 32px;
    filter: invert(1) brightness(1);
}

.no-padding {
    padding: 0;
    margin: 0;
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #000;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-copyright a {
    color: #eee;
    font-weight: bold;
}

.footer-copyright img {
    width: 75px;
    height: 22px;
}

.footer-copyright p {
    margin: auto;
}

.xzoom-thumbnail img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.single-vehicle .xzoom-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
}

.single-vehicle .xzoom-thumbs img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.single-vehicle h2 {
    font-size: 64px;
    margin-top: 40px;
}

/*===========================Media Queries===========================*/
@media (max-width: 1024px) {
    .counter .counter-box {
        width: 230px;
        height: 230px;
    }
}

@media (min-width: 991px) {
    .mobile-logo {
        display: none
    }
}

@media (max-width: 991px) {
    footer .scrollTop {
        position: relative;
        bottom: 0;

    }

    .desktop-logo {
        display: none
    }

    .affix {
        margin-top: 0;
    }

    .top-header {
        display: none;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .menu-main-menu-container {
        width: 100%;
    }

    .sub-menu .dropdown-menu {
        margin-top: -75px;
    }

    .sub-menu:hover .dropdown-menu {
        margin-top: 10px;
    }

    .menu-item-home a {
        justify-content: center;
    }

    .menu-item-home a i {
        margin-top: -10px;
    }

    .main-nav {
        height: auto;
    }

    .navbar-dark .navbar-nav .nav-link {
        border-right: 0;
    }

    #header-3 nav {
        padding: 10px;
        top: 0;
        z-index: 90;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .nav-box {
        height: auto;
    }

    #header-3 #navbarSupportedContent-7 {
        justify-content: center;
    }

    .header-bg {
        height: 300px;
    }

    .header-bg .overlay {
        height: 300px;
    }

    .header-present {
        height: 300px;
    }

    .navbar {
        transition-duration: .5s;
    }

    .affix {
        height: auto !important;
        margin-top: 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 15px;
        text-align: left;
        justify-content: flex-start;
        height: 40px;
        line-height: 0px;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        background-color: transparent;
    }

    .contact-wrapper ul {
        flex-direction: column;
    }

    .navbar-dark li:after {
        display: none;
    }

    .owl-cpt-1 img {
        height: 400px;
    }

    #slider-carousel {
        height: 100vh;
        padding: 50px 0 0 0;
    }

    #slider-carousel .carousel-item .carousel-caption h4 {
        font-weight: 400;
        font-size: 40px;
    }

    #slider-carousel .carousel-item img {
        height: 100vh;
    }

    .offer-1 {
        margin-top: 40px;
    }

    .about-1 .button-box {
        flex-direction: column;
    }

    .about-1 .button-box a:last-child {
        margin-left: 0;
    }

    .about-1 img {
        box-shadow: none;
    }

    .about-1 .text-wrap p {
        font-size: 19px;
    }

    .header-present {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-bg .header-present h2 {
        font-size: 55px;
    }

    #header-2 #mainmenu {
        width: 100%;
    }

    .about-1 img {
        height: 305px;
    }

    .about-2 p {
        padding-left: 0;
    }

    .about-3 img {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .about-3 .img-border:before {
        width: 95%;
        left: -10px;
        bottom: -20px;
    }

    .about-3-row {
        flex-direction: column-reverse;
    }

    .about-two-image img {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .about-two-image .img-1 {
        position: inherit;
        margin-top: 30px;
    }

    .about-two-image .img-2 {
        position: inherit;
        margin-top: 30px;
    }

    .contact-box {
        padding: 15px;
    }

    .contact-form {
        padding: 15px;
        border: none;
    }

    .offer-box {
        margin-top: 20px;
        margin-bottom: 20px;
        transform: rotate(0deg);
    }

    .offer-box-inner {
        transform: rotate(0deg);
    }

    .about-grid-box {
        height: auto;
    }

    .fb-container {
        height: 700px;
    }

    #mainmenu img {
        width: 70% !important;
    }

    .counter h2 {
        font-size: 80px;
    }

    .counter .row {
        flex-direction: column-reverse;
    }

    .cpt-wrapper {
        display: flex;
    }

    .cpt-1-box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .customers-wrapper {
        flex-direction: column-reverse;
    }

    .featured-box {
        margin-bottom: 30px;
    }

    .featured-box img {
        width: 100%;
    }

    .featured-box .a-title {
        color: #000;
        display: flex;
        transform: rotate(0);
        width: 100%;
        height: 61px;
        font-size: 24px;
        margin-left: 0;
    }

    .step-wrapper {
        grid-template-columns: 1fr;
    }

    .step-box {
        margin-bottom: 80px;
    }

    .step-box:before {
        right: 115px;
        height: 40px;
        width: 20px;
        bottom: -20px;
    }

    .step-box:after {
        transform: inherit;
        right: 80px;
        bottom: -110px;
    }

    footer .navbar-nav {
        flex-direction: column;
    }

    footer .navbar-nav li:first-child .nav-link {
        padding-left: 10px;
    }

    footer .navbar-nav .nav-link {
        padding: 10px;
        border-right: none;
    }

    .foo-col {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .header-info {
        display: none;
    }

    .breadcrumbs a {
        font-size: 14px;
    }

    .affix {
        top: 0 !important;
    }

    .header-bg h2 {
        font-size: 26px;
    }

    #slider-carousel .carousel-item .carousel-caption h3 {
        font-size: 35px;
        padding-top: 30px;
    }

    #slider-carousel .carousel-item .carousel-caption h6 {
        font-size: 35px;
    }

    .slider-btn {
        flex-direction: column;
        align-items: flex-start;
    }

    .fb-container h3 {
        display: none;
    }

    .about-grid-wrapper {
        display: flex;
        flex-direction: column;
    }

    .offer-wrapper {
        margin-bottom: 50px;
    }

    .cpt-2 h2 {
        font-size: 25px;
    }

    .multi-contact-wrapper {
        flex-direction: column;
    }

    .simple-multi-contact {
        padding: 0;
    }

    .footer-contact ul {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    #slider-carousel .carousel-item .carousel-caption {
        align-items: center;
    }

    #header-2 .top-contact li:nth-child(2) {
        display: none;
    }

    .about-1 .read-more {
        margin-bottom: 30px;
    }

    .squere {
        display: none;
    }

    #slider-carousel .carousel-item .carousel-caption h3 {
        position: relative;
        top: 0;
        left: 0;
        font-size: 32px;
        padding-top: 0;
    }

    #slider-carousel .carousel-item .carousel-caption h4 {
        position: relative;
        top: 0;
        left: 0;
        font-size: 20px;
    }

    .slider-btn a {
        margin-bottom: 10px;
    }

    .carousel-control-prev {
        top: inherit;
        bottom: 25px;
    }

    .carousel-control-next {
        top: inherit;
        bottom: 25px;
    }

    .about-1 .circle {
        flex-direction: column;
    }

    .counter .counter-wrapper {
        display: flex;
        flex-direction: column;
    }

    .counter .counter-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-grid .text-wrapper h1 {
        font-size: 20px;
    }

    .about-3 .img-border {
        display: none;
    }

    .about-3 .about-contact {
        flex-direction: column;
    }

    .about-3 .about-contact li {
        margin-bottom: 15px;
    }

    .about-3 img {
        height: 400px;
    }

    .stage-box {
        border: none;
    }

    .footer-social h5 {
        font-size: 33px;
    }

    footer .wrap {
        margin-bottom: 15px;
    }
}

/*===========================Smartphoto===========================*/
@keyframes smartphoto {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto-img-wrap {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smartphoto-inner {
    from {
        transform: translate(0, 100px);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        transform: rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: rotate(180deg);
    }

    100% {
        opacity: .4;
        transform: rotate(360deg);
    }
}

@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.smartphoto {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    transition: all 0.3s ease-out;
    animation-name: smartphoto;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
    display: none;
}

.smartphoto-close {
    opacity: 0;
}

.smartphoto-count {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}

.smartphoto-header {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smartphoto-dismiss {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
    text-shadow: 0 1px 0 #FFF;
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.smartphoto-body {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.smartphoto-inner {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.smartphoto-img {
    display: none;
    max-width: none;
    width: auto;
    height: auto;
    cursor: zoom-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: transform 0.3s ease-out;
    -webkit-user-drag: none;
}

.smartphoto-img.active {
    display: block;
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    transition: none;
}

.smartphoto-img-elasticmove {
    transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    animation-name: smartphoto-img-wrap;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-img-left {
    transform: translateX(150%) !important;
}

.smartphoto-img-right {
    transform: translateX(-150%) !important;
}

.smartphoto-arrows {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1002;
    top: 50%;
    left: 0;
    opacity: 1;
    animation-name: smartphoto-appear;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows li {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
    outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-arrows a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.smartphoto-arrow-right {
    right: 0;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
    left: 0;
    background-image: url(data:image/svg+xml;
 base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    animation-name: smartphoto-appear;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
    animation-name: smartphoto-hide;
    display: none;
}

.smartphoto-nav ul {
    display: block;
    overflow-x: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.smartphoto-nav a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-position: center center;
    background-size: cover;
    opacity: .5;
}

.smartphoto-nav a:focus {
    opacity: .8;
}

.smartphoto-nav a.current {
    opacity: 1;
}

.smartphoto-nav img {
    width: auto;
    height: 100%;
}

.smartphoto-list {
    list-style-type: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.smartphoto-list li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
    outline: none;
}

.smartphoto-list-onmove {
    transition: all 0.3s ease-out;
}

.smartphoto-caption {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smartphoto-caption:focus {
    outline: none;
}

.smartphoto-loader-wrap {
    display: block;
    position: relative;
    z-index: 103;
    width: 0;
    height: 0;
    transform: translate(50vw, 50vh);
}

.smartphoto-loader {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -25px;
    margin-left: -25px;
    border: 8px solid #17CDDD;
    border-right-color: transparent;
    border-radius: 50%;
    animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

.smartphoto-sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}