.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;
}
.ottocs-tag-div {
                position: absolute;
    left: auto;
    bottom: -34px;
    border: 1px solid #545454;
            }
            
            .ottocs-image {
                width: 24px;
                height: 24px;
                background-image: url(https://ottocs.com/dist/img/ottotag.svg);
                transition-duration: 0.2s;
                background-size: cover;
            }
            
            .ottocs-tag-div a:hover .ottocs-image {
                width: 90px;
            }
#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;
}

}  
	.paddIN_left{
						    
						    padding: 0 var(--col1);
						}
						
						    
						
					.align{
  padding-top:0px;
    padding-bottom:50px;
  width:100%;
  height:auto;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-around;
  align-items:space-around; 
  
  
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}


	   
.card-container{
  -webkit-perspective:1200;
  -moz-perspective:1200;
  perspective:1200;
}

.card-container {
  
    cursor:pointer;
}
.card-vertical, .card-horizontal{
  height:350px;
  width:350px;

  -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;

  transition:all .4s ease;
 }
 
 
 
 
 
 
 
.card-front, .card-back{
  color:#000;
  height:100%;
  width:100%;
  position:absolute;
  background:#fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  transform-style:preserve-3d;
  display: inline-flex;
    align-items: center;
    border-radius:20px;
    justify-content: center;
 }
.card-back{
  -moz-transform:rotateY(179.9deg);
  -webkit-transform:rotateY(179.9deg);
  transform:rotateY(179.9deg);
  background:#f15d2f ;
 }
.card-front-content, .card-back-content{
  padding:2em;
  box-sizing:border-box;
  text-align:center;
  line-height:2.6em;

  
}

.card-back-hr{
  -webkit-transform:rotateX(179.9deg);
  -moz-transform:rotateX(179.9deg);
  transform:rotateX(179.9deg);
}
.card-vertical:hover{
  -webkit-transform:rotateY(179.9deg);
  -moz-transform:rotateY(179.9deg);
  transform:rotateY(179.9deg);
}
.card-horizontal:hover{
  -webkit-transform:rotateX(179.9deg);
  -moz-transform:rotateX(179.9deg);
  transform:rotateX(179.9deg);
}

.color_white{
    
    color:#fff;
    font-size:22px;
    line-height:32px;
}
.h5_arch_title{
       font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}


.card-front-content img{
    
    width:150px;
}

.card-front-content  .img-contain{
    
    height:160px;
        display: flex;
    justify-content: center;
    padding-bottom:20px;
}

 @media (max-width: 1480px) {
      
      .card-vertical, .card-horizontal{
  height:320px;
  width:320px;
      }
.color_white{
    color:#fff;
    font-size:1.2rem;
    line-height:1.4rem;
}
.h5_arch_title{
       font-size: 1.8rem;
    line-height: 2rem;
    
}
.align{ }
	        
	    }

 @media (max-width: 1480px) {
      
      .card-vertical, .card-horizontal{
  height:300px;
  width:300px;
      }
.color_white{
    color:#fff;
    font-size:1.2rem;
    line-height:1.5rem;
}
.h5_arch_title{
       font-size: 1.4rem;
    line-height: 2rem;
    
}
.align{ }
	        
	    }
	    
	    
	     @media (max-width: 1280px) {
      
      .card-vertical, .card-horizontal{
  height:280px;
  width:240px;
      }
.color_white{
    color:#fff;
    font-size:1.1rem;
    line-height:1.5rem;
}
.h5_arch_title{
       font-size: 1.3rem;
    line-height: 2rem;
    
}
.align{ }
	        
	    }
	     @media (max-width: 1100px) {
      
      .card-vertical, .card-horizontal{
  height:240px;
  width:100%;
      }
.color_white{
    color:#fff;
    font-size:1.1rem;
    line-height:1.5rem;
}
.h5_arch_title{
       font-size: 1.3rem;
    line-height: 2rem;
    
}
.align{   grid-template-columns: repeat(2, 1fr);}
	        
	    }
	     @media (max-width: 992px) {
      
    #about-overview{
     padding-top: 20px!important;
    padding-bottom: 20px!important;
    }
.align{   grid-template-columns: repeat(1, 1fr);}
	           .card-vertical, .card-horizontal{
  height:320px;
  width:320px;
      margin: 0 auto;
      } 
	    }
	    
	    
	    
	      .font-color-black{
		        color:#000;
		    }
		    #about-stakeholders{
		        padding-top:40px;
		        padding-bottom:120px;
		        background: #fff;
		    }
		    .sub-font-arch{
		          padding-bottom:60px;
		      font-size:30px;
		      text-align:center;
		      
		        
		    }
		    
		    
		    .logos-client  {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(4, 1fr);
}
		    .logos-client  div{
		     border-left:1px solid #ddd; 
		      border-bottom:1px solid #ddd; 
		          text-align: center;
		    }
		    .logos-client div.notop{
		         border-left:none; 
		    }
		    
		    .logos-client div.nobottom{
		         border-bottom:none; 
		    }
		    
		 

		    @media (max-width: 991px) {
		        
		          
    .logos-client { max-width: 600px; grid-template-columns: repeat(2, 1fr);
    }
    
    .logos-client div.mobile_noleft{
        border-left:none; 
    }
    .logos-client div.mobile_bottom{
        border-bottom:1px solid #ddd; 
    }
    
    
     .font-color-black{
		             font-size:2rem;
		    }
		    
		    .sub-font-arch{
		      font-size:1rem;
		      
		        
		    }
    
}

		    @media (max-width: 540px) {
		           .logos-client  div{
		     border:1px solid #ddd!important; 
		      
		          text-align: center;
		    }
		    
		    
		      #about-stakeholders{
		        padding-top:1px;
		        padding-bottom:120px;
		        background: #fff;
		    }
		         .font-color-black{
		              font-size: 26px;
		    }
		    
		    .sub-font-arch{
		      font-size:1rem;
		      line-height:24px;
		        padding-bottom:30px;
		        
		    }
		          
    .logos-client {gap: 1rem; max-width: 100%; grid-template-columns: repeat(1, 1fr);
    }
    
    
    
    
}

