<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-bold-webfont.eot');
  src: local('?'),
  url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/oswald-bold-webfont.woff') format('woff'),
  url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
  url('../fonts/oswald-bold-webfont.svg#Oswald') format('svg');
}

/*@font-face {
  font-family: 'BentonSansBold';
  src: url('../fonts/BentonSans/benton-sans-bold/.eot');
  src: url('../fonts/BentonSans/benton-sans-bold/benton-sans-bold.eot') format('embedded-opentype'),
     url('../fonts/BentonSans/benton-sans-bold/benton-sans-bold.woff') format('woff'),
     url('../fonts/BentonSans/benton-sans-bold/benton-sans-bold.ttf') format('truetype'),
     url('../fonts/BentonSans/benton-sans-bold/benton-sans-bold#BentonSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'BentonSansBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/BentonSans/benton-sans-bold.eot');
  src: local('?'),
  url('../fonts/BentonSans/benton-sans-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/BentonSans/benton-sans-bold.woff') format('woff'),
  url('../fonts/BentonSans/benton-sans-bold.ttf') format('truetype'),
  url('../fonts/BentonSans/benton-sans-bold.svg#Oswald') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {    
  @font-face {
      font-family: 'BentonSansBold';
      src: url('../fonts/BentonSans/benton-sans-bold.svg#BentonSansBold') format('svg');
  }
}

body {
  /*font-family: Georgia, "Times New Roman", Times, serif;*/
  color: #555;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4{
  margin-top: 0;  
  font-weight: 700;
  /*color: #333;*/
  /*font-family: "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a, a:focus, a:hover {
    /*color: #E5002D;*/
    color: #555;
    text-decoration: none;
}
h4 a{color: #E5002D;}
img{ max-width: 100%; }
.img-responsive{
  width: 100%;
}
/*.container {
  width: 100%;
}*/

@media (min-width: 1361px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .container {
    width: 1200px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  /*background-color: #428bca;*/
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  position: relative;
  z-index: 2;
  background-color: #E5002D;
  color: #fff;
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;

  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  /*margin-top: 30px;*/
  margin-bottom: 0;
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);  
  text-transform: uppercase;
  color: #E5002D;  
  /*font-family: 'Oswald', "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.blog-description {
  font-size: 20px;
  color: #999;
}

.news-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-title {
  font-size: 40px;
  line-height: 45px;
  /*margin-top: 30px;*/
  margin-bottom: 0;  
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  color: #E5002D;
  /*font-family: 'BentonSansBold';*/
}
.news-description {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}
.news-date{
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #797979 !important;
  margin: 25px 0;
}
.news-img{max-width: 100%;    margin: 0 0 20px;}
.MT50{margin-top: 20px;}
.news-header-line{ height: 1px; background-color: #ECECEC; margin-bottom: 25px;}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 14px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  /*padding: 15px;*/
  /*margin: 0 -15px 15px;*/
}
/*.sidebar-module img{
  height: 245px;
}*/
.sidebar-module-inset {
  /*padding: 15px;*/
  /*background-color: #f5f5f5;
  border-radius: 4px;*/
  position: relative;
    overflow: hidden;  
    margin-bottom: 10px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;  
}
.news-caption{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager &gt; li &gt; a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 10px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  padding: 20px 0;
    color: #FFF;
    text-align: center;
    background-color: #E5002D;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
footer a{
  color: #c3c3c3;
  text-decoration: none;
}
footer a:hover, footer a:focus{
  color: #FFF;  
}

.news-videobox video {
  width: 100%;
}
/*------------------------------*/
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.sectionImpPosts {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.sectionImpPosts a{
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
}
.sectionMainPosts .sectionImpPosts .mainImgWrapper {
    /*height: 530px;*/
}
.sectionImpPosts .mainImgWrapper {
    position: relative;
    /*height: 600px;*/
    overflow: hidden;
}
.title {
    font-size: 36px;
    line-height: 44px;
}
.overlay-gradient {
    background-color: transparent;
    background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 3%, rgba(0, 0, 0, 0.8) 88%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 3%, rgba(0, 0, 0, 0.8) 88%);
}
.sectionImpPosts_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.postInfo-large {
    font-size: 13px;
    line-height: 14px;
}
.postInfo {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section{ margin-bottom: 20px; }
.profile-img{ margin-right: 10px; }
.about-wrapper{ text-align: justify; }
.top-space{ margin-top: 40px; }
/*----------------thumbnail caption----------------------*/
.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
/*.post img
{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}*/
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    margin-bottom: 20px;
}
.post .post-img-content
{
    height: 264px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}
.news-caption h4{
  font-size: 20px;
  line-height: 24px;
  /*font-family: "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.thumbnail-wrapper{
  position: relative;
  overflow: hidden;
}
.grow img{  
   -webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
    -moz-transition: all .2s ease-in-out; /* Firefox */
    -ms-transition: all .2s ease-in-out; /* IE 9 */
    -o-transition: all .2s ease-in-out; /* Opera */
    transition: all .2s ease-in-out;
}
.grow:hover img {  
   -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.postInfo-large {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.color-white {
    color: #fff !important;
}
.color-red {
    color: #E5002D !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.list-unstyled-news h2{ padding-top:15px; }

.templatemo_service_text p{ padding:20px 0 0 0;}

.responsive1{ display:none; }

.thumbnail.grow {
  height: 370px;
}

iframe{ width: 100%; }

.list-unstyled-news{
  border-bottom: 1px solid #e4e3f0;
  border-top: 1px solid #e4e3f0;
}
.list-unstyled-news ul li .item {    
    padding: 15px 0;
    position: relative;
}

.list-unstyled-news ul li .post-thumb {
    width: 80px;
    margin-right: 15px;
}
.list-unstyled-news .post-thumb {
    display: block;
}
.list-unstyled-news .post-thumb img {
    display: block;
    width: 100%;
    height: 65px;
}
.list-unstyled-news ul li .post-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.kopa-date {    
    font-weight: 300;
    margin-right: 5px;
    position: relative;    
    text-transform: uppercase;
}
.kopa-date:before{
  content: "\f073";
  font-family: 'fontawesome';
  position: relative;
  padding-right: 7px;
  bottom: 2px;
}

.pmmodidiv{ display:none;}

.smallpara{ font-size:13px; font-style: italic;}

.fontsize{ font-size:10px;}

.new-21{ display:none;}

.align-justify p { text-align: justify; }

.imginfo{ font-size: 14px; font-size: 14px;line-height: 1.5;}

.header-social-icon{ text-align: right; margin-top: 5px;}
.header-social-icon a {
  display: inline-block;
  color: #fff;
  margin: 0 8px;
  font-size: 16px;
}

.colorpara{color: #555;}
.h4title{ font-size: 30px; line-height: 38px; margin-bottom: 20px;}

.img-title
{ background-color: #f0f0f0;}


/*.twitter-news {
    background: #fff;
    overflow-y: auto;
    margin-bottom: 25px;
    scrollbar-width: thin;
}

.twitter-news::-webkit-scrollbar {
  width: 6px;
  background: #f0f1f2;
}

.twitter-news::-webkit-scrollbar-track {
  width: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #f0f1f2;
}

.twitter-news::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f7f9f8;
}

::-moz-scrollbar {
  width: 10px;
  height: 6px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

:root {
  scrollbar-width: thin;
}*/

.res-news-sec{ display: none;}

.twitter-news { border: 1px solid #ccc; margin-bottom: 20px; padding: 9px;}

 #videoContainer {
   display: none;
 }
 .mb-15{ margin-bottom: 15px;}
 .imgcursor-pointer{ cursor: pointer;}
 .video-secbox{ position: relative;}

.mt-20{ margin-bottom: 20px;}
.news-img-sec img{  margin: 0 0 20px 0;}

/*===========covid related news css page==============*/
.covid-news-page {
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
.news-heading {
  margin-bottom: 20px;
}
.news-heading h2 {
  color: #E5002D;
  text-align: left;
  margin: 0;
}
.covid-news-list-info{ border:1px solid #ccc; margin-bottom: 20px;}
.covid-19-para-info{ padding: 15px; min-height: 304px;}
.covid-news-list-info a{ display: inline-block; color: #E5002D;}
.covid-news-list-info a:hover{ text-decoration: underline;}
.covid-img-center{ text-align: center;}
.covid-img-center img{ width: auto;     margin: 8px 0;}
.news-heading .back-news-page{ text-align: right; margin: 0;}
.news-heading .back-news-page a {
  display: inline-block;
  color: #686869;
  font-size: 14px;
}
.news-heading .back-news-page a:hover{ color: #333;}
.covid-news-page h1 {
  margin-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.arrowicon{     width: 15px;}
.data-para{ text-align: center;     font-size: 18px;}
.news-discription {
  background: #f7f7f7;
  padding: 7px; text-align: center;
}
.covid-videonews{ text-align: center;}
.covid-videonews video{ width: 800px;}
.covid-videonews iframe { width: 800px; height: 450px;}
.imgcursor-pointer1{ text-align: center;}
.blog-masthead .col-md-4{ width: 80%;}
.blog-masthead .col-md-8{ width: 20%;}
.widthbox-sec img{ width: 42%; float: left; margin: 0 20px 20px 0;}
.widthbox-sec p{ padding-top: 0;}
.res-img{ display: none;}
.news-heading1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0; margin-bottom: 40px;
}

.news-videobox{ width: 100%; height: 100%;}
.news-videobox iframe{ width: 100%; height: 306px; border:none;}

.center-videobox{ width: 70%; margin: 0 auto 20px auto; height: 100%;}
.center-videobox iframe{ width: 100%; height: 445px; border:none;}
.center-videobox-home{ width: 100%; margin: 0 auto 20px auto; height: 100%;}
.center-videobox-home iframe{ width: 100%; height: 445px; border:none;}

.twittervideo{width: 49%; }

.centerpara{ text-align: center; font-size: 13px;}
.mtb-20{ margin: 20px 0;}
.mb-remove{ margin-bottom: 0 !important;}

.squarebox-sec { width: 80%; border: 1px solid #fdfdfd; padding: 20px; margin: 25px 0 0 0; box-shadow: 0px 0px 5px #e6e5e5;}
.squarebox-sec .borderline {border-right: 1px solid #ccc;}
.smallpara1{ font-weight: bold; font-size: 18px;}
.squarebox-sec p{ padding: 0; margin: 0;}

.paracenter{ width:47%; margin: 0 auto;}
.linkpara{ color: #007bff;}
.rightpara{ text-align: right;}
.twitter-video-box1 {
  width: 70%;
  margin: 0 auto 20px auto;
  height: 100%;
}
.twitter-video-box1 iframe {
  width: 100%;
  height: 445px;
  border: none;
}


@media screen and (max-width: 1360px) {
.covid-19-para-info{ min-height: 304px;}
.squarebox-sec { width: 80%;}
.res-main-rightside-sec .twitter-news { width: 100%; float: left; margin-left: 14px; margin-bottom: 0;}
}

@media screen and (max-width: 1199px){
.thumbnail.grow {
  height: 350px;
}
.news-caption h4 { font-size: 17px; line-height: 20px;}
.covid-videonews video{ width: 600px;}
.covid-videonews iframe { width: 600px; height: 450px;}
.res-img{ display: block;}
.desktop-img{ display: none;}
.news-img-sec .col-md-8{ width: 100%;}
.news-img-sec .col-md-3{ width: 100%;}
.news-img-sec .col-md-9{ width: 100%;}
.news-center-img{ text-align: center;}
.center-videobox iframe {  height: 334px;}
.center-videobox-home iframe {  height: 334px;}
.squarebox-sec { width: 100%;}
.twitter-video-box1{ width: 100%;}
.twitter-video-box1 iframe { height: 455px;}
.res-main-rightside-sec .twitter-news { width: 100%; float: left; margin-left: 14px; margin-bottom: 0;}
}

@media (max-width: 1024px) {
  .news-title {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px){
.thumbnail.grow {    height: 345px;}
.pmmodidiv{ display:block;     margin-top: 20px;}
.removediv-res{ display:none;}
.display-none{ display:none;}
/*.sidebar-module-inset{  height: 203px;}*/
.sidebar-module-inset{  height: 100%;}
.new-21{ display:block;}
.MT50 { margin-top: 0;}
.homenews .col-sm-4{ width: 50%;}
.res-main-rightside-sec .twitter-news { width: 55%; float: left; margin-left: 14px; margin-bottom: 0;}
.res-main-rightside-sec .res-news-sec { display: block; width: 43%; float: left;}
.res-main-rightside-sec .sidebar-module-inset{ height: auto;}
.res-display-none{ display: none;}
.res-main-rightside-sec iframe{     height: 364px !important;}
.res-main-rightside-sec{ margin-bottom: 15px;}
.covid-videonews video{ width: 100%;}
.covid-videonews iframe { width: 100%; height: 450px;}
.covid-19-para-info { min-height: 280px;}
.news-videobox{ margin-bottom: 20px;}
.center-videobox iframe { height: 258px;}
.center-videobox-home iframe { height: 370px;}
.squarebox-sec { width: 100%;}
.paracenter { width: 80%;}
.res-center-img{ text-align: center; margin: 10px 0;}
}

@media screen and (max-width: 767px){
.thumbnail.grow{     height: 345px;}
.homenews .col-xs-12{ width:50%;}
.news-center-img{ text-align: center;}
.covid-news-page .news-heading h2{ text-align: center; margin-bottom: 10px;}
.news-heading .back-news-page{ text-align: center;}
.blog-masthead .col-md-4{ width: 70%;}
.blog-masthead .col-md-8{ width: 30%;}
.covid-news-list-info a{ display: block;}
.covid-news-list-info img { width: 100%;}
.covid-19-para-info { min-height: auto;}
.center-videobox{ width: 100%;}
.center-videobox iframe { height: 370px;}
.center-videobox-home{ width: 100%;}
.center-videobox-home iframe { height: 370px;}
}

@media screen and (max-width: 743px) {
.res-main-rightside-sec .twitter-news {width: 48%;}
.res-main-rightside-sec .res-news-sec { display: block; width: 49%;}
.res-main-rightside-sec iframe { height: 404px !important;}
}

@media screen and (max-width: 726px) {
.res-main-rightside-sec iframe { height: 385px !important;}
}

@media screen and (max-width: 712px) {
.res-main-rightside-sec .twitter-news {width: 48%;}
.res-main-rightside-sec .res-news-sec { display: block; width: 49%;}
.res-main-rightside-sec iframe { height: 380px !important;}
}

@media screen and (max-width: 690px){
/*.sidebar-module-inset {    height: 188px;}*/
.sidebar-module-inset{ height: 100%;}
}

@media screen and (max-width: 685px) {
.res-main-rightside-sec iframe { height: 368px !important;}
.center-videobox iframe { height: 350px;}
.center-videobox-home iframe { height: 350px;}
}

@media screen and (max-width: 670px) {
.res-main-rightside-sec iframe { height: 360px !important;}
}

@media (max-width: 667px) {
  .sectionImpPosts a{ font-size: 28px; }    
  .news-title { font-size: 28px; line-height: 30px; }
}

@media (max-width: 660px) {
.res-main-rightside-sec iframe { height: 350px !important;}
}

@media screen and (max-width: 645px){
/*.sidebar-module-inset {    height: 170px;}*/
.sidebar-module-inset {    height: 100%;}
.news-caption h4 {  font-size: 15px;    line-height: 19px;}
.center-videobox iframe { height: 300px;}
.center-videobox-home iframe { height: 300px;}
}

@media screen and (max-width: 640px){
.res-main-rightside-sec iframe { height: 340px !important;}
.news-center-img{ text-align: center;}
}

@media (max-width: 620px) {
.res-main-rightside-sec iframe { height: 330px !important;}
}

@media (max-width: 620px) {
.res-main-rightside-sec iframe { height: 320px !important;}
.smallpara1{ font-size: 16px;}
}

@media (max-width: 600px) {
  .sectionImpPosts a{ font-size: 20px; line-height: 24px; }    
}

@media screen and (max-width: 600px){
.responsive1{ display:block; }
.responsive{ display:none; }
.bt-m{ margin-bottom:20px;}
/*.sidebar-module-inset { height: 160px;}*/
.sidebar-module-inset{ height: 100%;}
.thumbnail.grow{ height: 313px;}
.news-videobox iframe{ width: 100%; height: 270px;}
}

@media (max-width: 590px) {
.res-main-rightside-sec iframe { height: 300px !important;}
}

@media screen and (max-width: 585px) {
.res-main-rightside-sec .twitter-news {width: 100%; float: none; margin: 10px 0 20px 0;}
.res-main-rightside-sec .res-news-sec { display: block; width: 100%; float: none;}
.res-news-sec .col-md-12{ width: 50%; float: left;}
.res-main-rightside-sec iframe {width: 100% !important; height: 518px !important; font-size: 14px !important;}
.center-videobox iframe { height: 280px;}
.center-videobox-home iframe { height: 280px;}
.paracenter { width: 90%;}
.rightpara { text-align: left;}
}

@media (max-width: 575px) {
.profile-img {
  margin: 0 0 15px 0;
  float: none !important;
}
}

@media (max-width: 560px) {
  .about-text h1 { clear:both; }
  .thumbnail.grow {
    height: auto;
  }
  .homenews .col-xs-12 {
    width: 100%;
  }
  .sidebar-module-inset {
    height: auto;
  }
  .res-news-sec .col-md-12 { width: 100%; float: left; }
}

@media screen and (max-width: 555px){
.sidebar-module-inset {    height: auto;}
}

@media screen and (max-width: 550px){
.sidebar-module-inset {    height: auto;}
.homenews .col-xs-12 {    width: 100%;}
.news-caption h4 { font-size: 20px; line-height: 24px;}
.thumbnail.grow { height: auto;}
.news-videobox iframe{ width: 100%; height: 250px;}
.center-videobox iframe { height: 250px;}
.center-videobox-home iframe { height: 250px;}
}

@media screen and (max-width: 532px) {
.squarebox-sec { padding: 10px 12px;}
.smallpara1 { font-size: 14px;}
}

@media screen and (max-width: 515px) {
.blog-masthead .col-md-4{ width: 72%;}
.blog-masthead .col-md-8{ width: 28%;}
}

@media screen and (max-width: 500px) {
.news-videobox iframe { width: 100%; height: 220px;}
.center-videobox iframe { height: 220px;}
.center-videobox-home iframe { height: 220px;}
}

@media screen and (max-width: 480px) {
.blog-nav-item{ padding: 8px;     font-size: 14px;}
}

@media screen and (max-width: 465px){
.sectionImpPosts a {    font-size: 17px;  line-height: 17px;}
.sectionImpPosts_content h3{ font-size: 17px; margin-bottom: 4px;}
.sectionImpPosts_content p{ font-size: 12px;}
.profielImg{ text-align: center;}
.profile-img{     width: auto;}
}

@media screen and (max-width: 440px) {
.blog-nav-item {
  padding: 8px 3px;
  font-size: 14px;
}
.header-social-icon a{ margin: 0 4px;}
.news-videobox iframe { width: 100%; height: 180px;}
.center-videobox iframe { height: 180px;}
.center-videobox-home iframe { height: 210px;}
}

@media (max-width: 414px) {
  .blog-title{font-size: 45px;}
  .blog-nav-item{ font-size: 14px; }
  .news-title { font-size: 24px; }
  iframe{ width: 100%; height: auto; }
  .news-img-sec img { width: 100%; }
}


@media screen and (max-width: 410px){
.sectionImpPosts a {    font-size: 14px; line-height:14px;}
}

@media screen and (max-width: 480px){
.sectionImpPosts_content{ padding: 0 11px;}
.sectionImpPosts_content p{ line-height: 14px;}
}

@media screen and (max-width: 375px){
.blog-title {    font-size: 33px;}
.twittervideo{width: 100%; }
}

@media screen and (max-width: 368px){
.news-caption h4{ font-size: 16px; line-height: 20px;}
}

@media screen and (max-width: 355px) {
.blog-nav-item { padding: 8px 2px;}
.blog-masthead .col-md-4 { width: 67%;}
.blog-masthead .col-md-8 { width: 30%;}
.news-videobox iframe { width: 100%; height: 160px;}
.center-videobox iframe { height: 160px;}
.center-videobox-home iframe { height: 200px;}
}

@media screen and (max-width: 345px) {
.covid-news-page{ width: 100%;}
}

@media screen and (max-width: 340px){
.postInfo-large {font-size: 10px;}
.sectionImpPosts_content h3 {font-size: 12px;}
}

@media screen and (max-width: 330px) {
.header-social-icon a {
  margin: 0 2px;
}
}

@media (max-width: 320px) {
  .blog-nav-item{ font-size: 13px; }
  .sectionImpPosts_content h3 {font-size: 10px;}
  .sectionImpPosts_content p {line-height: 14px;margin-bottom: 7px;font-size: 10px;}
}

@media (max-width: 297px) {
.header-social-icon .fa{ font-size: 12px;}
.blog-nav-item { font-size: 12px;}
.header-social-icon{ margin-top: 0;}
}

</pre></body></html>