/* Sticky Footer Classes */

html,
body {
  height: 100%;
  margin: 0;
}


/*html{scroll-behavior:smooth}*/

iframe {
    
     display: block; 
     width: 100%; 
     border: none; 
     overflow-y: auto; 
     overflow-x: hidden;
    
}



#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/* Other Classes for Page Styling */

.bg-dark {

    padding-top: 0px;
    padding-bottom: 0px;
}


.box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 200px;
    left: 10%;
    color: white;
    
    
    
}


.logo-img {
 
    
    margin-left: -13%;
    width: 70%;
    
    
}

.card {
    
    border-radius: 0px;
    border: none;
}


.card-img-top {
    
    border-top-left-radius:  0px;
    border-top-right-radius:  0px;
    
}




.card-body {
    
    padding-left: 0px;
    line-height: 1.3;
}


.card-title {
    
    
    margin-bottom: 0px;
    
}



.h-one-box {
    
    padding-bottom: 20px;
    font-size: 2rem;
}


.arrow-down {
    
    
    padding-top: 70px;
    margin-left: -5%;
}


.arrow-down-img {
    
    
    padding-top: 50px;
    margin-left: -20px;
}


/*Arrow move up and down*/
.div-arr-up-down {
        -webkit-animation: action 1s infinite  alternate;
        animation: action 1s infinite  alternate;
    }
    @-webkit-keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes action {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }


/*RESPONSIVE FIX*/

@media (min-width: 320px) and (max-width: 640px) {
  
  

 
  .h-one-box {
    
    padding-top: 0px !important;
    font-size: 1.5rem !important;
}
  
  .p-box {
      
      display: none;
  }
 
 
 .box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 0px;
    left: 15%;
    color: white;
    padding: 20px;
    
    
    
}


.arrow-down-img {
    
    display: none;
    
}
 
  
}






@media (min-width: 600px) and (max-width: 800px) {
  
 
 
 .box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 0px;
    left: 15%;
    color: white;
    padding: 20px;
    
    
    
}

.arrow-down-img {
    
    display:none;
    
}


.h-one-box {
    
    padding-top: 0px;
}

  .p-box {
      
      display: block;
      font-size: 14px;
  }
 
  
}


@media (min-width: 1024px) and (max-width: 1200px) {
    
    
     .box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 100px;
    left: 15%;
    color: white;
    padding: 20px;
    
    
    
}

}


@media (min-width: 1400px) and (max-width: 1919px) {
    
    
     .box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 250px;
    left: 20%;
    color: white;
    padding: 20px;
    
    
    
}


}

@media (min-width: 1920px) and (max-width: 2700px) {
    
    
     .box-logo {
    
    
    
    position: absolute;
    top: 50%;
    margin-top: 350px;
    left: 25%;
    color: white;
    padding: 20px;
    
    
    
}

}

