<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WordPress Theme for TVU Networks
Theme URI: https://www.tvunetworks.com
Author: TVUnetworks
Author URI: https://www.tvunetworks.com
Description: Base theme for TVUnetworks
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tvunetworks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.myContainer{
    /*padding: 1em 0;*/
    float: left;
    width: 50%;
  }
  @media screen and (max-width: 767px){
    .myContainer{
      display: block;
      width: 50%;
    }
  }

  @media (min-width:768px) and (max-width:991px) {
    .myContainer {
      width:33.33%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  }
  
  @media screen and (min-width: 992px){
    .myContainer{
      width: 16.66%;
    }
  }
  .solutions-section {
    padding:50px 0 60px 0;
  }
  .solutions-section .workflow-block {
    display: block;
    margin-top: 0px !important;
    padding: 0px !important;
  }
  .solutions-main {
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content {
    position: relative;
    width: 98%;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    /*background: rgba(0,0,0,0.7);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 0;
  }
  
  .content:hover .content-image {
    transform: scale(1.5);
  }
  
  .content-image{
    width: 100%;
    height: 370px;
    transition: transform .5s ease;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 0%;
    left: 0;
    bottom:0px;
    right:0px;
    margin:auto;
    opacity: 1;
    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background:rgba(0,0,0,0.5);
    padding-top:50%;
  }
  
  .content:hover .content-details{
    top: 70%;
    left: 0;
    opacity:1;
    background:rgba(0,0,0,0.5);
    padding:0px;
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .content-details h3{
    font-weight:500 !important;
    color: #fff;
    margin-bottom: 0.5em;
    margin-top:10px;
    font-size:24px !important;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
 
.upd-homepage .search-form .search:before {
    content: '\e900' !important;
    font-size: 18px;
}
.intro-slider-holder .custom-nav-slider .nav-slider-title{background: transparent;}
/*.partners-list li{width:100% !important;}
.partners-holder .partners-list li{}
*/



.upd-homepage .articles-section {
  padding: 60px 0px 50px 0 !important;
}
.upd-homepage .events-section {
  padding-top:60px !important;
}
.upd-homepage .partners-holder {
  padding:60px 0 !important;
}
.upd-homepage .video-section {
  padding-top: 60px !important;
  background: #f3f2f6 !important;
}
.upd-homepage .video-section .workflow-block {
  margin-top:0px !important;
}


/*****Product Single ****/
@media (min-width: 1024px) {
  .single-post-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
}
.style3img{display:none;}

.upd-homepage .eng-header .search-form {
  width:auto;
  margin: 0px 10px;
  padding-top: 0px;
}
.upd-homepage .eng-header .language-form {
  width:auto !important;
}
.bg-dark-gray {
  background: #f2f2f4;
}
.our-solution-bg:before {
  background: #f2f2f4 !important;
}

@media (min-width: 1024px) {
  .eng-header {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}

/* @media (min-width: 768px) {
  .slider-content {
    position:relative;
  }
  .slider-content .info-holder {
    position:absolute; right:0px; margin-left:0px; margin-right:80px;
  }
} */
.img-holder.img_for_hover{display:none;}

@media screen and (min-width: 1200px){
  .articles-slider h3 {
      padding-right: 31px;
  }
}

.articles-slider h3 {
  position: relative;
  color: #fff;
  margin-bottom: 0;
  z-index: 2;
  line-height: 1;
  font-size: 24px;
  margin: 0 0 40px;
}
.captcha-image{margin-bottom:10px;}
.single-products .single-post-section .container{max-width:100%}


.custome-dialog{ 
    max-width: 322px;
    right: 10px;
    bottom: 5px;
    position: fixed;
    background: #ffffff;
    border: 1px solid #e2dcdc;
    border-radius: 10px;
    z-index: 11;

    
}
.custome-dialog .modal-body{
    padding: 0;
}
.custome-dialog .modal-header{
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 6px 10px;
}
.custome-dialog .close:after, .custome-dialog .close:before{
    width: 13px;
    background-color: #fff;
}

.custome-dialog .close {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    background: black;
    color: #fff;
    opacity: 9;
    border-radius: 50%;
}
.custome-dialog h2{
    font-size: 18px;
    margin: 0px;
}
.custome-dialog h2 span{
    color: #000;
    font-weight: bold;
}
.custome-dialog .modal-footer {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #000;
}
.custome-dialog .modal-footer a {
    font-weight: bold;
    color: #70b858;
}

.custome-dialog video {
    object-fit: cover;
}

.modal-custome {        
    right: 0 !important;
    bottom: 0 !important;
    width: 322px;   
    z-index: 9;
    position: fixed
    
}





.pure-css-bootstrap-modal {
    position: absolute; /* Don't take any space. */
  }
  .pure-css-bootstrap-modal label.close {
    /* Reset */
    padding: 0;
    margin: 0;
  }
  
  #modal-switch {
    display: none;
  }

  /* MODAL */
  .modal {
    display: none;
  }
  #modal-switch:not(:checked) ~ .modal {
    /*
    In Bootstrap Model is hidden by `display: none`.
    Unfortunately I couldn't get this option to work with css transitions
    (they are disabled when `display: none` is present).
    We need other way to hide the modal, e.g. with `max-width`.
    */
    max-width: 0;
  }
  #modal-switch:checked ~ .fade,
  #modal-switch:checked ~ .modal .fade
  {
    opacity: 1;
  }

  /* BACKDROP */
  .modal-backdrop {
    margin: 0;
  }
  #modal-switch:not(:checked) ~ .modal .modal-backdrop
  {
    display: none;
  }
  #modal-switch:checked ~ .modal .modal-backdrop
  {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  /* DIALOG */
  #modal-switch ~ .modal .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50%);
  }
  #modal-switch:checked ~ .modal .modal-dialog {
    transform: translate(0, 10%);
    z-index: 1050;
  }




  #hubspot-messages-iframe-container.widget-align-right {
    right: 0!important;
    z-index: 1;
}</pre></body></html>