
  /*-------------------Main Banner-------------------*/

  .WorkMainBanner{
  	display: block;
    font-size: 0;
    z-index: -10;
    width:100%;
    height:91vh;
    background: url("../../links/Envision/EV-mainbanner.jpg") no-repeat 50%;
    background-size: cover;
  }

  .EV-logo{
    display: block;
    position: relative;
    width: 25%;
    max-width: 300px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
  }


  @keyframes FadeInOut {
    0% {
      opacity: .4;
    }
    50%{
    	opacity: 1;
    }
    100% {
      opacity: .4;
    }
  }

  @keyframes MoveUPDown {
    0% {
      transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
    }
    100% {
          transform: translateY(0px);
    }
  }




  #WorkDetails_Container{
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }



  /* ----------- Work_Details_Holder ----------- */
  .Work_Details_Holder_P1{
    width: 100%;
    background-color: white;
  }


  /* Feature */


  .TO-Screens{
    display: block;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 0;
    margin: 160px auto 0;    
    max-width: 1600px;
  }

  .TO-Screens > div:nth-child(1){
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 0;
    margin-top: 16%;
  }

  .TO-Screens > div:nth-child(2){
    padding-left: 20px;
    box-sizing: border-box;   
    line-height: 0;
  }
  
  .TO-Screens img{
    width: 100%;  
    line-height: 0;  
  }

  .TO-Screens > div > div{    
    border: 4px solid #ebebeb;
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 0;
  }


  .AlignLeft{
  text-align: left;
    display: block;
    width: 85vw;
    margin: 0 auto;
  }

  /* F 1 */

  .F1_Holder{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    padding:  0 40px;
    box-sizing: border-box;
  }

  .F1_Mac{
    width: 100%;
    display: block;
    margin: 40px auto 0;
    max-width: 1200px;
  }

  .F1B_Details{
    position: relative;
    width: 85%;
    display: block;
    margin-top: 15vh;
    z-index: 2;
    text-align: left;
  }



  .PosLower{
    top: 97.5vh;
  }

  .SocialIcons{
    display: block;
    width: 90vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin: auto;
    position: relative;
    z-index: 10;
  }

  /* F 2 */

  .F2_Holder{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
  }

  .F2B_Holder{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 18%;
    font-size: 0;
  }

  .F2_Main{
    overflow: hidden;
    /* position: absolute; */
    width: 100%;
    margin-left: auto;
    left: 0;
  }

  .F2_Main img{
    width: 100%;
    display: block;
    margin-left: -30%;
  }

  .F2_Details{
     width: 85vw;
    margin: auto;
    text-align: left;
    z-index: 1;
    margin-bottom: 5vh;
  }

/*=========================================F2B_1=================================================*/

  .F2B_1_Holder{
    display: block;
    margin: 0 auto;
    margin-top: 10vh;
    text-align: left;
    font-size: 0;
  }

  .F2B_1_Holder > div{
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 7vh;
    position: relative;
  }

  .F2B_1_SmallTitle{
    display:inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    color: black;
    margin:auto;
    padding-bottom: 3%;
  }

  .BlueTitle{
    width: 85vw;
    font-weight: 400;
    color: #00d546;
    padding-bottom: 7vh;
  }

  .AlignRight1{
    display: none;
    text-align: right;
  }

  .F2B_Icons_Left{
    width: 17vw;
    padding-right: 4vh;
    vertical-align: top;
    display: inline-block !important;
  }

  .F2B_Icons_Left img{
    width: 100%;
  }

  .F2B_Icons_Right{
    cursor: pointer;
    opacity: .3;
    width: 13%;
    text-align: right;
    margin-left: 36%;
    vertical-align: middle;
    display: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_Icons_Right img{
    width: 100%;
  }


  .F2B_HoverText1{
    display: none;
    position: absolute;
    right: 15%;
    top: 25%;
    opacity: 0;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    color: #00d546;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }


/*=========================================F2B_2=================================================*/

.Wrapper_F2B_2_IconHolder{
  display: block;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

 .F2B_2_IconHolder {
    display: block;
    width: 45%;
    /*max-width: 540px;*/
    font-size: 0;
    position: relative;
    margin: auto;
    margin-top: 20%;
  }

  .F2B_Icons_Mid{
    position: absolute;
    width: 37%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }


  .F2B_Icons_Out{
    position: absolute;
    width: 24%;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  #F2B_Icon_ActAudit2 {
    top: 0;
    margin: auto;
    display: block;
    position: relative;
  }

  #F2B_Icon_Filter2 {
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 3%;
    right: initial;
  }

  #F2B_Icon_Community2 {
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 3%;
    left: initial;
  }

  #F2B_Icon_Plan2 {
    display: inline-block;
    position: absolute;
    top: 17.5%;
    left: 3%;
  }

  #F2B_Icon_Track2 {
    display: inline-block;
    position: absolute;
    top: 17.5%;
    left: initial;
    right: 3%;
  }

  #F2B_Icon_Review2{
    display: block;
    position: relative;
    top: 0;
    margin: 40% auto 0;
  }

  #F2B_2_ActAudit2 {
    position: absolute;
    top: -12.5%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
  }

  #F2B_2_Plan2 {
    position: absolute;
    right: 98%;
    top: 17%;
    color: #00d546;
  }

  #F2B_2_Track2 {
    position: absolute;
    left: 98%;
    right: initial;
    top: 17%;
    color: #00d546;
  }

  #F2B_2_Review2 {
    position: absolute;
    margin: auto;
    top: 105%;
    right: 0;
    left: 0;
    color: #00d546;
  }

  #F2B_2_Filter2 {
    position: absolute;
    right: 98%;
    top: 75%;
  }

  #F2B_2_Community2 {
    position: absolute;
    left: 98%;
    right: initial;
    top: 75%;
  }


  .F2B_BG1{
    display: block;
    position: relative;
    width: 30%;
    /*max-width: 360px;*/
    margin: 0 auto;
    margin-top: -37%;
    opacity: .2;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }



  .F2B_BG2{
    position: relative;
    width: 70%;
    /*max-width: 845px;*/
    margin: 0 auto;
    margin-top: -50.5%;
    opacity: .2;
    z-index: -10;
    -ms-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .F2B_ScaleUp{
    transform: scale(1.15);
  }

  .F2B_ScaleDown{
    transform: scale(.8);
  }

  /* F4B */
  .F4B_Holder{
    text-align: left;
    display: block;
    width: 100%;
    margin: 160px auto;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1200px;
  }

  .F4B_Holder > div{
    margin-bottom: 160px;
  }



  /* Feature 1 */
  .Feature1_Holder{
    width: 100%;
    margin: 0 auto 160px;
    position: relative;
    display: block;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .EV_F1_1{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .EV_F1_1 img{
    width: 100%;
  }

  .EV_F1_2{
    width: 100%;
    display: block;
    position: relative;
  }

  .EV_F1_3{
    display: block;
    position: relative;
    width: 22%;
    margin-top: -18%;
    margin-left: 25%;
  }

  .EV_F1_3 img{
    width: 100%;
  }

  .Feature1_Details{
    width: 44%;
    margin-top: -17%;
    padding-top: 0;
    padding-left: 55%;
  }


  /* Feature 2 */
  .Feature2_Holder{
    width: 100%;
    margin-top: 0;
    margin-bottom: 240px;
    position: relative;
    display: block;
  }

  .EV_F2_1{
    width: 47%;
    z-index: 0;
    position: relative;
    display: block;
  }

  .EV_F2_1 img{
    width: 100%;
  }

  .EV_F2_2{
    display: block;
    width: 45%;
    height: 100%;
    position: absolute;
    margin-top: -18%;
    right: 0;
    overflow: hidden;
  }

  .EV_F2_2 img{
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .Feature2_Details{
    width: 38%;
    text-align: left;
    z-index: 100;
    position: relative;
    padding-top: 13%;
    margin-left: 7.5%;
  }


  /* Feature 3 */
  .Feature3_Holder{
    width: 100vw;
    /* margin-left: 15%; */
    margin-top: 20vh;
    position: relative;
    display: block;
  }

  .EV_F3_1{
    width: 100vw;
    z-index: 0;
    position: relative;
  }

  .EV_F3_2{
    display: none;
    width: 30%;
    z-index: 2;
    position: absolute;
    margin-top: 22%;
    margin-left: 16%;
  }

  .EV_F3_3{
    width: 18vw;
    position: relative;
    margin: auto;
    margin-top: 7vh;
    display: block;
  }

  .Feature3_Details{
    width: 85vw;
    text-align: left;
    z-index: 100;
    position: relative;
    padding-top: 8vh;
    margin: 0 auto;
  }

  .EV_L3ne3{
    position: absolute;
    width: 200%;
    top: 20%;
    left: -60%;
    z-index: -10;
    opacity: .5;
  }


  

  .EV_ColorBlue{
    color: #00d546;
  }


  .WhiteText{
    color:white;
  }

  .FloatRight{
    float: right;
  }


  /* ----------- TO Naming ----------- */
  .TO_Naming{
    width: 90vw;
    margin: 0 auto;
    margin-top: 10vh;
  }

  .TO_Naming img{
    width: 100%
  }

  .TO_LogoDev{
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 15%;
    margin-bottom: 20%;
    position: relative;
    z-index: 999;
  }

  .TO_LogoDev img{
    width: 100%
  }

  .TO_ProgressDesk{
    width: 100%;
    height: 500px;
    background: url("../../links/Envision/EV-Research-5.jpg") no-repeat 50%;
    background-size: cover;
    position: relative;
    z-index: 999;
  }

  .F2B_Lines {
    display: none;
  }


.EV-Research-2{
  display: inline-block;
  position: relative;
  width: 40%;
  text-align: left;
}

.EV-Research-2 img{
  width: 90%;
}

.F2B_Details{
  display: inline-block;
  width: 52.5%;
  margin-left: 7.5%;
}

.EV-Research-3{
  display: block;
  position: relative;
  width: 100%;
}

.EV-Research-4{
  display: block;
  position: relative;
  width: 100%;
}


.Table-wrapper{
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 10%;
  z-index: 1;
}

.EV-features{
  display: table-cell;
  text-align: center;
  padding: 0 5%;
}

.EV-features img {
  display: block;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.EV-bg-graphics{
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.EV-bg-graphics img{
  width: 100%;
}

.EV-pos1{
  left: 0;
  top: -35%;
  z-index: 0;
}

.EV-pos2{
  left: 0;
  top: 91.5%;
  position: relative;
  z-index: 0;
}

.F1B_Holder{
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: auto;
  font-size: 0;
}

.F1B_Holder > div:nth-child(2){
  margin-top: 160px;
}

.F1B_Holder > div:nth-child(2) img{
  width: 100%;
}

.F1B_Holder.F2B {
  margin: 160px auto 0;
}

.F1B_Holder.F2B > div > div:nth-child(2) > div{
  margin-bottom: 80px;
}

.F1B_Holder.F2B > div > div:nth-child(3){
  text-align: center;
}

.F1B_Holder.F2B > div > div:nth-child(3) img{
  width: 80%;
}

.En-Book-Slide{
  display: block;
  width: 100%;
}

.En-Book-Slide img{
  width: 100%;
}






/*=========================================Tablets (Portrait)=================================================*/
@media only screen and (min-width: 600px) {


  .F2_Details {
    position: absolute;
    right: 0;
    width: 45%;
    margin-right: 5%;
    margin-top: 0%;
  }

  .F2_Mac {
    width: 113vw;
    right: -8vw;
  }

  .F2_Mac img {
    width: 100%;
    margin-left: 0vw; 
  }


/*------------------------------Features---------------------------------*/

  .TO_F2_1{
    display: block;
    width: 75%;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10%;
  }

  .TO_F2_2{
    width: 48%;
    z-index: 2;
    position: absolute;
    margin-top: 19%;
    margin-left: -5%;
  }

  .TO_F2_3{
    width: 12%;
    z-index: 3;
    float: right;
    position: absolute;
    right: 0;
    margin-right: -16%;
    margin-top: 36%;
  }

  .TO_Line1{
    position: absolute;
    width: 200%;
    top: 30%;
    left: -56%;
    z-index: -10;
    opacity: .3;
  }


  /* Feature 3 */
  .Feature3_Holder {
    width: 70vw;
    margin-left: 11vw;
    margin-top: 15vh;
    display: block;
  }

  .TO_F3_1{
    width: 75%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: -10%;
  }

  .TO_F3_2{
    display: block;
  }

  .TO_F3_3{
    width: 12%;
    z-index: 3;
    position: absolute;
    left: 0;
    margin-left: -6%;
    margin-top: 38%;
  }

  .Feature3_Details{
    width: 52vw;
    text-align: left;
    z-index: 100;
    position: relative;
    padding-top: 47%;
    padding-left: 0vw;
    margin-left: 11%;

  }

  .TO_Line2{
    position: absolute;
    width: 200%;
    top: 25%;
    right: -55%;
    z-index: -10;
    opacity: .5;
  }


  /* Feature 4 */
  .Feature4_Holder{
    width: 70vw;
    margin-left: 5%;
    margin-top: 15vh;
    position: relative;
    display: block;
  }

  .TO_F4_1{
    width: 75%;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10%;
  }

  .TO_F4_2{
    display: block;
    width: 32%;
    z-index: 2;
    position: absolute;
    margin-top: 22%;
    margin-left: 14%;
  }

  .TO_F4_3{
    width: 12%;
    z-index: 3;
    float: right;
    position: absolute;
    right: 0;
    margin-right: -16%;
    margin-top: 32%;
  }

  .Feature4_Details{
    width: 52vw;
    text-align: left;
    z-index: 100;
    position: relative;
    padding-top: 44%;
    padding-left: 36vw;
  }

  .TO_Line3{
    position: absolute;
    width: 200%;
    top: 20%;
    left: -60%;
    z-index: -10;
    opacity: .5;
  }


  /*------------------------------Behind the Scene---------------------------------*/



  .AlignLeft {
    margin-left: 7.5vw;
    text-align: left;
  }


/*------------------------------F2B Icons---------------------------------*/

  .F2B_Holder .AlignLeft{
    margin-left: 0vw;
  }

  .PosLower {
    top: 95%;
  }

  #F2B_ActAudit{
    top: 27%;
  }

  #F2B_Filtering{
    top: 23%;
  }

  #F2B_Community{
    top: 28%;
  }

 .F2B_1_Holder{
    display: block;
    width: 85vw;
    margin: 0 auto;
    margin-top: 8vh;
    text-align: left;
    font-size: 0;
  }

  .F2B_1_Holder > div{
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 8%;
    position: relative;
  }

}

@media only screen and (max-width: 610px){

  .EV_F2_1{
    width: 100%;
  }

  .EV_F2_2{
    display: none;
  }


}


@media only screen and (max-width: 700px){
  .F2_Details{
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    margin-right: inherit;
    padding:  0 40px;
    box-sizing: border-box;
  }

  .F2_Main img{
    width: 130%;
    margin-top: 5%;
  }


  .Feature1_Details{
    width: 100%;
    margin: 120px auto;
    padding-left: 0;
  }

  .EV_F1_3{
    display: none;
  }

  .Feature2_Details{
    width: 100%;
    text-align: left;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: 0;
    margin: 80px auto;
  }

  .Feature2_Holder{
    margin-bottom: 0;
  }
}


@media only screen and (max-width: 768px){
  .EV-pos1 {
    top: 54% !important;
  }

  .EV-pos2 {
    top: 95% !important;
  }

  .Table-wrapper{
    display: block;
  }

  .EV-features:nth-child(3){
    margin: 10% auto;
    display: block;
    width: 50%;
  }
}

@media only screen and (max-width: 1024px){
  .EV-pos1 {
      top: 52.5%;
  }

  .PosLower{
    top: 92.5%;
  }

  .F2B_Details {
    display: block;
    width: 85%;
  }

  .EV-Research-2{
    margin-top: 18%;
  }

  .EV-pos2 {
    top: 93.5%;
  }

}

/*=========================================Tablet Screens=================================================*/


@media only screen and (min-width:1024px) and (orientation: landscape) { /* big landscape tablets, laptops, and desktops */ 

  .F2_Details {
      position: absolute;
       width: 33%;
      margin-top: 5%;
      margin-left: 0;
      right: 3.5%;
  }


  .PosLower{
    top: 70vh;
  }

  .F4B_LineOwl {
    position: absolute;
    top: 68%;
    left: -15vw;
    width: 100vw;
  }


  div .F4B_GraphEndLine {
    margin-top: 15vh;
  }

  .TO_Naming {
    margin-top: 15vh;
  }

  .TO_LogoDev {
    margin-top: 15%;
    margin-bottom: 20%;
  }

}


/*=========================================Tablets (Portrait)=================================================*/
@media only screen and (max-width: 800px) {
  .F1B_Holder div, .F4B_Holder div{
    width: 100%;
  }

  .TO-Screens > div:nth-child(1) {
    padding-right: 12px;
  }

  .TO-Screens > div:nth-child(2){
    padding-left: 12px;
  }

  .TO-Screens > div > div{    
    border-radius: 8px;
    margin-bottom: 24px;
  }

}




/*=========================================Tablets (Portrait)=================================================*/
@media only screen and (max-width: 480px) {
  .PosLower{
    top: 123.5vh;
  }

  .Feature1_Holder{
    margin-bottom: 80px;
  }

  .Feature5_Holder{
    display: none;
  }

  .F2_Details, .Feature2_Details, .Feature1_Holder{
    padding:  0 24px;
  }

  .EV-features{
    text-align: left;
    padding: 0 5% 0 0;
    box-sizing: border-box;
  }

  .EV-features img{
    width: 80px;
  }

  .EV-logo{
    width: 60%;
  }

  .F2_Main img{
    width: 140%;
    margin-top: 5%;
    margin-left: -42%;
  }

  .Table-wrapper{
    display: none;
  }

  .EV_F1_3{
    display: none;
  }


  .EV_F2_1{
    width: 100%;
  }


  .EV_F2_2{
    display: none;
  }

  .EV-pos1, .EV-pos2{
    display: none;
  }

  .EV-Research-2 {
    width: 100%;
  }

  .TO_LogoDev {
    width: 85%;
  }

  .F1B_Holder, .F4B_Holder{
    margin: 80px auto;
    padding: 0 24px;
  }

  .TO-Screens{
    padding: 0 24px;
  }
}

