@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/


@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px){

}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px){

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px){

}

/************
5. 1024px
************/

@media only screen and (max-width: 1025px){

}

/************
6. 991px
************/

@media only screen and (max-width: 991px){

}

/************
7. 959px
************/

@media only screen and (max-width: 959px){
    .sideNavContainer{
        display: hidden;
    }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px){
    .split{
        flex-direction: column-reverse;
    }

    .sideNavContainer{
        display: inline-block;
        background-color:rgba(0,0,0, 0.9);
    }

    .sideNavContainer > #inner_Container{
        margin-top: 50%;
        transform: translateY(50%);
    }

    .screen {
         height: 30%;
    }
}

/************
9. 768px
************/

@media only screen and (max-width: 769px){

}

/************
10. 767px
************/

@media only screen and (max-width: 767px){

}

/************
11. 575px
************/

@media only screen and (max-width: 575px){
    .sideNavContainer{
        display: none;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px){
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 465px){

}

@media only screen and (max-width: 445px){

}

/************
14. 400px
************/

@media only screen and (max-width: 410px){

}

@media only screen and (max-width: 380px){
    /* .miniContainer{
      padding-left: 10%;
    }

    .wrapper {
        top: 70%;
        transform: translateY(-70%);
    }

    .contact-form{ width:100%; }

    .btn-line{
        background: #ffffff;
    } */
}

@media only screen and (max-width: 415px){
    #lefthandSide{
        display: none;
    }
    .btn-line{
        background: #000000;
    }
    .contact-form{  width:100%; }

}

@media only screen and (max-width: 321px){

}

