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

  .WorkMainBanner{
  	display: block;
    font-size: 0;
    z-index: 0;
    width:100%;
    height:96vh;
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
    /*background: url("../../links/Voga/Voga_Banner.png") no-repeat 50%;
    background-size: cover;*/
  }

  .WorkMainBanner img{
    -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; 
  }

  .WorkMainBanner img:nth-child(2){
    position: absolute;
    height: 100%;
    left: 10%;
    top: 0;
  }

  .WorkMainBanner img:nth-child(3){
    position: absolute;
    height: 40%;
    right: 25%;
    top: -5%;
  }

  .WorkMainBanner img:nth-child(4){
    position: absolute;
    height: 55%;
    right: 15%;
    bottom: 0;
  }

  .red-square:nth-child(5){
    top: 30%;
    left: -15%;
    width: 40%;
    height: 50%;
    z-index: -1;
  }

  .red-square:nth-child(6){
    top: -10%;
    right: -20%;
    width: 70%;
    height: 30%;
    z-index: -1;
  }

  .red-square:nth-child(7){
    top: 65%;
    right: -40%;
    width: 70%;
    height: 25%;
    z-index: -1;
  }

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

    -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; 
  }


  @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);
    }
  }


.Proj_Maintitle{
  display: block;
}

.Proj_Maintitle a{
  color: black;
  text-decoration: none;
}

.Proj_Maintitle a:after{
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 13px 0 0 10px;
    opacity: .3;
    background: url(../../links/Global/links.svg) no-repeat 50%;
}

  .Proj_Maintitle .sliding-l-r {
    display: inline-block;
    position: relative;
    margin-top: inherit;
    margin-bottom: inherit;
  }

  .Proj_Maintitle .sliding-l-r:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    width: 0;
    top: 65px;
    margin-top: inherit;
    -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; 
  }

  .sliding-l-r:hover:before {
  width: 100%;
  background: black;
  }

  #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; 
  }


  .slick-slider  div{
    -webkit-user-select: text !important; 
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }
  .slick-list div.draggable {
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }




  

  /*-------------------Video-------------------*/

  .videoWrapper {
    display: block;
    position: relative;
    height: 800px;
    overflow: hidden;
    object-fit: cover;
  }
  .videoWrapper video {
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden; 
  }


  /* ----------- Call Out ----------- */

  .TO_CallOut{
    display:block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 25pt;
    line-height: 120%;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 20%;
    position: relative;
    z-index: 9999;
  }


  .TO_Line4{
    display: block;
    width: 100%;
    margin-top: 4%;
  }

  /* ----------- Bottom Work Detail Nav ----------- */

  .sliding-middle-out3 {
    display: inline-block;
    position: relative;
    padding-top: 3px;
  }

  .sliding-middle-out3:after {
    content: '';
    display: block;
    position:absolute;
    top:-8px;
    margin: auto;
    height: 2px;
    width:100%;
    transform: scaleX(0);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .sliding-middle-out3.active3:after {
    transform: scaleX(1);
    background: #00d546;
  }

  .sliding-middle-out3:hover:after {
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: black;
  }


 



  


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





  /* Feature */

  .Slider_WorkDetails{
    overflow: hidden;
  }

  .slick-slide:focus { outline: none; }




  /* F 1 */

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

  .F1_Intro{
    width: 85%;
    margin: auto;
  }

  .F1_Mac{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 20%;
    z-index: 10;
    max-width: 950px;
  }

  .F1_Slider{
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;    
    z-index: 10;
  }

  .F1_Slider img{
    width: 100%;
  }

  .F1_Slider div{
    cursor: pointer;
  }

  /* F 2 */

  .F2_Holder{
    width: 100%;
    margin: 160px auto;
    position: relative;
    display: block;
    text-align: center;
    font-size: 0;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .F2_Details{
    width: 50%;
    text-align: left;
    z-index: 1;
    margin-left: 10%;
    max-width: 510px;
  }

  .F2_Image_Tablet{
    width: 100%;
    margin: 10% auto;
    position:relative;
    margin-bottom: 25%;
  }

  .F2_Image_Tablet img{
    display: inline-block;
    width: 47.5%;
    max-width: 600px;
    margin: 0 2.5% 0 0;
    position: relative;
  }

  .F2_Image_Tablet img:last-child{
    margin: 0 0 0 2.5%;
    top: 250px;
  }

  .F2_Image_Mobile{
    display: block;
    width: 80%;
    position: relative;
    margin: auto;
  }

  .F2_Image_Mobile img{
    display: inline-block;
    width: 25%;
    max-width: 300px;
    min-width: 200px;
    margin: auto;
  }

  .F2_Image_Mobile img:first-child{
    float: left;
  }

  .F2_Image_Mobile img:last-child{
    float: right;
  }


  /* F3 */

  .F3_Holder{
    position: relative;
    display: block;
    text-align: center;
    background-color: #fafafa;
    padding: 0 40px;
  }

  .F3_Slider{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 160px;
    max-width: 800px;
    margin-bottom: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
    

  .F3_Slider img{
    width: 100%;
    cursor: pointer;
  }

 
  .Textblack{
    color: black;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    line-height: 150%;
    font-size: 30px;
    position: relative;
    z-index: 99;
  }

  .F3_Details{
    text-align: left;
    width: 50%;
    position: relative;
    max-width: 550px;
    display: block;
    padding: 80px 40px 80px 0;
    margin-left: 50%;
    box-sizing: border-box;
  }

  .Voga_img_10{
    display: block;
    width: 100%;
  }

  .Voga_img_10 img{
    width: 100%;
  }


  .red-square{
    border: 10px solid #f05b4a;
    position: absolute;

    -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; 
  }

.F1_Holder .red-square{
    top: 35%;
    left: -30px;
    height: 30%;
    width: 20%;
}

.F2_Holder .red-square:nth-child(2){
    top: -20%;
    right: -25%;
    height: 30%;
    width: 60%;
}

.F2_Holder .red-square:nth-child(4){
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    height: 47%;
    width: 70%;
    z-index: -1;
    max-width: 1000px;
}

.F3_Holder .red-square{
    top: -40%;
    left: -10px;
    height: 95%;
    width: 40%;
}

.F3_Slider .slick-prev, .F3_Slider .slick-next{
  display: none !important;
}

  .TrackOrder_Holder{
    width: 100%;
    margin: 160px auto;
    position: relative;
    display: block;
    text-align: left;
    font-size: 0;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1200px;
  }

  .TrackOrder-Desktop{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto 80px;
    z-index: 10;
  }

  .TrackOrder_Holder .TrackOrder-Tablet{
    display: inline-block;
    width: 60%;
    max-width: 800px;
  }

  .TrackOrder-Vid{
    width: 30%;
    float: right;
  }

  .TrackOrder_Holder .red-square{
    top: 31.5%;
    right: -40%;
    height: 23%;
    width: 80%;
  }

  .TrackOrder_Holder .F2_Details{
    margin-left: 0;
    margin-bottom: 80px;
  }


/*=========================================Computer Screens=================================================*/

@media only screen and (min-width:1500px){
  .WorkMainBanner img:nth-child(2){
    left: 20%
  }

  .WorkMainBanner img:nth-child(3){
    right: 30%;
  }

  .WorkMainBanner img:nth-child(4){
    right: 25%;
  }

  .red-square:nth-child(5){
    width: 50%;
  }

  .red-square:nth-child(6){
    right: 14%;
    width: 36%;
  }

  .red-square:nth-child(7){
    width: 80%;
  }
}

@media only screen and (min-width:1025px){
  .F3_Title {
    font-size: 30px;
    padding-top: 8%;
    padding-bottom: 0vh;
  }

  .Feature1_Holder {
    width: 85%;
    margin-top: 12%;
    margin-bottom: 12%;
    max-width: 1700px;
  }

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

@media only screen and (max-width:1300px){
  .F2_Image_Tablet{
    margin-bottom: 40%;
  }
}

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

}

@media only screen and (max-width: 1000px) {
  .F2_Image_Tablet{
    margin-bottom: 50%;
  }
}

@media only screen and (max-width: 970px){
  .WorkMainBanner img:nth-child(2){
    left: 3%;
  }

  .WorkMainBanner img:nth-child(4){
    right: -3%;
  }
}


@media only screen and (max-width: 800px){
  .WorkMainBanner img:nth-child(2){
    left: -8%;
  }

  .WorkMainBanner img:nth-child(3){
    right: 20%;
  }

  .WorkMainBanner img:nth-child(4){
    right: -2%;
  }

  .red-square:nth-child(5){
    width: 30%;
  }

  .F3_Slider {
    width: 100%;
    max-width: initial;
  }

  .F2_Image_Tablet img{
    display: block;
    width: 80%;
    margin: 0 0 10% 0;
  }

  .F2_Image_Tablet img:last-child{
    top: inherit;
    margin: 0 0 0 20%;
  }

  .F2_Image_Tablet{
    margin-bottom: 20%;
  }

  .F2_Image_Mobile img{
    width: 30%;
    min-width: inherit;
  }

  .F2_Holder .red-square:nth-child(2){
    top: -22%;
  }

  .F2_Holder .red-square:nth-child(4){
    top: 30%;
    height: 25%;
    width: 80%;
  }

  .TrackOrder_Holder {
    text-align: center;
  }

  .TrackOrder-Tablet{
    width: 80%;
  }

  .TrackOrder-Vid{
    width: 45%;
    float: initial;
  }

  .TrackOrder_Holder .red-square {
    top: 23.5%;
  }

  .F3_Holder{
    margin: 15% 0 0 0;
  }

  

}

@media only screen and (max-width: 600px) {
  .WorkMainBanner img{
    display: none;
  }

  .Voga-logo{
    display: block !important;
  }

  .F2_Holder .red-square:nth-child(2), .TrackOrder_Holder .red-square, .F3_Holder .red-square{
    display: none;
  }

  .red-square:nth-child(5){
    width: 90%;
    top: 69%;
  }

  .red-square:nth-child(6){
    top: -21%;
    right: -15%;
    height: 50%;
    width: 90%;
  }

  .red-square:nth-child(7){
    display: none;
  }

  .F2_Details {
    width: 100%;
    margin-left: 0;
    max-width: initial;
  }

  .F2_Image_Mobile{
    width: 100%;
  }

  .TrackOrder_Holder .TrackOrder-Tablet{
    margin-bottom: 80px;
  }

  .TrackOrder_Holder .TrackOrder-Tablet, .TrackOrder-Vid{
    display: block;
    width: 100%;
  }
  
  .F3_Details {
    width: 100%;
    max-width: initial;
    padding: 80px 0px;
    margin-left: 0;
  }

}

/*=========================================mobile=================================================*/

@media only screen and (max-width: 480px) {
  .Voga-logo{
    width: 250px;
  }

  .videoWrapper video{
    height: 100%;
    width: auto;
    left: -230px;
  }

  .F1_Holder, .F2_Holder, .F3_Holder, .TrackOrder_Holder{
    padding: 0 24px;
  }

  .F1_Holder .red-square{
    left: -200px;
    height: 200px
  }
  
  .F2_Holder .red-square:nth-child(2){
    display: none;
  }

  .F2_Details{
    width: 100%;
  }

  .F2_Image_Tablet{
    margin-bottom: 20%;
  }

  .F2_Image_Tablet img{
    width: 100% !important;
    margin: 0 0 10% 0 !important;
  }

  .F2_Image_Tablet img:last-child{
    margin: 0 0 10% 0 !important;
  }

  .F2_Holder .red-square:nth-child(4){
    left: inherit;
    right: -100%;
    transition: inherit;
  }

  .F2_Image_Mobile img{
    width: 45% !important;
  }

  .F2_Image_Mobile{
    text-align: left;
  }

  .F2_Image_Mobile img:first-child{
    float: inherit;
  }

  .F2_Image_Mobile img:nth-child(2){
    float: right;
  }

  .F2_Image_Mobile img:last-child{
    display: none;
  }

  .F3_Holder .red-square{
    display: none;
  }


  .TrackOrder_Holder .red-square {
    display: none;
  }

  .TrackOrder-Tablet{
    width: 100%;
  }

  .TrackOrder-Vid {
    width: 100%;
  }

}