
    .navbar-expand-lg {
      background-color: white;
      color: #202444;
      font-family: 'Montserrat';
      font-weight: bold;
      height: 98px;
    }

    .navbar-expand-lg a:hover {
      color: #2596be;
    }

    .nav-link {
      color: #202444;
      font-family: 'Montserrat';
      font-weight: bold;
      font-size: 15px;
      font-display: swap;
    }
    .navbar-nav li {
      
      font-size: 15px;
      color: #202444;
      font-display: swap;
      src: local('Open Sans Italic')
    }


    /* .btn1 {
      color: #202444;
      font-size: 20px;
    }

    .btn1:hover {
      color: #2596be;
    } */

    body {
      font-family: 'Montserrat';
    }

    .navbar {
      font-family: 'Open Sans';
      padding-bottom: 0;
    }

    .social .facebook::before {
      background: url(static/images/Mediavision.png);
    }

    .social .facebook {
      display: inline-block;
      width: 150px;
      height: 75px;
      /* background: url(https://newdevmediavision.s3.eu-west-1.amazonaws.com/dashboard/mediavision_white_logo_squared.png);
      background-position: 50% 50%; */
      /* background: url(static/images/ILTQq.png); */
      background-position: 50% 50%;
      background-size: cover;
      border-radius: 0%;
      border: 2px solid #2596be;
      margin-right: -40px;
      margin-bottom: -5px;
    }

    .navbar-expand-lg {
      padding-top: 0px;
    }

    .div1 {
      position: absolute;
      /* border: 2px solid red; */
      text-align: center;
      padding-top: 0px;
      /* width: 72.5%; */
      height: 84%;
      width: 100%;
      /* margin-left: 13.5%; */
      
      background-color: #F9F3DC;
    }

    .div1 h3{
      color: #04395e;
      margin-left: 10%;
      margin-right: 10%; 
      text-align: justify;
      margin-top: 10%;
      font-family: 'Montserrat';
    }

    .headers {
      font-size: 20px;
      padding-top: 8px;
    }

    .triangle{
      /* margin-left: 35px; */
      /* top: 79%;  */
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 22px solid #FFD51E;
    }


    .triangle1{
      /* margin-left: 35px; */
      /* top: 79%;  */
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 22px solid #000000;
    }

    /* .triangle-down-seo {
      margin-left: 107px;
      margin-top: 28px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 22px solid #FFD51E;
      display: none;
    } */

    /* .triangle-down-seo {
      margin-left: 130px;
      margin-top: 28px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 22px solid #DA4167;
      display: none;
    }

    .triangle-down-digital-pr {
      margin-left: 220px;
      margin-top: 28px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 20px solid #00A19A;
      display: none;
    } */

    .body2
    {
        background-image:url("https://newdevmediavision.s3.eu-west-1.amazonaws.com/dashboard/welcome_page.jpg");
        background-repeat:no-repeat;
        background-size:cover;
        object-fit:contain;
        height: 100vh;
        text-align: right;
    }

    .body2 a{
      margin-top: 2.5%; 
      margin-right: 2.5%; 
      padding-right: 20px; 
      padding-left: 20px; 
      font-size: medium; 
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
    }
   

     .nav-line{
      padding-left: 0%; display: -webkit-inline-box !important;
      border-bottom: 2px solid #2596be;
      text-align: right;
     }
        
     .logo-image{
      padding-left: 0px;
       width: 300px;
     }

    .flex-column{
      width: 75%;
      text-align: right;
    }

    .nav-content{
      padding-left: 35%; 
      padding-top: 0px; 
      padding-right: 0%;
      margin-bottom: 0px;"
    }

    .collapse{
      float: right;
    }

    .div-content{
      display:none;
    }

  .navbar-nav .dropdown{
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 20px;
    box-shadow: none;
  }

  .navbar-nav .dropdown button{
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 20px;
    box-shadow: none;
  }
  
  .navbar-nav  .dropdown .dropdown-item:active{
    background-color: whitesmoke;
  } 
  .flex-column .navbar-nav .headers a {
    color: #202444;
    font-family: 'Montserrat';
    font-weight: bold;
  }

  .div-content .navbar-nav .nav-link a{
    color: #202444;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
  }
  .div-content .navbar-nav a{
    color: #202444;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
  }

  #channel_content ul div.nav-link, #channel_content ul.nav-link{
    padding-bottom: 0 !important;
  }
  .btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
#client:active{
  color:#2596be;
}
 
