@font-face {
    font-family: 'SalvoSans-Regular';
    src: url(../fonts/SalvoSans-Regular.otf);
}

@font-face { font-family: 'SalvoSans-Light'; src: url(../fonts/SalvoSans-Light.otf); }
@font-face { font-family: 'salvosans'; src: url(../fonts/SalvoSans-Bold.otf); }
body {
    font-family: 'SalvoSans-Regular', sans-serif;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    width:100% !important;
}
#stickyunit { position: fixed;bottom:0px;z-index:999;width:100%; height: 50px; }
h1, h1 a{
     font-weight: 600;
}
 h2, h3, h4, h5, h6 {
    font-family: 'SalvoSans-Regular', sans-serif;
    color: #07090C;
    font-weight: 400;
}

a {
    font-weight: 400;
    color: #07090c;
}
.midbtn{transition: background-color 0.5s ease;
font-size: 1rem;
    line-height: 1.375rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    margin: 10px auto;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    height: 2.625rem;
    min-height: 2.625rem;
    padding: 10px;
    border: 0;
	background-color: #f0f0f0;
    color: #121212 !important;
    border-radius: 1.3125rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    white-space: nowrap;}
.midbtn:hover{
background: #D32027;
color: #ffffff !important;
}
.bannerbtm{
z-index: 500;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #f9dada;
    color: #000000;
	font-size: 16px;
    line-height: 1.2;
	}
	.bannerbtm span{
		font-weight: bold;
	}
	.bannerbtn{
		background: #000000;
		color: #fff;
		border: 0px;
		padding: 10px;
    border: solid 1px #000000 !important;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	}
	.bannerbtm a{
		color: #000000;
	}
	.signupbutton{
		background-color: transparent !important;
    color: #000000 !important;
    border: solid 1px #000000 !important;
	font-weight:bold;
		padding: 10px;
	font-size: 14px;
	cursor: pointer;
	}
	.signupbutton:hover, .bannerbtn:hover{
		background: 
	}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.owl-nav span {
    font-size: 24px;
    font-weight: 900;
    color: red;
    background: #fff;
    padding: 0px 8px;
    margin: 0px 1px;
}
.owl-nav {
    margin: 3px 0;
}
.owl-dots {
    display: none;
}
.article-body iframe{
	max-width: 100% !important;
}
.breadcrumb a{
    color:#a59a97;
}
.breadcrumb a:hover{
    color:#e20613;
}
.article-post img , figure img{
    width: 100% !important;
    height: auto !important;
}
  .content ol {
  list-style: none;
   padding: 20px;
   counter-reset: item;
   margin-left: 10px;
 }
  .content ol li {
  list-style: disc;
   margin-bottom: 10px;
 }
 .content ol li:before {
   margin-right: 10px;
   list-style: disc;
   text-align: center;
   display: inline-block;
 }
 .content ul  {
   list-style: none;
   padding: 20px;
   counter-reset: item;
   margin-left: 10px;
 }
  .content ul li {
   list-style: disc;
   margin-bottom: 10px;
 }
 .content ul li:before {
   margin-right: 10px;
   list-style: disc;
   text-align: center;
   display: inline-block;
 }
.breakingnews{
    background: #F0F0EF;
    width: 100%

}
.btn-black{
    background: #f00;
    border:0;
    color: white;
    font-weight: 700;
}
.breaking-link{ 
    overflow: hidden !important; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid red; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
     /* margin: 0 auto;*/ /* Gives that scrolling effect as the typing happens */
    box-sizing: content-box !important;
    letter-spacing: .15em; /* Adjust as needed */
    -webkit-animation: typing 3.5s steps(10, end),blink-caret .75s step-end infinite;
    animation: typing 3.5s steps(10, end),blink-caret .75s step-end infinite;
}
.breaking-link a{
    font-size: 16pt;
}
.text-black{
    color:#000;
}
/* Animation */
@-webkit-keyframes typing{
    from { width: 0  }
    to { width: 75% }
}

@keyframes typing {
  from { width: 0  }
  to { width: 75% }
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to { border-color: transparent }
  25% { border-color: red; }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  25% { border-color: red; }
}
figcaption{
    text-align:center;
    background: #ddd;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    font-size:10pt;
}
.font-8{
    font-size:8pt !important;
}
.font-5{
    font-size:5pt !important;
}
a:hover,
a:focus {
    color: #EF233C;
    text-decoration: none;
    outline: none;
}

ul, ol {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    list-style: none
}

.aligning {
    margin-right: 0px;
    margin-top: 0px;
    margin: auto;
    padding: 0;
    list-style: none
}
/*----------------------------*\
	input
\*----------------------------*/
.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #DDD;
    background-color: transparent;
}

textarea.input {
    padding: 15px;
}

.input-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #FFF;
    background-color: #EF233C;
    border: none;
    text-transform: uppercase;
    opacity: 1;
    font-size: 13px;
    font-weight: 400;
}

.input-btn:hover {
    opacity: 0.8;
}

/*----------------------------*\
	Top Nav
\*----------------------------*/

/*.drop-down li {*/
/*float: left; !*padding:0 10px;*!*/
/*}*/

/*.drop-down li a:hover {*/
/*color: #f00;*/
/*}*/
.nav-link{
white-space: nowrap;
}
.related-img{
    width: 100%;
    overflow: hidden;
    height: 220px;
}

ul.top-menu li {
 list-style: none; 
 float: left; 
 padding: 11px 20px; 
 font-size: 9px; 
 text-transform: uppercase; 
 border-left: #f1f1f1 1px solid; 
}
h4{
    font-size: 12pt;
    font-weight:400;
}
.menu {
    font-size: 12px;
    font-family: SalvoSans;
}

.paddingstyle {
    margin-bottom: 22px;
}

ul.top-menu li a {
    text-decoration: none;
    color: #000;
}

ul.top-menu li a:hover {
    color: #000;
}

#header #nav-header {
    background: #d22026 !important;
    height: 47px;
}
.latest-title{
    font-weight: 400;
    font-family: 'SalvoSans-Regular', sans-serif;
}
.bg-grt{
    background: #f3f2f2;
}
.bg-theme {
    background: #D32027;

}
.font-12{
    font-size:12pt;
}
.font-11{
    font-size:12pt;
}
.font-10{
    font-size:10pt;
    font-weight:400;

}
.spacing{
    padding-top: 10px;
}
.text-theme{
    color:#D32027;
}
.text-theme2{
    color:#0065b2;
}
.topsection{
padding-top: 20px;
}
.topsection h2{
    font-size:12pt;
    font-weight:400;
}
.text-dark {
    color: #343a40 !important;
    font-size: 13px;
    }

.secondnav a {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'SalvoSans-Regular', sans-serif;
}

.section-title{
    border-bottom: 5px solid #eee;
    margin:0 0 20px 0 !important;
    padding: 0 !important;
    height:35px;
}
#nav-header .nav-logo {
    display: none;
    float: left;
}

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo > img {
    width: 100%;
    max-height: 90px;
}

.logosize {
    width: 160px !important;
    margin-left: -118px;
}

#nav-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

/*.margintop{*/
/*margin-left: 83px;*/
/*}*/

.main-nav li {
    border-left: 1px solid rgba(255, 255, 255, .3);
    height: 47px;
}

/*.main-nav li:last-child {*/
/*border-left:1px solid rgba(255,255,255,.3);*/
/*height: 47px;*/
/*}*/
.text {
    font-family: 'SalvoSans-Regular';
    font-weight: 400;
    font-size: 13px;
}

.texttitle {
    margin-top: 80px;
    font-weight: bold;
    font-size: 18px;
}

.main-nav li a {
    padding: 30px 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    font-family: SalvoSans;
    /* padding-top: 14px;*/
}

.main-nav li.active a {
    background-color: #EF233C !important;
    /*height: 25px;*/
}

.objectfit {
    object-fit: cover;
}

.submenu {
    margin-top: 5px;
}

.button-nav {
    position: relative;
    float: right;
}

.button-nav > button {
    padding: 25px 25px;
    border: none;
    line-height: 20px;
    background: transparent;
    color: #FFF;
}

.headercolor {
    color: #397dbd !important;

}

.toppart {
    background-color: #f0f0ef;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}


/*.adverttop{
    width: 663px!important; 
    height: 80px!important;
    margin-left: 50px;
}*/
.button-nav .search-collapse-btn.active {
    background: #EF233C;
}

.button-nav .nav-collapse-btn {
    display: none;
}

.menufont {
    font-size: 12px !important;
    font-weight: 600 !important;
}
.main-content {
    background: #ffffff;
    width: 1146px;
    margin: auto;
}

/*----------------------------*\
	Responsive Header
\*----------------------------*/

@media only screen and (min-width: 768px) {
    .toppart .logo{
        /*margin-top: 26px;*/
        width:60%;
    }
    
    .top-img-holder{
        height:445px !important
    }
    #header #center-header .header-logo, #header #center-header .header-ads {
        float: none;
        text-align: center;
    }
    .catimg{
        height: 75px !important;
    }
    h1 {
        font-size: 46px;
        font-family: SalvoSans;
        font-weight: 700;
    }

    h2 {
        font-size: 25.92px;
    }

    h3 {
        font-size: 21.6px;
    }

    h4 {
        font-size: 18px;
        color: red;
        font-weight: 700;
        font-family: SalvoSans-Regular;
    }

    h5 {
        color: red !important;
        font-size: 13px !important;
    }
    .border-right { 
        border-right: 1px solid #b71217 !important; 
    }

}

.card-group {
    z-index: 1 !important;
}
.slideshow-caption {
    position: absolute;
    width: 100%;
    top: 660px;
    background: #333;
    opacity: 0.85;
    color: #fff;
    padding: 20px;
}
.caraousel-inner-images {
    width: 100%; height: 600px; overflow: hidden;
}
/* @media only screen and (max-width: 600px) {
    .slideshow-caption {
        width: 100%;
        background: #333;
        opacity: 0.85;
        color: #fff;
        padding: 10px;
        top: 130px !important;
    }
} */

@media only screen and (max-width: 767px) {
    img{
        max-width:100% !important;
    }
    .caraousel-inner-images {
        width: 100%; height: 0px; overflow: hidden;
    }
    .slideshow-caption {
        width: 100%;
        background: #333;
        opacity: 0.85;
        color: #fff;
        padding: 10px;
        top: 240px;
    }
    .fa {
        font-size: 21px !important;
    }
    .toppart .logo {
        margin-top: 0; 
    }
    .main-content {
        background: #ffffff;
        width: 100%;
        margin: auto;
    }

    h1 {
        font-size: 28px;
        font-family: SalvoSans;
        font-weight: 700;
    }

    h2 {
        font-size: 25.92px;
    }

    h3 {
        font-size: 21.6px;
    }

    h4 {
        font-size: 18px;
        color: red;
        font-weight: 700;
        font-family: SalvoSans-Regular;
    }

    h5 {
        color: red !important;
        font-size: 13px !important;
    }

    #header #top-header {
        text-align: center;
    }

    .header-links, .header-social {
        float: none;
    }

    .header-links ul li {
        margin-right: -4px;
        border-bottom: 1px solid #DDD;
    }

    .header-social {
        margin-top: -1px;
    }

    .header-social ul li {
        margin-right: -4px;
        border-top: 1px solid #DDD;
    }

    #header #center-header {
        padding: 0px;
    }

    .header-ads {
        display: none;
    }

    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block;
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .navbar-collapse {
        background: #D22026;

    }

    .main-nav {
        margin: 0px;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

.pictext {
    margin-top: 80px !important;
    font-weight: bold !important;
}

.picture2 {
    height: 330px !important;
    width: 100% !important;
}

/*.byline{
    color: white!important;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 23px;
    margin-right: 634px;
    background: red;
    font-weight: 600;
}*/

/*=========================================================
	ARTICLE
===========================================================*/
/*------------------------------------*\
	Default Article
\*------------------------------------*/
.article {
    position: relative;
    margin-bottom: 30px;
}

.article .article-img > a {
    display: block;
}

.article .article-img > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.article .article-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.article .article-img .article-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.article .article-body .article-info {
    margin-bottom: 15px;
}

.article .article-info li {
    display: inline-block;
    margin-right: -2px;
}

.article .article-info .article-type {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #222;
    color: #FFF;
    font-size: 12.5px;
}

.article .article-info .article-category > a {
    display: block;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    background: #EF233C;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12.5px;
}

.article .article-info .article-category > a:hover {
    opacity: 0.8;
}

/*.title {
    background: transparent !important;
    color: #D32027 !important;
    font-family: SalvoSans-Regular;
    font-weight: 600;
    padding-bottom: 5px;    
    font-size: 16pt;
}*/
/*
.title:after {
content: " ";
  border-bottom: #d32027 6px solid;
  width:85px;
  display:block;
  margin:0 auto;
}
*/
.title{
    border-bottom: 5px solid;
    border-color:#f14d4d;
    display:inline-block;
    height:30px
    padding: 0px 0px 5px 0px;
    margin:0px 0px 0px 0px
    color:#D32027;
    line-height:30px;
    font-family: SalvoSans-Regular;
    font-weight: 600;
    font-size: 21px !important;
    
}
.bolden{
    font-weight: 600 !important;
    
    color: #f14d4d;
}
.bolden a{
    font-weight: 600 !important;
    color: #07090c;
}

.title2 {
    background: transparent !important;
color: #6e903c !important;
font-family: salvosans;
font-weight: 500;
border-bottom: #243519 6px solid;
display: inline-block;
margin: 0px 0px 0px 0px;
line-height: 30px;
}


.section-title2 {
    border-bottom: 5px solid #eee;
    margin: 0 0 21px 0 !important;
    padding: 0 !important;
    height: 51px;
}

.article .article-title {
    text-transform: inherit;
    margin-top: 0px;
}

/*.article .article-title > a {
    font-weight: 700;
}
*/
.article .article-meta {
    margin-bottom: 10px;
    margin-top: 10px;
}

.article .article-meta li {
    display: inline-block;
    color: #67a1cd;
    font-weight: 400;
    font-size: 10.5px;
    text-transform: capitalize;
}

.article .article-meta li + li {
    margin-left: 10px;
}

/*------------------------------------*\
	Thumb Article
\*------------------------------------*/
.article.thumb-article {
    margin-bottom: 0px;
}

.article.thumb-article .article-img {
    margin-bottom: 0px;
}

.article.thumb-article .article-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
    background: linear-gradient(to top, #222 0%, transparent 100%);
    opacity: 0.5;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.article.thumb-article:hover .article-img:after {
    opacity: 1;
}

.article.thumb-article .article-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 5%;
    z-index: 1;
}

.article.thumb-article .article-body .article-title > a {
    color: #FFF;
}

.article.thumb-article .article-body .article-title > a:hover {
    color: #DDD;
}

/*------------------------------------*\
	Widget Article
\*------------------------------------*/
.article.widget-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.widget-article .article-img {
    float: left;
    width: 80px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.article.widget-article .article-title {
    font-size: 15px;
}

/*------------------------------------*\
	Row Article
\*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.row-article .article-img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .article.row-article .article-img {
        width: 180px;
    }

    .article.row-article .article-body p {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .article.row-article .article-img {
        float: none;
        margin-bottom: 15px;
    }
}

/*-- article pagination --*/
.article-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-pagination ul li {
    display: inline-block;
}

.article-pagination ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

.article-pagination ul li a:hover {
    color: #EF233C;
    border-color: #EF233C;
}

.article-pagination ul li.active a {
    background-color: #EF233C;
    border-color: #EF233C;
    color: #FFF;
}

/*=========================================================
	WIDGET
===========================================================*/
.widget + .widget {
    margin-top: 30px;
}

.widget .widget-title {
    margin-bottom: 15px;
    text-align: center;
}

.widget .widget-title .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #DDD;
    margin-top: 0px;
}

/*------------------------------------*\
	Social Widget
\*------------------------------------*/
.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    display: block;
    padding: 6px 15px;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align: center;
}

.widget.social-widget ul li {
    width: 33.33%;
    padding: 3px;
    margin-right: -4px;
}

.social-widget ul li a.facebook {
    color: #FFF !important;
    background-color: #3b5999;
}

.social-widget ul li a.twitter {
    color: #FFF !important;
    background-color: #00aced;
}

.social-widget ul li a.google {
    color: #FFF !important;
    background-color: #d44332;
}

.social-widget ul li a.instagram {
    color: #FFF !important;
    background-color: #8A3AB9;
}

.social-widget ul li a.youtube {
    color: #FFF !important;
    background-color: #E31010;
}

.social-widget ul li a.rss {
    color: #FFF !important;
    background-color: #FE7E00;
}

.social-widget ul li a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Subscribe Widget
\*------------------------------------*/
.widget.subscribe-widget {
    padding: 30px;
    background-color: #222;
}

.widget.subscribe-widget form input.input {
    background: #FFF;
    border: none;
}

.subscribe-widget form button.input-btn {
    margin-top: 15px;
}

.widget.subscribe-widget form button.input-btn {
    display: block;
    width: 100%;
}

.footer-widget.subscribe-widget form input.input {
    color: #DDD;
}

/*------------------------------------*\
	Galery Widget
\*------------------------------------*/
.galery-widget ul li {
    display: inline-block;
    width: 25%;
    padding: 3px;
    margin-right: -4px;
    margin-top: -4px;
}

.galery-widget ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.galery-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #222;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a:after {
    content: "\f030";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a img {
    width: 100%;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

.galery-widget ul li a:hover:before {
    opacity: 0.5;
}

.galery-widget ul li a:hover:after {
    opacity: 1;
}

.galery-widget ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------------------------------*\
	Tweets Widget
\*------------------------------------*/
.tweets-widget .tweet + .tweet {
    margin-top: 30px;
}

.tweets-widget .tweet {
    min-height: 45px;
}

.tweets-widget .tweet i {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
    text-decoration: underline;
}

/*------------------------------------*\
	tags Widget
\*------------------------------------*/
.widget-tags ul li {
    display: inline-block;
    margin-top: 3px;
}

.widget-tags ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

.widget-tags ul li a:hover {
    color: #EF233C;
    border-color: #EF233C;
}

/*=========================================================
	ARTICLE POST
===========================================================*/
.article-post .article-main-img {
    margin-bottom: 15px;
}

.article-post .article-main-img img {
    width: 100%;
}

/*------------------------------------*\
	Breadcrumb
\*------------------------------------*/
.article-breadcrumb {
    margin-bottom: 15px;
}

.article-breadcrumb > li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
	Article Share
\*------------------------------------*/
.article-share {
    position: absolute;
    left: -45px;
    top: 0;
}

.article-share > a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12.5px;
    text-align: center;
    background-color: #222;
    color: #FFF;
}

.article-share > a.facebook {
    color: #FFF;
    background-color: #3b5999;

}

.article-share > a.twitter {
    color: #FFF;
    background-color: #00aced;
}

.article-share > a.google {
    color: #FFF;
    background-color: #d44332;
}

.article-share > a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Article Comments
\*------------------------------------*/
.article-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments .media {
    position: relative;
}

.article-comments .media:after {
    content: "";
    position: absolute;
    left: 22.5px;
    top: 60px;
    bottom: 15px;
    width: 1px;
    background-color: #DDD;
}

.article-comments > .media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments > .media .media {
    margin-top: 30px;
    margin-left: 45px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left img {
    border-radius: 50%;
    width: 45px;
}

.article-comments .media .media-body .media-heading h5 {
    margin-top: 0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
    font-size: 12.5px;
    text-transform: uppercase;
}

/*------------------------------------*\
	Reply Form
\*------------------------------------*/
.article-reply-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input + input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
	FOOTER
===========================================================*/
#footer {
    background-color: #07090C;
}

#footer p {
    color: #DDD;
}

#footer a {
    color: #DDD;
}

#footer a:hover {
    color: #EF233C;
}

/*------------------------------------*\
	Top Footer
\*------------------------------------*/
.footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    margin-bottom: 15px;
}

.footer-widget .widget-title .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 10px;
}

.footer-widget .footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo > img {
    width: 100%;
    max-height: 90px;
}

/*------------------------------------*\
	Bottom Footer
\*------------------------------------*/
.footer-links {
    text-align: right;
}

.footer-links li {
    display: inline-block;
}

.footer-links li a {
    display: block;
    padding: 0px 10px;
    color: #DDD;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}

.footer-copyright {
    color: #DDD;
}

.footertext {
    font-family: Salvosans;
    font-weight: 400;
    font-size: 12px;
    color: #ccc;
    line-height: 2.1;
    margin-left: 18px;
}

i {
    color: #3975b6;
}

.borderfooter {
    border-top: 1px solid #313131;
}

.brand {
    width: 80px;
    margin-bottom: 5px
}

.w3l_search {
    float: left;
    width: 80%;
    margin-top: 10px;
}

.w3l_search input[type="text"] {
    outline: none;
    padding: 10px;
    color: #212121;
    margin-top: 1px;
    font-size: 14px;
    width: 80%;
    background: #fff;
    border: 1px solid #999;
    float: left;
}

#menu {
    color: #000000 !important;
    font-weight: bold;
}

.dropdown-flat, .dropdown-flat .dropdown-item {
    background: transparent !important;
    z-index: 1;

}

.dropdown-flat .dropdown-item {
    padding: 5px 10px !important;
    /*margin-top:10px;*/
    font-size: 10pt !important;
    font-weight: 400 !important;
}
.menucentre {
    padding-right: 10px;
    padding-left: 10px;
}
.menucentre a{
    padding-right: 10px;
    padding-left: 10px;
}

.dropdown-flat .dropdown-item:not(:last-child) {
    border-right: solid 1px #000000 !important;
}

.dropdown-flat .dropdown-item:hover {
    border-bottom: #F3F7F6 solid 2px !important;
}

.footer_links h4 {
    color: #3a76b6 !important;
    font-size: 20px !important;
    font-family:Salvosans-regular;
    font-weight: 600;
}

.footer_links i {
    color: #3a76b6 !important;
    font-size: 20px !important;
}

.footer_links p {
    font-size: 13px !important;
}

.footertext {
    margin-left: 0 !important;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    white-space: normal;
    padding: 0 10px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 30%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    letter-spacing: 2px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding-left: 10px !important;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}

#mixedSlider .MS-content .item a {
    float: right;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: rgba(173, 0, 0, 0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

#basicSlider {
    position: relative;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
/*figure img{
width:100%;
height:auto;
}
figure figcaption{
background:rgba(4,92,167,0.2);
font-style:italic;
font-weight:400;
font-size:8pt;
padding:2px 5px;
}*/
.btn-tags{
    border-radius:5px;
    padding: 2px 6px;
    font-size:8pt;
}
.content{
    color: #404040; 
    font-size: 17px;
    font-family: "SalvoSans-Light", Arial, sans-serif;
    line-height: 28px;
}
h4,.related-tags{
font-weight:400 !important; 
}
@media(min-width:761px )
{
    .author-img{
        height: 144px !important;

    }
    .author-img img{
        width:100% !important;
    }
}
.article-body a:not(.btn-tags){
    color:#3A76B6;
}
.sdv-control{
    float:right;
}
.sdv-control button { 
    background: transparent; 
    border: 1px solid #000;
     color: #000 !important; 
     font-weight: bold; 
     padding: 0px 8px;
      cursor: pointer; 
  }


.btn-facebook{
    background:rgb(59, 89, 152);
    border: 0;
}
.btn-twitter{
    background:rgb(29, 161, 242);
    border: 0;
}
.btn-telegram{
    background:#0088cc;
    border: 0;
}
.btn-whatsapp{
    background:rgb(37, 211, 102);
    border: 0;
}
.btn-email{
    background:rgb(219, 68, 55);
    border: 0;
}
.btn-linkedin{
    background:rgb(0, 119, 181);
    border: 0;
}






.spacing{
  margin-top:-19px;
}
.line{
  border-bottom: 2px 
  border-style: solid;
  border-width: 5px;
  border-color: #000;
}
.alphabets{
  letter-spacing: 5.3px;
  margin-left: 43px;
   float: right;
   position: absolute;
   margin-top: -28px;
}
.alpha li{
  display: inline-block;
  text-decoration: none;
 
}
.alpha li:not(:last-child)
  {
    border-right: 1px solid #dee0e3;
  }
.alpha li a{
  font-weight: 400 !important;
  color: black;
}
.alpha li a:hover, .alpha li a.active{
  color:red;
  text-decoration: none;
  }

  .sidebar-img {
  width: 100px;
  height: 70px;
  margin-bottom: .75rem;
  overflow: hidden;
}

.card-img-top {
  border-radius: 0;
}

.column-img {
  width: 25%;
  overflow: hidden;
}

.card-img-thumbnail {
  min-width: 100%;
  background-color: #2665b0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-img-full {
  height: 20rem;
}

.card-img-full-half {
  height: 11.25rem;
}

.card-img-half {
  height: 13.4375rem;
  overflow: hidden;
}

.card-img-one-third {
  height: 180px;
  overflow: hidden;
}

.card-img-one-quater {
  height: 112px;
  overflow: hidden;
}

.card-img-sm {
  height: 120px;
  overflow: hidden;
}

.card-img-md {
  height: 128px;
  overflow: hidden;
}
.btn-facebook {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

.btn-twitter {
  background: #55acee;
  color: #fff;
  border-color: #55acee;
}

.btn-googleplus {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}

.btn-whatsapp {
  background: #4dc247;
  color: #fff;
  border-color: #4dc247;
}

.btn-instagram {
  background: #517fa3;
  color: #fff;
  border-color: #517fa3;
}

.btn-youtube {
  background: #cf2a29;
  color: #fff;
  border-color: #cf2a29;
}

.btn-rss {
  background: #ff851b;
  color: #fff;
  border-color: #ff851b;
}

.social-share {
  margin-bottom: 10px;
}

.get-social {
  margin-top: .0;
}
.get-social .fa {
  margin: 0;
  padding: 0;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up .25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
0%   {background-color: red;}
25%  {background-color: #ff7037;}
50%  {background-color: red;}
100% {background-color: #ff7037;}
}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:12px;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:5px 5px;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:3px 10px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:100px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }