/*
Author: Piotr Nowak aka ziccoss | webideas.pl
*/

@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700;1,800&display=swap&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800&display=swap&subset=latin-ext');
@import url('font-awesome.min.css');
@import url('animate.min.css');

/************************************** Globalne Ustawienia ***************************************/
:root
{
    --blue: #415593;
    --gray: #9fa2a4;
    --green: #00801e;
    --light-green: #00ba2b;
    --red: #c72627;
}

html, body
{
    height: 100%;
}

body
{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    line-height: 1.9;
}

header
{
    height: 100vh;
    background-image: linear-gradient(rgba(000, 000, 000, 0.6), rgba(000, 000, 000, 0.6)), url('../images/bg-header.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 65% 0;
}

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

h1, h2, h3, h4, h5
{
    font-weight: 400;
    color: #222;
}

h1
{
    margin: 0;
    font-size: 40px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 1.75rem;
    font-weight: 500;
}

h5
{
    font-size: 1.7rem;
}

a
{
    color: var(--gray);
}

a:hover, a:active, a:focus
{
    color: var(--gray);
    text-decoration: none;
}

a,
a:focus,
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
button:focus
{
    outline: 0 !important;
}

.btn:focus
{
    box-shadow: none !important;
}

label
{
    vertical-align: bottom;
}

textarea
{
    display: block;
    background: #fff;
    width: 100%;
    border: 1px solid #c1c7e6;
    border-radius: 6px;
}

textarea
{
    overflow: auto;
    resize: vertical;
}

select.input
{
    padding: 14px 18px 13px;
}

/************************************** Struktura ***************************************/


.preloader .preloader-section {
    background-color: #111;
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2000;
    transition: all .55s ease;
}

.preloader .preloader-left {
    left: 0;
}

.preloader.loaded .preloader-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.preloader .preloader-right {
    right: 0;
}

.preloader.loaded .preloader-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.preloader .preloader-icon {
    position: fixed;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 3000;
}

.preloader .preloader-icon .loading-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.preloader .preloader-icon .loading-dot-1 {
    -webkit-animation: 1.2s grow ease-in-out infinite;
    animation: 1.2s grow ease-in-out infinite;
}

.preloader .preloader-icon .loading-dot-2 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
    margin: 0 7px;
}

.preloader .preloader-icon .loading-dot-3 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
    animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

header .top-bar
{
    border-bottom: 1px #e7e7e7 solid;
    background: #f8f8f8;
}

.top-bar a,
.top-bar span
{
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: var(--gray);
    transition: all 0.3s ease;
}

.navbar 
{
    /*position: relative;*/
    margin-bottom: 0;
    border: 0 none;
    background: none;
}

.navbar-default
{
    padding: 18px 10px;
    background: transparent;
}

.navbar-sticky
{
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    z-index: 5;
}

.navbar .navbar-toggler
{
    background-color: #333;
    border-color: #222;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    padding: 4px 10px;
    z-index: 10;
}

.navbar .navbar-toggler .nav-btn
{
    font-family: Raleway,sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.navbar-default .mobile-menu,
.navbar-sticky .mobile-menu
{
    border: 1px var(--light-green) solid;
}

.navbar-default .mobile-menu:hover,
.navbar-default .mobile-menu:focus
{
    background-color: #fff;
}

.navbar-default .mobile-menu .icon-bar,
.navbar-sticky .mobile-menu .icon-bar
{
    background: #4760bb;
}

.navbar-toggler
{
    border: 1px var(--gray) solid;
}

.navbar-toggler-icon
{

}

.logo 
{
    z-index: 10;
}

.logo img
{
    max-width: 70px;
}

.menu
{
    padding: 10px 0;
}

.menu li
{
    padding: 0px 9px;
}

.menu li a
{
    position: relative;
    display: block;
    padding: 0px 0px 0 0;
    font-family: Raleway,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray);
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu li.current a
{
    color: var(--light-green) !important;
}

.menu li a:hover,
.menu li a:focus
{
    background: none;
    color: #fff;
}

.navbar-sticky .menu li a
{
    color: #222;
    transition: all 0.3s ease;
}

.navbar-sticky .menu li a:hover,
.navbar-sticky .menu li a:focus
{
    color: var(--light-green);
}

/*
.menu li a::before
{
        position: absolute;
        top: auto;
        left: 0;
        bottom: -50%;
        width: 100%;
        height: 3px;
        content: '';
        background-color: var(--light-green);

        /*
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);*/
/*	
        -webkit-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;	

        transform: scale(0, 1);
        transform-origin: right top;
        webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.menu li.current a::before,
.menu li a:hover::before
{
        width: 100%;
        background-color: var(--light-green);
        transform: scale(1, 1);
        transform-origin: left top;
}
*/

.banner-block
{
    position: relative;
    display: flex;
    height: 98vh;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner-block h1
{
    margin-bottom: 28px;
    font-family: Raleway, sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.clip
{

}

.clip-words-wrapper
{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.clip-words-wrapper b 
{
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-headline.clip .clip-words-wrapper::after
{
    background-color: #aebcb9;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.cd-headline.clip .cd-words-wrapper
{
    overflow: hidden;
    vertical-align: top;
}

.clip-words-wrapper b.is-visible
{
    position: relative;
}

.cd-headline.clip span
{
    display: inline-block;
}

.cd-headline.clip b
{
    opacity: 0;
}

.cd-headline.clip b.is-visible
{
    opacity: 1;
}

.banner-block p
{
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #f3f3f3;
    line-height: 30px;
    text-shadow: 1px 1px 1px #000;
}

.banner-block .text-block
{
    padding: 12.5px 5px;
    background: rgba(102, 188, 71,.8);
    text-align: center;
}

.btn-slide
{
    display: inline-block;
    margin: 0 9px;
    padding: 9px 38px;	
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    transition: background .3s ease;
    letter-spacing: .5px;
}

.btn-slide.more
{
    background-color: #fff;
}

.btn-slide.more:hover
{
    background-color: var(--gray);
}

.btn-slide.scheme
{
    color: #fff;
    background-color: var(--light-green);
}

.btn-slide.scheme:hover
{
    background-color: var(--green);
}

.banner-block  .scroll-icon
{
    bottom: 3.75%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 29px;
}

.banner-block .scroll-icon .mouse
{
    background-color: rgba(0,0,0,.35);
    border: 2px solid #fff;
    border-radius: 25px;
    box-sizing: initial;
    height: 28px;
    opacity: .75;
    padding: 5px 11px;
    width: 3px;
}

.banner-block .scroll-icon .wheel
{
    width: 3px;
    height: 9px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scrollDown;
    animation-name: scrollDown;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
    }
}

.breadcrumbs-wrap
{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    width: 50%;	
}

.breadcrumbs-wrap .breadcrumb
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 28px 0 28px 140px;
    background-color: var(--light-green);
}

.breadcrumb > li + li::before
{
    padding: 0 5px;
    content: "/\00a0";
    color: #ccc;
}

/*
.breadcrumbs-wrap .breadcrumbs::before
{
        position: absolute;
        content: "";
        background-color: #ff3737;
        top: 0px;
        left: -80%;
        width: 80%;
        height: 100%;
}
*/
.breadcrumbs-wrap .breadcrumb::after
{
    position: absolute;
    top: 0px;
    right: -30px;
    width: 80px;
    height: 100%;
    content: "";
    background-color: var(--light-green);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.breadcrumbs-wrap .breadcrumb li
{
    display: inline-block;
    color: #fff;
}

.breadcrumb > li + li::before
{
    font-size: 18px;
    color: #fff;
}

.breadcrumbs-wrap .breadcrumb li a,
.breadcrumbs-wrap .breadcrumb li span
{
    font-size: 18px;
    color: #ccc;
    text-transform: uppercase;
    transition: .5s;
}

.breadcrumbs-wrap .breadcrumb li a:hover
{
    color: var(--gray);
}

.breadcrumbs-wrap .breadcrumb li span
{
    font-weight: 700;
    color: #fff;
}

.content
{
    width: 100%;
    min-height: 200px;
    padding: 80px 0;
}

.content.quick-quote
{
    padding: 70px 0 ;
    background-image: linear-gradient(rgba(000, 000, 000, 0.65), rgba(000, 000, 000, 0.65)), url('../images/parallax.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 65% 0;
}

.content h2
{
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.content h4
{
    margin: .5rem 0;
    font-size: 1.2rem;
}

.content p
{
    font-size: 1rem;
    line-height: 24px;
}

.content hr
{
    height: 1px;
    border: 0 none;
    background-image: linear-gradient(to right, rgba(210, 210, 210, 0.2), rgba(210, 210, 210, 0.75), rgba(210, 210, 210, 0.2));
}

.content .text h4
{
    font-size: 20px;
    font-weight: 500;
    color: #444;
}

.content .btn-more
{
    margin-top: 40px;
}

.content.quick-quote h2
{
    margin-bottom: 20px;
    font-size: 48px;
    color: #fff;
}

.content.quick-quote p
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.content .title-main
{
    font-family: Raleway,sans-serif;
    margin-bottom: 20px;
}

.content .title-decorated
{
    position: relative;
    padding-left: 50px;
}

.content .title-decorated::before
{
    content: '';
    position: absolute;
    left: 0;
    top: .6em;
    width: 30px;
    padding-top: 20px;
    border-bottom: 1px solid;
    border-bottom-width: 2px;   
}

ul.pointers
{
    margin: 28px 0;
}

.pointers li
{
    display: block;
    padding: 5px;
}

.pointers li i
{
    margin-right: 5px;
    color: var(--gray);
}

#section-lets-start
{

}


.section-features
{
    /*background: url('../images/bg-features.jpg') no-repeat;*/
}

.features
{
    padding-top: 60px;
}

.features .feature
{
    position: relative;

}

.features .feature img
{
    max-width: 250px;
    webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: 0.5s;
}

.features .feature:hover img
{
    -webkit-transform: translate(0px, 85%);
    transform: translate(0px, 85%);
}

.features .feature .feature-content
{
    display: flex;
    align-items: flex-start;
    max-width: 250px;
    transform: translate(25px, -50px);
    padding: 36px 31px 32px;
    transition: .5s;
    background-color: #2d2d2d;
    color: #fff;
}

.features .feature:hover .feature-content
{
    background-color: var(--light-green);
    transform: translate(25px, -85%);
}

.features .feature .feature-content .icon-wrap i
{
    display: inline-block;
    margin: 15px 15px 0 0;
    font-size: 50px;
}

.features .feature .feature-content .feature-text h3
{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.section-services
{

}

.section-services p
{
    font-size: 15px;
    font-weight: 300;
}

.no-gutters
{
    margin-left: 0;
    margin-right: 0;
}

.service
{
    height: 100%;
    margin-bottom: 35px;
    padding: 32px 38px;	
    background-color: #fff;
    box-shadow: 0 8px 18px -7px rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.05);
    text-align: center;
}

.service .icon
{
    display: inline-block;
    margin-bottom: 24px;
    font-size: 50px;
    color: var(--light-green);
    line-height: 100%;	
}

/*
.service:hover
{
        background-color: var(--light-green);
        transition: all 0.3s ease;
}
*/

.service h5
{
    margin-bottom: 15px;
    font-family: Raleway,sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #333;
    /*transition: all .5s ease;*/
}

.service p
{
    font-size: 14px;
    color: #777;
    text-align: center;
}

.service:hover h5,
.service:hover p,
.service:hover .icon
{
    /*color: #fff;*/
}


.section-boxes
{
    padding: 0 0;
}

.section-boxes .sn-box-content
{

}

.section-boxes .sn-box-content .text-area
{
    max-width: 600px;
    margin: 50px auto;
}

.section-reviews
{
    background-image: linear-gradient(rgba(000, 000, 000, 0.65), rgba(000, 000, 000, 0.65)), url('../images/bg-testimonials.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: 65% 0;

}

.section-reviews h2,
.section-reviews p
{
    color: #fff;
}

.section-reviews .item .icon-quote
{
    margin: 20px 0;
    font-size: 50px;
    color: var(--light-green);
}

.section-reviews .item  .client-review
{
    margin: 40px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.section-reviews .item  .client-details
{
    font-size: 16px;
    font-weight: 700;
    color: #f3f3f3;
}

.ue img
{
    margin: 0 auto;
}

.ue .ue-info
{
    margin-top: 40px;
    text-align: center;
}

.ue .ue-info q
{
    quotes: ",," "''";
}

.bg-gray
{
    background-color: #f7f7f7;
}

.bg-blue
{
    background-color: #31a3dd;
}

.bg-green
{
    background-color: var(--light-green);
}

.box
{
    width: 100%;
    overflow: hidden;
}

h3.box-title
{
    margin-bottom: 20px;
}

.box a,
.box a span.img-hover
{
    color: #444;
    transition: all 0.4s ease;
}

.box a:hover
{
    color: var(--gray);
    text-decoration: none;
}

.box a:hover span.img-hover
{
    position: absolute;
    left: 0;
    top: 0;	
    display: block;
    width: 100%;
    height: 100%;	
    background-color: rgba(71, 96, 187, 0.25);
}

.box .box-img
{
    position: relative;
}

.box .box-content
{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.circle
{
    display: inline-block;
    width: 160px;
    height: 160px;
    padding: 45px 0;
    border: 2px var(--gray) solid;
    border-radius: 100%;
    font-size: 32px;
    color: var(--gray);
    text-align: center;
    transition: all 0.3s ease;
}

.circle:hover
{
    background-color: var(--gray);
}

.circle:hover i
{
    color: #fff;
}

.under-circle-text
{
    margin: 20px 0;
}

.product
{
    height: 100%;
    margin-bottom: 30px;
    border: 1px #ccc solid;
    overflow: hidden;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
}

.product a
{
    display: block;
    transition: .5s;
}

.product .img-wrap
{
    position: relative;
}

.product .img-wrap .product-theme
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.product:hover .img-wrap .product-theme
{
    background: rgba(199, 38, 39, 0.5);
}

.product .img
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;	
}

/*
.product img::after
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
        content: '';	
        opacity: 0;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
}

.product:hover img::after
{
        opacity: 0.5;
}
*/


.product .text-box
{
    padding: 20px 10px;
    background: #fff;
}

.product .text-box h3
{
    min-height: 50px;
    font-size: 20px;
    color: var(--gray);
    transition: all .3s ease;
}

.product:hover .text-box h3
{
    color: var(--light-green);
}

.product .text-box .price
{
    display: inline-block;
    padding: 0 5px;
}

.product .text-box .price.old-price
{
    font-size: 14px;
    font-weight: 500;
    color: #444;
    text-decoration: line-through;
}

.product .text-box  .price.current-price
{
    font-size: 16px;
    font-weight: 700;
    color: var(--gray);
}

.product .text-box .faded
{
    padding-top: 10px;
}

.product .text-box .read-more
{
    display: inline-block;
    padding: 20px 0 10px 0;
}

.product:hover .text-box .read-more
{
    display: inline-block;
    padding: 20px 0 10px 0;
    color: var(--light-green);
}

.product-details h3
{
    margin-top: 5px;
}

.gallery
{
    margin-bottom: 30px;
}


.testimonial-slider
{
    position: relative;
    padding-bottom: 40px;
}

.testimonial-slider .slides
{
    list-style: none;
    *zoom: 1;
}
.testimonial-slider .slides:after 
{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.testimonial-slider blockquote
{
    font-size: 30px;
    font-size: 1.875em;
    text-align: center;
}

.testimonial-slider blockquote cite
{
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-style: normal;
}

.testimonial-slider .flex-control-nav
{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    list-style: none;
    z-index: 2;
}

.testimonial-slider .flex-control-nav li
{
    display: inline-block;
    margin: 0 5px;
}

.testimonial-slider .flex-control-nav li a
{
    overflow: hidden;
    text-indent: -9999px;
    background: var(--gray);
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.testimonial-slider .flex-control-nav li a.flex-active
{
    background-color: #be6928;
}

.owl-stage
{
    transition: 0.8s !important;
}

.owl-dots
{
    margin-top: 20px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span
{
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #f7f7f7;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: .3;
}


.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span
{
    background: #fff !important;
    opacity: 1 !important;
}

.form-wrapper
{
    padding: 20px 0;
    overflow: hidden;
}

.input-label
{
    padding-left: 2.5px;
    font-weight: 400;
}

.required
{
    padding-left: 2.5px;
    color: red;
}

.field
{
    position: relative;
    margin-bottom: 20px;
}

.form-field
{
    width: 100%;
    padding: 8px 10px;
    border: 1px #aeaeae solid;
    border-radius: 2px;
    color: #444;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-field:hover,
.form-field:focus
{
    border-color: #4760bb;
}

.input-group .form-field
{
    border-radius: 3px 0 0 3px;
}

.input-group-addon
{
    border: 1px #aeaeae solid;
    border-left: 0 none;
}

.form-check-input
{
    margin-top: 0.31rem;
}

.error-msg
{
    position: absolute;
    top: 3px;
    right: 5px;
    display: none;
    font-size: 0.75em;
    color: red;
}

.field-error
{
    border: 1px red solid;
}

.statements
{
    width: 100%;   
}

.form-contact textarea
{
    min-height: 120px;
    resize: vertical;
}

.contact-information
{
    margin-top: 40px;
}

.btn-normal
{
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    border: 2px var(--light-green) solid;
    background-color: #fff;
    color: var(--light-green);
    text-decoration: none;
    transition: all .3s;
}

.btn-normal:hover
{
    background-color: var(--light-green);
    color: #fff;
}

.btn-normal::after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;	
}

.btn-normal:hover::after
{
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;	
    visibility: visible;
}

.btn-normal span
{
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

.btn-green
{
    background-color: var(--light-green);
}

.btn-green:hover
{
    background-color: #00801e;
}

.btn-gray
{
    background-color: #424242;
}

.btn-light-gray
{
    border: 1px var(--gray) solid;
    background-color: #f7f7f7;
}

.btn-green-border
{
    border: 1px var(--light-green) solid;
    background-color: #f7f7f7;
}

.btn-back
{
    margin-right: 15px;
}

.section-join-us .btn-normal
{
    border: 2px var(--red) solid;
    color: var(--red);
}

.section-join-us .btn-normal:hover
{
    background-color: var(--red);
    color: #fff;
}

.bordered
{
    padding: 5px;
    border: 1px #ccc solid;
}

.ui-widget
{
    font-family: 'Raleway';
    font-size: 1em;
}

.ui-state-default
{
    border: 0 none;
    background: none;
}

.accordion-button:focus
{
    box-shadow: none;
}

.accordion-item h2
{
    margin-bottom: 0;
}

.accordion-body
{
    font-size: 15px;
    font-weight: 300;
}

.single-card
{
    border-radius: 8px;
    box-shadow: 0 10px 15px 10px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 5px 16px;
}

.single-card h3
{
    font-family: "Poppins";
    font-size: 28px;
}

.single-card .icon
{
    color: #424242;
    display: inline-block;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 23px;
    text-align: center;
}

.single-card-maxterm
{
    color: #8090a5;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.single-card hr
{
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.single-card-deadline
{
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    color: #00ba2b;
    text-align: center;
}

.single-card-deadline span:first-of-type
{
    font-size: 35px;
    margin-right: 5px;
}

.single-card-deadline span:last-of-type
{
    font-size: 18px;
}

.single-card .btn
{
    background-color: #424242;
    border-radius: 5px;
    color: #fff;
    margin: 25px auto 0;
    padding: 8px 24px;
}

.single-card .btn.btn-green
{
    background-color: var(--light-green);
}

.single-card .single-card-input
{
    /*display: none;*/
    align-items: center;
    display: flex;
    flex-direction: column;    
}

.single-card .single-card-input.active
{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.single-card-input label
{
    font-weight: 500;
    text-align: center;
}

.single-card-input select
{
    width: 70%;
    text-align: center;
}

.single-card .single-card-input.active ~ .btn
{
    background-color: var(--light-green);
}

.auditor-summary
{

}

.auditor-summary .literal1
{
    position: absolute;
    top: -1.3rem;
    left: 3.75rem;    
    font-size: 13px;
    font-weight: 500;
    color: var(--light-green);
    text-transform: uppercase;
}

.auditor-summary .literal2
{
    position: absolute;
    bottom: -1rem;
    right: 3.75rem;  
    font-size: 13px;
    font-weight: 500;
    border-top: 1px var(--light-green) solid;
    text-transform: uppercase;    
}

.auditor-summary .position-price
{
    position: relative;
    font-size: 28px;
    font-weight: 500;
}

.order-box
{
    font-family: "Poppins";
    border-radius: 8px;
    box-shadow: 0 10px 15px 10px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
}

.summary-box-col-3 .order-box
{
    width: inherit;
    max-width: 400px;
    position: fixed;
/*    bottom: 5%;
    right: 1.5%;*/
    font-family: "Poppins";
    border-radius: 8px;
    box-shadow: 0 10px 15px 10px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
}

.col-box-shadow
{
    box-shadow: 0 10px 15px 10px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
}

.order-value
{
    background-color: #fff;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 12px;
}

.order-value h4
{
    font-size: 20px;
}

.order-value p
{
    font-size: 15px;
}

.order-box .values p
{
    font-size: 16px;
    text-align: right;
}

.order-box .values p span
{
    font-size: 12px;
}

#order-delivery
{
    color: var(--green);
}

.order-box .order-box-amount-label
{
    margin-top: 1rem;
    margin-bottom: 0;
}

.order-box .order-box-delivery-label
{
    margin-bottom: 0;
}

.order-box .order-box-summary
{
    margin-top: 1.5rem;
    font-size: 18px;
    font-weight: 500;
}

article
{
    margin-bottom: 40px;
}

article h2
{
    margin-bottom: 5px;
}

article h3
{
    margin: 0 0 5px 0;
}

article h3 a
{
    font-weight: 600;
    color: #4760BB;
    transition: all 0.5s ease;
}

article h3 a:hover
{
    color: #4760BB;
}

h3.article-title
{
    margin: 0 0 5px 0;
    font-size: 28px;
}

article .news-date
{
    font-size: 12px;
    color: #b3b3b3;
}

.content .contact-info .info-title
{
    margin-bottom: 25px;
}

.content .contact-info .info-title
{
    font-size: 22px;
    font-weight: 700;
}

.section-valuation
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-valuation h2
{
    font-size: 23px;
    font-weight: 500;
    line-heigt: 1.2;
    text-align: left;
}

.section-valuation .col-summary
{
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #fff;
}

.section-valuation .col-summary-left
{
    padding: 20px 15px;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    box-shadow: 3px 0 10px 5px rgba(0,0,0,.1);
}

.section-valuation .col-summary-right
{
    padding: 20px 15px;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
    box-shadow: 13px 0 10px 5px rgba(0,0,0,.1);
}

.section-valuation .btn-light-gray
{
    flex: 1 1 0px;
}

.section-valuation .btn-light-gray:first-child
{
    margin-right: 1.5rem;
}

.section-valuation .btn-light-gray:last-child
{
     margin-left: 2.5rem;
}

.section-valuation .form-floating > .form-control
{
    height: calc(2.25rem + 2px);
}

.section-valuation .form-floating > .form-control:focus ~ label
{
    opacity: 1;
    background-color: #fff;
    transform: scale(.85) translateY(-1.2rem) translateX(0.25rem);    
}

.section-valuation .form-floating > label
{
    padding: 0.3rem .75rem;
}

.section-valuation .form-floating > label
{
    height: auto;
}

.contact-info .info-icon
{
    display: inline-block;
    margin-right: 22px;
    font-size: 24px;
    color: var(--light-green);
}

.contact-info .media-body
{
    padding: 6px 0 6px 20px;
    padding-top: 0;
    border-left: 2px solid hsla(0,0%,84%,.5);
}

.contact-info .media-body .info-type
{
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.contact-info .media-body .info-type
{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.contact-info .media-body .info-details a
{
    color: #222;
    text-decoration: none;
}

.contact-form .form-title
{
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

.contact-form textarea
{
    min-height: 120px;
}

.contact-data p
{
    margin: 5px 0;
}

.app-success
{
    font-size: 1.2em;
    color: #078f07;
}

.app-error
{
    font-size: 1.2em;
    color: #FF0000;
}

.text-tool
{
    position: relative;
    cursor: pointer;
}

.text-tool:hover
{
    text-decoration: none;
}

.text-tool:hover::before
{
    position: absolute;
    left: 99%;
    top: 25%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid var(--gray);
    border-bottom: 13px solid transparent;
    content: '';
}

.text-tool:hover::after
{
    position: absolute;
    left: 114%;
    bottom: 40%;
    display: block;
    padding: 10px 20px;
    background-color: var(--gray);/*rgba(71, 96, 187, 1);*/
    border-radius: 5px;
    font-size: 1.2rem;
    color: #fff;
    content: attr(title);
    z-index: 99;
}
.f-reverse {
    flex-direction: column-reverse;
    align-items: center;
}
.f-reverse label.error {
    text-align: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -40px;
}
.message {width: 99.8%; min-height: 20px; margin: 0px 0 20px 0; color: #666452;}
.message div, .message ul {padding: 10px 10px; line-height: 1.5em;}
.success {border: 1px #078f07 solid; border-radius: 4px; background: #e7fbdb;}
.information {border: 1px #a2b4ee solid; border-radius: 4px; background: #dbe3ff;}
.attention {background: #fffbcc; border: 1px #e6db55 solid; border-radius: 4px;}
.error {
    border: none;
    border-radius: 4px;
    background: none;
    font-size: .8rem;
    padding-bottom: 0.8rem;
    padding-top: 0.2rem;
    color: #f55646;
    display: flex;
    text-align: left;
    line-height: 1;
    cursor: default;
}
.message.error {
    border: 1px #C31B00 solid; border-radius: 4px; background: #ffcccc; color: #c31b00;
}
label.error {
    position: absolute;
}
.centered-error .col-er, .overlay-content .centered-error .radio {
    position: initial;
}
.centered-error label.error {
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 1.2rem;
    width: auto;
    max-width: 200px;
    pointer-events:none; 
}
.form-wrapper.message, .form-wrapper .message{
    text-align: center;
    margin: auto;
    justify-content: center;
}
.pagination > li > a
{
    color: #676766;
}

.pagination > li > a:hover
{
    color: #676766;
}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background: none repeat scroll 0 0 #007C3E;
    border-color: #007C3E;
}

footer
{
    clear: both;
    min-height: 60px;
    background: #222222;	
}

footer h2
{
    font-family: 'Exo 2', 'sans-serif';
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 100%;
    color: #fff;
}

footer h4
{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 10px 20px 0 0;
}

footer h4.box-title
{
    margin: 0 0 15px 0;
}


footer hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

footer ul li
{
    display: block;
    padding-bottom: 5px;
    list-style: none;	
}

footer ul li a
{
    color: #6b6b6b;
    transition: .5s;
}

footer ul li a
{
    color: #fff;
}

footer .footer-content
{
    padding: 30px 0;
    color: #fff;
}

footer .footer-content p
{
    line-height: 1.55;
    color: #6b6b6b;
}

footer .footer-content .contact-details
{
    display: block;
}

footer .footer-content .footer-gallery img
{
    margin-bottom: 10px;
}

.footer-map
{
    height: 240px;
}

.contact-details li
{
    display: block;
    padding: 7px 0;
    font-size: 0.9rem;	
    color: #6b6b6b;
}

.contact-details li a
{
    color: #6b6b6b;
}

.contact-details li a:hover
{
    color: #fff;
}

footer  .social-icons
{
    display: inline-block;
}

footer  .social-icons li
{
    padding: 0 5px;
    border: 0 none;
}

footer  .social-icons li:first-child
{
    border: 0 none;
}

footer .social-icons li a
{
    font-size: 1rem;
    color: #6b6b6b;
}

footer .social-icons li a:hover
{
    color: #fff;
}

footer .footer-menu
{
    margin: 0;
    padding: 0 0 5px 0;
}
/*
.footer-menu li
{
        display: inline-block;
        padding-left: 7.5px;
}
*/
.footer-menu li
{
    display: block;
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
}

.footer-menu li a
{
    color: #6b6b6b;
}

.footer-menu li a:hover,
.footer-menu li a.active
{
    color: #fff !important;
}

footer .footer-bottom
{
    padding: 20px;
    border-top: 2px solid rgba(85,85,85,.15);
    font-size: 15px;
    background-color: #222222;
    color: #6b6b6b;
}

footer .footer-bottom  .link
{
    display: inline-block;
    margin-left: 12px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.footer-bottom .copyright
{
    text-align: left;
    color: #fff;
}

.footer-bottom .designer-info
{
    text-align: right;
}

.designer-brand
{
    color: #fff;
}

.subpage header
{
    position: relative;
    height: auto;
    background: none;
    /*background-size: cover;
    background-blend-mode: multiply;
    background-size: cover;	*/
}

.subpage .navbar-default
{
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}

.subpage .menu li a
{
    color: #222;
}

.subpage .content
{
    min-height: 90vh;
    padding: 100px 0;
}

.subpage .content .title-main
{
    margin-top: 25px;
}

.gm-style .gm-style-iw-d
{
    color: #444;
}

.overlay
{
    background: rgba(65, 85, 147, 0.98);
}

.overlay-top p
{
    font-size: 1rem;
}

.overlay-content h3
{
    font-weight: 600;
}

.overlay-content h3 span
{
    display: block;
    margin-top: 16px;
    font-size: 0.9rem;
}

.overlay-content .radio
{
    position: relative;
    width: 80%;
    height: 100px;
    margin: 40px auto;
    padding: 20px 0;
    border-radius: 6px;
    border: 1px solid #dce1e4;
    transition: all 0.3s ease;
}

.overlay-content .radio:hover,
.overlay-content .radio.selected,
.overlay-content .radio.checked
{

    cursor: pointer;
    border: 1px solid var(--green);
    box-shadow: inset 0 0 0 1px var(--green);
}
.overlay-content .radio.selected:hover,.overlay-content .radio.checked:hover {
    box-shadow: 0 0 0 2px var(--green);
    border: 1px solid var(--green);
    transition: all .15s ease-in;
}
.overlay-content .radio .option
{
    font-size: 1rem;
    font-weight: 600;
}

.overlay-content .radio input[type="radio"], .overlay-content .radio input[type="checkbox"]
{
    position: absolute;
    opacity: 0;
}

#msform fieldset:not(:first-of-type)
{
    display: none
}
.consumption-picker {
    width: 230px;
    height: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.consumption-picker .input-group-append, .consumption-picker .input-group-prepend {
    display: flex;
}
.input-group {
    margin: auto;
}
.consumption-picker .input-group-text.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.consumption-picker .input-group-text.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.consumption-picker .input-group-text:hover {
    background-color: #dadfe4;
}
.consumption-picker .input-group-text:active {
    background-color: #bdc6cf;
}
.consumption-picker .input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #1b2f51;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.175rem 1.2rem;
    font-size: 1.5em;
    justify-content: center!important;
}
.consumption-picker .input-wrapper {
    position: relative;
    height: 50px;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    display: block;
    flex: 1 1 auto;
    width: 1%;
    border-radius: 0;
}
.consumption-picker .input-wrapper input {
    color: inherit;
    font: inherit;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    background: transparent;
    border: none;
    text-align: right;
    font-size: 1.2em;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding-top: 0;
    padding-right: 36px;
    color: #1b2f51;
    font-weight: 600;
}
.consumption-picker .input-wrapper input:focus {
    box-shadow: none;
}
.consumption-picker input[type=number]::-webkit-inner-spin-button,.consumption-picker input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.consumption-picker .input-wrapper:after {
    position: absolute;
    content: "pln";
    right: 8px;
    font-size: .7em;
    top: 18px;
}
.form-row {
    max-width: 520px;
    width: 100%;
    margin: 40px auto;
}
.form-row.mt-0 {
    margin-top: 0
}
.mtt-30 {margin-top: 30px;}
.form-group input, .form-group textarea {
    transition: all .2s;
}
.form-group {
    position: relative;
}
.form-group input::-webkit-input-placeholder {color: transparent;}
.form-group input:-ms-input-placeholder {color: transparent;}
.form-group input::-ms-input-placeholder {color: transparent;}
.form-group input::-moz-placeholder {color: transparent;}
.form-group input::placeholder {color: transparent;}
.form-group textarea::-webkit-input-placeholder {color: transparent;}
.form-group textarea:-ms-input-placeholder {color: transparent;}
.form-group textarea::-ms-input-placeholder {color: transparent;}
.form-group textarea::-moz-placeholder {color: transparent;}
.form-group textarea::placeholder {color: transparent;}
.form-group .input {
    width: 100%;
    border: 1px solid #dfdfe2;
    padding: 20px 18px 10px;
    line-height: 1.25;
    border-radius: 4px;
    font-family: GCentra,sans-serif,Arial,verdana;
    color: #1b2f51;
    font-size: 15px;
    background-color: #fff;
    transition: all .2s ease;
}
.form-group select.input {
    padding: 14px 18px 13px;
}
.form-group input.empty:not(:focus)+label:before, .form-group textarea.empty:not(:focus)+label:before, .label-empty,.form-group input.empty:not(:focus)+label+label:before, .form-group textarea.empty:not(:focus)+label+label:before {
    left: 15px;
    top: 0;
    line-height: 50px;
    font-size: 15px;
    opacity: .5;
    padding: 0;
}
.form-group input:focus, .form-group textarea:focus, input#cons-input:focus, .input:focus {
    outline: 0;
    border-color: #2775f9;
    box-shadow: 0 6px 15px 5px rgb(62 84 167 / 20%);
}
.form-group label:before, .label-focus, .form-group input.empty:not(:placeholder-shown) + label:before, .form-group input.empty:not(:placeholder-shown) + label + label:before, .form-group textarea.empty:not(:placeholder-shown) + label:before, .form-group textarea.empty:not(:placeholder-shown) + label + label:before {
    line-height: 20px;
    font-size: 12px;
    top: 2px;
    padding: 0 6px;
    left: 12px;
}
.form-group label:before, .label-base {
    content: attr(title);
    color: #1b2f51;
    transition: all .3s;
    pointer-events: none;
    position: absolute;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: .5;
}

.form-field-info
{
/*    font-size: 14px !important;
    font-style: italic;
    color: #0d6efd;
    cursor: pointer;*/
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/info-ico.png');
    background-size: 14px 14px;
    cursor: pointer
}

.step-address-data .form-row {
    max-width: 600px;
}
.overlay-content .radio.rows-s {
    position: relative;
    width: 100%;
    height: 69px;
    margin: 20px auto;
    padding: 22px 0;
}

i.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('../images/checkbox.svg');
}
.checked i.checkbox {
    background-image: url('../images/checked.svg');
}
.checkbox {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/************************************** * RWD **********************************/
/*
@media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
        {
          max-width: 1320px;
        }
}
*/

@media (min-width: 993px) {
    .summary-box
    {
        display: none !important;
    }
    .summary-box-col-3
    {
        display: block;
    }    
}

@media (max-width: 992px) {
    .top-bar
    {
        display: none;
    }  
    .overlay-content .radio
    {
        margin: 15px auto;
    }
    .centered-error
    {
        flex-direction: column-reverse;
    }
    .navbar .navbar-collapse .navbar-nav
    {
        background-color: #222;
        padding: 8px 20px;
        position: relative;
        top: 8px;
        width: 200px;
        z-index: 2;		
    }
    .navbar::before
    {
        /*background-color: hsla(0,0%,100%,.5);*/
        content: "";
        height: 70px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .navbar-sticky
    {
        background-color: initial;
    }

    .navbar.navbar-sticky::before
    {
        background-color: #fff;
    }
    .navbar-sticky.menu li a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        color: var(--gray);
    }
    .summary-box
    {
        display: flex;
    }
    .summary-box-col-3
    {
        display: none;
    }
    .subpage .menu li a
    {
        color: var(--gray);
    }
}	

@media (max-width: 768px) {
    header
    {
        height: 75vh;
    }
    /*
    .navbar-sticky
    {
            background-color: #fff;
    }
    */
    .breadcrumbs-wrap
    {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;	
    }
    .breadcrumbs-wrap .breadcrumb
    {
        padding-left: 30%;
    }
    .breadcrumbs-wrap .breadcrumb::after
    {
        width: 0;
        height: 0;
    }
    .banner-block
    {
        padding-top: 138px;
        height: 480px;
    }
    .banner-block .btn
    {
        margin-bottom: 18px;
    }
    .banner-block .mouse
    {
        display: none;
    }
}

@media (max-width: 520px) {
    .features .feature img
    {
        max-width: 250px;    
    }
    .contact-details li
    {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
}

@media (max-width: 576px) {

    .banner-block h1
    {
        font-size: 1.9rem;
    }
    .features .feature img
    {
        max-width: 320px;    
    }
    .features .feature .feature-content
    {
        max-width: 320px;    
    }
    .footer-bottom .copyright
    {
        text-align: center;
    }
    .footer-bottom .designer-info
    {
        text-align: center;
    }
}

/************************************** * JS Communication **********************************/
#contact-map
{
    height: 360px;
    margin-top: 20px;
}

#scrollup
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: var(--light-green);
    text-align: center;
    outline: 0;
}

#scrollup:hover
{
    opacity: 0.5;
}

#scrollup i
{
    margin-top: 10px;
    color: #fff;
    transition: 0.3s all ease;	
}

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

.img-bordered
{
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 3px silver;
    background: #fff;
    padding: 3px;
}

.color-pink
{
    color: #e75d67;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

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

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

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

.justify
{
    text-align: justify !important;
}

.v-align-top
{
    vertical-align: top;
}

.v-align-middle
{
    vertical-align: middle;
}

/*
.flex
{
    display: flex;
    flex-wrap: wrap;
}

.align-items-center
{
        justify-content: center !important;
}

.justify-content-start
{
        justify-content: flex-start !important;
}
*/

.row-grid [class*="col-"]
{
    margin-bottom: 15px;
}

.gy-4
{
    row-gap: 20px;
}

.hidden
{
    display: none !important;
}

.hide
{
    visibility: hidden;
}

.hidetext
{
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.center
{
    margin: 0 auto;
}

.gap-col-10
{
    gap: 0 10px;
}

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

.clear
{
    clear: both;
}