
 @import url('../others/fonts.googleapis.com/css9036.css?family=Ubuntu&amp;display=swap');

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
       line-height: 50rem;

    float: right;
    color: #fff;
      font-size: 9px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
      line-height: 50rem;

    margin-left: 2px;
    color: #fff;
       font-size: 9px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
     line-height: 50rem;

}

.ph7-1{
     font-weight: 400;
    font-size: 8px;
}
.ph7-2{
     font-weight: 400;
    font-size: 10px; color: red;
}
.ph8{
  font-weight: 400;font-size: 8px;
}
.ph8-1{
  font-weight: 400;font-size: 8px !important;color: red;
}
.ph9{
  font-weight: 400;font-size: 8px;
}
.ph9-1{
  font-weight: 400;font-size: 8px !important;color: red;
} 
.ph10 {
    text-align: center;
    /*padding: 55px 0;*/
            padding: 55px 0;
    z-index: -1;
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;/*font-size: 35px;*/font-size: 22px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
    /*font-size: 26px;*/
        font-size: 14px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}
.ph16:hover {
    color: #b70005;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
}

embed {
    width: 50%;
}


}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    line-height: 65rem;
    float: right;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     line-height: 65rem;
    margin-left: 2px;
    color: #fff;
        font-size: 20px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
  line-height: 65rem;
}

.ph7-1{
  font-weight: 400;    font-size: 20px;
}
.ph7-2{
  font-weight: 600;font-size: 20px; color: red;
}
.ph8{
  font-weight: 400;font-size: 20px;
}
.ph8-1{
  font-weight: 400;font-size: 20px;color: red;
}
.ph9{
  font-weight: 400;font-size: 20px;
}
.ph9-1{
  font-weight: 600;font-size: 20px;color: red;
}
.ph10{
  text-align: center;padding: 150px 0;z-index: -1
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;font-size: 35px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
    font-size: 26px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}
}




/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    /*line-height: 65rem;*/
        line-height: 50rem;

    float: right;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     /*line-height: 65rem;*/
         line-height: 50rem;

    margin-left: 2px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */



@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
    line-height: 50rem;

}
embed {
    width: 22%;
}

.ph7-1{
  font-weight: 400;font-size: 20px;
}
.ph7-2{
  font-weight: 600;font-size: 20px; color: red;
}
.ph8{
  font-weight: 400;font-size: 20px;
}
.ph8-1{
  font-weight: 400;font-size: 20px;color: red;
}
.ph9{
  font-weight: 400;font-size: 20px;
}
.ph9-1{
  font-weight: 600;font-size: 20px;color: red;
}
.ph10{
  text-align: center;/*padding: 150px 0;*/padding: 60px 0;z-index: -1
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;    font-size: 25px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
        font-size: 20px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}



} 




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    /*line-height: 65rem;*/
    line-height: 50rem;
    float: right;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     /*line-height: 65rem;*/
     line-height: 50rem;
    margin-left: 2px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
line-height: 50rem;
}

.ph7-1{
  font-weight: 400;font-size: 30px;
}
.ph7-2{
  font-weight: 600;font-size: 30px; color: red;
}
.ph8{
  font-weight: 400;font-size: 30px;
}
.ph8-1{
  font-weight: 400;font-size: 30px;color: red;
}
.ph9{
  font-weight: 400;font-size: 30px;
}
.ph9-1{
  font-weight: 600;font-size: 30px;color: red;
}
.ph10{
  text-align: center;/*padding: 150px 0;*/padding: 80px 0;z-index: -1
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;    font-size: 30px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
        font-size: 21px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}

embed {
    width: 14%;
}
} 




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    line-height: 65rem;
    float: right;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     line-height: 65rem;
    margin-left: 2px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
  line-height: 65rem;
}

.ph7-1{
  font-weight: 400;font-size: 42px;
}
.ph7-2{
  font-weight: 600;font-size: 36px; color: red;
}
.ph8{
  font-weight: 400;font-size: 48px;
}
.ph8-1{
  font-weight: 400;font-size: 48px;color: red;
}
.ph9{
  font-weight: 400;font-size: 45px;
}
.ph9-1{
  font-weight: 400;font-size: 48px;color: red;
}
.ph10{
  text-align: center;padding: 150px 0;z-index: -1
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;font-size: 35px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
    font-size: 26px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}
.ph16:hover{
color:#b70005;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}


}




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {


html,body{
  width:100%;height:100%;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;

  
}
.loader{
     width: 100%;
    height: 100vh;
    background-color: #2E3638;
    display: block;
    overflow: hidden;
}
.left-div{
  background-color:green;
  width:50%;
  float:left;
  height:100%;
  
}
.right-div{
  background-color:red;
  width:50%;
  float:right;
  height:100%;
}

#test {
  width:50%;
  float:left;
  
  visibility: hidden;
    background-color: #2E3638;
    height:100vh;
}
#test1 {
 width:50%;
  float:right;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}

#test3 {
  width:50%;
  float:left;
 background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
#test4 {
 width:50%;
  float:right;
   background-color: #2E3638;
    height:100vh;
  visibility: hidden;
}
.ph1{
    /*line-height: 65rem;*/
        line-height: 50rem;
    float: right;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
     background-color: #2E3638;
    height:100vh;
}
.ph2{
     /*line-height: 65rem;*/
         line-height: 50rem;
    margin-left: 2px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
     background-color: #2E3638;
    height:100vh;
}
.slideDown{
  animation-name: slideDown;
  -webkit-animation-name: slideDown;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}




.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;  

  visibility: visible !important;           
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
        
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  
  100% {
    -webkit-transform: translateY(0%);
  } 
}
#particles-js {
    position : absolute;
    width:100%;
    height:100%;
    z-index:-1;
}
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'FrancophilSans';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans'), url('FrancophilSans.woff') format('woff');
}


@font-face {
font-family: 'FrancophilSans-Bold';
font-style: normal;
font-weight: normal;
src: local('../css/FrancophilSans-Bold'), url('FrancophilSans-Bold.woff') format('woff');
}
.pw1{
  background-color: #2E3638;
    height:100vh;
}
.ph7{
     line-height: 50rem;
}

.ph7-1{
  font-weight: 400;font-size: 42px;
}
.ph7-2{
  font-weight: 600;font-size: 36px; color: red;
}
.ph8{
  font-weight: 400;font-size: 48px;
}
.ph8-1{
  font-weight: 400;font-size: 48px;color: red;
}
.ph9{
  font-weight: 400;font-size: 45px;
}
.ph9-1{
  font-weight: 400;font-size: 48px;color: red;
}
.ph10{
  text-align: center;/*padding: 150px 0;*/padding: 70px 0;z-index: -1
}
.ph11{
  text-align: center;margin-top: -1;
}
.ph12{
  font-family: 'FrancophilSans';color: #B70005;font-size: 35px;letter-spacing: 2px;
}
.ph13{
  font-family: 'FrancophilSans';
    font-size: 26px;
    margin-top: -2%;
    font-weight: 100;
}
.ph14{
  z-index: 999999999999999999999;
}
.ph15{
  text-align: center;z-index: 2;margin-top: -5%;
}
.ph16{
  color: #414749;
    font-size: 19px;
    font-weight: 500;text-decoration: none;
}


}
@media only screen and (min-width: 1600px) {

.ph1 {
    /* line-height: 65rem; */
    line-height: 90rem;
    float: right;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
    background-color: #2E3638;
    height: 100vh;
}
.ph2 {
    /* line-height: 65rem; */
        /* line-height: 65rem; */
    line-height: 90rem;
    margin-left: 2px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    background-color: #2E3638;
    height: 100vh;
}
.ph7 {
    line-height: 90rem;
}
.ph10 {
    text-align: center;
    /* padding: 150px 0; */
    padding: 170px 0;
    z-index: -1;
}


}



@media only screen and (min-width: 2160px) {
.ph1 {
    /* line-height: 65rem; */
    line-height: 145rem;
    float: right;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
    background-color: #2E3638;
    height: 100vh;
}
.ph7 {
    line-height: 145rem;
}
.ph2 {
    /* line-height: 65rem; */
    /* line-height: 65rem; */
    line-height: 145rem;
    margin-left: 2px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Ubuntu', sans-serif;
    background-color: #2E3638;
    height: 100vh;
}
.ph10 {
    text-align: center;
    /* padding: 150px 0; */
    padding: 405px 0;
    z-index: -1;
}
.ph13 {
    font-family: 'FrancophilSans';
    font-size: 26px;
    margin-top: -1%;
    font-weight: 100;
}


}