
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


html, body { overflow-x: hidden;
 }
html{
  scroll-behavior: smooth;

}


.infocenter {
 
  display: flex;
  justify-content: center;
  }





/*text fonts*/
.title{
  font-family: 'Maven Pro', sans-serif;
font-weight: 600;
font-size: 4vh;

}

/*Colour*/
.white{

  color: white;
}
.black {
  color: black;
}
.orange{
  color: #ff5733;
}

.bgblack{
  background-color: black;
}
.bgwhite {

  background-color: white;
}
.bgsilver {
  background-color: #f5f5f5;
}
.ml-20 {
  margin-left: 40%;
}

.f5 {
  background-color: #f5f5f5;
}
h1 { 
 padding: 30px;
  font-size:28px;
  font-weight: 900;
  color: #287580;
  font-family: 'Poppins', sans-serif;
 text-align: center;
}

h2 { 

  font-size:15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;

}

h3 { 

  font-size:15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;


}

p{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000;
  margin-top: 5px;
}

.notice {
  font-family: 'Poppins', sans-serif;
  font-size:32px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 30px;
}

.space{
  margin-bottom: 20px;
}
.space-top {
  margin-top: 50px;
}

.box {
  padding: 5px;
  border: 1px solid #d4d4d4;

  background-color: #c2eaf1;
}


#footer {
margin:10px;
}


/*Images*/
.rounded-custom {
 border: 1px solid #ffffff;
  border-radius: 20px 0px 20px 0px; 
}

/*go up*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  cursor: pointer; /* Add a mouse pointer on hover */
  background-color: transparent;
 


}
  



#myBtn:hover {
  background-color: transparent;
  color: #ff0000;


  
}
/*Nav*/
A.menu:link {
  font-size:18px;
  margin-left: 20px;
  
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: #000;
 
}
a.active {

  color:#000000; 
}
A.menu:visited {

  color:#000000; 

}
A.menu:hover {

  color:#ff0000; 

	
}

/**Buttons**/

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/*Btn 3*/
.btn-3 {
  background: rgb(245,25,73);
background: linear-gradient(0deg, rgb(245,25,73) 0%, rgb(245,25,73) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgb(245,25,73);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgb(0, 0, 0);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgb(245,25,73);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

/*Bit and pieces*/
.video-container {
  height: 80vh;
  position: relative;
  overflow: hidden;
  @media(min-width: 600px) {
    height: 100vh;
  }
}

video {
  object-fit: cover; 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}


/* -------------------------------- 
Images 
-------------------------------- */



/* -------------------------------- 
Contact Us
-------------------------------- */


/* Slider */

  .section-padding{
  padding:60px 0;
  }
 
  .owl-dots {
  text-align: center;
  margin-top: 4%;
  }
  
  .owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
  }
  .owl-dot.active {
  background-color: #f51949 !important;
  }
