.hide_logo_m{
    display: none;
}

header.init.scroll section#header{
    top: -100px;
}

header.init.scroll section#header #logo img{
    margin-top: 0!important;
}

.head_color{
    color: #6c2d1a!important;
}
.error {
    color: #6c2d1a;
   
    top: -8px;
}
img#checkmark{
    width:60px;
}

#more-projects{
    
}

#project-hero > .container > strong.heading.margin > a:hover{
    text-decoration:underline;
}

#more-projects ul li p.para.smc.pre, #more-projects ul li p.para.smc.pre {
    background: #fff;
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 10px 10px;
   
}

#homepage-firm li{
    margin-bottom: 30px!important;
}

section#about-overview div.container:first-of-type, section#homepage-news ul li{

    padding-top: 20px;
}


 section#homepage-news ul{
margin-bottom: 40px;

}
#homepage-firm li .para.lg ,#homepage-news .para.lg{
    font-size: 20px;
    line-height: 28px;
    --fade-up-position: 40px;
}

#homepage-firm li .para em, em.para{

    font-size: 24px!important;
    line-height: 40px!important;
}

svg {
    width: 100%;
  }
  
  .tick {
    transform-origin: center;
    animation: grow 0.8s ease-in-out forwards;
  }
  
  @keyframes grow {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    60% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .circle {
    transform-origin: center;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash 1s linear;
  }
  
  @keyframes dash {
    from {
      stroke-dashoffset: 1000;
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
header.bg::after{
   
}

    .services_style{
						        margin-bottom:20px
						    }
						    .services_style td{
						       vertical-align: middle;
						    }
						    
						     .services_style td img{
						  width:130px
						    }
						     .services_style td p{
					font-size: 28px;    font-weight: 400;
					line-height:33px;
						    }
						     .services_style td:last-child{
						       padding:0 10px
						    }


@media (min-width: 769px)  {
body.customcursor, body.customcursor a, body.customcursor button {
    cursor: none;
}
header section#header #header-menu button span{
    display: none;
}
header .menuToggle {
    position: absolute;
    right: 35px;
    top: 18px;
    z-index: 2;
    color: #FFF;
    width: 80px;
    height: 80px; 
    border-radius: 80px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3rem;
}
.box_label{



font-size: 1.2rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}
.menu_box{

    margin-left: 80px;
}


                

.logo{position:fixed;left:100px;top:75px;height:calc(100vh - 170px);z-index:12;display:block;opacity:1;}
.logo .mobile, .logo .desktop{height:100%;}
.logo .img{position:absolute;left:0;top:0;height:100%;width:auto; max-width:300px;}
.logo .img:nth-of-type(1){position:relative;}
.logo .img:nth-of-type(2){opacity:0;}
.logoson .logo{opacity:1;}

body.hori {

}



/*      Menu        */
header{position:fixed;left:0;top:0;width:100%;height:0;z-index:10;}
header.open{height:100%;}
header .menuoverlay{position:absolute;left:0;top:0;width:100%;height:0;color:#FFF;overflow:hidden;/*opacity:0;transition:opacity .5s ease-out;*/}
header.open .menuoverlay{height:100%;/*opacity:1;*/}


/* toggle */
header .menuToggle{position:absolute;right:35px;top:0px;z-index:2;color:#FFF;width:100px;height:100px;border-radius:100px;text-align:center;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.3rem;}
header .menuToggle:before{display: none;  content:"";position:absolute;left:0;top:0;width:100px;height:100px;border-radius:100px;background-color:#f15d2f;transition:transform .3s ease-out, background-color .3s ease-out;will-change:transform, background-color;z-index:-1;}
header .menuToggle span:nth-of-type(1){transition:opacity .6s ease-in-out;}
header .menuToggle .arrow{position:absolute;display:block;left:30px;top:32px;width:20px;height:19px;background:no-repeat;background-size:contain;opacity:0;transform:translate(2px,-2px);transition:all .3s ease-out 0s;}
header.open:not(.closing) .menuToggle .arrow, .opencontact header .menuToggle .arrow{opacity:1;transform:translate(0px,0px);transition-delay:.3s;}
header.open .menuToggle span:nth-of-type(1), .opencontact header .menuToggle span:nth-of-type(1){opacity:0;transition:opacity .3s ease-out;}



section#menu div.container a
{
    color: #000;
}
section#menu div.container a:hover
{
    color: #f15d2f;
}

.text-reveal.concurrent span sub {
    color: #000;
    transition-delay: calc(var(--animation-delay) + .05s)
}
section#menu::before {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity var(--menu_transition);
    width: 100%;
    z-index: -2
}

section#menu #menu-container {
    background: #fff;
    height: var(--vh100);
    position: relative;
    width: 0;
    -webkit-transform: translate3d(250%, 0, 0);
    transform: translate3d(250%, 0, 0)
}

header.menu section#menu #menu-container {
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0)
}

header section#header #header-menu button strong {
        margin-right: -5px;
        color: var(--red)!important;
     }
     header:not(.dark) section#header #header-menu button:hover strong{
        color: var(--mahogany) !important;
     }
     section#menu nav#main-nav .menu-item:not(:last-child) {
        margin-bottom: 15px
    }

    section#menu nav
    {
        margin-left: 0;
    }
    section#menu #menu-container {
        /*width: calc(var(--margin) + var(--col8-g));*/
        width: 40%;
  
    }
    section#menu button[action="menu.close"] {
        background-size: 40px;
        height: 100px;
        right: 35px;
        top: 35px;
        width: 100px;
        opacity: 0;
    }
    section#menu nav#main-nav {
        margin-bottom: 120px;
        margin-left: 80px;
    }
    section#menu nav#main-nav .menu-item:not(:last-child) {
        margin-bottom: 15px
    }

    
}


@media (max-width: 768px)  {
    
    section#homepage-firm div.flex_2 div:first-child ul li {
    
    width: 100%;
}
    section#about-hero, section#article-body, section#careers-culture, section#homepage-firm, section#homepage-hero, section#more-news {
    padding-bottom: 0px;
}



   .services_style td img{
						  width:110px
						    }
						     .services_style td p{
					font-size: 26px;    
						    }
						     .services_style td:last-child{
						       padding:0 10px
						    }

    .bg_container_logo.slider a.logo{
    left: 40%;

    


    
}
header #logo{transition:all .3s ease-out 0s;}

header.menu #logo
{
  
}
.box_label {
    font-size: 18px;
    margin-bottom: 20px;
}
header section#header div.container{

}
section#menu nav#main-nav div,section#menu nav#secondary-nav{
    align-items: center;
    text-align: center;
}

                

.logo{position:fixed;left: 40%;top:75px;height:calc(100vh - 170px);z-index:12;display:block;opacity:1;}
.logo .mobile, .logo .desktop{height:100%;}
.logo .img{position:absolute;left:0;top:0;height:100%;width:auto; max-width:200px;}
.logo .img:nth-of-type(1){position:relative;}
.logo .img:nth-of-type(2){opacity:0;}
.logoson .logo{opacity:1;}
 section#menu{
    color:#24242c;
}


header section#header{
    opacity: 1;

    top: 10px;
    width: 100%;
    z-index: 100;
}

}  
