/*
	Theme Name: KRP TAX Consulting 
	Version: 1.0
	Author: Krystian Badowski
	Author URI: http://badek.org
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
    scroll-behavior: smooth;
}

/* clear */
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
img {
    max-width: 100%;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/

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

/* CODE */

body {
    margin: 0;
    padding: 0;
    background: #fbfbfb;
    color: #333;
    font-family: "Hind Siliguri", sans-serif;
    font-size: 18px;
}

img {
    max-width: 100%;
}
p {
    line-height: 1.8;
    color: #555;
}
li {
    line-height: 1.8;
}
.master {
    color: #00c0fe;
}
a,
button,
#offer .offer-item .order-1 .offer-icon,
#offer .offer-item .order-2 .offer-icon,
#offer .offer-item .offer-content h3,
#offer .offer-item .link-arrow,
#offer .offer-item .icon-bg,
button span {
    transition: 0.4s;
}

.button-container {
    display: flex;
    gap: 25px;
}
a.button,
button.button,
input.wpcf7-submit {
    display: flex;
    align-items: center;
    padding: 23px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-decoration: none;
}
a.button-master,
button.button-master,
input.wpcf7-submit {
    background: #00c0fe;
    color: #fff;
    border: 2px solid #00c0fe;
}
a.button-clear-white,
button.button-clear-white {
    color: #fff;
    border: 2px solid #fff;
}
a.button i,
button.button i,
.navigation-item-contact i {
    padding-right: 15px;
}
a.button-master:hover,
button.button-master:hover {
    background: none;
    color: #00c0fe;
}
a.button-clear-white:hover,
button.button-clear-white:hover {
    background: #00c0fe;
    border: 2px solid #00c0fe;
    color: #fff;
}
.section-title {
    color: #263760;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1px;
}
main ul {
    list-style: none;
    padding-left: 0;
}
main ul li,
main ol li {
    padding: 5px 0;
}
main ul li:before {
    content: "\f067";
    padding-right: 15px;
    font-family: FontAwesome;
    color: #00c0fe;
}
main ul li ul li:before,
main ul li ul li ul li:before {
    content: "\f068";
    padding-right: 15px;
    font-family: FontAwesome;
    color: #1b2336;
}

nav {
    position: relative;
    z-index: 90;
    transition: 0.3s;
}
nav .container {
    position: relative;
}
.top-nav-menu {
    position: absolute;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    margin: 40px 0;
    padding: 30px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.logo-container {
    flex: 0 0 250px;
}
.navigation {
    width: 100%;
}
ul.navigation-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
}
ul.navigation-menu li a {
    position: relative;
    padding: 5px 15px;
    color: #333;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-decoration: none;
}
ul.navigation-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    display: block;
    background: #00c0fe;
    transition: 0.4s;
}
ul.navigation-menu li a:hover {
    color: #00c0fe;
}
ul.navigation-menu li a:hover:after {
    width: 100%;
}
ul.navigation-menu li.navigation-item-contact a {
    margin-left: 20px;
    padding: 10px 20px;
    background: #00c0fe;
    border: 2px solid #00c0fe;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
ul.navigation-menu li.navigation-item-contact a:before {
    content: "\f0e0";
    margin-right: 15px;
    font-family: FontAwesome;
    font-weight: 400;
}
ul.navigation-menu li.navigation-item-contact:hover a {
    background: none;
    color: #00c0fe;
}
ul.navigation-menu li.menu-item-has-children {
    position: relative;
}
ul.navigation-menu li.menu-item-has-children:after {
    content: "\f107";
    position: relative;
    top: -2px;
    margin-left: -10px;
    margin-right: 15px;
    font-family: FontAwesome;
    color: #555;
    font-size: 18px;
    font-weight: 400;
}
ul.naviagation-menu li.menu-item-has-children a i {
    padding-left: 10px;
}

ul.navigation-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 0.5rem 0;
    min-width: 20rem;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    list-style: none;
}
ul.navigation-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
ul.sub-menu {
    min-width: 20rem;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
ul.sub-menu li a {
    display: block;
    padding: 5px 15px;
}

nav.fixe-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.top-nav-menu.fixe-menu {
    position: static;
    margin: 25px 0;
    padding: 0;
    box-shadow: none;
}

#intro {
    position: relative;
    height: 100vh;
    min-height: 720px;
    max-height: 1100px;
}

#main-slider,
.carousel-inner,
.carousel-item,
.background-slider {
    width: 100%;
    height: 100%;
}
.background-slider {
    position: absolute;
    filter: brightness(0.5);
}
.carousel-item .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel-item .content {
    position: relative;
    z-index: 1;
    margin: 180px 0 80px;
    width: 60%;
}
.carousel-item .content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
}
.carousel-item .content p {
    color: #eee;
    margin-bottom: 40px;
}
.carousel-indicators {
    margin: 0;
    width: 100%;
    align-items: flex-end;
}
.carousel-indicators [data-bs-target] {
    width: 100%;
    height: 25px;
    border: none;
    background: #aaa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    opacity: 0.8;
    transition: 0.3s;
}
.carousel-indicators .active {
    background: #00c0fe;
    height: 45px;
    opacity: 1;
}

.intro-50 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.intro-50:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #1b2336;
}
.intro-50:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-50 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.intro-50 .content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 45%;
    height: 100%;
    padding-top: 140px;
}
.intro-50 .content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 32px;
}
.intro-50 .content p {
    margin-bottom: 0;
    color: #d5d5d5;
    line-height: 28px;
}
.intro-50 .offer-list {
    position: relative;
    z-index: 4;
    display: flex;
    gap: 20px;
    margin-top: 5px;
    padding-bottom: 50px;
}
.intro-50 .offer-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 45px;
    width: 220px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    text-decoration: none;
}
.intro-50 .offer-item:hover {
    transform: scale(1.1);
}
.intro-50 .offer-item i {
    margin-bottom: 20px;
    color: #00c0fe;
    font-size: 42px;
}
.intro-50 .offer-item span {
    display: block;
    color: #263760;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

#about {
    padding: 100px 0;
}
#about .content-container {
    display: flex;
    align-items: center;
}
#about .content-container .image {
    flex: 0 0 700px;
    height: 700px;
    border-radius: 3px;
}
#about .content-container > .content {
    padding-left: 100px;
}
#about .content-container h2 {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
#about .about-item {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
}
#about .about-item .icon {
    flex: 0 0 70px;
    width: 55px;
    height: auto;
    transition: 0.4s;
}
#about .about-item:hover .icon {
    transform: scale(1.2);
}
#about .about-item .icon i {
    color: #00c0fe;
    font-size: 48px;
}
#about .about-item span {
    display: block;
    margin-bottom: 30px;
    color: #263760;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    transition: 0.4s;
}
#about .about-item:hover span {
    color: #00c0fe;
}
#about .about-item p {
    padding-top: 10px;
    font-size: 16px;
}

#about-us {
    position: relative;
    margin-bottom: 150px;
    padding-top: 100px;
    background-color: #1b2336;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}
#about-us .box-container {
    position: relative;
    top: 100px;
    display: flex;
    padding: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
#about-us .box-container .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 45px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #eee;
}
#about-us .box-container .box:last-child {
    border: none;
}
#about-us .box-container .box a {
    color: #aaa;
}
#about-us .box-container .box a:hover {
    color: #00c0fe;
    transform: scale(1.2);
}
#about-us .box-container .box > i {
    color: #00c0fe;
    font-size: 48px;
}
#about-us .box-container .box .icon {
    display: flex;
    justify-content: center;
    width: 100%;
}
#about-us .box-container .box .icon img {
    max-width: 64px;
    max-height: 64px;
}
#about-us .box-container .box .title-box {
    display: block;
    color: #263760;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}
#about-us .box-container .box p {
    margin-bottom: 0;
}
#about-us .box-container .box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#about-us .box-container .box ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}
#about-us .box-container .box ul li:last-child {
    border-bottom: none;
}

#offer {
    padding: 100px 0;
}
#offer .offer-item {
    margin-bottom: 24px;
    text-decoration: none;
}

#offer .offer-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
#offer .offer-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    height: 300px;
    background: #1b2336;
    border-radius: 3px;
    color: #fff;
    overflow: hidden;
}
#offer .content {
    padding-right: 30px;
}
#offer .content img {
    display: block;
    margin-top: 40px;
    max-width: 220px;
}
#offer .offer-content-item {
    display: flex;
    margin-top: 30px;
}
#offer .offer-content-item:last-child {
    margin-bottom: 30px;
}
#offer .offer-content-item .icon {
    display: flex;
    align-items: center;
    margin-right: 30px;
    flex: 0 0 50px;
}
#offer .offer-content-item .icon i {
    color: #00c0fe;
    font-size: 48px;
}
#offer .offer-content-item span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}
#offer .offer-content-item p {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
}
#offer .offer-content h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}
#offer .offer-icon {
    position: absolute;
    top: calc(50% - 43px);
    z-index: 5;
    padding: 25px;
    background: #fff;
    border-radius: 50px;
    color: #00c0fe;
    font-size: 32px;
}
#offer .offer-item .order-1 .offer-icon {
    right: -53px;
}
#offer .offer-item .order-2 .offer-icon {
    left: -53px;
}

#offer .link-arrow {
    color: #fff;
    font-size: 32px;
}
#offer .icon-bg {
    position: absolute;
    bottom: -30px;
    right: -30px;
    opacity: 0.05;
    font-size: 200px;
}

#offer .offer-item:hover .order-1 .offer-icon,
#offer .offer-item:hover .order-2 .offer-icon {
    background: #00c0fe;
    color: #fff;
}
#offer .offer-item:hover .offer-content h3,
#offer .offer-item:hover .link-arrow {
    color: #00c0fe;
}
#offer .offer-item:hover .icon-bg {
    transform: scale(1.2);
}

#testimonials {
    position: relative;
    background: #1b2336;
    overflow: hidden;
}
#testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(images/testimonials.jpg) no-repeat center;
    background-size: cover;
}
#testimonials .container {
    width: 40%;
    position: relative;
    left: 20%;
}
#testimonials .testi-content {
    padding: 150px 50px;
}
#testimonials h2.section-title {
    color: #fff;
}
#testimonials .quote-icon {
    position: absolute;
    bottom: -30px;
    right: -30px;
    color: #fff;
    font-size: 260px;
    opacity: 0.05;
}
#testimonials .carousel-item {
    padding: 100px 0;
    min-height: 440px;
}
#testimonials .testimonials-item {
    color: #fff;
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 44px;
}
#testimonials span.author {
    display: block;
    margin-top: 25px;
    color: #00c0fe;
    font-weight: 700;
}
#testimonials span.author em {
    color: #ddd;
}
#testimonials .testimonials-item:before {
    content: open-quote;
}
#testimonials .testimonials-item:after {
    content: close-quote;
}
#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
    position: static;
    display: inline-block;
    width: auto;
}

#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
    opacity: 1;
}
#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
    margin-right: 20px;
    background: none;
    font-size: 32px;
}
#testimonials .carousel-control-prev-icon:hover,
#testimonials .carousel-control-next-icon:hover {
    color: #00c0fe;
}
#testimonials .carousel-control-prev-icon:before {
    content: "\f060";
    font-family: FontAwesome;
}
#testimonials .carousel-control-next-icon:before {
    content: "\f061";
    font-family: FontAwesome;
}

footer {
    padding: 70px 0;
    background: url(images/footer.jpg) no-repeat center;
    background-size: cover;
    font-size: 16px;
}
footer h3 {
    margin-bottom: 25px;
    color: #263760;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}
footer ul {
    position: relative;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 30px;
}
footer ul.footer-address:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f3c5";
    font-family: FontAwesome;
    color: #00c0fe;
}
footer ul.footer-phone:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f879";
    font-family: FontAwesome;
    color: #00c0fe;
}
footer ul.footer-email:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f0e0";
    font-family: FontAwesome;
    color: #00c0fe;
}
footer ul.footer-menu-list {
    padding-left: 0;
}
footer ul.footer-menu-list li {
    padding: 5px 0;
}
footer ul.footer-menu-list li:before {
    content: "\f00c";
    padding-right: 15px;
    font-family: FontAwesome;
    color: #999;
}
footer ul li a {
    color: #333;
    text-decoration: none;
}
footer ul li a:hover {
    color: #00c0fe;
}
footer img.logo {
    max-width: 280px;
    margin-top: 25px;
}

#copyright {
    background: #1b2336;
    padding: 30px 0;
    font-size: 14px;
    color: #bbb;
}
#copyright a {
    color: #ccc;
    text-decoration: none;
}
#copyright span {
    line-height: 1.8;
}

#header-page {
    position: relative;
    padding-top: 150px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1b2336;
}
#header-page .page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: brightness(0.6);
    background-position: center;
}
#header-page h2 {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 52px;
}
#header-page .breadcrumbs {
    position: relative;
    z-index: 5;
    margin-top: 20px;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 28px;
}
#header-page .breadcrumbs i {
    margin-right: 10px;
    margin-top: 4px;
}
#header-page .breadcrumbs a {
    color: #ddd;
    text-decoration: none;
}

.page-content {
    margin: 100px 0;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin: 30px 0;
    font-weight: 700;
}
.page-content h2 {
    font-size: 2rem;
}
.page-content h3 {
    font-size: 1.75rem;
}
.page-content h4 {
    font-size: 1.5rem;
}
.page-content h5 {
    font-size: 1.25rem;
}
.page-content h6 {
    font-size: 1rem;
}
.page-content ul,
.page-content ol {
    margin-left: 25px;
}
.page-content p,
.page-content ol,
.page-content ul,
.page-content blockquote {
    margin-bottom: 1rem;
}

.page-content.contact-panel {
    margin: 0;
}

.contact-line {
    padding: 50px;
    background: #1b2336;
    color: #fff;
}
.contact-line .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-line h2 {
    font-size: 32px;
}
.contact-line .button {
    font-size: 24px;
    text-shadow: 1px 1px 0 #1b2336;
}
.contact-line .button:before {
    content: "\f0e0";
    margin-right: 15px;
    font-family: FontAwesome;
    font-weight: 400;
}

.image-container {
    text-align: center;
}
.image-container span {
    display: block;
    margin: 25px 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
}

.contact-box {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: -50px;
    padding: 40px;
    width: 60%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact-box a {
    color: #333;
    text-decoration: none;
}
.contact-box a:hover {
    color: #00c0fe;
}
.contact-box h3 {
    font-size: 48px;
    font-weight: 700;
}
.contact-box form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact-box input,
.contact-box textarea {
    display: block;
    padding: 15px 23px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}
.contact-box textarea {
    height: 250px;
}

.contact-box h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.contact-box ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 30px;
}
.contact-box ul.contact-address:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "\f3c5";
    font-family: FontAwesome;
    color: #00c0fe;
}
.contact-box ul.contact-phone:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "\f879";
    font-family: FontAwesome;
    color: #00c0fe;
}
.contact-box ul.contact-email:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "\f0e0";
    font-family: FontAwesome;
    color: #00c0fe;
}
.contact-box ul.contact-hours:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "\f017";
    font-family: FontAwesome;
    color: #00c0fe;
}
.contact-box ul li {
    font-size: 16px;
}
.contact-box ul li:before {
    display: none;
}
.contact-box .form-contact {
    margin-top: 20px;
}
.contact-box .form-contact .form-contact__text {
    margin-bottom: 25px;
    line-height: 1.6;
}
.contact-box-cv {
    margin-bottom: 0;
}

#map .gm-style > div > div {
    top: 100px;
}

blockquote.wp-block-quote {
    padding-left: 40px;
    border-left: 4px solid #00c0fe;
}

@media (min-width: 1650px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media (max-width: 1400px) {
    body {
        font-size: 16px;
    }
    #about .content-container .image {
        flex: 0 0 500px;
    }
    footer img.logo {
        max-width: 100%;
    }
    .contact-box {
        width: 100%;
        margin-bottom: 50px;
    }
    .meta-contact {
        display: flex;
        justify-content: space-evenly;
        gap: 25px;
    }
    .contact-box .form-contact {
        max-width: 600px;
        margin: 40px auto 0;
    }
    #header-page {
        min-height: 350px;
    }
    #header-page h2 {
        font-size: 46px;
    }
    .page-content {
        margin: 50px 0;
    }
}

@media (max-width: 1200px) {
    .intro-50 .content .button-container a.button {
        padding: 23px 15px;
    }
    .intro-50 .content .button-container a.button i {
        padding-right: 8px;
    }
    .section-title {
        font-size: 42px;
    }
    .intro-50 .offer-item {
        padding: 20px 35px;
        width: 170px;
    }
    .intro-50 .offer-item span {
        font-size: 16px;
    }
    #about .content-container .image {
        flex: 0 0 400px;
    }
    #testimonials .testimonials-item {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 14px;
    }
    .top-nav-menu {
        justify-content: space-between;
    }
    /*.top-nav-menu .navigation{display:none;}*/

    .top-nav-menu .navigation {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: -100vw;
        padding: 60px 30px;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: scroll;
        transition: 0.8s;
    }
    .top-nav-menu .navigation.nav-active {
        right: 0;
    }
    .top-nav-menu .navigation .navigation-menu {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .navigation .close-nav {
        position: absolute;
        top: 30px;
        right: 5px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        transition: 0.4s;
        order: 1;
    }
    .navigation .close-nav span {
        display: block;
        width: 32px;
        height: 4px;
        background: #1d1d1d;
        border-radius: 4px;
    }
    .navigation .close-nav .cse1 {
        position: relative;
        top: 14px;
        transform: rotate(45deg);
        transition: 0.4s;
    }
    .navigation .close-nav .cse2 {
        position: relative;
        top: 10px;
        transform: rotate(-45deg);
        transition: 0.4s;
    }

    .top-nav-menu .navigation .navigation-menu li {
        font-size: 24px;
        line-height: 40px;
    }
    .top-nav-menu .navigation .navigation-menu li.navigation-item-contact a {
        position: relative;
        top: 20px;
        margin-left: 15px;
    }

    nav .top-nav-menu .navigation-menu li.menu-item-has-children:hover:after {
        display: none;
    }
    nav .top-nav-menu .navigation-menu li.menu-item-has-children .sub-menu {
        position: static;
    }
    nav .top-nav-menu .navigation-menu li.menu-item-has-children .sub-menu {
        border: none;
    }
    nav .top-nav-menu .navigation-menu li.menu-item-has-children .sub-menu li {
        padding: 0 10px;
    }
    nav
        .top-nav-menu
        .navigation-menu
        li.menu-item-has-children
        .sub-menu
        li
        a {
        color: #555;
        font-size: 22px;
    }
    nav
        .top-nav-menu
        .navigation-menu
        li.menu-item-has-children
        .sub-menu
        li.menu-item-has-children:hover
        .sub-menu {
        margin-left: 10px;
    }

    .hamburger {
        display: block;
        width: 35px;
        height: 35px;
        margin-top: 10px;
        cursor: pointer;
    }
    .hamburger span {
        display: block;
        margin-bottom: 5px;
        height: 4px;
        background: #1b2336;
        border-radius: 4px;
        transition: 0.4s;
    }
    .hamburger .ham1 {
        width: 34px;
    }
    .hamburger .ham2 {
        width: 34px;
    }
    .hamburger .ham3 {
        width: 34px;
    }
    .hamburger:hover .ham1 {
        width: 20px;
    }
    .hamburger:hover .ham2 {
        width: 27px;
    }
    .hamburger:hover .ham3 {
        width: 34px;
    }

    .carousel-item .content h2 {
        font-size: 42px;
    }

    .intro-50:before {
        width: 60%;
    }
    .intro-50:after {
        width: 40%;
    }
    .intro-50 .content {
        width: 55%;
        padding-top: 350px;
    }
    .intro-50 .content .button-container {
        flex-direction: column;
    }
    .intro-50 .content .button-container a {
        text-align: center;
    }
    .intro-50 .offer-list {
        display: none;
    }
    #about-us {
        padding-top: 0;
    }
    #about .content-container .image {
        display: none;
    }
    #about .content-container > .content {
        padding-left: 0;
    }
    #about-us .box-container {
        padding: 20px 30px;
        flex-direction: column;
    }
    #about-us .box-container .box {
        padding: 30px 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    #about-us .box-container .box:last-child {
        border: none;
    }
    #offer {
        padding: 40px 0 60px;
    }
    #offer .offer-box {
        margin-bottom: 80px;
    }
    #offer .content {
        padding-right: 0;
    }
    #offer .offer-content h3 {
        font-size: 22px;
    }
    #testimonials:before {
        width: 40%;
    }
    #testimonials .container {
        left: 15%;
        width: 50%;
    }
    #testimonials .carousel-item {
        padding: 50px 0;
        min-height: 340px;
    }
    #testimonials .testimonials-item {
        font-size: 18px;
        line-height: 26px;
    }

    footer {
        background: url(images/footer.jpg) repeat-y center;
        background-size: auto;
    }
    footer .container .row > div {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .carousel-item .content {
        width: 100%;
    }
    #main-slider .content .button-container {
        flex-direction: column;
    }
    #main-slider .content .button-container a.button {
        text-align: center;
    }

    #intro {
        height: auto;
    }
    .intro-50 {
        height: auto;
    }
    .intro-50:before {
        width: 100%;
        background: #1b2336ee;
        z-index: 2;
    }
    .intro-50:after {
        width: 100%;
    }
    .intro-50 .content {
        width: 100%;
        padding-top: 230px;
        padding-bottom: 80px;
    }
    #about {
        padding: 70px 0;
    }
    #offer {
        padding-top: 10px;
    }
    #testimonials:before {
        display: none;
    }
    #testimonials .container {
        left: auto;
        width: 100%;
    }
    #testimonials .testi-content {
        padding: 80px 0px;
    }
    #testimonials .carousel-item {
        padding: 50px 0;
        min-height: 240px;
    }
    footer {
        padding: 40px 0 60px;
    }
    footer img.logo {
        width: 200px;
    }

    #header-page {
        min-height: 400px;
    }
    .meta-contact {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .top-nav-menu {
        margin: 15px 0;
        width: calc(100% - 25px);
    }
    .top-nav-menu.fixe-menu {
        width: 100%;
    }

    #about .about-item .icon i,
    #about-us .box-container .box > i,
    #offer .offer-content-item .icon i {
        font-size: 36px;
    }
    #about .about-item .icon {
        flex: 0 0 65px;
    }
    #offer .offer-content {
        height: 200px;
    }
    #offer .offer-content h3 {
        font-size: 16px;
    }
    #offer .offer-content-item .icon {
        flex: 0 0 40px;
    }
    #offer .offer-icon {
        top: calc(50% - 30px);
        padding: 15px;
        font-size: 20px;
    }
    #offer .offer-item .order-1 .offer-icon {
        right: -38px;
    }
    #offer .offer-item .order-2 .offer-icon {
        left: -38px;
    }
    #offer .icon-bg {
        bottom: -15px;
        right: -15px;
        font-size: 100px;
    }

    .contact-box {
        padding: 0;
        background: none;
        box-shadow: none;
    }
}

@media (max-width: 400px) {
    .logo-container {
        flex: 0 0 auto;
    }
    a.logo img {
        width: 180px;
    }
}

/* admin bar */
#wpadminbar {
    top: auto;
    bottom: 0;
    opacity: 0.4;
    transition: 0.2s;
}
#wpadminbar:hover {
    opacity: 1;
}
