﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification}*/
/*FONT FACE form WEBSITE*/
@font-face {
    font-family: 'SF-Pro';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/SF-Pro Fonts/SF-Pro-Text-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'SF-Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/SF-Pro Fonts/SF-Pro-Text-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'SF-ProBold';
    font-weight: bolder;
    src: url('../Fonts/SF-Pro Fonts/SF-Pro-Text-Bold.otf') format('opentype');
}


/*PARENT ELEMENT*/
/* Apply a basic box-sizing reset to all elements */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Reset margin and padding on body to ensure consistent spacing */
body, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 20px !important;
}



/* Set default font and background color for body */
body {
    font-family: Arial, sans-serif; /* You can adjust the font family */
    font-size: 16px; /* Set a base font size */
    line-height: 1.5; /* Set a comfortable line height */
    color: #333; /* Set default text color */
    background-color: #f7f7f7; /* Set a default background color */
}

/* Optimize text rendering */
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}

/* Set height and width to 100% for body and html */
html, body {
    min-height: 100%;
    min-width: 100%;
}

/* Apply some margin or padding to avoid content sticking to the edges */
body {
    margin: 0;
    padding: 0;
}



/*BOLDNING*/
p {
    font-family: 'SF-Pro';
}
p {
    line-height: 1.5rem;
}
 

.h-Bold {
    font-family: 'SF-ProBold';
    font-weight: bolder;
}

h1 {
    font-family: 'SF-ProBold';
    font-weight: 800;
}

h2 {
    font-family: 'SF-Pro';
    font-weight: 600;
}

h3 {
    font-family: 'SF-Pro';
    font-weight: 500;
}

h4 {
    font-family: 'SF-Pro';
    font-weight: 400;
}

h5 {
    font-family: 'SF-Pro';
    font-weight: 300;
}

h6 {
    font-family: 'SF-Pro';
    font-weight: 200;
}



a {
    font-family: 'SF-Pro';
    font-weight: 100;
    font-size: 20px !important
}


/*BOT Form CSS Check*/
.MainEmailDiv {
    display: none;
} 


/*input AND FORM` CONTROLS*/
.w-textarea {
    min-width: 100% !important;
    width: 100%; /* Make the textarea fill the entire width of its container */
    box-sizing: border-box; /* Include padding and borders in the width */
    resize: vertical; /* Allow vertical resizing of the textarea */
}
 

.formcontainer {
    width: 100%;
    max-width: 800px; /* Set a max width for the container if needed */
    margin: 0 auto; /* Center the container */
}

input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
}

#stepperUL {
    position: center !important;
    display: block;
    min-width: 100% !important;
    max-width: 800px !important;
}

/*#step1, #step2, #step3, #step4, #step5, #step6, #step7, #step8, #step9 {
    display: block;
    min-width: 100% !important;
    background-color: #f5f5f5;
}*/


.form-checkbox-item_input, .form-radio-item_input {
    height: 25px !important;
    width: 25px !important;
    cursor: pointer;
}

.View-Port-Width {
    width: 90vw; /* Equivalent to 100% of the viewport width */
     
}

/*DROPZONE.JS*/
.dropzone .dz-preview .dz-progress {
    top: 115% !important;
    background: rgba(0,0,255,90%) !important;
}

.dz-file-preview {
  
}
/*FLOATING ELEMENTS*/
.floating-panel {
    position: fixed;
    top: 50%;
    left: 0; /* Set left edge of the screen */
    transform: translateY(-50%);
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    z-index: 9999;
}



/*EFFECTS*/
.TextGlassEffect {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    border: none;
}

.TextGlassEffect2 {
    background-color: transparent;
}



/*BACKGROUND IMAGES*/

img {
    image-resolution: snap;
    image-rendering: optimizeQuality;
    image-orientation: from-image;
    max-width: 100%;
    height: auto;
}


#HomepageRow {
    background-image: url("/Assets/Img/BG/InvestementTime.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
 }


#AboutpageRow {
    background-image: url("/Assets/Img/Bg/AboutUs.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}



#AllServicespageRow {
    background-image: url("/Assets/Img/Bg/Website.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}


#ServicespageRow {
    background-image: url("/Assets/Img/Images/Ourservices.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}

#DownloadpageRow {
    background-image: url("/Assets/Img/BG/Downloads.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
}

#FAQpageRow {
    background-image: url("/Assets/Img/Images/FAQ.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
}


#ContactpageRow {
    background-image: url("/Assets/Img/BG/ContactUs.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
}


#MediaCenterpageRow {
    background-image: url("/Assets/Img/BG/MediaCenter.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
}

#CareerspageRow {
    background-image: url("/Assets/Img/Bg/Careers.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}

#PrivacypageRow {
    background-image: url("/Assets/Img/Bg/Privacy2.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}

#ResourceCenterpageRow {
    background-image: url("/Assets/Img/Bg/Resourcecenter.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%);
    /*-webkit-mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.8) 50%);
    mask-image: radial-gradient(circle at 50% 60%, black 50%, rgba(0, 0, 0, 0.6) 50%);
*/
}

#LoginpageRow {
    background-image: url("/Assets/Img/BG/abstract-1780252_1280.png");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#StartProcesspageRow {
    background-image: url("~/Assets/Img/Misce/geometric-1732847_1280.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
}

 

/*LINES*/
hr.line13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.line14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.Vline14 {
    border: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}



/*ROTATIVA CSS*/
/*Rotativa page break stop class*/
.avoid-page-break {
    page-break-inside: avoid !important;
    margin: 4px 0 4px 0
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*INDENT TEXT*/
.text-indent-right {
    text-indent: -35px;
}

.text-indent-left {
    text-indent: 35px;
}

.text-indent-left-2 {
    text-indent: 70px;
}

.text-indent-left-3 {
    text-indent: 105px;
}

.text-indent-left-4 {
    text-indent: 140px;
}


/*FONT SIZING*/
.demandNotice-Font-xx-Large {
    font-size: xx-large !important;
}

.demandNotice-Font-x-Large {
    font-size: x-large !important;
}

.demandNotice-Font-Larger {
    font-size: larger !important;
}

.demandNotice-Font-Large {
    font-size: large !important;
}

.demandNotice-Font-Medium {
    font-size: medium !important;
}

.demandNotice-Font-Small {
    font-size: small !important;
}

.demandNotice-Font-x-Small {
    font-size: x-small !important;
}

.demandNotice-Font-xx-Small {
    font-size: xx-small !important;
}

.demandNotice-Table-colunm-height {
    height: 15px;
}

.demandNotice-Table-colunm-width-1 {
    width: 20%;
}

.demandNotice-Table-colunm-width-1A {
    width: 30%;
}

.demandNotice-Table-colunm-width-2 {
    width: 40%;
}

.demandNotice-Table-colunm-width-2A {
    width: 70%;
}

.demandNotice-Table-colunm-width-2B {
    width: 80%;
}

.demandNotice-Table-colunm-width-3 {
    width: 100%;
}


/*SIDE NAVS CSS*/
.side-nav.wide.slim {
    width: 3.75rem !important; /*//for MdBootstrapSideNav*/
}


/*DROP SHADOWS ON ELEMENTS*/
.imageDropShadow {
    filter: drop-shadow(0.25rem 0.25rem 0.5rem #000000);
}

.txtShadow {
    text-shadow: 2px 3px 3px rgba(0,0,0,0.51)
}

.txtShadow2 {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.51)
}

.txtShadowGold {
    text-shadow: 255px 234px 0 rgba(255,214,0,90)
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/*TEXT MANIPULATION CSS*/
.td-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*ROUNDING ELEMENTS*/
.RoundOut {
    border-radius: 25px 25px 25px 25px;
}

.RoundOut-1a {
    border-radius: 5px 5px 5px 5px;
}

.RoundOut-1b {
    border-radius: 10px 10px 10px 10px;
}

.RoundOut-1c {
    border-radius: 50% 50% 50% 50%;
}


.RoundOut-right {
    border-radius: 0px 25px 25px 0px;
}


/*CENTER polymer-element CSS*/
.centerFixed {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.centerElement {
    width: 20px;
    margin: 0 auto;
}


/*This Block of code prevents chrome and other browser from changing input background on auto fill*/
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

@keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/*START PAGE ICON SIZE*/
.IconSize1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}








/*CSS FOR MOBILE PHONES LIKE IPHONE 4 AND BELOW*/
@media screen and (min-width: 180px) and (max-width:767px) {
    .adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    #HomepageRow, #AboutpageRow, #ServicespageRow, #ContactpageRow{
        margin-top: 45px;
    }
    .content-p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-p-l-r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .content-p-l-r-2 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
     .text-responsive-justify{
         text-align:left!important;
     }

    .ContentManager-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ChildContent-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }

    .ContentManager-top-nav {
        visibility: hidden !important;
    }

    .display-2 {
        font-size: 4rem !important;
    }
    .display-4 {
        font-size: 1.9rem !important;
    }
    .content-L{
        text-align:left !important;
    }
}


/*CSS FOR MOBILE TABLETS LIKE IPAD MINI AND IPAD 9.7 PORTRAIT*/
@media screen and (min-width: 768px) and (max-width:1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ContentManager-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ContentManager-top-nav {
        visibility: hidden !important;
    }

    .display-2 {
        font-size: 4rem !important;
    }
    .display-4 {
        font-size: 1.9rem !important;
    }
    .content-L {
        text-align: left !important;
    }
}


/*CSS FOR  MOBILE TABLETS LIKE IPAD MINI AND IPAD 9.7 LANDSCAPE*/
@media screen and (min-width: 768px) and (max-width:1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .adjust-width {
        width: 90% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ContentManager-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ContentManager-top-nav {
        visibility: visible !important;
        font-size: xx-small !important;
    }

    .display-2 {
         
    }
    .display-4 {
         
    }

}


/*CSS FOR LAPTOPS AND DESKTOPS AND ABOVE*/ /*old breakpoint min-width: 1300px*/
@media screen and (min-width: 1025px) and (max-width: 1999px) {
    .adjust-width {
        width: 90% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ContentManager-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ContentManager-top-nav {
        visibility: visible !important;
        font-size: xx-small !important;
    }

    .display-2 {
    }
    .display-4 {
         
    }
}


/*CSS FOR LAPTOPS AND DESKTOPS AND ABOVE*/ /*old breakpoint min-width: 1300px*/
@media screen and (min-width: 1200px) {
    .adjust-width {
        width: 90% !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ContentManager-adjust-width {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ContentManager-top-nav {
        visibility: visible !important;
        font-size: xx-small !important;
    }

    .display-2 {
    }
    .display-4 {
        
    }
}
