@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


a:hover{
    text-decoration: none;
}
h4{
    font-size: 20px;
    font-weight: 500;
}
p{
    font-size: 17px;
    color: #666666;
}
body {
    position: relative;
    font-family: 'Oswald', sans-serif;
}


/*Navbar area start here*/
nav.navbar.navbar-expand-lg.navbar-light {
  margin-top: 5%;
}
#navbarSupportedContent ul{
  margin-right: 160px;
}
#navbarSupportedContent ul li{
  margin-left: 90px;
}
#navbarSupportedContent ul li a {
  font-size: 17px;
  font-weight: 400;
  /* color: #B8B8B8; */
  transition: .3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  /* color: rgba(0, 0, 0, .7); */
}
.navbar-light .navbar-nav .nav-link {
  color: #B8B8B8;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #222222;
}
a.navbar-brand img {
  width: 100%;
  /* object-fit: cover; */
}
a.navbar-brand{
  margin-right: 0;
}
/*Navbar area end here*/

/*Hero area css start here*/
.hero-area {
    position: relative;
    height: 450px;
}
.index-hero-area{
  position: relative;
  height: 500px;
}
.hero-area-table {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-area-tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}



  .video_area .col-md-2{
    padding: 0;
    margin: 0;
  }
  .vimo_video a img{
    height: 130px;
    width: 100%;
  }


  .vimo_video h5{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 20px;
  }
  .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
  }

  .modal-body {
  position:relative;
  padding:0px;
  }
  .btn-close {
  position:absolute;
  right:-30px;
  top:0;
  }



  @media only screen and (max-width: 991px) {
    .vimo_video a img{
        height: 100%;
        width: 100%;
    }

  }

  @media only screen and (max-width: 768px) {

    .video_area .col-md-2{
        padding: 10px;
    }
    .video_area{
      margin-top: 6%;
    }
  }


  .content {
    margin-left: 60px;
}
  .content a{
    color: #666666;
    text-decoration: none;
  }

  .content p{
    line-height: 15px;
  }



/*Hero area css end here*/


.ft_img img{
  height: 55px;
  width: auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
.ab_ft_img img{
  height: 55px;
  width: auto;
  margin-bottom: 50px;
}
/*coppyright area start here*/
.coppyright-bg{
    background: #000;
    height: 70px;
}
.footer h4 {
  margin: 0;
}
.footer h4 a{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  color: #616161;
  text-decoration: none;
  line-height: 67px;
}


/*coppyright area end here*/
