/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}

@font-face {
    font-family: 'PublicoMedium';
    src: url('../fonts/PublicoMedium.eot');
    src: url('../fonts/PublicoMedium.eot') format('embedded-opentype'),
         url('../fonts/PublicoMedium.woff2') format('woff2'),
         url('../fonts/PublicoMedium.woff') format('woff'),
         url('../fonts/PublicoMedium.ttf') format('truetype'),
         url('../fonts/PublicoMedium.svg#PublicoMedium') format('svg');
}
@font-face {
    font-family: 'PublicoLight';
    src: url('../fonts/PublicoLight.eot');
    src: url('../fonts/PublicoLight.eot') format('embedded-opentype'),
         url('../fonts/PublicoLight.woff2') format('woff2'),
         url('../fonts/PublicoLight.woff') format('woff'),
         url('../fonts/PublicoLight.ttf') format('truetype'),
         url('../fonts/PublicoLight.svg#PublicoLight') format('svg');
}
@font-face {
    font-family: 'PublicoExtrabold';
    src: url('../fonts/PublicoExtrabold.eot');
    src: url('../fonts/PublicoExtrabold.eot') format('embedded-opentype'),
         url('../fonts/PublicoExtrabold.woff2') format('woff2'),
         url('../fonts/PublicoExtrabold.woff') format('woff'),
         url('../fonts/PublicoExtrabold.ttf') format('truetype'),
         url('../fonts/PublicoExtrabold.svg#PublicoExtrabold') format('svg');
}
@font-face {
  font-family: 'HelveticaNowDisplayLight';
  src: url('../fonts/HelveticaNowDisplayLight.eot');
  src: url('../fonts/HelveticaNowDisplayLight.eot') format('embedded-opentype'),
       url('../fonts/HelveticaNowDisplayLight.woff2') format('woff2'),
       url('../fonts/HelveticaNowDisplayLight.woff') format('woff'),
       url('../fonts/HelveticaNowDisplayLight.ttf') format('truetype'),
       url('../fonts/HelveticaNowDisplayLight.svg#HelveticaNowDisplayLight') format('svg');
}

:root {
    --bg-title: 'PublicoExtrabold';
    --title-bold: 'PublicoMedium';
    --title: 'PublicoLight';
    --darkgary-c: #374249;
    --gary-c: #484f53;
    --darkred-c: #b21512;
    --wight-c: #fff;
    --blue-c: #192a6b;
    --darkblue-c: #0c0030;
    --red-c: #fa000f;
    --babyred-c: #b20712;
    --lightgary-c: #f6f8fa;
    --babyblack-c: #2d2d2d;
    --green-c: #0f803e;
    --pink-c: #e63d79;
    --babypink-c: #f28d93;
    --babybrown-c: #7d7569;
    --babyblue-c: #0d3165;
    --skyblue-c: #33a3be;
    --red2-c: #fa0b1a;
    --orange-c: #e34f30;
}
body {
  color: var(--darkblue-c);
  font-size: 16px;
  font-family: 'HelveticaNowDisplayLight'; 
}
.row,.d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
iframe{max-width:100%}
a,a:hover{
  text-decoration: none;
  color: #091e3a
}
.wight-c a{
  color:#fff !important;
}
img {
    max-width:100%;
}
.col-center {
  margin: 0 auto;
  display: block;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom:0;
  font-weight: normal;
}
h1 {
  font-size: 50px;
  font-family: 'PublicoExtrabold';
}
h2 {
  font-size: 30px;
  font-family: 'PublicoLight';
  line-height: 1.1;
}
h2.title {
  font-size: 22px!important;
  font-family:'PublicoMedium';
  margin-top:-5px;
}  
h3 {
  font-size: 28px;
  font-family: 'PublicoLight';
  line-height: 1.1;
}  
h4 {
  font-size: 24px;
  font-family:'PublicoMedium';
} 
h5 {
  font-size: 20px;
  font-family:'PublicoMedium';
}
h6 {
    font-size: 16px;
    /*font-family: 'HelveticaNowDisplayLight';*/
    font-family: 'PublicoMedium';
}
h6.title {
  font-size: 16px;
  font-family:'PublicoMedium';
}
.hb{
    font-weight: bold;
}
p {
    color: #000;
    line-height: 1.2;
    /*font-family: Arial, Helvetica, sans-serifl;*/
    font-size: 16px;
}

.p-right{
  padding-right: 0;
}


@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1350px;
  }
}

.sm-title a{
  background-color: var(--darkred-c) ;
  padding: 2px 5px;
  margin-bottom: 5px;
  line-height: 2.5;
  color: var(--wight-c);
  font-size:14px!important;
}
h3 span{
  background-color: var(--red-c);
  color: var(--wight-c);
  font-size: 16px;
  font-family: 'HelveticaNowDisplayLight';
  padding:2px 5px;
}
.description{
  padding-top: 25px;
}
.sm-title-undline a{
  border-bottom:var(--red-c) 4px solid;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 3;
}
.blue-c a{
  color: var(--babyblue-c);
}
.blue-c a:hover{
  color: var(--pink-c);
}
.contant-wight{
  background-color: var(--wight-c);
  padding: 20px 15px;
}
.sm-titlenor {
    color: var(--red-c);
    line-height: 2.4;
    margin-bottom: -7px;
}
.bottom-rows {
  margin-bottom: 30px;
}
.m-top{
  margin-top: 15px;
}
.border-b {
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  background-color: #efefef;
  height: 1px;
  width: 100%;
  margin-top: 30px;
}


/* -------------------------------- 
header
-------------------------------- */
#header{
  background-color: var(--lightgary-c);
  padding: 10px 0;
}

#header ul.list-inline{
  color: #484f53;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
}
#header ul.list-inline li{
  margin-right: 7px;
}


/* -------------------------------- 
menu
-------------------------------- */
a.nav-link {
  color: #fff !important;
  font-family:'PublicoMedium';
}
#menu{
  background-color: var(--babyblack-c);
}
.bg-light{
  background-color: #5c666b !important;
}
.navbar{
  padding: 0;
}
.bg-light{
  padding-left: 14px !important;
}
a.dark-c{
  background-color: var(--babyblack-c);
}
.menu-red{
  background-color: var(--babyred-c);
  color: #fff;
}
.mega-bottom {
  margin-bottom: 15px;
}
.dropdown-item:hover {
  background-color:var(--babyred-c);
  color:#fff;
}

/* -------------------------------- 
news section
-------------------------------- */
#main-section
{
  padding: 35px 0 50px 0;
}
.slide {
  padding-bottom: 15px;
}
.slide h1 {
  line-height: 1;
  font-size: 27px;
  margin-bottom: 20px;
  line-height:27px;
}
.slide h1 a:hover {
  color: var(--babyred-c);
}
#main-section h4{
  font-size: 17px!important;
}
#main-section h4 a:hover{
  color: var(--babyred-c);
}
.slide p {
  font-family: 'HelveticaNowDisplayLight';
  padding: 0 0 0px 0;
}
.slide a.read {
  color:var(--darkred-c) ;
  font-size: 14px;
}
.bottom-space {
  margin-bottom: 30px
}
.vline {
  border-right: 1px solid #efefef;
}
.vline:last-child {
  border-right: none;
}
.related-slider {
  background-color: var(--gary-c) ;
  margin-bottom: 30px;
}
.related-slider h5 {
  padding: 15px;
}
.related-slider h5:hover {
  background-color: var(--babyred-c);
}
.related-slider h5 a {
  color: #fff;
  font-size: 17px;
}
#main-section .category-title{
  line-height: 2.3;
}
#main-section .sm-title a{
  background-color: var(--babyred-c);
}

/* -------------------------------- 
Latest Section
-------------------------------- */
h5.latest {
  background-color: var(--darkred-c);
  color:#fff;
  padding: 8px 15px ;
  margin-top: 15px;
}
.box-border {
  border-bottom: 2px dotted #e6e6e6;
  padding-bottom: 5px;
  padding-top: 5px;
}
.latest-news {
  font-family: 'PublicoLight';
  font-size: 15px;
  line-height: 1.2;
}
.date-news {
  color: var(--darkred-c);
  font-weight: bold;
}

/* -------------------------------- 
Egypt
-------------------------------- */
#egypt {
    /*padding: 20px 0 50px 0;*/
    padding: 15px 0 15px 0;
}
#egypt h2 a:hover {
  color: var(--red-c) ;
}
#egypt h6.title a:hover {
  color: var(--red-c) ;
}
.title-section{
  border-top: var(--blue-c) 2px solid;
  border-bottom: var(--lightgary-c) 1px solid;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.title-section a{
  color: var(--babyred-c) ;
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-flex;
  border-bottom: var(--babyred-c) 1px solid;
}
.category-section {
    background-color: #eaecef;
}
.category-section a {
    color: var(--babyred-c);
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-flex;
    border-bottom: var(--babyred-c) 1px solid;
}
.sm-title a {
    background-color: #b21512;
}
#egypt ul.related-sport li span{
  color: var(--red-c);
}
/* -------------------------------- 
 Weekly
-------------------------------- */
#weekly {
    background-color: #152f64;
    /*padding-bottom: 50px;
  padding-top: 20px;*/
    padding: 20px 0 10px 0;
}
#weekly h1 {
  font-size: 35px;
  
}
#weekly .title-sec a{
color: #fff;
border-bottom: var(--orange-c) 1px solid;
padding-bottom: 10px;
}

/* -------------------------------- 
World
-------------------------------- */
#world {
    /*padding: 20px 0 50px 0;*/
    padding: 15px 0 15px 0;
}
    #world a:hover {
       /*color: var(--skyblue-c);*/
    }

.fix-padding {
  border-top: 1px solid #efefef;
  padding-top: 7px;  
  padding-bottom: 7px;
}

#world .sm-title a {
    background-color: #b21512;
}
#world ul.related-sport li span {
    color: #b21512;
}
#world .sm-titlenor {
    color: #b21512;
}
/* -------------------------------- 
Agenda
-------------------------------- */
#sec {
    background-color: #eaecef;
    /*padding-bottom: 30px;
  padding-top: 20px;*/
    padding: 15px 0 15px 0;
}
.title-sec{
  border-bottom: var(--wight-c) 1px solid;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.title-sec a{
  border-bottom: var(--babyred-c) 1px solid;
  color: var(--babyred-c) ;
  padding-bottom: 11px;
}
.padd-r0 {
  padding-right: 0;
}
.contant-blocks {
    background-color: var(--wight-c);
    /*padding: 20px 30px!important;*/
    /*padding: 10px 10px !important;*/
    padding: 0px 18px 6px 8px !important;
    height:95px;
}
.border-redr{
  border-right: var(--babyred-c) 5px solid;
  background-color: #fff;
  margin-bottom: 15px;
}


/* -------------------------------- 
economey
-------------------------------- */

.border-economey { 
  background-color: #efefef;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* -------------------------------- 
business
-------------------------------- */
#business{
  padding: 20px 0 50px 0;
}
#business ul.related-sport li span{
  color: var(--orange-c);
} 
#business .sm-title a{
background-color: var(--orange-c);
}
/* -------------------------------- 
sports
-------------------------------- */
#sports {
    /*padding: 20px 0 50px 0;*/
    padding: 15px 0 15px 0;
}

#sports .sm-title a{
  background-color: var(--green-c);
  color: var(--wight-c);
}
#sports .sm-titlenor{
  color: var(--green-c);
}
.border-sport { 
  background-color: #efefef;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.description-small{
  padding-top: 5px;
}
ul.related-sport {
  padding: 0;
  list-style: none;
}
ul.related-sport li span {
  color: var(--green-c);
}
#sports .fix-padding {
  border-top: 2px dotted #e6e6e6;
  padding: 10px 0;
}



/* -------------------------------- 
Opinion
-------------------------------- */

#opinion{
  background:#eaecef;
  padding: 20px 0 30px 0;
}
.rounded-circle{
  border: #fff 5px solid;
}
.name{
  font-size: 16px;
  color: #2c2c2c;
  font-style: italic;
}
.text-opin{
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}
.icon-opin::before{
    content: "";
    display: block;
    background: url("../images/icon-opin.jpg") no-repeat;
    width: 39px;
    height: 29px;
    float: left;
    margin: 0 6px 20px 0;
}
.bg-opin-c{
  background-color: #e8e5d6;
  padding: 25px;
}
.border-m5{

  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ffffff 2px dotted;
}


/* -------------------------------- 
Heritage
-------------------------------- */
#heritage {
    /* padding: 20px 0 50px 0;*/
    /*padding: 15px;*/
    padding: 15px 0 15px 0;
}
#heritage h1{
  font-size: 35px;
}
#heritage .title-sec{
  background-color: var(--babyred-c);
  color: #fff;
  padding-bottom: 0;
}
.undline-her a{
  border-bottom: #7d7569 4px solid;
  color: #7d7569;
}

#heritage a.undline-her{
  color: #7d7569;
}


/* -------------------------------- 
region
-------------------------------- */
#region{
  padding: 20px 0 50px 0;
}
#region .sm-title a {
  background-color: var(--green-c);
  color: var(--wight-c);
}
#region  .sm-titlenor {
  color: var(--green-c);
}

/* -------------------------------- 
book
-------------------------------- */
#book{
  padding: 20px 0 30px 0;
  background:#fff;
}
.text-book{
  background-color: var(--babyred-c);
}
#book h5{
  color: #fff;
  font-size: 16px;
  padding: 15px 0 5px 15px;
}
#book .padd-img{
  padding: 0 7px 0 0;
}
#book .read{
  padding:0 15px;
  color: #fff;
  font-style: italic;
}
#book .description{
  padding-top: 0;
}
#book .contant-blocks{
  padding: 20px;
}
.text-book-c{
  background-color: #7d7569;
}
/* -------------------------------- 
style
-------------------------------- */
#style{
  padding: 20px 0 50px 0;
}
#style h1 {
  font-size: 35px;
}

#style .title-sec{
  background-color: var(--pink-c);
  color: #fff;
  padding-bottom: 0;
}
#style .sm-title-undline a{
  border-bottom: var(--pink-c) 4px solid;
}
#style .undline-her a{
  border-bottom: #7d7569 4px solid;
  color: #7d7569;
}

#style a.undline-her{
  color: #7d7569;
}
/* -------------------------------- 
multimedia
-------------------------------- */
#sec-multimedia{
  background-color: var(--babyblue-c);
  padding: 20px 0 50px 0;
}
.btn-outline-primary{
  color:#fff;
  border-color: #fff;
}
.btn{
  margin-right: 5px;
  padding: 0 3px;
  font-size: 14px;
}
.title-sec a.multi{
  border-bottom: red 1px solid;
  color: #fff;
}
.tags-links {
  /*--position: absolute;
  right: 15px;--*/
  margin-top: 25px;
  flex-direction: row-reverse;
}
.border-m{
  border-bottom:#f3f1e6 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contant-sadow{
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 0;
  padding: 25px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.contant-shadows{
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 0;
  padding: 25px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.text-media{
  color: #fff;
  font-family: 'PublicoMedium';
  font-size: 38px;
  margin-left: 120px;
  border-left: #e34f30 2px solid;
  line-height: .8;
  padding-left: 14px;
  margin-bottom: 40px;
}
.icon-play{
  position: absolute;
  left: 50px;
  bottom: 60px;
  z-index: 444;
  
}
.icon-media{
  position: absolute;
  left: 20px;
 margin-top: 5px;
  z-index: 444;
}
.m-left{
  margin-left: 40px;
}
.sm-title-media a{
  background-color:#fd5633;
}
.title span{
  color: #fd5633;
}
.text-white a{
  color: #fff;
}


.border-art{ 
  background-color: #efefef;
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* -------------------------------- 
arts
-------------------------------- */
#arts{
  padding: 20px 0 50px 0;
}
#arts .sm-title a {
  background-color: var(--babypink-c);
}
#arts ul.related-sport li span {
  color: var(--babypink-c);
}

/* -------------------------------- 
editor
-------------------------------- */
#editor {
    padding: 15px 0 15px 0;
    background-color: #eaecef;
}


/* -------------------------------- 
folk
-------------------------------- */
#folk{
  padding: 20px 0 50px 0;
}
#folk h1 {
  font-size: 35px;
}

#folk .title-sec{
  background-color: var(--babyred-c);
  color: #fff;
  padding-bottom: 0;
}
#folk .sm-title-undline a{
  border-bottom: var(--babyred-c) 4px solid;
}
#folk .undline-her a{
  border-bottom: #7d7569 4px solid;
  color: #7d7569;
}

#folk a.undline-her{
  color: #7d7569;
}


/* -------------------------------- 
travel
-------------------------------- */
#travel{
  padding: 20px 0 50px 0;
}
#travel h1 {
  font-size: 35px;
}

#travel .title-sec{
  background-color: #7d7569;
  color: #fff;
  padding-bottom: 0;
}
#travel .sm-title-undline a{
  border-bottom: var(--babyred-c) 4px solid;
}
#travel .undline-her a{
  border-bottom: #7d7569 4px solid;
  color: #7d7569;
}

#travel a.undline-her{
  color: #7d7569;
}

/* -------------------------------- 
from
-------------------------------- */
#from{
  padding: 20px 0 30px 0;
  background-color: var(--lightgary-c);
}


/* -------------------------------- 
most-view
-------------------------------- */
#most-view{
  padding: 20px 0 50px 0; 
}
#most-view h1 a{
  font-size: 30px;
}
#most-view .fix-padding {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  border-top: transparent;
}
    #most-view ul.related-sport li span {
        color: #b21512;
    }

/* -------------------------------- 
footer
-------------------------------- */
footer{
  background-color: var(--babyred-c);  
  padding: 22px;
  
}
footer img{
  position: absolute;
  margin-top: -78px;
}
footer ul li a{
  font-family:'HelveticaNowDisplayLight';
  font-size: 20px;
  color: #fff !important;
}




/* -------------------------------- 
inner
-------------------------------- */
#outer-inner{
  padding: 35px 0 140px 0;
}


h5.latest.outer-latest{
  margin-top: 0;
}
.read {
  color:var(--darkred-c) ;
  font-size: 14px;
  margin-bottom: 10px;
}
.list-inner{
  float: right;
  margin-left: 15px;
  margin-bottom: 20px;
}
.mar-top{
  margin-top: 20px;
  
}
#outer-inner h1.title{
  font-size: 40px;
  margin-bottom: 15px;
}
.inner-top{
  margin-top: 110px;
}




.carousel-indicators{
bottom: -30px;
}
.carousel-indicators li{
  width: 200px;
  display: block;
}
.title-gallery{
  background-color: rgba(0, 0, 0, 0.582);
  padding: 10px;
  text-align: center;
  left:20px;
  right:20px;
  bottom: 0;
  position: absolute;
  z-index: 6666;
  color: #fff;
}


.form-control {
    border:1px solid #d3d3d3;
}

.text-search {
  background-color: #e6e6e6;
  padding: 20px;
  color: #16181b;
  font-size: 17px;
}

.has-megamenu .dropdown-toggle::after {
  display: none;
}









ul.keywords {
    margin: 4px;
    padding: 6px;
    max-width: 98%;
    
}

    ul.keywords li {
        display: inline-block;
        padding: 3px;
        margin: 3px;
        background: #e9ecef;
    }


        ul.keywords li h5 {
            color: #fff;
            color: #000000;
            padding: 10px;
            text-align: center;
            font-size: 1.0rem;
            /*border: 1px solid #b21a4d;*/
            /* border-radius: 35px; */
            /* font-weight: bold; */
            font-size: 15px;
            padding: 10px 8px 10px 8px;
        }
            ul.keywords li h5 a {
                color: #fff;

            }


.img-inner img{
    max-width:100%
}



@media (max-width: 480px){
    .title-inner {
        font-size: 25px!important;
    }



}
.footer-img {
    text-align: center;
    margin-bottom:20px;
}

    .footer-img img {
        margin: 0 auto;
        margin-bottom: -1px;
    }


.outer-img {
    max-width:377px;
}

.portal-section {
    border-bottom: var(--blue-c) 1px solid;
    margin-bottom: 20px;
}


.mar-bottom-outer{
    margin-bottom:15px;
}
.mar-top-outer {
    margin-top: 15px;
    /*height:65px;*/
}

.img-w-100{
    width:100%!important;
}

.img-fix-height-190{
    height:190px;
}
.img-fix-height-115 {
    height: 115px;
}

.fixpp{
    display:block;
}

.title-section-main {
    /*border-top: var(--blue-c) 2px solid;
    border-bottom: var(--lightgary-c) 1px solid;*/
    padding-bottom: 0;
    margin-bottom: 12px;
}

    .title-section-main a {
        color: var(--babyred-c);
        padding-bottom: 5px;
        padding-top: 5px;
        display: inline-flex;
        /*border-bottom: var(--babyred-c) 1px solid;*/
    }


@media (min-width: 1200px) 
{

    .slide h1 {
        font-size: 29px!important;
        line-height: 30px!important;
    }
}



.blue-c{
    font-size:22px;
}



#outer-inner h1.title, #outer-inner h2.title, #outer-inner h3.title, #outer-inner h4.title {
    font-size: 29px !important;
    line-height: 33px !important;
    margin-bottom:20px;
}


.mar-top-outer h4 {
    font-size: 17px;
    margin-top: -8px;
}

.related a {
    padding: 0 8px 0 18px;
    display: block;
    text-align:left;
}
    .related a:before {
        display: block;
        width: 10px;
        height: 10px;
        background-color: brown;
        content: "";
        display: inline-block;
    }
.dotted:before {
    display: block;
    width: 5px;
    height: 5px;
    background-color: brown;
    content: "";
    display: inline-block;
    margin-right:5px;
}
.Caption {
    font-style:italic;
    font-size:14px;
}
.galleryouter {
width:95%;
}

@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
    .Opinionp {
        height:unset!important;
    }
}

.btn-primary {
    background-color: #b21512;
    border-color: #8e1613;
}
    .btn-primary:hover {
        background-color: #a51412!important;
        border-color: #8e1613;
    }

.inner-main {
    width: 100%;
}

.text_center_outer a {
    font-size: 22px !important;
    line-height: 22px !important;
    margin-bottom: 20px;
    font-family: 'PublicoMedium';
}

.Opinionp {
    /*height: 120px;*/
    margin-bottom:15px;
}

.writername {
    font-size: 14px;
    color: #b21512;
    font-weight: bold;
    font-style: italic;
}


.btn-outline-info:hover {
    background-color:unset!important;
}


/*ul li:last-child {
    background: #b21512 !important;
}*/



.ml-auto a {
    font-weight: bold;
    font-size: 15px;
    padding: 0 8px 0 8px;
}


/*#world h2.title a:hover, #world h6.title a:hover {
    color: var(--red-c) !important;
}*/

.fixcontent p, .fixcontent div {
    color: #000 !important;
    line-height: 1.4 !important;
    font-family: Arial, Helvetica, sans-serifl !important;
    font-size: 16px !important;
    text-align: left;
}

.fixmar {
    margin-bottom:-20px;
}

.fixcontent p a {
    color: #1281f9!important;
}
.fixcontent blockquote {
    margin: 0 0 1rem;
    font-style: italic;
    /* font-family: Georgia, Times, "Times New Roman", serif; */
    padding: 2px 0;
    /* padding-right: 0px; */
    padding-left: 0px;
    border-style: solid;
    border-color: #bfbebe;
    border-width: 0;
    border-left-width: 4px;
    padding-left: 20px;
}