.w-container {
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px
}
a {
    text-decoration: none
}
.wrappsideimage {
    background-image: radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
}

.projectMobile {
  display:none;
}

.desktop .menuitem.active {
  color: #4ba5f0;
}

.mobile .menuitem.active {
  color: #000;
}

/*
svg {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  path {
    fill-opacity: 0;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
    animation: draw 10s infinite linear;
  }  
  
  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }*/

  .relative{
    position: relative;
  }

  .top{
    top: 0;
  }

  .marginTop140{
    margin-top: 140px;
  }

  .marginTop180{
    margin-top: 180px;
  }  

  .marginBottom50 {
    margin-bottom: 50px;
  }

  .parallax-container.team{
    height: 600px;
  }

  .visit-project{
    display: -webkit-inline-box;  
  }

  .marginArrow{
    margin-left: 20px;
  }

  .labelbtnall{
    padding-left: 15px;
  }

  /* SVG ARROW */
  .svg_blue {
    position: absolute;
    left: 90%;
    width: 19px;
    top: 78%;
  }

  .btnall.next{
    /*background-color: #9c9c9c;*/
    color: #00b3f0;
  }
  
  .btnall{
   color: white;
  }  

  .logotopmin{
    display: none;
    background-color: rgba(233, 227, 227, 0.5);
    margin-top: 0px;
    padding-top: 20px;
    top: 0;
  }

  /* BUTTON HOVER */
  .seemorebtn:hover{
    color: white;
    background-color: #00b3f0;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;  
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;         
  }

  /* BUTTON HOVER */
  .seemorebtn:hover{
    color: white;
    background-color: #00b3f0;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;    
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;        
  }

  /* BUTTON HOVER NEXT PROJECT */
  .btnall.next:hover{
    color: white;
    background-color: #9a9a9a;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;  
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;     
  } 
  
  .btnall:hover{
    color: #00b3f0;
    background-color: #4a4a4a;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;  
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;     
  }   

  .project-blocks-blue{
    display: none;
  }

  .project-arrow-white{
    display: none;
  }

  .contentarea.phone img {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.35);
  }

  .logo{
    margin-left: 40px;
    margin-top: 10px;
  }

  .burgger{
    margin-right: 30px;
    margin-top: 10px;
  }

  .mobileNext{
    display: none;
  }


  /* TITLE SEPAROTOR */
  .sectiontitle {
    background-size: 0px; 
  }  

  .sectiontitle.anim {
    background-size: 43px;
    animation: grow-right 1s ease-in;
  }

  /* MENU ITEM HOVER */
  a.menuitem:hover {
    color: #4ba5f0;
  }

  @keyframes grow-right {
    0% {
      background-size: 1px;
    }
    100% {
      background-size: 43px;
    }
  }

  /* METHODOLOGY PAGE */
  #arrow_3_1,
  #arrow_3_2,
  #arrow_3_3,
  #arrow_1_2,
  #arrow_1_3,
  #arrow_1_4,
  #meth_2,
  #meth_3,
  #meth_4{
    display: none;
  }

  .calltoactionwrapper{
    max-height: 760px;
  }

  .wrappmenuoverlay.hidden,
  .wrappermenuitens.hidden{
    display: none;
  }

  .wrapperleft,
  .wrapperright{
    z-index: 9999;
  }

  .wrapperright{
    background-color: white;
  }

  .videogif {
    max-width: 800px;
    padding-bottom: 20px;
  }  

  /* VIDEO JS SCRIPTS - BEGIN */

  .vjs-poster:focus {
    outline: none;
  }

  .project-video {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin: 0 auto;    
  }  

  .project-video .vjs-control-bar {
    display: none;
  }

  .mb, .project-block, hr {
    margin-bottom: 32px;
  }
  
  .my-video-dimensions {
    width: 100%;
    height: auto;
    padding-top: 59.22%;
  }

  .video-js {
    font-size: 10px;
    color: #00b3f0 !important;
  }

  .video-js.vjs-paused .vjs-big-play-button {
    display: block;
  }

  .video-js:hover .vjs-big-play-button {
    background-color: #00b3f0 !important;
  }
  
  .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    -webkit-transition: all 0s;
    transition: all 0s;
  }  

  .video-js .vjs-big-play-button {
    background-color: rgba(0, 179, 240, .91) !important;
    color: #fff;
  }
  
  .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 1.5em;
    border: none;
    border-radius: 50px;
    left: 50% !important;
    top: 50% !important;
    margin-left: -0.7em;
    margin-top: -0.75em;
  }
  
  .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #FFF;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
  }
  
  .video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }  

  .vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
    display: none;
  }  

  .video-js .vjs-control-bar{
    background-color: rgba(43, 51, 63, 0.3) !important;
  }

  .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white;
  }  

  .vjs-play-control.vjs-control.vjs-button{
    outline:none;
  }

  /* VIDEO JS SCRIPTS - END */

  @media (min-width: 767px) {
    .wrapperleft{
      background-image: -webkit-radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
      background-image: radial-gradient(circle farthest-corner at 100% 100%, #4ba5f0 1%, rgba(0, 179, 240, .91) 74%);
    }
  }

  @media (max-width: 767px) {
    
    .phone .w-col {
      text-align: center;
      margin-bottom: 20px;
    }

    .phone .w-col img {
      width: 75%;
    }

    .menuitem.mobilemenu {
      font-size: 24px;
      line-height: 24px;
      color: #fff;
    }

    .menuwrapp.mobileview {
      margin-bottom: 30px;
    } 

    a.menuitem:hover {
      color: black;
    }

    .mobileNext{
      display: inherit;
    }

    .desktopNext{
      display: none;
    }

  }

  @media (max-width: 425px) {
    .parallax-container.team{
      height: 300px;
    }

    .logo{
      margin: 0;
    }
  
    .burgger{
      margin: 0;
    }    

    .wrapperheaderbar{
      padding-right: 0;
    }

    .line, .line-proj {
        height: 7px;
        margin-bottom: 4px;
    }    

  }

  @media (max-width: 950px) {
    .projectDesktop {
      display:none;
    }
    .projectMobile {
      display: inline-block;
      background-size: cover;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;      
    }

    .calltoactionwrapper{
      /*min-height: 760px !important;
      max-height: 760px !important;*/
    }

  }

  @media (max-height: 700px) {
    .contentherohome {
      margin-top: 150px
    }
  }

  @media (max-height: 650px) {
    .contentherohome {
      margin-top: 200px
    }

    .wrappermenuitens.list {
      margin-top: 70px;
    }
  }  

  @media (max-height: 600px) {
    .contentherohome {
      margin-top: 250px
    }

    .contactlink.marginbottom {
      margin-bottom: 50px;
    }

    .wrappermenuitens.list {
      margin-top: 60px;
    }
  }

  @media (max-width: 1024px) {
    .wrappcontainermenu,
    .wrappercontacts {
      padding-left: 20px;
    }
  }  

  @media (max-width: 990px) {
    .contactlink {
      font-size: 26px;
    }
  }    

  @media (max-width: 768px) {
    .wrappmock {
      top: -220px;
    }
  }  

  @media (max-width: 767px) {
    .wrappmock {
      top: -220px;
    }
    .wrappcontainermenu,
    .wrappercontacts {
      padding-left: 40px;
    }    
  }    

  @media (max-width: 560px) {
    .wrappmock {
      top: -180px;
    }
    .calltoactionwrapper.wrappermethod{
      min-height: 860px !important;
      max-height: 860px !important;
      
    }        
  }  
  
  @media (max-width: 460px) {
    .wrappmock {
      top: -160px;
    }
  }    

  @media (max-width: 425px) {
    .wrappmock {
      top: -140px;
    }
  }    

  @media (max-width: 400px) {
    .wrappermethod-services {
      min-height: 700px !important;
    }
  }

  @media (max-width: 375px) {
    .wrappermethod-services {
      min-height: 900px !important;
      max-height: 900px !important;
    }

    .wrappmock {
      top: -110px;
    }    
  }  

  @media (max-width: 330px) {
    .wrappermethod-services {
      min-height: 760px !important;
    }
  }    

  @media (max-width: 320px) {
    .wrappermethod-services {
      min-height: 1000px !important;
    }

    .wrappmock {
      top: -90px;
    }       
  }    

  
  
 
  
