<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* :root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;
    --breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace} */

*,::after,::before {
    box-sizing: border-box
}
@keyframes pulse-black {
    0% {
     
      box-shadow: 0 0 0 0 #cd3545;
    }
    70% {
      
      box-shadow: 0 0 0 4px rgba(0, 0, 0, 0);
    }
    100% {
      
      box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
  }
  
  

@font-face {
    font-family:"upgrade";
    src:url("https://use.typekit.net/af/0622e9/00000000000000003b9b195e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("woff2"),url("https://use.typekit.net/af/0622e9/00000000000000003b9b195e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("woff"),url("https://use.typekit.net/af/0622e9/00000000000000003b9b195e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:500;
    }
    
    @font-face {
    font-family:"upgrade";
    src:url("https://use.typekit.net/af/f2973f/00000000000000003b9b195f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"),url("https://use.typekit.net/af/f2973f/00000000000000003b9b195f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"),url("https://use.typekit.net/af/f2973f/00000000000000003b9b195f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:400;
    }
    
    @font-face {
    font-family:"upgrade";
    src:url("https://use.typekit.net/af/b238e9/00000000000000003b9b1960/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"),url("https://use.typekit.net/af/b238e9/00000000000000003b9b1960/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"),url("https://use.typekit.net/af/b238e9/00000000000000003b9b1960/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:300;
    }
    
    @font-face {
    font-family:"upgrade-lights";
    src:url("https://use.typekit.net/af/3efa2e/00000000000000003b9b196f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"),url("https://use.typekit.net/af/3efa2e/00000000000000003b9b196f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"),url("https://use.typekit.net/af/3efa2e/00000000000000003b9b196f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
    font-display:swap;font-style:normal;font-weight:400;
    }


html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
      font-weight: lighter !important;
    }
}

body {
    font-family: 'upgrade';
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #000;
    padding-top: 90px;
}

h1,
h2,
h3,
h4,
h5,
h6 {	
    
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
}

.h1,h1 {
    font-size: 2.5rem;
}

.h2,h2 {
    font-size: 2rem;
    width: 100%;
}


h3{
    display: block;
    font-size: large;
    font-weight: 500;
}

b,
strong {
  font-weight: 620;
}

.container {
    text-align: center;
}

.btn.btn-primary.portfolioButton {
    width: 55%;
    margin: 0;
    margin-bottom: 0.8rem;
    padding:0.175rem 0.75rem;
    color: #fff;
}
.bg-faded {
    /*background-color: rgba(255, 255, 255, 0.85);*/
}


p {	
    font-weight: 300;
    line-height: 1.5rem;
}

ul{
    padding-inline-start: 0px;
    margin: 0;
    list-style-position: inside;
}

a {
    color: #e52528;;
    text-decoration: none;
}


a:hover {
    color: #da7273;
    text-decoration: none;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

/* youtube popover */

/* YOUTUBE AUTORESIZE */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YOUTUBE AUTORESIZE */

.modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000000ba;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: absolute;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: none;    
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: auto;    
    left:0;
    right:0;
    width: 90%;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }


  /* youtube popover -end */

 

  .site-heading .site-heading-upper {
    display: block;
    /* font-family: 'upgrade-lights', sans-serif; */
    font-size: 3rem;
    font-weight: 200;
    padding-bottom: 10px;
    padding-top: 1rem;
    color:  #fff;

    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    transition: .7s;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s; /* Firefox &lt; 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

.site-heading .site-heading-lower {
    display: block;
    /* font-family: 'upgrade-lights', sans-serif; */
    font-size: 3rem;
    font-weight: 200;
    color: rgb(255, 255, 255);
    letter-spacing: 0.216rem;
}

.site-heading .site-heading-description {
    display: block;
    /* font-family: 'upgrade-lights', sans-serif; */
    font-size: 2rem;
    font-weight: 200;
    color: rgb(255, 255, 255);
    letter-spacing: 0.216rem;
}

.surface {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.grey-box {
    display: block;
    background-color: #767676;
    min-width: 20rem;
    padding: 1rem 1rem;
    margin-left: 0.05rem;
    margin-right: 0.05rem;
}

.grey-box hr {
    margin-top:0.5rem;
    margin-bottom: 0.5rem;
    border-top: 2px solid rgba(172, 159, 159, 0.453)
}

.grey-box p {
    color: #e5e5e5;
}

.grey-box p:nth-child(1) {
    font-size: 2rem;

}

.surface .greybox hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-heading .section-heading-upper{
    display: block;
    font-size: 2rem;
    font-weight: 100;
    padding-bottom: 1rem;
    color:  #e52528;
    text-align: center;
}

/* b {
    font-weight: bold;
} */

.section-heading .section-heading-upper-white{
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 6px;
    padding-bottom: 1rem;
    color:  white;
}

.section-heading .section-heading-upper.no-arrow{
    padding-top: 5rem;
}

.section-heading .section-heading-lower {
    display: block;
    font-size: 3rem;
    font-weight: 500;
}


.image-heading{
    display: block;
    text-align: left;
}

.image-heading .image-heading-title{
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
    color: #e52528;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}

.image-heading .image-heading-description{
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
    color:  #000000;
}

.footer-heading-upper{
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.2rem;
}

.footer-heading-lower {
    display: block;
    font-size: 0.7rem;
    padding: 0.8rem 0 2rem 0;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;   
}

.footer-title{
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e52528;
    text-transform: uppercase;
}

.footer-subtitle{
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.footer-location {
    padding: 0 10rem 0 23rem;
}

.footer-contact {
    padding: 0 23rem 0 10rem;
}

.footer-text{
    display: block;
    line-height: 1.5rem;
    font-family: 'upgrade-lights', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.08rem;
}
.footer-text a {
    color: #ffffff;
}
.footer-optional{
    font-size: 0.8rem;
    font-weight: 300;
    color: #6c757d;
    text-align: left;
    padding-bottom: 2rem;
}
.footer-copyright{
    display: inline-block;
    font-family: 'upgrade-lights', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;    
}


  .footer-link{
    cursor: pointer;
  }

  .header-cta {
      z-index: 1000;
      position: relative;
  }

  @media (min-width: 768px) {
    .footer-title{
        text-align: left;
    }
    
    .footer-subtitle{
        text-align: left;
    }
    
    .footer-text{       
        text-align: left;
    }

    .footer-separator{
        padding: 0 0.8rem;
    }
    
    .no-arrow-bottom{
        /* padding-bottom: 1.2rem; */
    }

    .section-heading .section-heading-upper{        
        padding-top: 7rem;
    }

    .intro {
        min-height: 900px;
        position: relative;
        padding-top: 16rem;
    }

    .header-cta {
        position: absolute; 
        left: 0; 
        right: 0; 
        bottom: 0;
        margin-left: auto; 
        margin-right: auto;
    }
    
    .site-heading {
        margin-top: 7rem;
        margin-bottom: 2rem;    
        line-height: 1;
        font-family: 'upgrade' , sans-serif;
    }

    .btn-primary {        
        margin-bottom: 1em;
    }

    .modal-dialog {
      margin: auto;
    }
    .modal-sm {
      width: 300px;
    }
  }
  #artcorium{
      margin-top:7rem;
      padding-bottom:10rem;
  }
  #artvelum{
      padding-bottom:5rem;
  }

  /* MOBILE-SPLIT */
  
  @media (max-width: 767px) {
    .footer-title{
        text-align: center;
    }

    .footer-subtitle{
    text-align: center;
    }
    .footer-text{       
        text-align: center;
    }
}

  @media (max-width: 768px) {
    .site-heading .site-heading-upper {
        font-size: 2.1rem;
    }
    .site-heading .site-heading-lower {
        font-size: 2.1rem;
    }

    a.footer-link{
        display: block;
    }

    .footer-separator{
        display: none;
    }
    
    .no-arrow-bottom{
        /* padding-bottom: 1rem; */
    }

    .page-section.arrow-upper-padding .section-heading .section-heading-upper{        
        padding-top: 7rem;
    }

    .section-heading .section-heading-upper{        
        padding-top: 0rem;
    }

    .intro {
        position: relative;
        padding-top: 3rem;
    }
    
    .site-heading {
        margin-top: 4rem;
        margin-bottom: 4rem;    
        padding: 0px 2rem;
        line-height: 1;
        font-family: 'upgrade' , sans-serif;
        text-align: center;
    }

    .btn-primary {        
        margin-bottom: 1rem;
    }
  }

  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }


#logo{
    max-width: 266px;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s; /* Firefox &lt; 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera &lt; 12.1 */
    animation: fadein 2s;

    padding-left: 2.7rem;
    padding-right: 2.7rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

#logo.hide{
    opacity: 0;
    -webkit-animation: fadeout 2s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadeout 2s; /* Firefox &lt; 16 */
    -ms-animation: fadeout 2s; /* Internet Explorer */
    -o-animation: fadeout 2s; /* Opera &lt; 12.1 */
    animation: fadeout 2s;
}

#logo-mobile.mobile{
    margin-left: -0px;
    margin-right: auto;
    padding: 0.5rem 0 0.5rem 0;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


/* MAIN NAV  */



#mainNav {
    font-family: 'upgrade' , sans-serif;
    -o-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    transition: .7s;
    
    
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s; /* Firefox &lt; 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera &lt; 12.1 */
    animation: fadein 2s;
    border-bottom: 1px solid red;
}

#mainNav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: rgb(0, 0, 0);
}

#mainNav .navbar-brand {
    color: #e52528;;
    cursor: pointer;
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 400;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;

    padding: 0.3rem 1rem;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
    color: #e52528;;
    cursor: pointer;
    /* border-bottom: 2px solid;     */
}

@media (min-width: 768px) {
    .borderStripe {
        border-right: 1px solid #e52528;
    }
}


.navbar-collapse {    
    width: 100%;
    -o-transition:1s ease-out;          /* Old Opera */
    -ms-transition:1s ease-out;         /* Internet Explorer */
    -moz-transition:1s ease-out;        /* Old Firefox */
    -webkit-transition:1s ease-out;     /* Old Chrome, Safari */

    transition:1s ease-out;             /* Newer Browsers */
}

#navbarResponsive .contact-button {
    font-size: 0.8rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 1rem;
        cursor: pointer;
        color: black;
        font-weight: 400;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #e52528;     
        cursor: pointer;
    }
    #mainNav .navbar-nav .nav-item.active .nav-link:hover {
        color: #e52528;
        cursor: pointer;
    }
}

/* MAIN NAV - END */

/*  BLINKING DOT       */    
    .ring-container {
        position: relative;
        margin: auto;
        width: 25px;  /* velikost kroga od pulsating dot */
        padding-bottom: 2rem;
        margin-top: 2rem;
    }
    
    .circle {
        width: 15px;
        height: 15px;
        background-color: #e52528;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    
    .ringring {
        border: 3px solid #e52528;
        -webkit-border-radius: 30px;
        height: 25px;
        width: 25px;
        position: absolute;
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite; 
        opacity: 0.0
    }
    @-webkit-keyframes pulsate {
        0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
        50% {opacity: 1.0;}
        100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
    }

/*  BLINKING DOT - END */

/*  FLOW ARROWS       */ 
       
    .arrow-line-header {        
        border-right: 2px solid white;        
        height: 50px;
        width: 50%;

    }
    .arrow-line-start {            
        height: 100px;
        width: 50%;
    }
    .arrow-line-start::after {
        background: rgb(0, 0, 0);
        content: " ";
        display: block;
        height: 100%;
        left: calc(100% - 1px);
        position: relative;
        width: 2px;
    }

    .arrow-line-end {        
        height: 100px;
        width: 50%;
    }
    .arrow-line-end::after {
        background: rgb(0, 0, 0);
        content: " ";
        display: block;
        height: 100%;
        left: calc(100% - 1px);
        position: relative;
        width: 2px;
    }

    .arrow-line-vertical::after {
        background: rgb(0, 0, 0);
        content: " ";
        display: block;
        height: 100%;
        left: calc(100% - 1px);
        position: relative;
        width: 2px;
    }

    .arrow-line-vertical {            
        height: 70px;
        width: 50%;
    }

    .arrow-line {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }
    
    .arrow-line-arrow{
        display: inline-flex;    
        transform: rotate(-90deg) translate3d(20px, -0.2px, 0) scaleX(2);            
    }  

    .arrow-line-arrow span {
        position: relative;
        width: 14px;
        height: 2px;
        border-radius: 1px;
        overflow: hidden;
        background: rgb(0, 0, 0);
        z-index: 2;       
    }
        .arrow-line-arrow  span:nth-child(1) {
            transform-origin: left bottom;
            transform: rotate(45deg) translate3d(6px, -7px, 0);
        }
        .arrow-line-arrow  span:nth-child(2) {
            transform-origin: left bottom;
            transform: rotate(-45deg) translate3d(-2px, -2px, 0);
        }

/*  FLOW ARROWS - END */
.navbar-dark .navbar-toggler-icon {
    background-image: none;
}


.navbar-toggler-icon {
    
    position: absolute;
    right: 30px;
    top: 30px;
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}


.navbar-toggler{
    -webkit-appearance: none;
    border: 0px;
    width: 100%;
    /*padding: .25rem .75rem;*/
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.rounded {
    border-radius: .4rem!important;
}



.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.6s; /* So they look staggered */
    background-color: #e7e7e7;
}
.come-in.gradient {
    background-image: radial-gradient(rgb(20, 20, 20), black);    
}
.come-in.background {
    background-image: url("/static/img/video-test.mp4");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;   
    /* background-image: radial-gradient(rgb(20, 20, 20), black); */
}

.video-background-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-background-holder video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 100;
}




@keyframes come-in {
    to { transform: translateY(0); }
}



article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

.portfolio h1{
    margin-bottom: 2rem;
}

/* **************** */
/* mobile menu icon */

.bars-icon {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #e52528;
    margin: 7px 0;
    transition: 0.4s;
}

.section-top-line {
    background-image: url('/static/img/line.svg'); 
    background-repeat: no-repeat; 
    position: absolute; 
    width: 863px; 
    height: 276px;
}

.section-bottom-line {
    background-image: url('/static/img/line2.svg'); 
    background-repeat: no-repeat; 
    background-position: bottom right; 
    position: absolute; 
    width: 863px; 
    height: 276px; 
    bottom: 0; 
    right: 0;
}

.section-top-line-reversed {
    background-image: url('/static/img/line2.svg'); 
    background-repeat: no-repeat; 
    position: absolute; 
    width: 563px; 
    height: 120px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
}

.section-bottom-line-reversed {
    background-image: url('/static/img/line.svg'); 
    background-repeat: no-repeat; 
    background-position: bottom right; 
    position: absolute; 
    width: 563px; 
    height: 120px; 
    bottom: 0; 
    right: 0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
}

#location .container {
    max-width: 1300px;
}

.location-section {
    background: linear-gradient(93.3deg, #DBDBDB 10.44%, #FFFFFF 49.55%, #DBDBDB 96.02%);
}

.services-section {
    background: #FFFFFF;
}

.location-subtitle {
    font-weight: 300;
    font-size: 1.25rem; 
    margin-bottom: 5rem;
    padding: 0 16rem;
}

.thrive-section{
    background-color: #FFFFFF !important;
    padding-bottom: 6rem;
}

.thrive-image{
    padding-top: 5rem;
}

.thrive-heading{
    text-align: left;
}

.thrive p {
    text-align: left;
    line-height: 1.2rem;
}

.thrive-bottom {
    text-align: left;
}

.offer-section {
    background: #FFFFFF !important;
    padding-bottom: 6rem;

}

.offer-content {
    padding-top: 1rem;
}

.offer-subtitle {
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    padding: 0 16rem;
}

.offer {
    padding: 1.5rem 2rem 0.5rem 2rem;
    background-color: #FFFFFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px, 10px 10px 0px -5px rgba(229,37,40,0.94);
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px, 10px 10px 0px -5px rgba(229,37,40,0.94);
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px, 10px 10px 0px -5px rgba(229,37,40,0.94);
    text-align: left;
    min-height: 350px;
}

.offer-container {
    margin-bottom: 2rem;
   
}

.faq-section {
    background-color: white !important;
    padding-bottom: 6rem;
}

.faq-title {
    margin-bottom: 0;
}

.faq-subtitle {
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: 0 16rem;
}

.faq-section p {
    line-height: 1.2rem;
}

.energy-section {
    background-image: url("/static/img/Photovoltaik@2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
}

.energy-section p {
    font-size: 1.5rem;
    color: #fff; 
    padding: 0 4rem;
}

.companies-section {
    background-color: white !important;
    padding-bottom: 6rem;
}

.companies-section p {
    margin-bottom: 0.2rem;
}

.companies-section p:nth-child(2) {
    margin-bottom: 0.8rem;
}

.companies-section a {
    color: #007bff;
}

.companies-subtitle {
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    padding: 0 16rem;
}

.services-subtitle {
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 4rem;
    padding: 0 16rem;
}

.service-container {
    margin-bottom: 0px;
}

.service {
    padding: 1.5rem 2rem 0.5rem 2rem;
    background-color: white;
    box-shadow: -9px 13px 24px rgba(0, 0, 0, 0.05);
    text-align: left;
    min-height: 330px;
}

.service p {
    margin-bottom: 0px;
}

.service-title {
    font-weight: 700;
    font-size: 1.2rem;
    
    margin-bottom: 0.5rem;
}

.service-subtitle {
    font-size: 1rem;
}

.project {
    text-align: left;
}

.project-image {
    margin-bottom: 1rem;
}

.project-title {
    font-weight: 700;
    font-size: 1.5rem;
    
    margin-bottom: 1rem;
}

.project-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.tech-news-section {
    background-image: url("/static/img/technology-news-2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tech-news-section p {
    font-size: 1.5rem;
    color: #fff; 
    padding: 0 4rem;
}

.performance-container {
    background: linear-gradient(93.3deg, #DBDBDB 10.44%, #FFFFFF 49.55%, #DBDBDB 96.02%);
    padding-bottom: 4rem;
}

.performance {
    padding: 1rem 3rem;
}

.performance img {
    margin: 0;
}

.performance-text {
    background-color: white;
    border: 3px solid #000;
    border-radius: 10px;
    margin-top: -2px;
}

.performance-text p {
    padding: 0.5rem 0.2rem;
    margin: 0;
    line-height: 1.2rem;
    font-size: 1.25rem;
}

.partners-section {
    background-color: white !important;
}

.faq-logo {
    max-height: 5.9rem;
    margin-bottom: 1rem;
}

.about-section {
    background: white !important; 
    padding-bottom: 6rem;
}


/* Project */

.hero-section {
    padding: 10rem 10rem; color: white; 
}

.hero-section-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 50%, rgba(255,255,255,0) 29%) !important;
}

.hero-section .container {
    text-align: left;
}

.client-section {
    background-color: white !important;
}

.issues-section {
    background-color: white;
}

.solutions-section {
    background: linear-gradient(93.3deg, #DBDBDB 10.44%, #FFFFFF 49.55%, #DBDBDB 96.02%);
}

.insights-section {
    background-color: white;
}

.projects-section {
    background-color: white;
}

.project-text {
    min-height: 200px;
}

.projects-section .carousel-indicators li {
    margin-top: 4rem;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
}
.projects-section .carousel-indicators li.active {
    margin-top: 4rem;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #222 !important;
}

.carousel-indicators {
    margin-bottom: -3rem;
}

.carousel-control-prev, .carousel-control-next {
    height: 392px;
    width: 5%;
}

.footer-cta {
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

@keyframes hideshow {
    0% { opacity: 1; }
    10% { opacity: 1; }
    15% { opacity: 0; }
    100% { opacity: 0; }
} 

@keyframes popup {
    0% {
      transform: translateY(150px);
    }
    34% {
      transform: translateY(20px);
    }
    37% {
      transform: translateY(150px);
    }
    100% {
      transform: translateY(150px);
    }
  }

.svg-test {
    animation: popup 10s ease infinite;
}

.offer-title {
    font-size: 1.5rem;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    #mainNav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .video-background-holder video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        margin-left: 50vw; 
        transform: translate(-50%);
    }

    #navbarResponsive {
        padding-bottom: 1rem;
    }

    .nav-item .btn-primary {
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }

    .navbar-brand {
        display: none;
    }

    .section-top-line, .section-bottom-line, .section-top-line-reversed, .section-bottom-line-reversed {
        display: none;
    }

    .about-description-left {
        margin-bottom: 1rem;
    }

    .subtitle-narrow {
        padding: 0;
    }

    .subtitle-narrow p {
        text-align: center;
    }

    .thrive-text {
        padding: 0;
    }

    .thrive-text p {
        text-align: center;
    }

    .section-heading-upper {
        text-align: center;

    }

    .thrive-bottom {
        text-align: center;
    }

    .offer-subtitle {
        padding: 0;
    }

    .offer-container {
        margin-bottom: 1rem;
    }

    .companies-column {
        margin-bottom: 2rem;
    }

    .companies-subtitle {
        padding: 0;
    }

    .location-subtitle {
        font-weight: 300;
        font-size: 1.25rem;
        
        margin-bottom: 4rem;
        padding: 0;
    }

    .services-subtitle {
        font-weight: 300;
        font-size: 1.25rem;
        
        margin-bottom: 4rem;
        padding: 0;
    }

    .service-container {
        margin-bottom: 2rem;
    }

    .projects-section .btn-primary {
        padding: 0.5rem 2rem;
    }

    .project {
        margin-bottom: 2rem;
    }

    .project-text {
        min-height: unset;
    }

    .tech-news-section p {
        font-size: 1.5rem;
        color: #fff; 
        padding: 0 0 !important;
        margin-bottom: 2rem;
    }

    .energy-section p {
        font-size: 1.5rem;
        color: #fff; 
        padding: 0 0 !important;
        margin-bottom: 2rem;
    }

    .partners-logo {
        max-height: 5.9rem;
        margin-bottom: 2rem;
    }

    .hero-section {
        padding: 4rem 0rem; color: white;
    }

    .hero-section-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 100%, rgba(255,255,255,0) 29%) !important;
    }

    .client-section {
        padding-bottom: 2rem;
    }

    #insights img {
        margin-bottom: 2rem;
    }

    #solutions .image {
        margin-bottom: 2rem;
    }

    .footer-location {
        padding: 0;
    }

    .footer-contact {
        padding: 0;
    }
    .project-hero-title {
        line-height: 2.5rem;
        margin-top: 1rem;
    }
}
  
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

    #mainNav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #navbarResponsive {
        padding-bottom: 1rem;
    }

    .nav-item .btn-primary {
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }

    .navbar-brand {
        display: none;
    }

    .section-top-line, .section-bottom-line {
        display: none;
    }

    .subtitle-narrow p {
        text-align: center;
    }

    .location-subtitle {
        padding: 0;
    }

    .thrive-text {
        padding: 0;
    }

    .thrive-text p {
        text-align: center;
    }

    .section-heading-upper {
        text-align: center;

    }

    .thrive-bottom {
        text-align: center;
    }

    .offer-subtitle {
        padding: 0;
    }

    .offer-container {
        margin-bottom: 1rem;
    }

    .companies-subtitle {
        padding: 0;
    }

    .footer-location {
        padding: 0;
    }

    .footer-contact {
        padding: 0;
    }
    
    .service-container {
        margin-bottom: 2rem;
    }
    .services-subtitle {
        font-weight: 300;
        font-size: 1.25rem;
        
        margin-bottom: 4rem;
        padding: 0 2rem;
    }

    .service-container {
        margin-bottom: 2rem;
    }

    .projects-section .btn-primary {
        padding: 0.5rem 2rem;
    }

    .project {
        margin-bottom: 2rem;
    }

    .project-text {
        min-height: unset;
    }

    .tech-news-section p {
        font-size: 1.5rem;
        color: #fff; 
        padding: 0 4rem;
        margin-bottom: 2rem;
    }

    .energy-section p {
        font-size: 1.5rem;
        color: #fff; 
        padding: 0 !important;
        margin-bottom: 2rem;
    }

    .partners-logo {
        max-height: 5.9rem;
        margin-bottom: 2rem;
    }

    .hero-section {
        padding: 10rem 2rem; color: white; 
    }

    .client-section {
        padding-bottom: 2rem;
    }
    #solutions .image {
        margin-bottom: 2rem;
    }

    .carousel-control-prev, .carousel-control-next {
        height: 50%;
    }

    .project-hero-title {
        line-height: 2.5rem;
        margin-top: 1rem;
    }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){

    .navbar-brand {
        display: none;
    }

    .location-subtitle {
        padding: 0 3.125rem;
    }

    .thrive-image {
        padding-top: 5rem;
    }

    .offer-subtitle {
        padding:0 3.125rem;
    }

    .offer {
        min-height: 350px;
    }

    .energy-section p {
        padding: 0;
    }

    .companies-subtitle {
        padding: 0;
    }

    .footer-location {
        padding: 0 5rem 0 5rem;
    }

    .footer-contact {
        padding: 0 5rem 0 5rem;
    }

    #navbarResponsive {
        padding-bottom: 1rem;
    }

    .nav-item .btn-primary {
        margin-top: 1rem;
        margin-bottom: 1rem !important;
    }

    .bars-icon {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 1.5rem;
        top: 1.7rem;
        
    }

    .section-top-line, .section-bottom-line {
        display: none;
    }

    .service-container {
        margin-bottom: 2rem;
    }

    .partners-logo {
        max-height: 5.9rem;
        margin-bottom: 2rem;
    }

    .service {
        min-height: 400px;
    }
}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 2280px){
    .navbar { 
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

    .dropdown {
        margin-left: -2rem !important;
    }

    .footer-location {
        padding: 0;
    }

    .footer-contact {
        padding: 0;
    }
}
  
/* Media Query for Large screens */
@media (max-width: 1199px) {
    body {
        
        padding-top: 68px;
    }

    .navbar { 
        padding-left: 14rem !important;
        padding-right: 14rem !important;
    }

}


/* mobile menu icon - end */
/* ********************** */

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

h1 {
    margin-top: 0;
    margin-bottom: 7rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #e52528;;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;    
    padding: 1rem .75rem;
    font-size: 1rem!important;
    font-weight: 300;
    line-height: 2.3rem;
    text-align: center;
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-bottom: 2px solid #e52528;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button,input{
    height: calc(1.9rem + 0px);
}
textarea{ 
    line-height: 1rem;    
    overflow: hidden;
    resize: vertical;
}
button,input,optgroup,select,option,textarea:focus {
    outline-style: none;
}
select{ 
    text-align-last: center;
    text-align: center;   
}
select option{
    background-color: rgb(0, 0, 0);
}
select option:hover{
    background-color: #e52528;
}
button,input {
    overflow: visible;
    height: initial;
}


.small,small {
    font-size: 80%;
    font-weight: 400
}

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

.nav-logo {
    min-width: 13rem;
    margin-right: 30px;
}

.container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.container.impressum{
    color: black;
    text-align: left;
    background: white;
    padding-bottom: 2rem;
}


.floatRight {
    max-width: 40%;
}


@media (min-width: 992px) {
        
    .intro .intro-img {
        float: right;
    }
    .intro .intro-text {       
                
    }
    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

.btn {
    display: inline-block;
    font-weight: 300;
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1.35rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 30px;
    margin-right: 30px;
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}


.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #E42427;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-xl {
    font-weight: 400;
    font-size: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
}

.btn-primary {
    background-color: #E42427;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 1rem;
    transition: none;
    font-size: 1.125rem;
    letter-spacing: 0.15rem;
    /* font-weight: 700; */
    min-width: 13rem; 
}

.btn-primary.right {
    background-color: black !important;
}



.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.btn.nav-link, .btn-primary.btn.nav-link:hover {
    color: white !important;
    background-color: #E42427;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border-color: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
    background-color: #E42427;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: unset;
}

.btn-primary.right:focus, .btn-primary.right:active {
    color: white !important;
    background-color: black;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border-color: unset;
}

.btn-primary.right:not(:disabled):not(.disabled).active, .btn-primary.right:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
    background-color: black;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: unset;
}

.btn-primary:hover {
    border: #E42427;
}

.btn-primary.right:hover {
    border: black;
}

.more{
    color:#000;
    margin-left: 0; 
    margin-top:1rem;
}


@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (max-width: 576px) {
    .section-heading .section-heading-upper{
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .btn.btn-primary.portfolioButton {
        width: 26%;
      margin: 0;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 2.5rem;
      color: #fff;
    }
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }        
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

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

/* .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
} */

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}


.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link-dropdown {
    font-size: 0.8rem;
    cursor: pointer;
    color: white;
    font-weight: 400;
}

.navbar {
    /* position: relative; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: black;
    /*padding: 0.5rem 1rem 0.5rem*/
}

.navbar&gt;.container,.navbar&gt;.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.qrIcon {
    width: 10%;
    margin-left: 2rem;
    animation: scale 2s ease-in-out infinite alternate;
    -webkit-animation: scale 2s ease-in-out infinite alternate;
}

@media (min-width: 992px) {
    .btn.btn-primary.portfolioButton {
        width: 25%;
      margin: 0;
      margin-bottom: 2.5rem;
     
    }
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg&gt;.container,.navbar-expand-lg&gt;.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

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

    .pl-lg-4,.px-lg-4 {
        padding-left: 0.5rem!important
    }
}
@media (min-width: 1200px) {
    .btn.btn-primary.portfolioButton {
        width: 25%;
      margin: 0;
      margin-bottom: 2.5rem;
      
    }}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.rounded {
    border-radius: .25rem!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.m-0 {
    margin: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.p-5 {
    padding: 3rem
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

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

.text-uppercase {
    text-transform: uppercase!important
}

.text-white {
    color: #fff!important
}

@media (max-width: 992px) {
    .arrow-head {    
        height: 4vw;
        width: 4vw;
    }
    
    .floatRight {
        max-width: 100%;
    }
    
    img.content{
        max-width: 100%;
    }

    .footer{
        text-align: center;
    }

    #logo{
        display: none;
    }
        
    .p-5 {
        padding-left: 0.8rem!important;
        padding-right: 0.8rem!important;
        padding-top: 2.1rem!important;
        padding-bottom: 2.1rem!important;
    }
}
/*portfolio section*/
.test {
    text-align: center;
    margin-top: 1rem;
  }
  .space{
 margin-top: 2rem;     
}
  .test span {
    display: block;
    margin: 1rem 0;
  }
  
  .red {
      display: block;
    color: #e52528;
  }
  
  .portfolioBorder {
    border: solid #e52528;
    animation:pulse-black 1.2s infinite
    
  }

  .materialPic {
    border: solid #e52528;
    border-radius: 1rem;
margin-bottom:8rem;
  }
  .materialPicMain {
    border: solid #e52528;
    border-radius: 1rem;
margin-bottom:2rem;
  }
  
 /*navbar dropdown*/ 
  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease;
    display: none;
    z-index: 10;
    font-size: 0.8rem;
    margin-left: 0.5rem;
    padding: 5px;
    list-style-type: none;
    background-color: #000;
    list-style-position: unset;
    border-radius: 0.5rem;
  }
  @media (min-width: 1200px) {
    ul li ul {
        position:absolute!important;

    }

  }
  
  ul li:hover &gt; ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    cursor: pointer;
  }
  ul li:active &gt; ul,
  ul li ul:active {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  
  ul li ul li {
    clear: both;
    width: 100%;
  }
  a:not([href]):not([class]) {
    color: #fff;
    text-decoration: none;
}
a:not([href]):not([class]):active {
    color: #e52528;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color:#e52528;
    text-decoration: none;
}
.fa.fa-long-arrow-left {
    color: #e52528;
  }

  
  .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #e52528;
    outline: 0;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{

    box-shadow:none;
}

.certificate{
    
    margin-top:1rem;
}

@media (min-width: 768px) {
.certificate{
    
    margin-top:1rem;
}
}

.carousel{
    margin:auto;
   
    width:85%;
    border-radius:1rem;
}
@media (min-width: 992px) {
    .carousel{
        margin:auto;
        
        width:70%;
    }
}

.carouselText{
    margin-top:-3rem;
}


@media (min-width: 768px) {
    .carouselText{
        margin-top:-6rem;
    }

}
</pre></body></html>