body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #000;
}

.navbar a.nav-link:hover {
    color: #AD9D8E;
    transition: all 0.2s;
}


.navbar-toggler {
    color: #fff;
}

.sticky .navbar-toggler {
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    align-items: center;
}

.button-one {
    padding: 12px 40px !important;
    background-color: #AD9D8E !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.button-one:active {
    padding: 12px 40px !important;
    background-color: #AD9D8E !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.button-one:focus {
    padding: 12px 40px !important;
    background-color: #AD9D8E !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.button-one:hover {
    background-color: #AD9D8E;
    color: #fff;
    transition: all 0.3s;
}

.button-two {
    padding: 12px 40px;
    background-color: ;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.button-two:hover {
    background-color: #AD9D8E;
    color: #fff;
    transition: all 0.3s;
}


.bg-image2 {
    background: rgba(0, 0, 0, 0.4) url(image/hero-cv.webp);
    background-size: cover;
    background-blend-mode: overlay;
    width: 100%;
    height: 20vh;
}


.w-33 {width: 33%;}

.img-box{
    
    overflow: hidden;
}
.at-two{
    overflow: hidden;
    transition: 0.3s;
}
.at-image:hover{
    transform: scale(1.1);
    transition: 0.3s;
    overflow: hidden;
}

.hr-one {
    width: 200px;
}

.a-three {
    color: #AD9D8E;
}

.s-image {
    border-radius: 50%;
}

.s-bg {
    background-color: #f3f7fa;
}

.s-three {
    color: #AD9D8E;
	text-transform: uppercase;
}

.at-four {
    color: #AD9D8E;
}

.b-two {
    color: #AD9D8E;
}

.color-text {
    color: #AD9D8E;
}

.plan {
    background-color: #f3f7fa;
}

.p-num {
    color: #AD9D8E;
}

.test-four {
    color: #AD9D8E;
}

.test-image {
    border-radius: 50%;
}

.test-bg {
    background: rgba(0, 0, 0, 0.33) url(image/04.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.con-bg {
    background: rgba(0, 0, 0, 0.33) url(image/map-dark.webp);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.cl-bg {
    background-color: #f3f7fa;
}

.ft-two ul li {
    font-size: 20px;
}
.icon a {
    width: 50px;
    height: 50px;
    background-color: #AD9D8E;
    border-radius: 6px;
    font-size: 24px;
    margin: 10px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    transition: 0.3s all ease-in-out;
    }
	
.ft-bg{
    background-color: #222;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 92%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 92%;
    background-color: #AD9D8E;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #AD9D8E;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}




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

.navbar-nav { 
    background-color: #000;
}
.sticky .navbar-nav { 
    background-color: #fff;
}
    
    .container {
        overflow-x: hidden;
    }
    
}

#logoswap {
content: url('image/logo-dark.webp');
}


.sticky #logoswap {
  content: url('image/logo.webp');
}

.bg-1 {
	background: #2E2E2E;
}
.bg-2 {
	background: #F7F7F7;
}

.signature {
font-size: 11px;
}

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

.py-6 {
padding-top:6rem!important;
padding-bottom:6rem!important;
}

.h58 {
	height: 58px;
}
.datestamp {
	color: #999999;
}

a {
	font-weight: 700;
	color: #AD9D8E;
}

a:hover {
	font-weight: 700;
	color: #AD9D8E;
}

.icon a:hover {
	font-weight: 700;
	color: #222222;
}

#logoswap {
    width: 85%;
}

@media (min-width: 992px) {
    #logoswap {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .b-one {
        margin-top: 150px;
    }
}


.fagimage {
    max-width: 50%;

}

@media (min-width: 992px) {
    .fagimage {
        max-width: 80%;
		margin-right: 20px;
    }
}

.maxpro {
    max-width: 90%;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 992px) {
    .maxpro {
        max-width: 25%;
    }
}


.mobileonly {
display: block;
}

@media (min-width: 500px) {
    .mobileonly {
        display: none;
    }
}


.desktoponly {
display: none;
}

@media (min-width: 500px) {
    .desktoponly {
        display: inline-block;
    }
}


.footerlogo {
    max-width: 100%;

}

@media (min-width: 992px) {
    .footerlogo {
        max-width: 50%;
    }
}


.bg-image {
    background: rgba(0, 0, 0, 0.4) url(image/hero.webp);
    background-size: cover;
    background-blend-mode: overlay;
    width: 100%;
    height: 100vh;
	background-position: top right 27.5%;
}

@media (min-width: 992px) {
    .bg-image {
    background: rgba(0, 0, 0, 0.4) url(image/hero.webp);
    background-size: cover;
    background-blend-mode: overlay;
    width: 100%;
    height: 100vh;
    }
}

.min-vh-100 {
    min-height: 100dvh;
	max-height: 100dvh;
}

.procontainer {
    justify-content: space-evenly;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (max-width: 576px) {  /* Adjust as per your mobile breakpoint */
    .procontainer {
		justify-content: flex-end;
    }
}



.bg-color-two {
    background: rgba(0, 0, 0, 0.33) url(image/carousel-1.webp);
    background-size: cover;
	background-position: center center;
	background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

@media (max-width: 576px) {  /* Adjust as per your mobile breakpoint */
.bg-color-two {
    background: rgba(0, 0, 0, 0.33) url(image/carousel-1.webp);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
	background-position: center center;
    width: 100%;
    height: 50%;
    }
}

.debug {
	outline: 1px solid #ff00ff;
}

#tyvm {
	opacity: 0;
	margin-top: 10px;
	margin-bottom: -40px;
}

.prot {
	display: none;
	opacity: 0;
}

.footer-classic-bottom {
    position: relative;
    display: flex; /* Flexbox for horisontal sentrering */
    justify-content: center; /* Sentrerer innhold horisontalt */
    align-items: center; /* Sentrerer vertikalt */
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.hover-text {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}


.popup-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #AD9D8E;
    width: 200px;
	max-width: 200px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    white-space: normal; /* Allow text to wrap */
    z-index: 10;
    transition: opacity 0.15s ease-in, visibility 0s 0.15s; /* Fade in on 0.15s, no delay on fade out */
}


.popup-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #AD9D8E;
}

.footer-classic-bottom:hover .popup-box {
	opacity: 1; /* Synlig tilstand */
	visibility: visible;
	transition-delay: 0s; /* Ingen forsinkelse når den vises */
}
.signature {
font-size: 11px;
}

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

.fs10 {
	font-size: 10px;
}

@media (min-width: 996px) and (max-height: 800px) {
    .display-3 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
	.b-one {
		margin-top: 80px;
	}
}