@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	

    
    .topnav{
        width: calc(92vw + 0em);
        height: 5em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 1em;
        left: calc(4vw - 0em);
        z-index: 1000;
        transition: all .3s;
        padding: auto 2em;
        background-color: white;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
-moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    .topnav-green{
        width: calc(90% + 0em);
        height: 4em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: -.05em;
        left: calc(5% - 0em);
        z-index: 1000;
        padding: auto 2em;
         background-color: #fff;
        transition: all .3s;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
-moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    
    .topnav .logo-icon{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-dark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: -1em;
        transition: all .2s;
        margin-left: 1.5em;
        z-index: 1000;
    }
    
    
    .topnav-green .logo-icon{
        top: 0em;
        width: 6em;
        height: 6em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-dark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: all .2s;
        margin-left: 1.5em;
        top: -1em;
        z-index: 1000;
    }
    
    
    
    .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .75em;
        margin: 2em 2em;
        position: relative;
        bottom: auto;
        left: auto;
        letter-spacing: 3px;
        transition: all .2s;
    }
    
    
    
   .logo-name{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-top: 1em;
        color: #fff;
        margin: auto;
    }
    
    
    .topnav-green .logo-name{
        padding-top: .5em;
         width: auto;
    }
    
    
    .topnav-green .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .8em;
        margin: 1.5em 2em;
        
    }
    
    
    
     #nav-menu {
      position: absolute;
      width: 30px;
      cursor: pointer;
      height: 40px;
      z-index: 1000;
        float: right;
        margin: auto;
    display: block;
         margin-top: 1em;
         margin-right: 2em;
    right: 0;
    }
    
    
    .topnav-green  #nav-menu {
      position: absolute;
      width: 30px;
      cursor: pointer;
      height: 40px;
      z-index: 5;
    float: right;
    margin: auto;
    display: block;
         margin-top: .5em;
         margin-right: 1em;
        z-index: 1000;
    }


    #nav-menu::after{
            content: 'Menu';
            color: #000;
            position: absolute;
            top: 30%;
            left: -4em;
            font-family: 'Montserrat', sans-serif;
    }



    #menu{
                -moz-transform: rotate(90deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
        }

    .icon-bar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 1.5px;
      background: #000;
      margin: auto;
      transition: all 0.5s ease;
    }


    .icon-bar::before, .icon-bar::after {
      position: absolute;
      background: #000;
      top: 0;
      left: 0;
      content: "";
      height: 1.5px;
      width: 100%;
      transition: all 0.3s ease;
    }


    .icon-bar::before {
      top: -10px;
      transition: all 0.3s ease;

    }
    
    
    .icon-bar::after {
      top: 10px;
      transition: all 0.3s ease;
    }
    

    .icon-bar.active {
      background: transparent;
      transition: all 0.1s ease;
    }
    
    
    .icon-bar.active::before {
      top: 0;
      transform: rotate(45deg);
      transition: all 0.3s ease;
    }
    
    
    .icon-bar.active::after {
      top: 0;
      transform: rotate(-45deg);
      transition: all 0.3s ease;
    }



    
    
    
    
    
    
    
    
    
    
    .callmap{
        position: fixed;
        right: 5%;
        top: auto;
        bottom: 2em;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .topnav-green .callmap{
      position: fixed;
        right: 5%;
        top: auto;
        bottom: 2em;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .callmap i{
        display: inline;
        clear: both;
        font-size: 1.3em;
        padding: 1em;
        cursor: pointer;
        border-radius: 2em;
        color: rgba(224, 0, 0, 1);
        background-color: rgba(255,255,255,1.00);
        margin: 2em .2em;
        transition: all .3s;
        transform-origin: center;
        
    }
    
    .topnav-green .callmap i{
        background-color: rgba(255,255,255,1.00);
        opacity: 1;
        padding: 1em;
    }
    
    
    .callmap i:hover{
        background-color: rgba(0, 0, 0, 0.02);
        opacity: 1;
        font-size: 1.5em;
        padding-top: 0.8em
    }
    
    
    
    
     .social{
        position: fixed;
        left:3%;
        bottom: 5%;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
          text-align: center;
    }
    
    
    
    
    .social i{
        display: block;
        clear: both;
        font-size: 1.3em;
        padding: .5em;
        cursor: pointer;
        color: rgba(255,255,255,1.00);
        margin: .5em auto;
        transition: all .3s;
        text-align: center;
        
    }
    
    
    .social i:hover{
        color: rgba(255,255,255,.4);
    }
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        width: 100%;
        height: 20vh;
        display: block;
        float: left;
        clear: none;
        background-color: #000;
    }
    
    
    .footer-inner{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5vh 10%;
    }
    
    
    .footer-logo{
        width: 10%;
        height: 10vh;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/logo.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }
    
    
    
    .footer-office{
         width: 50%;
        height: 15vh;
        float: left;
        clear: none;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        color: #fff;
        margin: 0;
    }
    
    
    
    .footer-office p{
        margin: 1vh 5%;
        width: 80%;
        display: block;
        float: left;
        clear: both;
        letter-spacing: 0px;
        line-height: 1.3em;
        font-weight: 500;
    }
    
    
    
    .footer-office b{
        font-weight: 700;
        color: #fff;
    }
    
    
    .footer-allrights{
        float: right;
        clear: none;
        display: block;
        height: auto;
        width: auto;
        margin: 0;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
    }
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    .bignav{
           width: 100%;
        height: 100vh;
        display: none;
        float: left;
        clear: none;
        position: absolute;
        top: 0em;
        left:0;
        z-index: 900;
        padding: auto 2em;
         background-color: #fff;
        transition: all .3s;
    }
    
    
    .bignav .biglist{
        position: absolute;
        z-index: 10;
        width: 90%;
        height: auto;
        top: 20vh;
        overflow: hidden;
        left: auto;
    }
    
    
    .biglist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: 2.4em;
        position: relative;
        width: auto;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        transition: all .3s;
        color: #000;
        font-weight: 700;
        transition: all .3s;
        display: block;
        float: left;
        clear: both;
    }
    

    .biglist li i{
        color: #000;
        margin-left: 5vw;
        z-index: 10;
        transition: all .3s;
    }
    
    .activelink{
        position: relative;
    }
    
    .activelink span{
        height: 0.03em;
        position: absolute;
        top: .6em;
        left: 7%;
        z-index: 10;
        width:50%;
        background-color: #e00000;
        opacity: 0;
        transition: all .3s;
        display: flex;
        float: left;
    }
    
    
    @keyframes mymove {
      from {left:-30%;}
      to {left:7%;}
    }
    
    
    .activelink:hover i{
        opacity: .3;  
        mix-blend-mode: overlay;
    }
    
    
    .activelink:hover span{
        opacity:1;
        animation: mymove 1s ;
    }
    
    
    .activelink marquee{
        position: absolute;
        z-index: 20;
    }
    
    
    
    
    
    
    
    
    .bignav .smalllist{
        position: relative;
        z-index: 10;
        width: 100%;
        height: auto;
        margin: auto;
        padding-right: auto;
        display: block;
        clear: both;
        padding-top: 0;
        float: left;
        text-align: left;
        transition: all .3s;
        margin-bottom: .5em;
    }
    
  
    
    .smalllist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: .85em;
        position: relative;
        width: auto;
        height: auto;
        line-height: 1.5em;
        cursor: pointer;
        transition: all .3s;
        text-align: left;
        text-transform:capitalize;
        font-weight: 500;
        letter-spacing: -.5px;
        transition: all .3s;
    }
    
    
    
    .smalllist li:hover{
        color: #aae2d7;
    }
    
    
    















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    
    
    
    
    
    .bignav{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: auto;
        left:auto;
        z-index: 999;
        padding: .5em 2em;
         background-color:transparent;
        transition: all .3s;
    }
    
    
    .bignav .biglist{
        position: relative;
        z-index: 10;
        width: auto;
        height: auto;
        top: auto;
        overflow: visible;
        left: auto;
           display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 

    }
    
    
    .biglist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: 1em;
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        transition: all .3s;
        display: inline;
        float: left;
        clear: none;
    
        text-align: center;
        padding: 1em 1.5em;
        margin: 0;
        letter-spacing: .5px;
    }
    

    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    
    .topnav{
        width: calc(90% + 2em);
        height: 5em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 2em;
        left: calc(5% - 1em);
        z-index: 1000;
        transition: all .3s;
        padding: auto 2em;
        background-color: white;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
-moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    .topnav-green{
        width: calc(90% + 0em);
        height: 4em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: -.05em;
        left: calc(5% - 0em);
        z-index: 1000;
        padding: auto 2em;
         background-color: #fff;
        transition: all .3s;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
-moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    
    .topnav .logo-icon{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-dark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: -1em;
        transition: all .2s;
        margin-left: 1.5em;
    }
    
    
    .topnav-green .logo-icon{
        top: 0em;
        width: 6em;
        height: 6em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo black@4x.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: all .2s;
        margin-left: 1.5em;
        top: -1em;
    }
    
    
    
    .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .75em;
        margin: 2em 2em;
        position: relative;
        bottom: auto;
        left: auto;
        letter-spacing: 3px;
        transition: all .2s;
    }
    
    
    
   .logo-name{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-top: 1em;
        color: #fff;
        margin: auto;
    }
    
    
    .topnav-green .logo-name{
        padding-top: .5em;
         width: auto;
    }
    
    
    .topnav-green .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .8em;
        margin: 1.5em 2em;
        
    }
    
    
    
     #nav-menu {
      position: relative;
      width: 30px;
      cursor: pointer;
      height: 40px;
      z-index: 5;
        float: right;
        margin: auto;
    display: none;
         margin-top: 1em;
         margin-right: 2em;
    
    }
    
    
    .topnav-green  #nav-menu {
      position: relative;
      width: 30px;
      cursor: pointer;
      height: 40px;
      z-index: 5;
    float: right;
    margin: auto;
    display: none;
         margin-top: .5em;
         margin-right: 1em;
    
    }


    #nav-menu::after{
            content: 'Menu';
            color: #000;
            position: absolute;
            top: 30%;
            left: -4em;
            font-family: 'Montserrat', sans-serif;
    }



    #menu{
                -moz-transform: rotate(90deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
        }

    .icon-bar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 1.5px;
      background: #000;
      margin: auto;
      transition: all 0.5s ease;
    }


    .icon-bar::before, .icon-bar::after {
      position: absolute;
      background: #000;
      top: 0;
      left: 0;
      content: "";
      height: 1.5px;
      width: 100%;
      transition: all 0.3s ease;
    }


    .icon-bar::before {
      top: -10px;
      transition: all 0.3s ease;

    }
    
    
    .icon-bar::after {
      top: 10px;
      transition: all 0.3s ease;
    }
    

    .icon-bar.active {
      background: transparent;
      transition: all 0.1s ease;
    }
    
    
    .icon-bar.active::before {
      top: 0;
      transform: rotate(45deg);
      transition: all 0.3s ease;
    }
    
    
    .icon-bar.active::after {
      top: 0;
      transform: rotate(-45deg);
      transition: all 0.3s ease;
    }



    
    
    
    
    
    
    
    
    
    
    .callmap{
        position: absolute;
        right: 0;
        top: 1.9em;
        bottom: auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .topnav-green .callmap{
      position: absolute;
        right: 0%;
        top: 1.4em;
        bottom: auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .callmap i{
        display: inline;
        clear: both;
        font-size: 1.3em;
        padding: 1em;
        cursor: pointer;
        border-radius: 2em;
        color: rgba(224, 0, 0, 1);
        background-color: rgba(224, 0, 0, .05);
        margin: 2em .2em;
        transition: all .3s;
        transform-origin: center;
        
    }
    
    .topnav-green .callmap i{
        background-color: rgba(224, 0, 0, .05);
        opacity: .5;
        padding: .7em;
    }
    
    
    .callmap i:hover{
        background-color: rgba(0, 0, 0, 0.02);
        opacity: 1;
        font-size: 1.5em;
        padding-top: 0.8em
    }
    
    
    
    
     .social{
        position: fixed;
        left:3%;
        bottom: 5%;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
          text-align: center;
    }
    
    
    
    
    .social i{
        display: block;
        clear: both;
        font-size: 1.3em;
        padding: .5em;
        cursor: pointer;
        color: rgba(255,255,255,1.00);
        margin: .5em auto;
        transition: all .3s;
        text-align: center;
        
    }
    
    
    .social i:hover{
        color: rgba(255,255,255,.4);
    }
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        width: 100%;
        height: 20vh;
        display: block;
        float: left;
        clear: none;
        background-color: #000;
    }
    
    
    .footer-inner{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5vh 10%;
    }
    
    
    .footer-logo{
        width: 10%;
        height: 10vh;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/logo.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }
    
    
    
    .footer-office{
         width: 50%;
        height: 15vh;
        float: left;
        clear: none;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        color: #fff;
        margin: 0;
    }
    
    
    
    .footer-office p{
        margin: 1vh 5%;
        width: 80%;
        display: block;
        float: left;
        clear: both;
        letter-spacing: 0px;
        line-height: 1.3em;
        font-weight: 500;
    }
    
    
    
    .footer-office b{
        font-weight: 700;
        color: #fff;
    }
    
    
    .footer-allrights{
        float: right;
        clear: none;
        display: block;
        height: auto;
        width: auto;
        margin: 0;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
    }
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    .bignav{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: auto;
        left:auto;
        z-index: 999;
        padding: .5em 2em;
         background-color:transparent;
        transition: all .3s;
    }
    
    
    .bignav .biglist{
        position: relative;
        z-index: 10;
        width: auto;
        height: auto;
        top: auto;
        overflow: visible;
        left: auto;
           display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 

    }
    
    
    .biglist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: 1.05em;
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        transition: all .3s;
        display: inline;
        float: left;
        clear: none;
    
        text-align: center;
        padding: 1em 1.5em;
        margin: 0;
        letter-spacing: .5px;
    }
    

    .biglist li i{
        color: #000;
        margin-left: 0vw;
        z-index: 10;
        transition: all .3s;
        position: relative;
        z-index: 10;
    }
    
    .activelink{
        position: relative;
        transition: all .3s;
    }
    
    .activelink span{
        height: 0.25em;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0%;
        z-index: 10;
        width:100%;
        background-color: #e00000;
        opacity: 0;
        transition: all .3s;
        display: flex;
        float: left;
    }
    
    
    @keyframes mymove {
      from {left:-100%;}
      to {left:0;}
    }
    
    
    .activelink:hover i{
        opacity: .8;  
    
    }
    
    
    .activelink:hover span{
        opacity:1;
        animation: mymove .5s ;
    }
    
    
    .activelink marquee{
        position: absolute;
        z-index: 20;
    }
    
    
    
    

    
    .bignav .smalllist{
        position: absolute;
        z-index: 10;
        width: 100%;
        height: auto;
        margin: auto;
        padding-right: auto;
        display: none;
        clear: both;
        padding-top: 3em;
        padding-bottom: 1em;
        float: left;
        text-align: left;
        transition: all .3s;
          margin-bottom: .5em;
          z-index: 0;
          top: 0;
          left: 0;
          background-color: white;
          border-radius: 1em;
          -webkit-box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
        -moz-box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
        box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
    }
    
  
    
    .smalllist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: .95em;
        position: relative;
        width: auto;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        transition: all .3s;
        text-align: left;
        text-transform:uppercase;
        font-weight: 500;
        letter-spacing: .5px;
        transition: all .3s;
        
        
    }
    
    
    
    .smalllist li:hover{
        color: #000;
        opacity: .6;
    }
    
    
    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {

    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    .topnav{
        width: calc(90% + 2em);
        height: 5em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 4em;
        left: calc(5% - 1em);
        z-index: 1000;
        transition: all .3s;
        padding: auto 2em;
        background-color: white;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
-moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    .topnav-green{
        width: calc(80% + 0em);
        height: 4em;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        top: 0em;
        left: calc(10% - 0em);
        z-index: 1000;
        padding: auto 2em;
         background-color: #fff;
        transition: all .3s;
        -webkit-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
        -moz-box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
        box-shadow: 0px 14px 21px -19px rgba(224,0,0,0.37);
    }
    
    
    
    
    .topnav .logo-icon{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-dark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: -1em;
        transition: all .2s;
        margin-left: 1.5em;
    }
    
    
    .topnav-green .logo-icon{
        top: 0em;
        width: 6em;
        height: 6em;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-dark.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: all .2s;
        margin-left: 1.5em;
        top: -1em;
    }
    
    
    
    .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .8em;
        margin: 2em 2em;
        position: relative;
        bottom: auto;
        left: auto;
        letter-spacing: 3px;
        transition: all .2s;
    }
    
    
    
   .logo-name{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-top: 1em;
        color: #fff;
        margin: auto;
    }
    
    
    .topnav-green .logo-name{
        padding-top: .5em;
         width: auto;
    }
    
    
    .topnav-green .pagename{
        display: block;
        float: left;
        clear: none;
        width: auto;
        padding: .5em 1em;
        background-color: #000;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .8em;
        margin: 1.5em 2em;
        
    }
    
    
    
     #nav-menu {
      position: relative;
      width: 0;
      cursor: pointer;
      height: 40px;
      z-index: 5;
        float: right;
        margin: auto;
    display: none;
         margin-top: 1em;
         margin-right: 2em;
    
    }
    
    
    .topnav-green  #nav-menu {
      position: relative;
      width: 0;
      cursor: pointer;
      height: 40px;
      z-index: 5;
    float: right;
    margin: auto;
    display: none;
         margin-top: .5em;
         margin-right: 1em;
    
    }


    #nav-menu::after{
            content: 'Menu';
            color: #000;
            position: absolute;
            top: 30%;
            left: -4em;
            font-family: 'Montserrat', sans-serif;
    }



    #menu{
                -moz-transform: rotate(90deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);/* FF3.5+ */
    -webkit-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/*Saf3.1+, Chrome*/
    -o-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* Opera 10.5 */
    -ms-transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);/* IE 9 */
    transform: rotate(90deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
        }

    .icon-bar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 1.5px;
      background: #000;
      margin: auto;
      transition: all 0.5s ease;
    }


    .icon-bar::before, .icon-bar::after {
      position: absolute;
      background: #000;
      top: 0;
      left: 0;
      content: "";
      height: 1.5px;
      width: 100%;
      transition: all 0.3s ease;
    }


    .icon-bar::before {
      top: -10px;
      transition: all 0.3s ease;

    }
    
    
    .icon-bar::after {
      top: 10px;
      transition: all 0.3s ease;
    }
    

    .icon-bar.active {
      background: transparent;
      transition: all 0.1s ease;
    }
    
    
    .icon-bar.active::before {
      top: 0;
      transform: rotate(45deg);
      transition: all 0.3s ease;
    }
    
    
    .icon-bar.active::after {
      top: 0;
      transform: rotate(-45deg);
      transition: all 0.3s ease;
    }



    
    
    
    
    
    
    
    
    
    
    .callmap{
        position: absolute;
        right: 2%;
        top: 1.9em;
        bottom: auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .topnav-green .callmap{
      position: absolute;
        right: 10%;
        top: 1.4em;
        bottom: auto;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
    }
    
    
    .callmap i{
        display: inline;
        clear: both;
        font-size: 1.3em;
        padding: 1em;
        cursor: pointer;
        border-radius: 2em;
        color: rgba(224, 0, 0, 1);
        background-color: rgba(224, 0, 0, .05);
        margin: 2em .2em;
        transition: all .3s;
        transform-origin: center;
        
    }
    
    .topnav-green .callmap i{
        background-color: rgba(224, 0, 0, .05);
        opacity: .5;
        padding: .7em;
    }
    
    
    .callmap i:hover{
        background-color: rgba(0, 0, 0, 0.02);
        opacity: 1;
        font-size: 1.5em;
        padding-top: 0.8em
    }
    
    
    
    
     .social{
        position: fixed;
        left:3%;
        bottom: 5%;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
          text-align: center;
    }
    
    
    
    
    .social i{
        display: block;
        clear: both;
        font-size: 1.3em;
        padding: .5em;
        cursor: pointer;
        color: rgba(255,255,255,1.00);
        margin: .5em auto;
        transition: all .3s;
        text-align: center;
        
    }
    
    
    .social i:hover{
        color: rgba(255,255,255,.4);
    }
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        width: 100%;
        height: 20vh;
        display: block;
        float: left;
        clear: none;
        background-color: #000;
    }
    
    
    .footer-inner{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5vh 10%;
    }
    
    
    .footer-logo{
        width: 10%;
        height: 10vh;
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/logo.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }
    
    
    
    .footer-office{
         width: 50%;
        height: 15vh;
        float: left;
        clear: none;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        color: #fff;
        margin: 0;
    }
    
    
    
    .footer-office p{
        margin: 1vh 5%;
        width: 80%;
        display: block;
        float: left;
        clear: both;
        letter-spacing: 0px;
        line-height: 1.3em;
        font-weight: 500;
    }
    
    
    
    .footer-office b{
        font-weight: 700;
        color: #fff;
    }
    
    
    .footer-allrights{
        float: right;
        clear: none;
        display: block;
        height: auto;
        width: auto;
        margin: 0;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
    }
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    .bignav{
        width: auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: auto;
        left:auto;
        z-index: 999;
        padding: .5em 2em;
         background-color:transparent;
        transition: all .3s;
    }
    
    
    .bignav .biglist{
        position: relative;
        z-index: 10;
        width: auto;
        height: auto;
        top: auto;
        overflow: visible;
        left: auto;
           display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 

    }
    
    
    .biglist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: 1.05em;
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        transition: all .3s;
        display: inline;
        float: left;
        clear: none;
    
        text-align: center;
        padding: 1em 1.5em;
        margin: 0;
        letter-spacing: .5px;
    }
    

    .biglist li i{
        color: #000;
        margin-left: 0vw;
        z-index: 10;
        transition: all .3s;
        position: relative;
        z-index: 10;
    }
    
    .activelink{
        position: relative;
        transition: all .3s;
    }
    
    .activelink span{
        height: 0.25em;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0%;
        z-index: 10;
        width:100%;
        background-color: #e00000;
        opacity: 0;
        transition: all .3s;
        display: flex;
        float: left;
    }
    
    
    @keyframes mymove {
      from {left:-100%;}
      to {left:0;}
    }
    
    
    .activelink:hover i{
        opacity: .8;  
    
    }
    
    
    .activelink:hover span{
        opacity:1;
        animation: mymove .5s ;
    }
    
    
    .activelink marquee{
        position: absolute;
        z-index: 20;
    }
    
    
    
    

    
    .bignav .smalllist{
        position: absolute;
        z-index: 10;
        width: 100%;
        height: auto;
        margin: auto;
        padding-right: auto;
        display: none;
        clear: both;
        padding-top: 3em;
        padding-bottom: 1em;
        float: left;
        text-align: left;
        transition: all .3s;
          margin-bottom: .5em;
          z-index: 0;
          top: 0;
          left: 0;
          background-color: white;
          border-radius: 1em;
          -webkit-box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
        -moz-box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
        box-shadow: 0px 14px 40px -5px rgba(224,0,0,0.2);
    }
    
  
    
    .smalllist li{
        font-family: 'Montserrat', sans-serif;
        list-style: none;
        font-size: .95em;
        position: relative;
        width: auto;
        height: auto;
        line-height: 1.2em;
        cursor: pointer;
        transition: all .3s;
        text-align: left;
        text-transform:uppercase;
        font-weight: 500;
        letter-spacing: .5px;
        transition: all .3s;
        
        
    }
    
    
    
    .smalllist li:hover{
        color: #000;
        opacity: .6;
    }
    
    
    
    

    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}