/** Generated: Wednesday, 4th of June 2025, 10:30:53 AM // Powered by AIOM+ (All In One Minify) created by FlipZoom Media Inc. - David Karich (flipzoom.de) **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/*@font-face {
    font-family: 'Barlow';
    src: local('Barlow Regular'), local('Barlow-Regular'),
        url('/files/fonts/Barlow-Regular.woff2') format('woff2'),
        url('/files/fonts/Barlow-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Barlow';
    src: local('Barlow Bold'), local('Barlow-Bold'),
        url('/files/fonts/Barlow-Bold.woff2') format('woff2'),
        url('/files/fonts/Barlow-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}*/
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

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

textarea,
select,
input:not([type=checkbox]):not([type=radio]),
button {
	-webkit-appearance: none;
	outline: none;
}

a:hover { transition: all .3s ease }

body {
	width: 100vw;
	overflow-x: hidden;
}

.up { text-transform: uppercase }

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

html,
body,
.h-100 { height: 100% }

#wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100vw;
}

header,
main,
footer { flex-shrink: 0 }

main { flex-grow: 1 }

#hero,
.rel,
.video { position: relative }

.abs,
.video iframe,
.video video { position: absolute }

.btn,
.tc { text-align: center }

.tr { text-align: right }

.tl { text-align: left }

.text-white { color: #fff }

html { -ms-overflow-style: scrollbar }

#menu-toggler,
.hidden,
.tab-content,
[hidden],
input.hidden:not([type=checkbox]):not([type=radio]){ display: none }

#logo,
.block,
.nav-item a,
input:not([type=checkbox]):not([type=radio]),
label,
select,
textarea,
.panel.show { display: block }

.inl,
.btn,
.nav-item {
	display: inline-block;
	position: relative
}

.mid { vertical-align: middle }

strong { font-weight: bolder }
.vh-100 { min-height: 100vh }
.vw-100 { width: 100vw }

h1,
h2 { line-height: 1.15em }

#details .item,
h1,
h2,
h3,
main ul,
ol,
p,
table { margin-bottom: 15px }

header .ui-title,
header ul,
main ul:last-child,
ol:last-child,
p:last-child,
.mb-0 { margin-bottom: 0 }

main ul,
ol { margin-left: 18px }

.clear { clear: both }

.w-100,
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block { width: 100% }

.w-50 { width: 50% }

#menu-toggler {
	border: none;
	z-index: 1500
}
a,
#menu-toggler,
.point,
button { cursor: pointer }

select.custom {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	width: 100%;
	font-size: 1rem;
	padding: .375rem .75rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px;
	line-height: 1.4rem
}

label { margin-bottom: 4px }

.container {
	width: 95%;
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

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

.cell {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.jr {
	justify-content: flex-end;
	flex-grow: 1
}

.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.rr { flex-direction: row-reverse }

.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-8 {
	-ms-flex: 0 0 66.6666%;
	flex: 0 0 66.6666%;
	max-width: 66.6666%
}

.col-7 {
	flex: 0 0 58,333333%;
	max-width: 58.333333%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-5 {
	-ms-flex: 0 0 41.666666%;
	flex: 0 0 41.666666%;
	max-width: 41.666666%
}

.col-4 {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-2 {
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	max-width: 16.666666%
}

.p-2 { padding: .6rem }

.pt-2,
.py-2 { padding-top: .6rem }

.pr-2,
.px-2 { padding-right: .6rem }

.pb-2,
.py-2 { padding-bottom: .6rem }

.pl-2,
.px-2 { padding-left: .6rem }

.p-3 { padding: 1rem }

.pt-3,
.py-3 { padding-top: 1rem }

.pr-3,
.px-3 { padding-right: 1rem }

.pb-3,
.py-3 { padding-bottom: 1rem }

.pl-3,
.px-3 { padding-left: 1rem }

.p-4 { padding: 1.5rem }

.pt-4,
.py-4 { padding-top: 1.5rem }

.pr-4,
.px-4 { padding-right: 1.5rem }

.pb-4,
.py-4,
.py-54 { padding-bottom: 1.5rem }

.pl-4,
.px-4 { padding-left: 1.5rem }

.p-5 {
	padding: 3rem
}

.pt-5,
.py-5,
.py-54 {
	padding-top: 3rem
}

.pr-5,
.px-5 {
	padding-right: 3rem
}

.pb-5,
.py-5 {
	padding-bottom: 3rem
}

.pl-5,
.px-5 {
	padding-left: 3rem
}

.p-0,
.px-0,
.pl-0 {
	padding-left: 0;
}

.p-0,
.px-0,
.pr-0 {
	padding-right: 0;
}

.p-0,
.py-0,
.pt-0 {
	padding-top: 0;
}

.p-0,
.py-0,
.pb-0 {
	padding-bottom: 0;
}

.m-2,
.my-2,
.mt-2 { margin-top: .6rem }

.m-2,
.my-2,
.mb-2 { margin-bottom: .6rem }

.m-2,
.mx-2,
.ml-2 { margin-left: .6rem }

.m-2,
.mx-2,
.mr-2 { margin-right: .6rem }

.m-3,
.mt-3,
.my-3 {
	margin-top: 1rem
}

.m-3,
.mr-3,
.mx-3 {
	margin-right: 1rem
}

.m-3,
.mb-3,
.my-3 {
	margin-bottom: 1rem
}

.m-3,
.ml-3,
.mx-3 {
	margin-left: 1rem
}

.m-4,
.mt-4,
.my-4 {
	margin-top: 1.5rem
}

.m-4,
.mr-4,
.mx-4 {
	margin-right: 1.5rem
}

.m-4,
.mb-4,
.my-4 {
	margin-bottom: 1.5rem
}

.m-4,
.ml-4,
.mx-4 {
	margin-left: 1.5rem
}

.m-5,
.mt-5,
.my-5 {
	margin-top: 3rem
}

.m-5,
.mr-5,
.mx-5 {
	margin-right: 3rem
}

.m-5,
.mb-5,
.my-5 {
	margin-bottom: 3rem
}

.m-5,
.ml-5,
.mx-5 {
	margin-left: 3rem
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.m-0,
.my-0,
.mt-0 {
	margin-top: 0;
}

.m-0,
.my-0,
.mb-0 {
	margin-bottom: 0;
}

.m-0,
.mx-0,
.ml-0 {
	margin-left: 0;
}

.m-0,
.mx-0,
.mr-0 {
	margin-right: 0;
}

.video {
	padding-bottom: 56.25%;
	max-width: 100%;
}

.video iframe,
.video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

@media screen and (max-width:1200px) {
	.r2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r22 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r23 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh2 { display: none }
}

@media screen and (max-width:1000px) {
	.r1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r12 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.r13 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%
	}
	.rh1 { display: none }
}

@media screen and (max-width:750px) {
	.r7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r72 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh7 {
		display: none
	}
}

@media screen and (max-width:550px) {
	.r5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.r52 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.rh5 {
		display: none
	}
}

@media screen and (max-width:400px) {
	.r4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width:360px) {
	.r3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

table { border-collapse: collapse }

td { padding: 8px 10px }
th { padding: 5px 10px }

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	list-style: none
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

#menu .open_menu {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
	height: 42px;
	width: 42px;
	z-index: 60;
	border: 0;
	background: transparent
}

@font-face {
	font-family: '39479377';
	src: url('/files/fonts/39479377.eot?54046653');
	src: url('/files/fonts/39479377.eot?54046653#iefix') format('embedded-opentype'),
		url('/files/fonts/39479377.woff2?54046653') format('woff2'),
		url('/files/fonts/39479377.woff?54046653') format('woff'),
		url('/files/fonts/39479377.ttf?54046653') format('truetype'),
		url('/files/fonts/39479377.svg?54046653#39479377') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.slick-prev:before,
.slick-next:before {
	font-family: "39479377";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
 
.icon-mail:before { content: '\e800'; } /* '' */
.icon-left-open:before,
.slick-prev:before { content: '\e801'; } /* '' */
.icon-right-open:before,
.slick-next:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-music:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-check:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e807'; } /* '' */
.icon-basket:before { content: '\e808'; } /* '' */
.icon-down-open:before { content: '\e809'; } /* '' */
.icon-up-open:before { content: '\e80a'; } /* '' */
.icon-right-open-1:before { content: '\f006'; } /* '' */
.icon-left-open-1:before { content: '\f007'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-spotify:before { content: '\f1bc'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
body {
    font-family: "Rubik", sans-serif;
    /*font: 400 16px 'Barlow'*/
    line-height: 1.5;
}



h1,
h2,
h3,
strong,
.more {
    font-weight: 700
}

.home #hero h1{
    font-size: 3rem;
}

#logo {
    width: 160px;
    height: 130px;
    margin: 10px 10px;

    /* transform: rotate(40deg);*/
}

header{
    position: fixed;
}

header.small {
    background-color: #fff
}

header.small #logo {
    width: 130px
}

header.small .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    color: white;

}

header.small .nav-link.active,header.small .nav-link:hover{
    color: #ff7d32;
}

.no-click {
    pointer-events: none; /* Disables clicking */
    color: inherit; /* Keeps the link styled like the rest */
    text-decoration: none; /* Removes underline */
    cursor: default; /* Changes cursor to normal */
}

body,
.bg-primary {
    background-color: #000;
    color: #fff;
}

.bg-secondary {
    background-color: #ff7d32
}

main a, .nav-link.active,
.nav-link:hover,.upper_menu a:hover {
    color: #ff7d32
}


.bgw {
    background-color: #fff;
    color: #222
}

.before-footer{
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    .layer{
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
    }

    .container {
        position: relative;
        z-index: 10;
        max-width: 1000px;
    }
}

.introduction{
    background-color: black;
    color:white;
    text-align: center;
    font-size: 20px;
    padding-bottom: 70px;

    .container{
        max-width: 900px;
    }
}

.slick-dots li.slick-active button {
  background: #ff7d32 !important;
}


.fixh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;

}
#menu .nav-item{
    font-weight: 400;
    font-size: 15px;

    .submenu{
        display:none;
        position: absolute;
        background-color: black;
        box-shadow: 0 0 2px 1px grey;
        text-transform: none;


        a{
            color:white;
            padding: 10px 10px;


            &.active,&:hover{
                color:#ff7d32;
            }
        }

    }



}


.open_menu{
    display: none;
}

#menu .nav-item:hover .submenu{
    display: block;

}



.clock-center{
    vertical-align: -2px;
}

.icon-arrow{
    margin-left: 5px;
}
.nav-separator{
    color: #ff7d32;
    opacity: 1;
}

header.small{
    background-color: black;
    box-shadow: 0 2px 2px -2px black;


    .container{

        .logo-container{
            #logo{
                display: none;


            }

            #dark-logo{
                display: block;
            }
        }


        .some li a{
            color:white;

            &:hover{
                color:grey;
            }
        }

        #menu{
            .nav-item{
                .nav-link{
                    color:#ff7d32;
                    

                    &.active,&:hover{
                        color:grey;
                    }
                }
            }
        }
    }
}

.bigh2{
    font-size: 25px;
}

.bg-light{
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px
}

.body-section {
    margin-bottom: 1.5rem;
}

.iframe-container {
    margin-top: 2rem;
}

.login .fixh {
    top: 40px
}

.home #info {
    background: #000;
}

.pt {
    padding-top: 4rem
}

.container.tiny {
    max-width: 650px;
    font-size: 20px
}

.container.mini {
    max-width: 800px
}

.container.big {
    max-width: 1600px
}

main .container {
    width: 95%
}

#logos img {
    width: auto;
    max-width: 400px;
    max-height: 100px;
}

.slick-slide img {
    width: 100%
}

#logos .inl:nth-child(1) img {
    max-width: 135px
}

#featured .content {
    border: 1px solid rgba(255,255,255,.2);
    overflow: hidden
}

.title {
    font-size: 2.6rem
}

#featured h2 {
    font-size: 1.8rem
}

.br {
    border-radius: 5px;
    overflow: hidden
}

picture,
.col-4 img {
    width: 100%
}

#social {
    margin-right: 15px
}

.social .icon {
    font-size: 1.6rem;
    padding: 5px;
}

#map iframe {
    height: 250px
}

iframe.document{
    width: 100%;
    height: 500px;
}

#hero .content {
    background: rgba(0,0,0,.5)
}

.btn {
    font-size: 1rem;
    padding: 6px 25px;
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase

}

.btn.open,.btn:hover{
    background-color: #000000;
}

.grid-four{
	display:grid;
	grid-template-columns: repeat(auto-fill,minmax(15rem,1fr));
	grid-gap: 1rem;
}

.grid-three{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(20rem,1fr));
    grid-gap: 1rem;
}

.grid-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:1rem;

    &.no-space{
        grid-gap:0rem;
    }

    &.service-item {



        &.mirrored .service-box{
            display: grid;
            grid-column-start: 1;
            grid-row-start: 1;
        }
    }



}
.grid-two .service-box, .center {
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center flex-start;
}

.news{
    .news-item{
        color:black;
        /*border:1px solid black;*/

        &:hover{
            background-color: #ff7d32;
            color:white;
        }

    }
}

.slick-slider {
  min-width:100%;
  width:0
}

.zoom-image-hover{

    .image-container{
        overflow: hidden;
        img{
            width: 100%;
            transition: 1.3s;

        }
    }

    &:hover {
        .image-container{

            img{
                transform: scale(1.1);

            }
        }

    }


}

.news-grid,.events-grid{
    display:grid;
    grid-template-columns: 1fr 300px;
    grid-gap:1rem;
    .news-box{
        color: white;
    }


    .newest-news,.newest-events{
        a{
            color:white;
            border-bottom: 1px solid black;

            &:hover{
                background-color:#ff7d32;
                color:white;
            }
        }
    }

    ul.news-category-list{
        margin-left: 0px;

        li:last-child{
            margin-right: 0px;
        }

        .news-category-button{
            display: inline-block;
            padding: 5px 10px;
            background-color: black;
            color:white;
            margin-right: 5px;
            margin-top:15px;
            border-radius: 25px;
            border:unset;
            text-decoration: unset;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 12px;

            &:hover{
                text-decoration: underline;
            }

            &.active,&:hover{
                background-color: #ff7d32;
            }
        }

    }

}



#bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

#about {
    /*margin-top: 500px;
    background-color: rgba(0,0,0,.6)*/
}


.product_info{
    background: #f9f9f9;
    margin: 5px 5px;
}

.btn{
    padding: 10px 35px;
    border-radius: 15rem;
    background-color: #ff7d32;
    color:#fff;
    margin: 10px 10px;
    margin-left: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    width:max-content;
    text-align: center;

    &:hover{
        background-color: black;
        color:white;

        &:after{
            opacity: 1;
            right: 5px;
        }
    }

    &:after{
        content: '\279C';
        position: absolute;
        opacity: 0;
        top: 10px;
        right: -20px;
        transition: .5s;
    }
}

.btn-second{
    padding: 5px 20px;
    border-radius: 15rem;
    background-color: #ff7d32;
    color:#fff;
    margin: 10px 10px;
    margin-left: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    width:max-content;
    text-align: center;

    &:hover{
        background-color: black;
        color:white;

        &:after{
            opacity: 1;
            right: 5px;
        }
    }

    &:after{
        content: '\279C';
        position: absolute;
        opacity: 0;
        top: 15px;
        right: -10px;
        transition: .5s;
    }
}

.btn.black{
    background-color: #000;
}



.green{
    color:#35aa00;
}

.red{
    color:#f00;
}




.topics{
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap:1rem;
    border-bottom: 1px solid #f0f2f4;
    align-items: center;
    justify-content: center;
}

* {
    scroll-behavior: smooth;
}

.gr2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:3rem;
}

.service_changed_order{
    border: 1px solid rgba(255,255,255,.2);
}

.checklist li{
    padding: 5px 5px;
}

.quote{
    background: #eee;
    border-radius: 3px;
    border:1px solid black;
    border-left: 4px solid black;
}

.event{
    border-top: 1px dashed #000000;
    color:#000000;
}

.orange{
    color:#ff7d32;
}

.bill_done{
    color: #008000 !important;
}

.text-black{
    color:black !important;
    font-weight: 700;
}


#hero img,#subhero img{
    filter:brightness(70%);
}

.upper_menu{
    position:relative;
    text-align: right;
    margin-right: 25px;
    margin-bottom: 5px;
    margin-top:20px;

}
.upper_menu li {
    padding: 0 10px;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #fe6100;
}

.upper_menu li:last-child {
    border-right: none;
}

.upper_menu li a {
    color: #fff;
    text-decoration: none;
}

.upper_menu li a:hover {
    color: #fe6100;
}

#subhero .cell{
    top: 0;
    left: 0;
}
.speech_pubble{
    width: 30px ;
    height: 30px;
    background: #000000;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 10px;
    color:#fff;
}

#past_events{
    display: none;
}


footer{
    background-color:#000;

    .first{
        max-width: 250px;
    }

    #footer-menu{
        .nav-item{
            display: block;
            padding: 0px 0px;
            a{
                color:#fff;
                text-decoration:unset;
                padding: 5px 5px;
                &:hover,&.active{
                    color:#ff7d32;
                }
            }
        }
    }
    .some li a{
        color: black;
        font-size: 25px;
        text-decoration: unset;
        &:hover{
            color:#ff7d32;
        }
    }
    a{
        text-decoration: underline;
        color:#ff7d32;
    }
}

.content-footer{
    color:#fff;
}

.button, .button2 {
    background: rgba(255, 125, 50, 0.85);
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    margin-left: 5px;
    border-radius: 25px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    line-height: 19px;
    letter-spacing: 1px;
    font-size: 12px;
    margin-right: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}
.button2 {
    margin-top: 10px;
}

.button:after, .button2:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 63%;
    right: -3px;
    transform: translateY(-50%);
    content: '\25BA';
    color: #fff;
    z-index: 2;
    display: inline-block;
    transition: all 0.3s ease;
}

.button:hover, .button2:hover {
    background-color: #000;
    color: #fff;
}


@media screen and (min-width:1000px){
    .col-2.products{
        -ms-flex: 0 0 25.000000%;
        flex: 0 0 25.000000%;
        max-width: 25.000000%;
    }
}

@media screen and (min-width:1335px){
    .col-2.products{
        -ms-flex: 0 0 20.000000%;
        flex: 0 0 20.000000%;
        max-width: 20.000000%;
    }
}

@media screen and (min-width:1386px){
    .left {
        float: left
    }
    .right {
        float: right
    }
    .nav-link {
        padding: 15px 7px
    }

    .upper_menu.mobile{
        display: none;
    }
}



@media screen and (min-width:1000px){
    #hero .cell,#subhero .cell{
        top: 0;
        left: 0;
    }
    #hero .content,#subhero .content {
        border-radius: 6px;
        border: 1px solid rgba(255,255,255,.4);
        width: 480px
    }
    #hero h2,#subhero h1 {
        font-size: 3rem
    }
    #hero p,#subhero p {
        font-size: 1.8rem
    }
    #hero .slick-dots {
        bottom: 0
    }

    .home .mtm {
        margin-top: -80px
    }
    .pb {
        padding-bottom: 8rem
    }
    .service .gr2.reverse .service_changed_order{
        grid-column-start: 1;
        grid-row-start: 1;
    }
}



@media screen and (max-width:1385px){
    .nav-separator{
        display: none;
    }
    .nav-item,
    #menu-toggler,
    #menu.show {
        display: block


    }

    .upper_menu.desktop{
        display: none;
    }

    .upper_menu{
        text-align: left;
        margin-right: 0px;
        margin-left: 7px;
    }

    #menu .nav-item:hover .submenu{
        display: none;

    }

    #menu {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        padding: 0 15px;
        z-index: 1000;
        background: #000;
        display: none;
    }
    
    header.small #menu .open_menu{
        top: 8px;
    }


    #menu .open_menu {
        display: block;
        color: white;
    }


    #menu .open_menu::after {
        content: "+";
    }


    #menu .open_menu.open::after {
        content: "-" !important;
    }


    i{
        display: none;
    }

    #menu .nav-item{

        .submenu{
            left:0px;
            width:100%;
            position: relative;
            padding: 0rem;
            top:0px;
            border-top:none;
            box-shadow: unset;
            margin-top: 0px;



            a{
                border-top: 1px solid grey;
                padding: 10px 35px;
            }


        }
        .submenu.show{
            display: block;
        }

    }


    #menu ul {
        margin-top: 100px
    }
    #menu-toggler {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 2rem;
        z-index: 3000;
        background-color: transparent;
    }
    .nav-link {
        padding: 10px 15px;
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .nav-item:last-child .nav-link {
        border-bottom: 1px solid rgba(255,255,255,.2)
    }
    
    #footer-menu .nav-link {
    border-top: none;
    border-bottom: none;
}
    #social {
        position: absolute;
        top: 27px;
        right: 70px;
    }
}

video{
    min-height: 400px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1000px){
    #hero .cell {
        top: 220px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 7%;
        text-align: center
    }
    #hero h2,#subhero h1 {
        font-size: 2rem
    }




    #hero h2,
    #hero p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
    .title,
    #hero h2,#subhero h2 {
        font-size: 1rem
    }
    #hero p,#subhero p {
        font-size: 1.2rem
    }
    .pb {
        padding-bottom: 4rem
    }
    #featured {
        padding-top: 4rem;
    }
    .gr2{
        grid-template-columns: minmax(0, 1fr);
    }
}

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

    header.small #logo {
        width: 100px;
    }
    #logo {
        width: 100px;
        height: 100px;
    }


}

@media screen and (max-width: 800px){
    main #hero .caption h1{
        margin-top: -100px;
        margin-bottom: 5px;
        font-size: 25px;

    }

    main {
        .news-grid,.events-grid{
            grid-template-columns: minmax(0,1fr);


        }


        .introduction{

            font-size: 16px;


        }
    }

    .grid-two{
        grid-template-columns: minmax(0,1fr);
        &.service-item{
            &.mirrored .service-box{
                display: grid;
                grid-column-start: unset;
                grid-row-start: unset;
            }

            .service-box{
                padding: 15px 0px;
            }
        }

    }

    #hero p{
        font-size: 16px;
    }
}


@media screen and (max-width:750px){
    header.small #logo {
        width: 100px;
    }
    #logo {
        width: 100px;
        height: 100px;
    }

    h1 {
        font-size: 1.6rem
    }
    h2 {
        font-size: 1.3rem
    }
    h3 {
        font-size: 1.2rem
    }

    .topics{
        grid-template-columns: minmax(0, 1fr);
    }

}



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


    #subhero .cell{
        top: 50px;

    }
    .btn{
        padding: 5px 25px;
        border-radius: 15rem;
        background-color: #ff7d32;
        color:#fff;
        margin: 10px 10px;
        margin-left: 0px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 25px;
        width:max-content;
        text-align: center;

        &:hover{
            background-color: black;
            color:white;

            &:after{
                opacity: 1;
                right: 5px;
            }
        }

        &:after{
            content: '\279C';
            position: absolute;
            opacity: 0;
            top: 5px;
            right: -20px;
            transition: .5s;
        }
    }

    .btn-second{
        padding: 5px 20px;
        border-radius: 15rem;
        background-color: #ff7d32;
        color:#fff;
        margin: 10px 10px;
        margin-left: 5px;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
        width:max-content;
        text-align: center;

        &:hover{
            background-color: black;
            color:white;

            &:after{
                opacity: 1;
                right: 5px;
            }
        }

        &:after{
            content: '\279C';
            position: absolute;
            opacity: 0;
            top: 15px;
            right: -10px;
            transition: .5s;
        }
    }

}

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

    #hero h2,#subhero h1 {
        font-size: 1.5rem
    }

    .grid-three,.grid-four{
        grid-template-columns: minmax(0,1fr);
    }


}

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

    #hero h2,#subhero h1 {
        font-size: 1.2rem
    }

    .grid-three,.grid-four{
        grid-template-columns: minmax(0,1fr);
    }


}
