/*@font-face {
  font-family: 'Poppins';
  src: url('Poppins.eot?#iefix') format('embedded-opentype'), 
   url('Poppins.woff') format('woff'), 
   url('Poppins.ttf')  format('truetype'),
   url('Poppins.svg#svgFontName') format('svg');
}
*/

/*@import url('https://fonts.cdnfonts.com/css/poppins');*/

body 
{
  background: #0B0907;
}  
  p , a  , select 
  {
   font-family: 'Poppins', sans-serif;

  }

  button {
      font-family: Poppins  !important;
 
  }
  .paddedabout 
{
        padding-top: 100px;
    padding-bottom: 50px;
}

a 
{
    color:white !important;
}

 .pb-100 
    {
        padding-top: 120px;
        padding-bottom: 100px;
    }
.navbar {
    transition: all 0.4s;
    background: #0B0907;
}

.navbar .nav-link {
    color: #fff;
    font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400 !important;
}
    .paddedcontact 
    {
        padding-top: 120px;
        padding-bottom: 20px;
    }
.extrap 
{
  padding-left:1rem ;
  padding-right:1rem ;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .active a {
    color: #EB8D20 !important;
    font-family: 'Poppins', sans-serif;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: black;
    border-bottom: 2px solid white;
  }

         .navbar .nav-link {
        color: white;
        padding-left: 50px;
    }
}

.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
#slider ul li .slide {
  background-size: cover;
  height: 100vh;
}

button.control_prev, button.control_next {
  visibility: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  border: none;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  left: 2rem;
}

button.control_next {
  right: 2rem;
}

/*.progress {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: 0.5rem;
  width: 100%;
  bottom: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #fff;
}
*/
.teaser {
  padding:50px;
  text-align: left;
  color: #fff;
  padding-top: 260px;
}
.teaser h2 {
  font-family: 'Poppins', sans-serif;

  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: 200;
  color: #fff;
}
.teaser p {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.teaser h3 {
  padding: 1.5rem 0;
  margin: 0rem auto;
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  width: 80%;
  float: left;
/*  text-align: justify;*/
}
.teaser h4 {
  font-size: 2rem;
  width: 80%;

    position: relative;
    top: -120px;  float: left;
}

.teaser a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.teaser2 {
  text-align: right;
  color: #fff;
  padding: 00px;
  padding-top: 140px;

}
.margin-right-side 
{
  margin-top: 100px;
}
.teaser2 h2 {
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
}
.teaser2 p {
    font-family: 'Poppins', sans-serif;

}

.teaser2 h3 {
}
.teaser2 a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.btn-outline 
{
  background: transparent;
  border: 1px solid white;
  border-radius: 0px;
  color: white;
  padding: 10px 30px;
}

span 
{
  color: #EB8D20;
}


footer 
{
  background: #0B0907;
  width: 100%;
  padding: 20px 30px 10px 30px;
  position: fixed;
  bottom: 0px;
        z-index: 99999;

}

footer img 
{
  width: 30px;
  margin-right: 20px;
}

.white
{
  color: white;
}

.active a.movingBrackets {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  float: left;
  margin-top: -0.2rem;
} 

.contactus 
{
  padding-bottom: 100px;
}


.onlyphone 
{
  display: none;
}
.active a.movingBrackets::before {
/*   content: "[ "; */
  margin: -0.1em 0px 0px -0.8em;
}
.active a.movingBrackets::after {
/*   content: " ]"; */
  margin: -0.1em 0px 0px 0.3em;
}


.active a.movingBrackets::before, .active a.movingBrackets::after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}

.active a.movingBrackets:hover {
  color:rgba(255, 255, 255, 1)
}
.active a.movingBrackets:hover::before  {
    margin: -0.1em 0px 0px -1em;
}
.active a.movingBrackets:hover::after  {
  margin: -0.1em 0px 0px 0.5em;
}


/* Custom Brackets */

.active a.movingBrackets.square-brackets::before {
  content: "[ ";
}
.active a.movingBrackets.square-brackets::after {
  content: " ]";
}

h1 {
  color: white;
}

.col-carousel {
  margin:0px ; 
}

/* owl nav */
.owl-prev span, .owl-next span {
  color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  top: 50%;
  left: -80px;
}

.owl-next {
  right: -80px;
  top: 50%;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

.category 
{
position: relative;
    top: 10px;
/*    left: 15px;*/
display: none;
    font-weight: 300;
    color: white;
}
.title2 
{
  color: white;
  font-size: 25px;
}

.title 
{
position: relative;
    top: 10px;
    left: 15px;
    color: white;
    color: orange;
    font-size: 25px;
    height: 150px;
    font-weight:bolder !important;
}
.active .title2 
{
   color: #F47B22;
  font-size: 30px;
}
.View 
{
position: relative;
/*    top: -135px;*/
    left: 15px;
    font-weight: 300;
    color: white;
}
.View a , .View a:hover 
{
  color: white !important;
  text-decoration: none;
}

.caps 
{
  text-transform: uppercase;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0rem;
    color: white;
} 
.padedtop {
padding-top: 150px ;
}


    .float {
  border: 1px solid white;
  position: fixed;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 40px;
  background-color: #33A3D0;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.my-float {
  margin-top: 16px;
}
