ul.social-link {
    list-style: none;
    padding: 3px 0 5px 0;
    float: right;
    margin: 5px 0 0px 0;
}
ul.ereaders-author-social {
    list-style: none;
    padding: 0;
    float: right;
    margin: 0 35px 10px 0px;
}
.ereaders-author-social li {
    display: inline-block;
    font-size: 15px;
    padding: 0px 1px 0px 1px;
    margin: 10px 0 0 -2px;
}
.nav-menu a:hover {
    color: #fff !important;
}
.text-part2 h6 {
    margin: 0 0 0 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}
.ereaders-author-social a.fa.fa-facebook {
    background: #3b5998;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px 0 0 13px;
    color: #fff;
}
.ereaders-author-social a.fa.fa-linkedin {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 9px 0 0 12px;
    background: #0e76a8;
    color: #fff;
}
.ereaders-author-social a.fa.fa-twitter {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px 0 0 11px;
    background: #00acee;
    color: #fff;
}
.ereaders-author-social i.fa.fa-instagram {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px 0 0 11px;
    background: #f09433;
    color: #fff;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #d88e40 0%,#fdc661 25%,#f3445f 50%,#b31655 75%,#fb19b3 100%);
}
.twitter.new-tweet {
    height: 280px !important;
    margin-bottom: 0px !important;
}
.social-icon-part ul.ereaders-author-social {
    float: none !important;
}
.text-part2 p {
        font-size: 13px !important;
        line-height: 20px !important;
        text-align: justify;
}
.header-link ::before {
    color: #131313 !important;
    font-size: 16px !important;
}

.social-link li {
    display: inline-block;
    padding: 0 5px 0 5px;
}

.social-link ::before {
    color: #fff;
}
.header-link a.fa.fa-facebook {
    border: 1px solid #000;
    padding: 5px 8px 5px 8px;
}
.header-link a.fa.fa-linkedin {
    border: 1px solid #000;
    padding: 5px 7px 5px 7px;
}
.header-link a.fa.fa-twitter {
    border: 1px solid #000;
    padding: 5px 6px 5px 6px;
}
.logo img {
    width: 220px;
    margin: 5px 0 5px 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.navbar-inverse {
    background-color: #fff !important;
    border-color: #080808;
    border: none !important;
    margin: 0 0 0 0 !important;
   font-family: 'Oxygen', sans-serif;

}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
    background-image: linear-gradient(to bottom,#ffffff 0,#fff 100%) !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff !important;
    background-color: #0e058c !important;
    background-image: linear-gradient(to bottom,#140780 0,#110a7d 100%) !important;
    box-shadow: none !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #090909 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: 'Oxygen', sans-serif;

}
.collapse.navbar-collapse {
    padding: 0 0 0 0 !important;
}
.navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #111 !important;
    background-color: #ffffff !important;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%) !important;
    box-shadow: none !important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #111 !important;
    white-space: nowrap;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #111;
}
.tabs .heading {
    background: #122480;
    color: #fff;
    width: 150px;
    padding: 5px 5px 5px 15px;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    text-transform: capitalize;
}
.dropdown-menu {
    padding: 0px 0 !important;
}
.openBtn {
    background: #060f86;
    border: none;
    padding: 0px 0px;
    font-size: 15px;
    cursor: pointer;
}
.openBtn:hover {
    background: #060f86;
    outline: 0px;
    border: none;
}
footer p a:hover {
    color: #b30101 !important;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}  

.details-sec {
    border-bottom-style: double;
    border-color: #c6c6c6;
    border-top-style: double;
    height: 190px;
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    outline: 0px;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #060f86;
    font-size: 18px;
    border: none;
    cursor: pointer;
    outline: 0px;
}
.sticky .logo img {
    display: none;
}
.overlay button:hover {
    background: #a10000;
    outline: 0px;
}
li.search-btn {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.search-btn a {
    padding: 0px 10px 0 10px !important;
}
.overlay-content i.fa.fa-search {
    color: #fff !important;
}

.details-sec h3 {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 15px 0 10px 0;
}
.details-sec small {
    color: #cf0018;
    font-family: 'Oxygen', sans-serif;
    font-weight: 800;
}
.text-part h1 {
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 15px 0 15px 0;
}
.text-part h5 {
    margin: 0 0 0 0;
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-size: 20px;
}
.text-part p {
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 22px;
}
.text-part {
    margin: 1px 0 15px 0;
}
.text-part h1 a {
    color: #111;
}
.text-part h5 span {
    font-size: 14px;
    background: #060f86;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-weight: 400;
}
.section1 .container {
    width: 94%;
}
.body-content {
    margin: 0px 0 15px 0;
}
.text-part h3 {
    font-family: 'Oxygen', sans-serif;
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #111;
}
h5 span a {
    color: #fff;
    text-decoration: none;
}
.magazine-sec h2 a {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    text-decoration: none;
}

div#myNavbar {
    border: none;
}
nav.navbar.navbar-inverse {
    border-radius: 0px;
    min-height: auto;
}
.magazine-sec h2 {
    margin: 0 0 10px 0;
}
.news-text h3 a {
    color: #111;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 10px;
}
.news-text p {
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    color: #024b8d;
    font-weight: 500;
    margin: 0 0 0 0;
}
.news-text h3 {
    margin: 0 0 0 0;
    line-height: 20px;
    /* text-align: justify; */
}
.news-text {
    overflow: hidden;
    margin: 20px 0 5px 0;
    padding: 0 0 0 0;
}
.news-sec {
    border-bottom: 1px dotted;
    height: 160px;
    margin: 10px 0 0px 0;
}
.video-sec span a {
    color: #111;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    text-decoration: none;
}
.video-sec h2 {
    margin: 0 0 0 0;
}
.video-sec span a {
    color: #fff;
    font-weight: 500;
    background: #ee2a2e;
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}
.video-sec h2 {
    margin: 0px 0 6px 0;
}
.video {
    background: #000;
    height: 260px;
    padding: 10px 10px 10px 10px;
}
.video h4 a {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
}
.news-sec2 h3 {
    margin: 10px 0 10px 0;
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
.news-sec2 p {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.section2 {
    overflow: hidden;
    margin: 20px 0 20px 0;
}
.news-sec2 {
    border-bottom: 1px dotted;
    height: 330px;
}
.text-sec span {
    background: #ee2a2e;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}
.text-sec h4 span a {
    font-family: 'Oxygen', sans-serif;
    color: #fff;
}
.text-sec h4 {
    margin: 0px 0 10px 0;
}
.text-sec p {
    font-family: 'Oxygen', sans-serif;
}
.text-sec h3 {
    margin: 15px 0 0px 0;
    line-height: 20px;
}
.text-sec h3 a {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.section1 {
    background: #f3f3f3;
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.container .section1 {
    background: #fff !important;
    overflow: hidden;
}
h5 span a:hover {
    color: #fff !important;
}
.bottomMenu {
    display: none;
    position: fixed;
    top: 6px;
    border-top: 1px solid #000;
    z-index: 1;
}
.sticky ul.nav.navbar-nav {
    float: right !important;
}
.bottomMenu img {
    width: 150px !important;
    background: #fff;
    padding: 5px 5px 3px 5px;
    margin: 12px 0 0px -25px;
}
.text-sec {
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted;
    overflow: hidden;
}
.text-sec h4 a {
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.text-sec.small-para p {
    font-size: 13px;
    line-height: 18px;
}
.small-para {
    height: 285px !important;
}
.sticky nav.navbar.navbar-inverse {
    background: transparent !important;
}
.sticky .navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}
.sticky .nav li.active a {
    background: #fff !important;
    color: #000 !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-image: url(../images/honeycomb-34984_1280.png) !important;
    padding: 10px 0 10px 0px !important;
}
.sticky + .content {
  padding-top: 102px;
}
.magazine-sec h3 {
    margin: 0 0 10px 0;
}
.magazine-sec span {
    background: #060f86;
    padding: 0px 10px 5px 10px;
}
a:focus, a:hover {
    color: #060f86 !important;
    text-decoration: none !important;
}
.magazine-sec a {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;

}
.container {
    width: 94% !important;
}
.head a {
    font-weight: 500 !important;
}
h3.head {
    margin: 0 0 0 0;
    font-family: 'Oxygen', sans-serif;
}
.head span {
    background: #060f86;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 8px 5px 8px;
}
.head a {
    color: #fff !important;
}
.magazine-sec a:hover {
    text-decoration: none;
    color: #fff !important;
}
.vendor-part h4 {
    margin: 0 0 0 0 !important;
}
.quote-sec ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.quote-sec li {
    margin: 0 20px 0 0px;
    font-family: 'Oxygen', sans-serif !important;
    color: #de0f0f;
}
.pre-next a {
    color: #fff;
    font-family: 'Oxygen', sans-serif !important;
}
.pre-next ul {
    padding: 0 0 0 0;
    list-style: none;
}
.pre-next a:hover {
    color: #fff !important;
}
.bg-cl a {
    background: #1a129a;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    padding: 3px 10px 3px 10px;
}

.img-height img.img-responsive {
    max-height: 370px !important;
}
.pre-next li {
    display: inline-block;
    background: #0b0386;
    padding: 3px 20px 3px 20px;
    margin: 0 10px 0px 0 !important;
}
.quote-sec {
    padding: 0px 10px 10px 0px;
    margin: 0px 10px 10px 0px;
    position: relative;
}
quote h5 {
    font-size: 14px !important;
    font-family: 'Oxygen', sans-serif !important;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px 0 !important;
}
.editor-sec {
    overflow: hidden;
}
.quote-sec img.img-responsive {
    width: 60px;
}

.for-border {
    overflow: hidden;
    border: double;
    border-color: #d0d0d0;
    width: 97%;
    margin: auto;
}
.editor-sec a {
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-weight: 700;
    margin: 0 0 0 0;
    text-decoration: none;
}
.editor-sec h4 {
    margin: 10px 0 10px 0;
}
.img-right h4 {
    margin: 0 0 5px 0;
}
.img-right a {
    font-size: 14px !important;
    line-height: 16px !important;
}
.img-right p {
    font-size: 13px;
    margin: 0;
}
.img-right {
    overflow: hidden;
    border-bottom-style: double;
    border-color: #d6d6d6;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.editor-sec .text-sec {
    border: none;
}
.editor-sec h4 a {
    font-size: 18px;
}
.section3 {
    overflow: hidden;
}
.section3 .text-sec {
    height: 70px;
}
.text-sec.heading {
    height: 110px;
}
.section4 h2 {
    margin: 0 0 10px 0;
    padding: 0 0 3px 0;
    border-bottom-style: double;
    border-color: #d6d6d6;
}
.section4 span {
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    background: #060f86;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
}
.section4 span a {
    color: #fff;
}
.section4 h3 {
    margin: 5px 0 8px 0;
    line-height: 18px;
}
.section4 a {
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-weight: 700;
}
.text-sec2 .col-md-4 {
    padding: 0;
}
.sticky .container {
    width: 90% !important;
    margin: auto !important;
    text-align: center !important;
}
.new-part a {
    line-height: 22px;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
}
.section4 small {
    color: #d7273b;
    font-family: 'Oxygen', sans-serif;
    font-size: 11px;
    font-weight: 500;
}
.section4 p {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    margin: 10px 0 0px 0;
    line-height: 20px;
}
.text-sec2 h4 {
    font-family: 'Oxygen', sans-serif;
    margin: 0 0 5px 0;
    font-weight: 700;
    font-size: 16px;
}
.text-sec2 {
    overflow: hidden;
}
.text-sec2 {
    overflow: hidden;
    border-bottom-style: double;
    border-color: #d6d6d6;
    margin: 0px 0 10px 10px;
    padding: 0 0 10px 0px;
    width: 98%;
}
.section4 a:hover {
    color: #111;
}
img:hover {
    opacity: 0.85;
}
.logo img:hover {
    opacity: 1;
}
.section5 span a {
    color: #fff;
}
.img-right img.img-responsive {
    height: 80px;
}
.section5 span {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    background: #060f86;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}
.section5 h2 {
    margin: 0 0 15px 15px;
    padding: 0px 0 3px 0;
    border-bottom-style: double;
    border-color: #d6d6d6;
}
.section5 {
    overflow: hidden;
    margin: 0px 0 10px 0;
}
.section5 h3 {
    font-family: 'Oxygen', sans-serif;
    margin: 10px 0 5px 0;
    font-size: 16px;
    color: #111;
    font-weight: 700;
    line-height: 23px;
}
.section5 span a:hover {
    color: #fff !important;
}
.des-text h3 {
    font-size: 15px;
}
.des-text small {
    font-family: 'Oxygen', sans-serif;
    color: #cf0018;
    font-size: 12px;
    font-weight: 800;
}
.details small {
    font-family: 'Oxygen', sans-serif;
    color: #cf0018;
    font-size: 12px;
    font-weight: 800;
}
.details p {
    font-family: 'Oxygen', sans-serif;
    margin: 10px 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.details {
    height: 435px;
    border-bottom-style: double;
    border-color: #d6d6d6;
}
.des-text p {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
}
.details a h3:hover {
    color: #060f86;
}
.des-text {
    border-bottom-style: double;
    border-color: #d6d6d6;
    height: 140px;
}
.section6 h3 {
    font-size: 14px;
}
.section6 .details small {
    color: #111;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Oxygen', sans-serif;
}
.section6 .details {
    height: 320px;
}
.section7 h2 {
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    margin: 5px 0 10px 0;
    border-bottom: 1px dotted;
    padding: 3px 0 2px 0;
}
.section7 span {
    background: #ee2a2e;
}
.section7 span a {
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.section7 {
    margin: 15px 0 0px 0;
}
.item .heading h3{
    color: #111;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin:0 0 0 0;
    padding: 15px 20px 10px 20px; 
    border-top:1px dotted;
}
.item .heading p{
    font-family: 'Oxygen', sans-serif;
    color: #111;
    font-size:13px;
    line-height:20px;
    font-weight:300;
    height:150px;
    margin:10px 0 10px 0;
    padding: 10px 20px 10px 20px; 
}
.item .heading {
}
.item.heading strong {
    color: #024b8d;
}
.item.heading a:hover{
    text-decoration:none;
}
span.cl{
    background:#fff;
    color:#ee2a2e;
    font-size:26px;
}
.owl-dots {
    display: none !important;
}
.owl-nav {
    text-align: center;
    margin: 0px 0 0 0;
    background: #060f86;
}
button.owl-next {
    padding: 0 0 0 0;
    outline: 0px;
}
button.owl-prev {
    padding: 0 0 0 0;
    outline: 0px;
}
.owl-prev span {
    padding: 0 10px 0 10px;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
}
.owl-next span {
    padding: 0 10px 0 10px;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
}
.twitter {
    border-top: 6px solid #060f86 !important;
    margin: 15px 0 20px 0;
    height: 590px;
    border-style: double;
    border-color: #d6d6d6;
    overflow: scroll;
}
h2.tweet-part {
    border-bottom-style: double;
    border-color: #d6d6d6;
    margin: 3px 0 0 0;
}
.tweet-part span {
    background: #060f86;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}
.tweet-part a {
    font-family: 'Oxygen', sans-serif;
    color: #fff;
}
footer {
    background-image: url(../images/honeycomb-34984_1280.png) !important;
    padding: 10px 0 10px 0;
}
footer p {
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    margin: 0;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(6 15 134);
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 13px;
    font-size: 18px;
    font-weight: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(2 2 2 / 90%);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.magazine-sec img.img-responsive {
    width: 100%;
}
.menu-part .container {
    padding: 0;
}
.menu-part {
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 10px -8px rgba(214,214,214,1);
    -moz-box-shadow: 0px 10px 10px -8px rgba(214,214,214,1);
    box-shadow: 0px 10px 4px -8px rgba(214,214,214,1);
    padding: 0 0 5px 0;
    border-bottom: 1px solid #d4d4d4;
}
.text-part h4 {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #da0808;
    font-weight: 900;
}
.text-part h2 {
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.nav-menu a {
    color: #fff;
}
span.glyphicon.glyphicon-resize-full {
    color: #fff;
    margin: 0px 5px 0 5px;
    font-weight: 100;
    font-size: 10px;
}
.nav-menu {
    font-family: 'Oxygen', sans-serif;
    font-weight: 800;
    margin: 10px 0 0px 0;
    border: double;
    padding: 5px 0 5px 10px;
    border-color: #cecece;
    background: #110b6d;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-nav {
    float: right !important;
}
.header ul.ereaders-author-social {
    float: right;
    margin: 0 0 10px 0;
}
li.search-btn {
    margin: 0 -10px 0 0px;
    outline: 0px;
}
li.search-btn {
    background: #060f86;
}
.search-btn i.fa.fa-search {
    color: #fff;
}

h5 span a:hover {
    text-decoration: none;
    color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}
@media only screen and (max-width: 1199px){
    .menu-part .container {
        width: 98% ;
    }
    .logo img {
        width: 180px;
    }
    ul.nav.navbar-nav {
        margin: 0px 0 0 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px !important;
    }
    .header ul.ereaders-author-social {
        float: right;
        margin: -8px 0 5px 0;
    }
    .item .heading {
        height: 300px;
    }
    .owl-item .item {
        width: 99.5%;
    }
    .twitter {
        height: 710px;
    }
    .text-part {
        margin: 5px 0 0px 0;
    }
    .text-part h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 15px 0 5px 0;
    }
    .news-text {
        margin: 5px 0 5px 0;
    }
    .news-text h3 {
        line-height: 15px;
    }
    .news-text h3 a {
        font-size: 13px;
        font-weight: 600;
    }
    .news-sec {
        height: 190px;
    }
    .body-content .container {
        width: 90%;
    }
}
@media only screen and (max-width: 1070px){
    .nav>li>a {
        padding: 10px 10px !important;
    }
    
}
@media only screen and (max-width: 991px){
    ul.nav.navbar-nav {
        margin: 0px 0 10px 0 !important;
    }
    .news-sec {
        height: auto !important;
        margin: 5px 0 5px 0 !important;
        padding: 0px 0 10px 0 !important;
    }
    .section2 {
        overflow: hidden !important;
        margin: 10px 0 10px 0 !important;
    }
    .news-sec2 {
        height: auto !important;
        margin: 0 0 15px 0 !important;
    }
    .text-sec.heading {
        height: auto !important;
    }
    .small-para {
        height: auto !important;
    }
    .details {
        height: auto !important;
        margin: 0 0 20px 0 !important;
        padding: 0 0 10px 0;
    }
    .des-text {
        height: auto !important;
    }
    
    .video {
        background: #000 !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }
    .twitter {
        margin: 20px 0 20px 0 !important;
        height: 440px !important;
        overflow: scroll !important;
    }
    .item .heading p {
        margin: 10px 0 20px 0 !important;
    }
    .news-sec2 h3 {
        margin: 10px 0 5px 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }
    .text-part h5 span {
        font-size: 13px;
        padding: 3px 5px 3px 5px;
        font-weight: 300;
    }
    .video-sec span a {
        font-weight: 400;
        font-size: 15px;
        padding: 3px 10px 3px 10px;
    }
    .video-sec {
        margin: -8px 0 0 0;
    }
    .magazine-sec a {
        font-size: 15px;
        font-weight: 400;
    }
    .text-sec h4 span a {
        font-weight: 400;
    }
    .section4 span a {
        font-weight: 400;
        font-size: 15px;
    }
    .tweet-part span {
        font-size: 15px;
        padding: 5px 10px 5px 10px;
        font-weight: 400;
    }
    .section5 span {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    background: #060f86;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}
    .magazine-sec img.img-responsive {
        width: 97%;
        height: 500px;
    }
    .editor-sec {
        margin: 30px 0 20px 0;
        padding: 0px 10px 0px 10px;
        border-top: 6px solid #151515;
    }
    .img-right a {
        font-weight: 500 !important;
    }
    .editor-sec h4 a {
        font-weight: 600;
    }
    .magazine-sec {
        margin: 0 0 30px 0;
    }
    .img-right {
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
        height: 100px;
    }
}
@media only screen and (max-width: 767px){
    .navbar-header {
        position: fixed !important;
        top: 0 !important;
        right: 0px !important;
    }
    div#myNavbar {
        width: 100% !important;
    }
    ul.nav.navbar-nav {
        float: none !important;
    }
    .video {
        background: #000 !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }
    img.img-responsive {
        width: 100% !important;
    }
    
    .text-part h1 {
        font-size: 17px;
        line-height: 20px;
        margin: 10px 0 5px 0;
        font-weight: 600;
    }
    .text-part p {
        font-size: 14px;
        line-height: 19px;
    }
    .body-content .container {
        width: 100%;
    }
    .news-text h3 a {
        font-size: 13px;
        font-weight: 500;
    }
    .magazine-sec img.img-responsive {
        height: auto;
    }
    .img-right {
        height: auto;
    }
    ul.nav.navbar-nav {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
}
}
@media only screen and (max-width: 600px){
    .item .heading {
        height: auto !important;
    }
    .item .heading p {
        height: auto !important;
    }
    .section1 .col-md-6.col-sm-4.col-xs-5 {
        width: 100%;
    }
    .section1 img.img-responsive {
        width: 100% !important;
        margin: auto;
    }
    .section1 .col-md-6.col-sm-8.col-xs-7 {
        width: 100%;
    }
    .news-text .col-md-3.col-sm-6.col-xs-6 {
        width: 100%;
    }
    
}
@media only screen and (max-width: 425px){
    .section2 .col-md-4.col-sm-4.col-xs-6 {
        width: 100%;
    }
    
}


/********************* Start inner page header ***********************/
.full-height {
    height: 1000vh;
}
.full-height h1 {
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    font-family: 'Oxygen', sans-serif;
}
.logo-sec .logo img {
    width: 250px;
    height: 100px;
}
.inner-page-menu ul.nav.navbar-nav {
    margin: -20px 24px 0 0px;
    padding: 0;
}
.sticky.inner-page-menu ul.nav.navbar-nav {
    margin: 0 120px 0 0px;
}
.header-banner img.img-responsive {
    height: 80px;
    margin: 5px 0 5px 0;
}
@media only screen and (max-width: 1199px){
    .header-banner img.img-responsive {
        height: 75px;
    }
    .logo-sec .logo img {
        width: 160px;
        height: 60px;
    }
    .inner-page-menu ul.nav.navbar-nav {
        margin: 0px 24px 0 0px;
        padding: 0;
    }
    .sticky ul.ereaders-author-social {
    float: right;
    margin: 0px 0 5px 0 !important;
}
    .logo-sec .container {
        width: 98%;
    }
    .img-height img.img-responsive {
        max-height: 100% !important ;
    }
    .item .heading {
    height: auto;
}
.img-new-size img.img-responsive {
    height: auto !important;
}
}
@media only screen and (max-width: 991px){
      .sticky ul.nav.navbar-nav {
    margin: 0 0 0 0px !important;
}
    .sticky.inner-page-menu ul.nav.navbar-nav {
        margin: 0 100px 0 0px !important;
    }

}
@media only screen and (max-width: 930px){
    .sticky.inner-page-menu ul.nav.navbar-nav {
        margin: 0 0px 0 0px !important;
    }
}
@media only screen and (max-width:767px){
    .inner-page-menu .navbar-header {
        position: unset !important;
    }
    .logo-sec .logo img {
        width: 180px;
        height: 70px;
    }
}
/****************** End inner page header *******************/

/****************** Magazine Listing Page *******************/
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 34px;
    border-bottom: double;
    width: 100%;
    border-color: #0c0675;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 30px;
    height: 35px;
    line-height: 30px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    background-color: #0a0886;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-family: 'Oxygen', sans-serif;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
    background-color: #ad1c1c;
    color: #fff;
}

ul.tabs li.active {
    background-color: #b30f0f;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}
.content2 {
  display: none;
}
.content3 {
  display: none;
}
.content {
  display: none;
}
.content4 {
  display: none;
}
.content5 {
  display: none;
}
#loadMore2 {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore5 {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore5:hover {
    background-color: #b70e0e;
    text-decoration: none;
    color: #fff !important;
}
#loadMore4 {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore4:hover {
    background-color: #b70e0e;
    text-decoration: none;
    color: #fff !important;
}
#loadMore {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore1 {
    width: 180px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0 5px 0px;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #0101ab;
    transition: .3s;
    font-size: 16px;
}
#loadMore:hover {
    background-color: #b70e0e;
    text-decoration: none;
    color: #fff !important;
}
#loadMore2:hover {
    background-color: #b70e0e;
    text-decoration: none;
    color: #fff !important;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
#loadMore1:hover {
    background-color: #b70e0e;
    text-decoration: none;
    color: #fff !important;
}
.noContent2 {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.tab_container {
    border: double;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border-color: #04148a;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #666;
        color: #fff;
    }
}
.flex {
    overflow: hidden;
    font-family: 'Oxygen', sans-serif;
}
.col-md-12.content {
    margin: 30px 0 0px 0;
}
.content a {
    font-weight: 600;
    color: #000;
}
.content p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.content2 a {
    font-weight: 600;
    color: #000;
}
.content2 p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.col-md-12.content3 {
    margin: 30px 0 0px 0;
}
.content3 a {
    font-weight: 600;
    color: #000;
}
.content3 p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.table tr {
    border: double;
    border-color: #d8d8d8;
}
.heading2 h4 {
    margin: 0 0 0 0 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Oxygen', sans-serif;
}
table.table {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
}
.table td {
    padding: 20px 10px 20px 10px !important;
}
.table a {
    color: #ce0000;
    font-size: 13px;
}
.table th {
    background: #1911a0;
    color: #fff;
    font-weight: 500;
}
td img.img-responsive {
    width: 150px;
}
.for-margin .img-right {
    height: auto;
    border: none;
    margin: 0;
}
.for-border.img-border {
    margin: 20px 0 0 0;
    width: 100%;
}
.for-margin .text-sec {
    margin: 10px 0 0 0;
}
.for-margin h4 {
    margin: 0 0 8px 0 !important;
}
.heading2 {
    border-bottom: double;
    border-top: double;
    padding: 20px 0 20px 0;
    border-color: #020680;
}
.for-margin h5 {
    margin: 0 0 5px 0;
    color: #bf0202;
    font-size: 12px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
}
.editor-sec.for-margin {
    margin: 0 0 0 0;
}
.heading2 h3 {
    margin: 12px 0 5px 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oxygen', sans-serif;
}
.heading2 p {
    font-size: 13px;
    color: #c30404;
    font-family: 'Oxygen', sans-serif;
}
.heading2 span {
    background: #130c80;
    color: #fff;
    padding: 5px 10px 5px 10px;
}
.col-md-12.content3 {
    margin: 30px 0 0px 0;
}
.content4 a {
    font-weight: 600;
    color: #000;
}
.content4 p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.col-md-12.content4 {
    margin: 30px 0 0px 0;
}
.content5 a {
    font-weight: 600;
    color: #000;
}
.content5 p {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.col-md-12.content5 {
    margin: 30px 0 0px 0;
}
/**************************** magazine-listing-page ****************************/
.browser-sec ul {
    padding: 0;
    list-style: none;
    font-family: 'Oxygen', sans-serif !important;
}
.menu-sec h3 {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oxygen', sans-serif !important;
}
.browser-sec li {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #0e0082;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px 4px 10px;
}
li.li-cl {
    background: #fff;
}
.li-cl a {
    border: 1px solid #000;
    padding: 2px 10px 3px 10px;
    color: #000;
    font-weight: 600;
}
.browser-sec {
    margin: 15px 0 0 0;
}
.category-menu ul.nav.navbar-nav {
    margin: 0 0 0 0 !important;
}
.category-menu nav a {
    padding: 0 0 0 0 !important;
    font-size: 13px !important;
}

.category-menu .navbar-inverse .navbar-nav>li>a {
    font-size: 12px !important;
    padding: 2px 8px 2px 8px !important;
    margin: 0 5px 0 5px !important;
    border: 1px solid #000;
    font-weight: 600 !important;
}
.category-menu .navbar-header {
    position: unset !important;
}
.magazine-list {
    overflow: hidden;
    margin: 20px 0 50px 0;
    text-align: center;
}
.magazine-list .img-bg {
    border: double;
    padding: 15px 15px 15px 15px;
    border-color: #00048c;
    height: 383px;
}
.magazine-list .img-bg h4 {
    font-size: 14px;
    background: #001d86;
    color: #fff;
    font-weight: 500;
    font-family: 'Oxygen', sans-serif !important;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
}
.twitter.twitter3 {
    height: 400px !important;
}
.flex2 li {
    margin: 0;
}
.flex2 .social-icon-part {
    float: right;
}
.flex2 {
    width: 100%;
     margin-top: -20px;
}
.flex1 {
    width: 100%;

}
.flex-part {
    display: flex;
}
.flex-part {
    display: flex;
    border-bottom: double;
    margin: 0 0 10px 0;
}
.twitter.new-tweet.new-tweet3 {
    height: 400px !important;
}
.flex2.flex-margin {
    margin: 0px 0 0 0 !important;
}
.flex2.icons1 {
    margin: 0 0 0 0 !important;
}
.radio-button {
    font-family: 'Oxygen', sans-serif !important;
}
.one label {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0px 0px 10px;
}
.radio-button h2 {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
a label {
    color: #000;
    font-size: 14px !important;
    margin: 0 0 0 5px !important;
}
.col-md-12.margin-sec {
    margin: 0 0 10px 0;
}
.btn-flex button {
    background: #270d8e;
    border: none;
    color: #fff !important;
    padding: 5px 15px 5px 15px;
    margin: 0 10px 0 0px;
}
.twitter.new-tweet.new-tweet5 {
    height: 680px !important;
}
.form-sec span {
    color: #ad0000;
}
.form-sec label {
    font-size: 14px !important;
    margin: 10px 0 10px 0;
}
.ereaders-author-social a.fa.fa-facebook:hover {
    color: #fff !important;
}
.ereaders-author-social a.fa.fa-linkedin:hover{
    color: #fff !important;
}
.ereaders-author-social a.fa.fa-twitter:hover{
    color: #fff !important;
}
.btn-sec {
    margin: 10px 0 10px 0;
}
.img-new-size img.img-responsive {
    height: 340px;
}
quote {
    overflow: hidden;
    position: relative;
}
.quote-sec i.fa.fa-quote-left {
    position: absolute;
    font-size: 60px;
    top: 8px;
    color: #ccc;
}
.quote-sec h5 {
    text-align: justify;
    margin: 0 0 0 0px;
    padding: 20px 0 0 60px;
    width: 100%;
}
.quote-sec i.fa.fa-quote-right {
    position: absolute;
    left: 400px;
    font-size: 60px;
    color: #d4d4d4;
    top: 80px;
}
.banner-img img.img-responsive {
    height: 350px;
}
.banner-img2 img.img-responsive {
    height: 300px;
}
.table-responsive h3 {
    margin: 0 0 0 0;
    font-size: 16px;
    background: #05098a;
    color: #fff;
    padding: 10px 0 10px 20px;
    font-family: 'Oxygen', sans-serif !important;
}
ul.col-md-12.col-sm-12.col-xs-12.for-margin4 {
    list-style: none;
}
li.col-md-8.col-sm-8.col-xs-7.for-margin3 {
    float: revert;
    width: 100%;
}
li.col-md-4.col-sm-4.col-xs-5.for-margin2 {
    float: left;
    margin: 0 20px 15px 0px;
}
.for-margin3 .social-icon-part {
    margin: 0 0 8px 0 !important;
}
/********************** About Page ***************************/
.about-para p {
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 22px;
}
.about-para h2 {
    font-family: 'Oxygen', sans-serif;
    margin: 20px 0 0px 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: double;
    border-color: #c3c3c3;
    padding: 0 0 5px 0;
}
.about-para span {
    background: #110b6d;
    color: #fff;
    padding: 3px 10px 3px 10px;
}
.bg-des {
    font-family: 'Oxygen', sans-serif;
    border: double;
    border-color: #d3d3d3;
    padding: 20px 20px 20px 20px;
    height: 180px;
    margin: 20px 0 0px 0;
}
.bg-des h3 {
    margin: 0 0 0 0;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.bg-des h4 {
    text-align: left;
    margin: 0px 0 5px 0;
    font-size: 18px;
}
.bg-des a {
    color: #007fa5;
    font-weight: 600;
}
.sticky .ereaders-author-social a.fa.fa-facebook {
    padding: 10px 0 0 0;
}
.sticky .ereaders-author-social a.fa.fa-linkedin {
    padding: 10px 0 0 0;
}
.sticky .ereaders-author-social a.fa.fa-twitter {
    padding: 10px 0 0 0;
}
.sticky .ereaders-author-social i.fa.fa-instagram {
    padding: 10px 0 0 0;
}
.sticky ul.ereaders-author-social {
    float: right;
    margin: -12px 0 5px 0;
}