/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: var(--mainBlue);
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #0A0A0A;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

:root{
    --carrot: #e67e22;
    --blue: #192a56;
    --darkblue: #192a56;
    --lighterblue:#0097e6;
    --white: #ffffff;
    --success: #00e640;
    --error: #eb290c;
    --mainBlue: #0e2d68;
}
body::-webkit-scrollbar{
    width: 0;
}
body, html{
    overflow-x: hidden;
}
.nav-el{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
}
.nav, .preview,.footer, .nav-info,.footer,.hero,.hero-text,.form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
#contacts{
    position: relative;
    padding-bottom: 22rem;
}
.footer .row-cell{
    background-color: #000000 !important;
}
.form{
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
    bottom: -14rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;

}
.form-info{
    width: 48rem;
    height: 30rem;
    padding: 0.75rem 2.33rem;
}
.form-contact-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.33rem;
    overflow: hidden;
    position: relative;
}
.form-contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #575fcf;
    width: 24rem;
    height: 30rem;
    padding-left: 3.75rem;
    padding-top: 3.75rem;
}
.form input, .form textarea{
    -webkit-user-select: initial;
       -moz-user-select: initial;
        -ms-user-select: initial;
            user-select: initial;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.form input:focus, .form textarea:focus{
    border-bottom: solid gray 1px;
}
.half-size{ /* Kinda funny not half */
    width: 45%;
}
.form form{
    position: relative;
}
.half-size input{
    height: 2rem;
    border: none;
    border-bottom: solid gainsboro 0.1px;
    outline: none;
}

.form-submit{
    position: absolute;
    bottom: -1.5rem;
    right: 0rem;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    color: white;
    background-color: #575fcf;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0.2rem;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.form-submit:hover{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.note{
    position: absolute;
    bottom: -2rem;
    left: 0;
    font-size: 0.74rem;
    font-weight: 400;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    text-transform: none;
}
.form form label{
    font-weight: 400;
    text-transform: capitalize;
    font-size: small;
    opacity: 0.65;
    line-height: 32px;
}
.form form textarea{
    resize: none;
    width: 100%;
    margin-top: 3rem;
    height: 8rem;
    outline: none;
    border: none;
    border-bottom: solid gainsboro 1px;
    font-size: small;
}
.group-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.75rem;
}
.form-contact *{
    color: white;
}
.inner-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.66rem;
}
.inner-info span{
    margin-left: 1rem;
    font-weight: 500;
    font-size: 0.93rem;
    text-transform: none;
}
.form-logo{
    position: absolute;
    font-size: 12rem;
    bottom: -6%;
    right: -6%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form-contact,.form-info,.form,.form-submit{
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.filler-footer{
    background: -o-linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(./images/splash.jpg);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)) ), url(./images/splash.jpg);
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(./images/splash.jpg);
    background-size: 250% 250%;
    height: 24rem;
    background-attachment: fixed;
    background-position: 25% 10%;
}
.site-footer .container .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.site-footer .container .row .cat-links, .site-footer .container .row .quick-links{
    margin-left: 16rem;
}
.filler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -o-linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(./images/filler.jpeg);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)) ), url(./images/filler.jpeg);
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(./images/filler.jpeg);
    background-size: 140% 140%;
    height: 48rem;
    background-repeat: no-repeat;
    padding: 0 2rem;
}
.filler *{
    color: white;
    text-align: center;
    line-height: 200%;
}
.filler h1{
    font-size: 4rem;
}
.form-mail{
    position: relative;
    width: 5.33rem;
    height: 4rem;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    bottom: -0.33rem;
}
.form-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-header h2{
    font-size: 1.33rem;
    font-weight: 500;
    text-transform: capitalize;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    height: 4.5rem;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav{
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.nav div{
    position: relative;
    text-transform: capitalize;
    letter-spacing: .05em;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--mainBlue);;
    text-decoration: none;
    font-size: 1em;
    margin: 0 0rem;
}
.logo-img{
    content: "";
    height: 100%;
    width: 10rem;
    margin-left: 2.5rem;
    background: url(./images/Logo.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    /* center center not working ¯\_(ツ)_/¯ so just translate its position */
}
.hero-nav{
    height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    top: 0;
    margin: 32px 64px;
}
.hero-refs a{
    position: relative;
    margin: 0 40px;
    padding: 0 14px;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    letter-spacing: 0.05em;
    font-weight: 100;
    color: #FFFFFF;
    font-weight: 300;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.hero-refs a:hover{
    color: #575fcf;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    text-shadow: 0px 0px 3px #575fcf;
}
.hero-refs a:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color:  #575fcf;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.hero-refs a:hover:after{
    opacity: 0.6;
    -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
}

.dropdown-menu span{
    width: 2rem;
    margin-left: auto; 
}
.nav .logo, .nav .nav-info,.dropdown-menu{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero{
    position: relative;
    height: 100vh;
    width: 100%;
}
.hero-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 128px;
}
.hero-title{
    line-height: 6.5rem;
    margin-bottom: 1rem;
}
.hero-center h2{
    color: white;
    font-weight: 400;
    font-size: 1.33rem;
    color: white;
    letter-spacing: 0.25px;
    word-spacing: 2px;
}
.services-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 12rem;
    height: 3.33rem;
    margin-top: 2rem;
    cursor: pointer;
}
.services-btn span:hover{
    background-color: #575fcf;
    border-color: #575fcf;
}
.services-btn span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    border: white solid 1.33px;
}
.hero-center h1{
    font-weight: 400;
    font-size: 4.44rem;
    color: white;
    letter-spacing: 0.33px;
    word-spacing: 4px;
}
.hero-img{
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: url(./images/hero.jpg);
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position-y: -10vh;
    z-index: -1;   
}
.site-footer li{
    text-decoration: none;
    pointer-events: all;
    color: white;
    list-style: none;
}
.site-footer .container{
    padding: 0.75rem;
}
.footer-img{
    width: 80%;
}
.footer-img img{
    width: 12rem;
    margin-left: 12rem;
}
.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-footer
{
  background-color:#26272b;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr.small
{
  margin:20px 0
}
.container .row{
    width: 20%;
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.copyright-text
{
  margin:1rem 0;
  color: white;
}


.hero-img:after {
    content: "";
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background: rgba(0,0,0,0.75);
    opacity: 1;
}

.hero-text{
    padding: 0 8rem; 
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}

.img-class{
    background: var(--white);
    -webkit-box-shadow: 6px 0 38px rgba(20, 20, 20, 0.1);
            box-shadow: 6px 0 38px rgba(20, 20, 20, 0.1);
    border-radius: 0 0 2px 2px;
    margin: 1rem 3rem;
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.row-cell, .text-only-cell{
    width: 50%;
    height: 50vh;
    background: white;
    padding: 4rem 8rem;
    padding-right: 12rem;
}
.text-only-cell{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3rem !important;
}
.text-only-cell h1{
    font-weight: 400;
    font-size: 3rem;
    width: 75%;
    text-align: center;
}
.row-cell p{
    font-weight: 400;
    letter-spacing: 0.5px;
    word-spacing: 4px;
    font-size: 0.8rem;
    width: 85%;
}
.row-cell h3{
    font-weight: 500;
    letter-spacing: 0.5px;
    word-spacing: 4px;
    line-height: 3rem;
}
.row-cell img{
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
}
.row-cell{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.end-image{
    background-color: white;
}
.email-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(./images/email.svg);
    width: 24rem;
    height: 24rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    background: white;
    padding: 2rem 0rem;
    overflow: hidden;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.contain{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    padding: 2rem;
}
.partnerboxes{
    background-color: white ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 0;
}
.container *{
    color: white;
}
.boxes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.boxes:nth-child(1) .box{
    border-bottom: solid 1px black;
}
.boxes:nth-child(2) .box{
    border-top: solid 1px black;
}
.box{
    width: 20rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--white);
    -webkit-box-shadow: 6px 0 38px rgba(20, 20, 20, 0.1);
        box-shadow: 6px 0 38px rgba(20, 20, 20, 0.1);
    border-radius: 0 0 2px 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 600;
    text-align: center;
}
.box h2{
    margin-bottom: 0.5rem;
}
.box:nth-child(2){
    border-right: solid 2px var(--mainBlue);
    border-left: solid 2px var(--mainBlue);
}
.actor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60%;
}
.actor img{
    background-color: red;
    width: 10rem;
    padding: 12px;
}
.actorinfo{
    padding: 0 2rem;
}
.gItem{
    width: 20rem;
    margin: 0 2rem;
    margin-left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.gallery div{
   scroll-snap-align: center;
}
.services{
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8rem 0;
}
.services .card{
    text-align: center;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
    margin: 0 1rem;
    margin-bottom: 4rem;
}
.services .card{
    position: relative;
    width: 24rem;
    border: solid gainsboro 0.5px;
    border-radius: 8px;
    padding: 4rem;
}
.card-desc h3::before{
    content: " ";
    position: absolute;
    width: 50%;
    background-color: #575fcf;
    height: 3px;
    bottom: -0.75rem;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    border-radius: 6px;
}
.services .card .ribbon{
    background-color: #575fcf;
    width: 10rem;
    height: 2rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px;
}
.card:hover{
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}
.services .card .img-ribbon{
    background-color: white;
    width: 2rem;
    height: 4rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card .img-ribbon img{
    /*font-family: "Times New Roman", Times, serif;*/
    width: 3rem;
    height: 3rem;
}
.card-desc h3{
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}
.contextheader{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-weight: 600;
    background-color: white;
    padding: 4rem 0;
    text-transform: uppercase;
}
.contextheader h1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.contextheader h1:after,.contextheader h1:before{
    content: "";
    position: absolute;
    left: -16%;
    top: 50%;
    -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 25%;
    height: 2px;
    background-color: var(--mainBlue);;
}
.contextheader h1:after{
    left: 116%;
}
#home h1:after{
    left: 125%;
}
#home h1:before{
    left: -25%;
}
.lightgallery div img:first-child{
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
}
#arrow-left, #arrow-right{
    cursor: pointer;
}
.blockSelect{
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none;
}
.mobile-menu{
    opacity: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    z-index: 999;
    background: -o-linear-gradient(
        rgba(0, 0, 0, 0.95), 
        rgba(0, 0, 0, 0.95)
      );
    background: -webkit-gradient(
        linear, 
        left top, left bottom, 
        from(rgba(0, 0, 0, 0.95)), 
        to(rgba(0, 0, 0, 0.95))
      );
    background: linear-gradient(
        rgba(0, 0, 0, 0.95), 
        rgba(0, 0, 0, 0.95)
      );
      -webkit-transition: all 0.33s ease-in-out ;
      -o-transition: all 0.33s ease-in-out ;
      transition: all 0.33s ease-in-out ;
}
.mobile-menu *{
    pointer-events: none;
}

.mobile-menu-btn{
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 3rem;
    height: 3rem;
    background-color: #3954cf;
    z-index: 999999999999;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 0 #575fcf;
            box-shadow: 0 0 0 #575fcf;
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite;
}

.mobile-menu-btn *{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
}

.mobile-menu span{
    border-radius: 6px;
    border: white solid 1.33px;
    margin: 8rem 3rem;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    background-color: #575fcf;
    border-color: #575fcf;
    color: white;
    width: 63%;
    height: 8rem;
    text-align: center;
    line-height: 7.33rem;
    z-index: 999;
    font-size: 3rem;
}
.mobile-menu-btn{
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    .logo-img{
        height: 30rem;
        width: 30rem;
        background-position-y: -10%;
    }
    .filler-footer{
        background-attachment:local;
    }
    .hero-title h1{
        font-size: 6rem !important;
        line-height: 7rem !important;
    }
    .hero-center h2{
        font-size: 2rem !important;
        line-height: 3rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .services-btn{
        width: 30rem;
        height: 6rem;
        margin-top: 6rem;
        background-color: #575fcf;
        border-color: #575fcf;
    }
    .services-btn span{
        border: none;
        font-size: 2rem;
    }
    .filler{
        height: 60vh;
    }
    .filler h1{
        font-size: 4.33rem !important;
    }
    .card-desc{
        font-size: 2rem;
    }
    .filler span{
        font-size: 2.5rem !important;
    }
    .card{
        width: 85% !important;
        height: 32rem;
        margin-top: 4rem !important;
    }
    .contextheader {
        -webkit-transform: scale(1.23);
            -ms-transform: scale(1.23);
                transform: scale(1.23);
    }
    .img-ribbon{
        -webkit-transform: scale(2) !important;
            -ms-transform: scale(2) !important;
                transform: scale(2) !important;
    }
    .form textarea{
        font-size: 0.8rem;
    }
    /*.form-contact{
        font-size: 3rem;
        padding-left: 10rem;
    }
    .inner-info span, .inner-info i{
        font-size: 1.45rem;
    }*/
    .card p {
        margin-top: 6rem;
    }
    .row-cell p{
        font-size: 2rem;
        width: 100%;
    }
    .group-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form input{
        width: 100% !important;
        height: 3rem;
    }
    .half-size{
        width: 100%;
    }
    .form-info{
        width: 81vw !important;
        height: 36rem;
    }
    .site-footer .row{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-left: 0 !important;
        width: 100%;
    }
    .footer-img img{
        display: none;
        width: 12rem;
        height: 18rem;
        margin-left: 0 !important;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
    }
    .cat-links{
        margin-top: 2rem;
    }
    .quick-links{
        margin-top: 1rem;
    }
    .site-footer .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form{
        bottom: -46rem !important;
    }
    .form-contact{
        width: 81vw !important;
    }
    .row-cell{
        padding: 2rem 8rem !important;
    }
    .row-cell img{
        height: 12rem;
        width: 16rem;
    }
    .row-cell h3{
        font-size: 3rem;
        line-height: 6rem;
    }
    .row-cell *{
        padding-left: 4rem;
        width: 100%;
    }
    .row-cell{
        border-bottom: solid gainsboro 4px;
    }
    .filler-footer{
        height: 50vh !important;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-img{
        background-size: 200% 200%;
        background-position-y: -40vh;
        background-position-x: -60vw;
    }
}
@media only screen and (max-width: 1300px) {
    .site-footer .container .row{
        margin-left: -8rem;
    }
    .footer-img img{
        margin-left: 4rem;
    }
    .row-cell{
        padding: 3rem 12rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        border: none !important;
        border-bottom: solid gainsboro 1px !important;
    }
    .site-footer .container .row .cat-links, .site-footer .container .row .quick-links{
        margin-left: 6rem;
    }
    .services{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .card{
        margin-bottom: 4rem;
    }
    .card:hover{
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .filler h1{
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-title h1{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .hero-center{
        margin-left: 48px;
    }
    .form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        bottom: -42rem;
    }
    .form-logo{
        position: absolute;
        font-size: 24rem;
        bottom: -10%;
        right: -19%;
        -webkit-transform: scale(1.5) rotate(45deg);
            -ms-transform: scale(1.5) rotate(45deg);
                transform: scale(1.5) rotate(45deg);
    }
    .form .form-contact, .form .form-info{
        width: 100vw;
    }
    .filler-footer{
        height: 100vh;
    }
    .mobile-menu-btn{
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 8rem;
        height: 8rem;
    }
    .mobile-menu-btn *{
        font-size: 4rem;
    }
    .hero-refs a{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-img{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 8rem;
    }
    .site-footer .container .row{
        width: 100%;
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .row-cell{
        padding: 3rem;
        padding-left: 5rem;
    }
    .contextheader{
        font-size: 1rem;
    }
    .contextheader::before,.contextheader::after{
        width: 24px !important;
    }
    .group-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form input, .half-size{
        width: 100%;
    }
    .form-info{
        height: 32rem !important;
    }
}
@media only screen and (max-width: 880px) {
    .hero-nav a{
        display: none;
    }
    .logo-img{
        margin-left: 0;
    }
    .form-logo{
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        left: 67%;
        bottom: -12%;
    }
}
@-webkit-keyframes zoomin {
    0% {
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    }
    100% {
        transform: matrix3d(1.5,0,0.00,0,0.00,1.5,0.00,0,0,0,1,0,-40,20,0,1);
        -webkit-transform: matrix3d(1.5,0,0.00,0,0.00,1.5,0.00,0,0,0,1,0,-40,20,0,1);

    }
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #575fcf;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #575fcf;
              box-shadow: 0 0 0 0 #575fcf;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
                box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
                box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }