body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
  }
  .heading{
      padding-bottom:50px;
  }
  .bg-4 { 
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
  }
  .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .containerStyle{
     padding: 20px 0px 50px 0px;
  }
  .containerStyle h1{
     color:#000; 
     font-weight: 600;
  }
  .containerStyle img{
      width:100%;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
  }
  .navbar-default{
      background-color: #fff;
  }
  .navbar-default .navbar-nav>li>a {
     color: #000;
     font-size: medium;
  }
  .navbar-nav  li a:hover {
    color: #1abc9c !important;
  }
  .logoText{
    font-size: 30px;
    color: #000;
  }
  .backgroundtitle{
     background: #fff;
     padding: 7px;
     radius: 5px;
     border-radius: 10px;
  }
  .titletop{
    color: #000;
    position: absolute;
    right: 10px;
    top: 20px;
    font-weight: 600;
  }
  .titlebottom{
    color: #000;
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-weight: 600;
  }
  .title{
      position:relative;
  }
  .card a{
      color:#000;
  }
  .navbar-default{
      border-bottom: 1px solid var(--grey-900-alpha-12);
  }
  .headertitle{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .blog-card__image {
    display: block;
    position: relative;
    top: 0px;
    height: 350px;
    background: #fff no-repeat 80%;
    background-image: none;
    background-size: auto auto;
    background-size: 100%;
    border-bottom: 1px solid rgb(235, 236, 247);
  }
  .blog-card__image_right{
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
    height: 172px;
    background: #fff no-repeat 80%;
    background-image: none;
    background-size: auto auto;
    background-size: 100%;
    border-bottom: 1px solid rgb(235, 236, 247);
  }
  .cardtop{
      height: 500px;
  }
  .cardtopLeft{
      height: 239px;
  }
  .hideDevice{
       display:block;
   }
   .showDevice{
       display:none !important;
   }
 @media only screen and (max-width: 991px) {
      .card-img img {
            display: block !important;
            width:100%;
       }
       .hideDevice{
           display:none !important;
       }
       .showDevice{
           display:block !important;
       }
  }

 
  
 

  