

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:wght@400;500;600;700;900&display=swap');
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}


.nav-link, 
.dropdown-item{
  color: #404040FF;
  text-transform: uppercase;
  font-family: "Poppins", serif;
	font-weight: 600;
	font-style: normal;
}

.nav-link:hover{
  	color: #FF0000FF;
}

.dropdown-item:hover{
  	color: #FF0000FF;
}


.navbar-brand img{
  	width: 330px;
}

@media (min-width: 360px) and (max-width: 500px) {
  	.navbar-brand img{
  		width: 240px;
    }
  
}

.owl-theme .owl-nav{
  position: absolute;
  top: 20%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev{
  font-size: 60px;
  float: left;
  background: #E0E0E0FF;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 60px;
  float: right;
  background: #E0E0E0FF;
}

.header-title-section{
  background-image: url('../img/header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px;
  position: relative;

}

.header-contact-title-section{
  background-image: url('../img/contact.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px;
  position: relative;

}


@media (min-width: 0px) and (max-width: 576px) {
  .col-xs-1{
    width:8.33%;
  }
  .col-xs-2{
    width:16.67%;
  }
  .col-xs-4{
    width:33.33%;
  }
  .col-xs-3{
    width:25%;
  }
  .col-xs-6{
    width:50%;
  }
  .col-xs-8{
    width:66.67%;
  }
  .col-xs-12{
    width:100%;
  }
  .card-body{
    padding: 0px 0px 0px 10px;
  }
}


.photo-gallery-items{
  position: relative;
  cursor: pointer;
}

.video-play-button{
  position: absolute;
  top:40%;
  left: 40%;
}

.video-play-button i{
  font-size: 50px;
  color:#C0C0C0FF;
}




  





