html,
body {
    font-weight:400;
    font-size: 16px;
    color: #777;
    background-color: #fff;
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    font-family: var(--primary-font);
}

a{
    color: #000;
}

a, 
a:hover,
a:focus,
input:focus {
    text-decoration:none;
    outline: none;
}

a:hover {
    color: #025e81;
}

.global-list{
    margin:0;
    padding:0;
    list-style:none;
}

:root {
    --primary-color:#ce1317;
    --primary-font:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:active,
a:focus, button, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, 
.form-control, .form-control:focus,
.btn.active.focus, .btn.active:focus, 
.btn.focus, .btn:active.focus, 
.btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.btn.btn-primary{
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #e2619f;
    border-color: #e2619f;
}

.btn.btn-primary:hover {
    color: var(--primary-color);
}

.btn.btn-primary:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
    background-color: #fff;
}

.btn.btn-primary:hover:before{
    width: 100%;
    left: 0;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;    
}

.section-padding {
    padding: 100px 0 80px;
}

.section-padding.padding-top-0 {
    padding-top: 0;
}

.section-padding.padding-bottom-0 {
    padding-bottom: 0;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 4px solid #e6e6e8;
} 

.section-title-1 {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 4px solid #e6e6e8;
}

.section-title .see-all {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
    opacity: 0;
    text-transform: uppercase;
}

.sa-section {
    overflow: hidden;
}

.sa-section:hover .see-all {
    opacity: 1;
} 

.section-title .see-all:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 100%;
    background-color: #e2619f;
}
.section-title-1 .see-all {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 12px;
    opacity: 0;
    text-transform: uppercase;
}
.section-title-1 .see-all:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background-color: #e2619f;
}
.section-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 50px;
    background-color: #0099d5;
}

.section-title-1:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 50px;
    background-color: #ffffff;
}

.section-title h1 {
    font-size: 18px;
    color: #242329;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title-1 h1 {
    font-size: 18px;
    color: #242329;
    font-weight: 600;
    text-transform: uppercase;
}
.form-control {
    height: 45px;
    border-radius: 30px;
    padding: 6px 80px 7px 10px;
    border: 1px solid #D8E2E9;
}

.form-control:focus {
    border-color: var(--primary-color);
}

.sa-ad {
    margin-bottom: 30px;
    text-align: center;
}

.ad-content,
.featured-add {
    overflow: hidden;
}

.sa-ad .top-ad {
    margin-bottom: 0;
}

.bg-white {
    background-color: #fff;
}

/* dark CSS */

.sa-dark {
    background-color: #161A25;
}

.sa-dark .sa-menu {
    background-color: #292E34;
}

.sa-dark .sa-post,
.sa-dark .widget-social ul,
.sa-dark .widget-newsletter,
.sa-dark .categories-widget ul,
.sa-dark .sa-widget .tagcloud,
.sa-dark .weather-widget,
.sa-dark .tagcloud-style-1, 
.sa-dark .contact-form, 
.sa-dark .sa-comments-area {
    color: #fff;
    background-color: #292E34;
}

.sa-dark .sa-topbar.topbar-style-2,
.sa-dark .header-bottom {
    color: #fff;
    background-color: #161A25;
}
.sa-topbar .sa-socail li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #263461;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}

.sa-topbar .sa-socail li a:hover {
    background-color: #fff;
}

.sa-topbar .sa-socail li a:hover {
    color: #1072b5 !important
}
.facebook_li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #1873eb!important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.facebook_li:hover {
    background-color: #fff!important;
}
.instagram_li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #eb138c!important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.instagram_li:hover {
    background-color: #fff!important;
}
.telegram_li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #2a9dcf!important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.telegram_li:hover {
    background-color: #fff!important;
}
.tiktok_li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #000!important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.tiktok_li:hover {
    background-color: #fff!important;
}
.youtube_li {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #ea0000!important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}
.youtube_li:hover {
    background-color: #fff!important;
}
.sa-topbar .sa-socail ul {
    justify-content: center;
}

.sa-topbar .sa-socail li {
    margin-right: 3px;
}
.header-right-menu{
    padding: 10px 15px 0 0
}
.sa-dark .sa-topbar.topbar-style-2 svg g path {
    fill: #fff;
}

.sa-dark .post-details .section-title h1,
.sa-dark  .comment-meta .url,
.sa-dark .sa-reply a{
    color: #fff;
}

.sa-dark .sa-widget .tagcloud a {
    color: #fff;
    background-color: #80909C;
}

.sa-dark .sa-menu .navbar-nav>li>a,
.sa-dark .news-ticker  a,
.sa-dark .sa-post,
.sa-dark .sa-post .entry-title a,
.sa-dark .sa-search button,
.sa-dark .categories-widget ul li a,
.sa-dark .section-title h1 {
    color: #fff;
}

.sa-dark .sa-menu .navbar-nav>li.active>a, 
.sa-dark .sa-menu .navbar-nav>li>a:hover {
    background-color: #161A25;
}

.sa-dark .sa-search .form-control,
.sa-dark .widget-newsletter input {
    background-color: #161A25;
}

.sa-dark .widget-newsletter input,
.sa-dark .sa-search .form-control::-webkit-input-placeholder {
    color:#fff;
}
.sa-dark .widget-newsletter input,
.sa-dark .sa-search .form-control::-moz-placeholder {
    color:#fff;
}
.sa-dark .widget-newsletter input,
.sa-dark .sa-search .form-control:-ms-input-placeholder {
    color:#fff;
}
.sa-dark .widget-newsletter input:-moz-placeholder,
.sa-dark .sa-search .form-control:-moz-placeholder {
    color:#fff;
}

.sa-dark svg g path{
    fill:#fff;
}

.sa-dark .widget-newsletter button {
    border: 1px solid #565656;
    border-left: 0;
}

.sa-dark .sa-menu .navbar-nav .entry-meta li, 
.sa-dark .sa-menu .navbar-nav .entry-meta li a {
    color: #aaa;
}

.sa-dark .author-section,
.sa-dark .author-form,
.sa-dark .breadcrumb li,
.sa-dark .breadcrumb li.active,
.sa-dark .breadcrumb li a,
.sa-dark .nav-tabs.author-tabs .nav-link, 
.sa-dark .author-menu li a,
.sa-dark .author-info .active,
.sa-dark .user-info h3,
.sa-dark .sa-widget,
.sa-dark form label,
.sa-dark form a {
    color: #fff;
}

.sa-dark .nav-tabs.author-tabs .nav-item.show .nav-link, 
.sa-dark .nav-tabs.author-tabs .nav-link.active, 
.sa-dark .author-menu li.active a, 
.sa-dark .author-menu li a:hover,
.sa-dark .ragister-form label,
.sa-dark  .section-content.search-content .sa-search button {
    color: #484848;
}

.sa-dark .section-content.search-content .form-control::-webkit-input-placeholder {
    color:#484848;
}
.sa-dark .section-content.search-content .form-control::-moz-placeholder {
    color:#484848;
}
.sa-dark .section-content.search-content .form-control:-ms-input-placeholder {
    color:#484848;
}

.sa-dark .section-content.search-content .form-control:-moz-placeholder {
    color:#484848;
}

.sa-dark .mega-menu-content,
.sa-dark .navbar-nav .sa-dropdown-menu li a {
    background-color: #201E1D;
}

.sa-dark .sa-menu .nav.nav-tabs li a,
.sa-dark .sa-menu .mega-menu-content h3,
.sa-dark .sa-menu .navbar-nav .mega-menu-content li a,
.sa-dark .navbar-nav .sa-dropdown-menu li a {
    color: #fff;
}

.sa-dark .sa-menu .navbar-nav .mega-menu-content li a {
    background-color: transparent;
}

.sa-dark .sa-menu .navbar-nav li.active>a, 
.sa-dark .sa-menu .navbar-nav li a:hover {
    color: var(--primary-color);
    background-color: #292E34;
}
.sa-dark .navbar-nav .sa-dropdown-menu li a.active {
    color: var(--primary-color);
}

.sa-dark .navbar-nav .sa-dropdown-menu li a {
    border-top-color: #565656;
}

.sa-dark .sa-search .form-control,
.sa-dark .form-control {
    border-color: #565656;
}
.sa-dark .news-ticker .slick-arrow {
    color: #565656;
    border-color: #565656;
}

/* sa-header */

.sa-header{
    margin-bottom: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgb(0 0 0 / 36%);    
}

.sa-topbar {
    background-color: #e9e9e9;
}

.sa-topbar a {
    color: #000;
}

.sa-topbar ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.sa-topbar ul li {
    margin-right: 15px;
}

.sa-topbar ul li:last-child {
    margin-right: 0;
}

.navbar-brand {
    max-width: 250px;
    display: inline-block;
}

.sa-topbar.topbar-style-2 {
    color: #484848;
    background-color: #fff;
}
.header-right-menu{
    padding: 5px;
}
.logo-text-wrap {
    min-width: 220px;
    text-align: center;
    margin-right: 15px;
    background-color: var(--primary-color);
}

.logo-text-wrap a {
    display: block;
    padding: 35px 20px 40px;
}

.logo-text-wrap h1 {
    font-size: 42px;
    text-transform: uppercase;
}

.logo-text-wrap h1 span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.sa-topbar.topbar-style-2 .sa-post {
    width: 185px;
    margin-left: 15px;
    margin-bottom: 0;
    max-height: 140px;
}

.sa-topbar.topbar-style-2 .entry-content.absolute {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
}

.sa-topbar.topbar-style-2 .sa-post .category {
    position: static;
    margin-bottom: 10px;
}

.sa-topbar.topbar-style-2 .ad-thumb {
    margin-top: 15px;
}

.sa-topbar.topbar-style-2 svg g path{
    fill:#484848;
}

.submit-news,
.sa-language {
    margin-right: 30px;
}

.sa-language select.select-hidden {
    background-color: transparent;
    border: 0;
    display: none;
}

.sa-language select option {
    color: #484848;
    font-size: 12px;
    padding: 10px !important;
}

.sa-language .select {
    position: relative;
}

.sa-language .select-styled:after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.sa-language .select-styled {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}

.sa-language .select-options {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    border:1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    
}

.sa-language .select-options li{
    color: #484848;
    display: block;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    font-size: 12px;
    padding:2px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;    
    background-color: #fff;
}

.sa-language .select-options li:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.select-options li:last-child {
    border-bottom: 0;
}

.sa-header .left-contennt {
    max-width: 700px;
}

.breaking-news {
    overflow: hidden;
}

.breaking-news span { 
    float: left;
    color: #fff;
    z-index: 1;
    padding: 15px 20px;
    border-right: 1px solid #f0f3f5;
    background-color: var(--primary-color);
    font-weight: 500;
}

.sa-topbar .breaking-news span {
    padding-left: 0;
}

#ticker { 
    overflow: hidden;
    padding: 15px 0;
}

#ticker ul { 
    position:relative;
    width:1000px; 
    margin-bottom: 0;
}

#ticker li { 
    float: left;
    margin: 0 40px 0 0;
    position: relative;
    list-style: none;
}

#ticker li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

#ticker li a:hover {
    color: #fff;
}

#ticker li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -18px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.sa-header .sa-ad {
    margin-bottom: 0;
    padding: 10px 0;
}

.sa-header .sa-ad .ad-content {
    display: flex;
    justify-content: space-between;
}

.sa-header .sa-ad .navbar-brand {
    align-self: center;
}

#date_time {
    padding: 15px 0;
}

/* sa-menu */

.sa-menu {
    background-color: #fff;  
}
.sa-menu .menuprueba{
    background-color: transparent;
}

.sa-menu .navbar-nav li {
    margin-right: 1px;
}
.sa-menu .menuprueba li {
    margin-right: 1px;
}

.sa-menu .navbar-nav li:first-child .sa-dropdown-menu {
    right: initial;
    left: 0;
}

.sa-menu .menuprueba li:first-child .sa-dropdown-menu {
    right: initial;
    left: 0;
}

.sa-menu .navbar-nav li a {
    color: #333;
    display: block;
    font-weight: 600;
    padding: 20px 8px 20px 8px;
    font-size: 13px;
}
.sa-menu .menuprueba li a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 20px 8px 20px 8px;
    font-size: 13px;
}
.sa-menu .navbar-nav li span {
    margin-left: 5px;
}
.sa-menu .navbar-nav .menuprueba li span {
    margin-left: 5px;
}

.sa-menu .navbar-nav li.active>a,
.sa-menu .navbar-nav li a:hover,
.sa-menu .navbar-nav li.active> i.icon,
.sa-menu .navbar-nav li:hover> i.icon  {
    color: #025e81;
}
.sa-menu .menuprueba li.active>a,
.sa-menu .navbar-nav .menuprueba li a:hover,
.sa-menu .navbar-nav .menuprueba li.active> i.icon,
.sa-menu .navbar-nav .menuprueba li:hover> i.icon  {
    color: #fff !important;
}

.navbar {
    padding: 0;
}

.sa-search {
    margin-left: 0px;
}

.sa-search form {
    position: relative;
}

.sa-search button {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #263461;
    border: 0;
    background-color: transparent;
}

.sa-search button:hover {
    color: var(--primary-color);
}

.sa-search .form-control {
   /* height: 40px;*/
    margin-bottom: 0;
    font-size: 12px;
    border: 3px solid #fecc00;
}

.sa-search .form-control:focus {
    border-color: #646465;
}

.sa-menu .nav.nav-tabs {
    display: block;
    border-bottom: 0;
}

.sa-menu .nav.nav-tabs li a {
    padding: 3px 0;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.sa-menu .nav.nav-tabs li a:hover {
    color: var(--primary-color);
    background-color: transparent;
}


/*Dropdown CSS*/

.sa-dropdown {
    position: relative;   
}
.sa-dropdown .menuprueba {
    position: relative;   
}

.sa-dropdown-menu {
    position: absolute;
    top: 100%; 
    min-width: 225px;
    right: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 999;
    padding:0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.sa-dropdown-menu .menuprueba {
    position: absolute;
    top: 100%; 
    min-width: 225px;
    right: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 999;
    padding:0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.navbar-nav ul li:first-child .sa-dropdown-menu {
    right: initial;
    left: 0;
}
.navbar-nav .menuprueba ul li:first-child .sa-dropdown-menu {
    right: initial;
    left: 0;
}

.sa-dropdown-menu .sa-dropdown-menu {
    left: 100%;
    top: 15px;
}

.sa-dropdown-menu .menuprueba .sa-dropdown-menu {
    left: 100%;
    top: 15px;
}

.sa-dropdown:hover>.sa-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.navbar-nav .sa-dropdown-menu li a {
    padding: 10px 20px;
    background-color: #fff;
    border-top: 1px solid #D9D9D9;
}

.menuprueba .sa-dropdown-menu li a {
    padding: 10px 20px;
    background-color: transparent;
    border-top: 1px solid #ffffff70;
}

.sa-dropdown i.icon {
    position: absolute;
    top: 24px;
    right: 0;
    width: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    line-height: initial;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 4px 8px; 
}

.sa-dropdown.mega-dropdown {
    position: initial;
}

.menu-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;  
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;    
    width: 100%;
    position: relative;  
}

.mega-menu-content {
    padding: 30px;
    margin-top: 1px;
    overflow: hidden;
    background-color: #fff;
}

.sa-dropdown-menu.mega-dropdown-menu {
    min-width: 100%;
}

.mega-menu-content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #484848;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.navbar-nav .mega-menu-content li {
    margin-bottom: 10px;
}

.navbar-nav .mega-menu-content li a {
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
}

.navbar-nav .mega-menu-content li.active>a,
.navbar-nav .mega-menu-content li a:hover{
    color: #025e81;
    background-color: transparent;
}

.sa-menu .navbar-nav .sa-post {
    margin-bottom: 15px;
}

.sa-menu .navbar-nav .sa-post a {
    padding: 0;
    display: inline-block;
}

.header-bottom {
    padding: 20px 0;
    background-color: #fff;
}
.sm-logo {
    display: none;
}

/* sa-breaking-news */

.sa-breaking-news {
    margin-bottom: 30px;
}

.breaking-content span {
    display: inline-block;
    min-width: 150px;
    color: #fff;
    padding:10px 15px;
    text-align: center;
    margin-right:5px;
    background-color: var(--primary-color);
}

.news-ticker {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding-right: 60px;
}

.news-ticker li {
    padding: 10px 0;
}

.news-ticker .slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 22px;
    color: #D9D9D9;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-top: -12px;
    border: 1px solid #D9D9D9;
}

.news-ticker .slick-arrow:hover {
    color: var(--primary-color);;
    border-color: var(--primary-color);;
}

.news-ticker .fa-angle-left.slick-arrow {
    right: 30px;
}

/* home-slider */

.sa-home-slider {
    margin-bottom: 30px;
}

.sa-home-slider .sa-post {
    margin-bottom: 0;
}

.sa-home-slider .carousel-indicators {
    position: absolute;
    left: auto;
    right: 0;
    width: 30%;
    height: 100%;
    color: #fff;
    top: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;
    margin-right: 0;
}

.sa-home-slider .entry-content {
    width: 70% !important;
}

.sa-home-slider .carousel-indicators li {
    width: 100%;
    height: 25%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #4d4d4d;
    text-indent: 0;
    text-align: left;
    margin: 0;
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.sa-home-slider .carousel-indicators li:hover,
.sa-home-slider .carousel-indicators li.active {
    background-color: rgba(232, 26, 27, 0.80);
}

.sa-home-slider .carousel-indicators li .text {
    padding:25px;
}

.sa-home-slider .carousel-indicators li:last-child {
    border-bottom: 0;
}

.sa-home-slider .carousel-indicators li span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.sa-home-slider .item {
    min-height:500px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.sa-home-slider .carousel-indicators .catagory {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 10px;
    background-color: var(--primary-color);  
}

/* sa-post */

.sa-post {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;    
}

.sa-post .entry-content.absolute,
.post-style-2 .entry-content {
    position:absolute;
    bottom:0;
    left:0;
    padding:20px;
    z-index:1;
    color:#fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.13) 18%, rgba(0,0,0,0.33) 36%, rgba(0,0,0,0.74) 70%, rgba(0,0,0,0.91) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.13) 18%,rgba(0,0,0,0.33) 36%,rgba(0,0,0,0.74) 70%,rgba(0,0,0,0.91) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    border-radius: 0 0 3px 3px;
    width:100%;
}

.sa-post:hover .entry-content.absolute,
.post-style-2:hover .entry-content {
    padding-top:5%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 18%, rgba(0,0,0,0.42) 36%, rgba(0,0,0,0.85) 70%, rgba(0,0,0,0.95) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.sa-post:hover .entry-thumbnail img{
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);    
}

.entry-thumbnail {
    overflow: hidden;
}

.entry-thumbnail img {
    width: 100%;
}

.sa-post.featured-post .entry-content a {
    color: #fff;
}

.slick-slider .sa-post.featured-post,
.slick-slider .sa-post {
    box-shadow: none;
}

.post-slider .sa-post.featured-post .entry-title {
    font-size: 28px;
}

.sa-post.featured-post .entry-title {
    font-size: 18px;
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;      
}

.sa-post.featured-post .entry-content .category {
    position: static;
    margin-bottom: 15px;
    animation-delay: 0.90s;
    -webkit-animation-delay: 0.90s;  
}

.sa-post.featured-post .entry-meta {
    animation-delay: 0.90s;
    -webkit-animation-delay: 0.90s;  
}

.featured-add img {
    width: 100%;
}

.entry-header {
    position: relative;
}

.sa-post .entry-content {
    padding: 10px 5px 10px 10px;
    font-size: 14px;
}

.sa-post .entry-content p {
  font-size: 15px;
}

.sa-post .entry-title {
    font-size: 26px;
    font-weight: 600;
}

.mid-post.sa-post .entry-title {
    font-size: 18px;
}

.sa-post .category {
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.sa-post .category ul,
.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.entry-meta ul li {
    margin-right: 15px;
    position: relative;
}

.entry-meta ul li:last-child {
    margin-right: 0;
}

.sa-post .category ul li {
    margin-right: 2px;
    margin-top: 2px;
}

.sa-post .category ul li:last-child {
    margin-right: 0;
}

.sa-post .category ul li a,
a.read-more {
    color: #fff;
    display: block;
    padding: 3px 10px;
    background-color: #e2619f;
}

.sa-breaking-news .sa-post .category a {
    padding: 0;
    color: var(--primary-color);#e2619f
    background-color: transparent;
}

.sa-breaking-news .sa-post .entry-title {
    font-weight: bold;
}

.sa-breaking-news .sa-post p {
    margin-bottom: 10px;
}

a.read-more {
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.small-post .entry-content {
    font-size: 13px;
    -ms-flex-item-align: center!important;
    align-self: center!important;    
}

.small-post .entry-title {
    font-size: 16px;
}

.small-post .entry-meta {
    margin-top: 5px;
}

.entry-meta li,
.entry-meta li a {
    color: #777777;
}
.enty-label-meta {
    font-weight: 600;
    color: #cc367e;
    text-transform: uppercase;
}
.entry-meta li i {
    margin-right: 5px;
}

.entry-meta li a:hover {
    color: #0099d5;
}

.small-post .entry-meta ul li {
    font-size: 12px;
}

.post-style-1,
.medium-post-style-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.post-style-1.sa-post .category,
.medium-post-style-1.sa-post .category {
    bottom: initial;
    top: 15px;
}

.post-style-1 .entry-header {
    max-width: 140px;
    min-width: 140px;
    min-height: 90px;
}

.post-style-1 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;    
}

.sa-post.post-style-1 {
    margin-bottom: 15px;
}

.sa-post.post-style-1 .entry-thumbnail {
    background-color: #000;
    height: 100%;
}

.medium-post-style-1 .entry-thumbnail {
    width: 350px;
}

.video-icon {
    width: 65px;
    height: 65px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 65px;
    border-radius: 100%;
    overflow: hidden;
}

.video-icon a {
    color: #fff;
    display: block;
    background-color: var(--primary-color);
}

.video-icon a:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.entry-header .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 99;
}

.post-slider .slick-arrow,
.home-slider .slick-arrow {
    position: absolute;
    top: 33%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 24px;
    z-index: 99;
    margin-top: -18px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

.post-slider,
.home-slider {
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

.post-slider .sa-post {
    margin-bottom: 0;
}

.post-slider .slick-arrow:hover,
.home-slider .slick-arrow:hover {
    background-color: #cc367e;
}

.post-slider .slick-arrow.fa-angle-right,
.home-slider .slick-arrow.fa-angle-right {
    right: -50px;
}

.post-slider .slick-arrow.fa-angle-left,
.home-slider .slick-arrow.fa-angle-left {
    left: -50px;
}

.post-slider:hover .slick-arrow.fa-angle-right,
.home-slider:hover .slick-arrow.fa-angle-right {
    right: 0;
}

.post-slider:hover .slick-arrow.fa-angle-left,
.home-slider:hover .slick-arrow.fa-angle-left {
    left: 0;
}

.home-slider-nav {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.home-slider-nav .thumb {
    padding:0 15px;
    cursor: pointer;
    opacity: .5;
}

.home-slider-nav .thumb img {
    border: 1px solid transparent;
}

.home-slider-nav .slick-current .thumb {
    opacity: 1;
}

.home-slider-nav .slick-current .thumb img {
    border-color: var(--primary-color);
}

.home-slider {
    margin-bottom: 15px;
}

.home-slider .sa-post {
    margin-bottom: 0;
    box-shadow:none; 
}

#home-carousel {
    overflow: hidden;
}

#home-carousel .entry-content {
    padding: 50px;
}

#home-carousel .carousel-control-next {
    right: -50px;
}

#home-carousel .carousel-control-prev {
    left: -50px;
}

#home-carousel:hover .carousel-control-next {
    right: 1px;
}

#home-carousel:hover .carousel-control-prev {
    left: 1px;
}

#home-carousel .carousel-control-next, 
#home-carousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #fff;
    border-radius: 100%;
}

#home-carousel .carousel-control-next:hover, 
#home-carousel .carousel-control-prev:hover {
    background-color: var(--primary-color);
}

.slider-style-1 .sa-post.featured-post .entry-title {
    font-size: 26px;
}

/* latest-slider */

.latest-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.latest-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    margin: 3px;
    line-height: 0;
}

.slick-dots li button {
    padding: 0;
    border: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    text-indent: -999999999999px;
    background-color: #c2c3c4;
    border-radius: 100%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #0099d5;
}

.dots-style-1 .slick-dots {
    position: absolute;
    top: -28px;
    right: 12px;
    padding-left: 10px;
    background-color: #f0f3f5;
}
/* latest-slider-epale */

.latest-slider-epale {
    margin-left: -15px;
    margin-right: -15px;
}

.latest-slider-epale .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    margin: 3px;
    line-height: 0;
}

.slick-dots li button {
    padding: 0;
    border: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    text-indent: -999999999999px;
    background-color: #c2c3c4;
    border-radius: 100%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #0099d5;
}

.dots-style-1 .slick-dots {
    position: absolute;
    top: -28px;
    right: 12px;
    padding-left: 10px;
    background-color: #f0f3f5;
}

/* latest-slider-parroquias */

.latest-slider-parroquias {
    margin-left: -15px;
    margin-right: -15px;
}

.latest-slider-parroquias .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    margin: 3px;
    line-height: 0;
}

.slick-dots li button {
    padding: 0;
    border: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    text-indent: -999999999999px;
    background-color: #c2c3c4;
    border-radius: 100%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #0099d5;
}

.dots-style-1 .slick-dots {
    position: absolute;
    top: -28px;
    right: 12px;
    padding-left: 10px;
    background-color: #f0f3f5;
}

/* photo-gallery */

.photo-gallery {
    border-radius: 4px;
    background-color: #fff;
}

.gallery-slider .slick-dots {
    right: 0;
}

.gallery-slider .sa-post {
    margin-bottom: 0;
}

.gallery-slider .sa-post .entry-title {
    margin-bottom: 0;
}

.gallery-slider-nav {
    /*padding: 10px;*/
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
}

.gallery-slider-nav .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-slider-nav {
    display: flex;
    justify-content: left;
}

.gallery-slider-nav .thumb {
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.gallery-slider-nav .slick-current .thumb {
    opacity: 1;
}

/* sa-sidebar */

.sa-widget {
    margin-bottom: 30px;
}

.sa-widget .sa-ad {
    border-radius: 4px;
    overflow: hidden;
}

.widget-title {
    font-size: 16px;
    color: #242329;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 4px solid #e6e6e8;        
}

.widget-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 50px;
    background-color: #0099d5;
}

.widget-title-1 {
    font-size: 16px;
    color: #242329;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 4px solid #e6e6e8;      
}

.widget-title-1:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 50px;
    background-color: #0099d5;
}
.widget-title-2 {
    font-size: 16px;
    color: #242329;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 4px solid #e6e6e8;      
}

.widget-title-2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 50px;
    background-color: #e2619f;
}
.widget-social ul {
    padding: 30px 30px 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);    
}

.widget-social ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

.widget-social ul li:nth-child(odd) {
    padding-right: 10px;
}

.widget-social ul li:nth-child(even) {
    padding-left: 10px;
}

.widget-social ul li a {
    display: block;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.widget-social ul li span {
    width: 40px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    float: left;
}

.widget-social ul li.facebook span {
    background-color: #0061C2;
}

.widget-social ul li.facebook a {
    background-color: #056ED8;
}

.widget-social ul li.youtube span {
    background-color: #FE031C;
}

.widget-social ul li.youtube a {
    background-color: #E50017;
}

.widget-social ul li.twitter span {
    background-color: #2391FF;
}

.widget-social ul li.twitter a {
    background-color: #349AFF;
}

.widget-social ul li.linkedin span {
    background-color: #349AFF;
}

.widget-social ul li.linkedin a {
    background-color: rgba(52, 154, 255, 0.85);
}

.widget-social ul li.pinterest span {
    background-color: #C2000D;
}

.widget-social ul li.pinterest a {
    background-color: rgba(194, 0, 13, 0.85);
}

.widget-social ul li.skype span {
    background-color: #4BA3FC;
}

.widget-social ul li.skype a {
    background-color: rgba(75, 163, 252, 0.85);
}

.widget-newsletter {
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);  
}

.widget-newsletter .icon {
    color: #D9D9D9;
    font-size: 80px;
}

.widget-newsletter form {
    position: relative;
}

.widget-newsletter  input{
    color: #979797;
    border-radius: 0;
    background-color: #D9D9D9;
}

.widget-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    background-color: #484848;
}

.widget-newsletter button:hover i {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}

.categories-widget ul {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);  
}

.categories-widget ul li {
    margin-bottom: 15px;
}

.categories-widget ul li:last-child {
    margin-bottom: 0;
}

.categories-widget ul li span {
    float: right;
}

.sa-widget .sa-post.featured-post .entry-title {
    font-size: 16px;
}

.sa-widget .tagcloud {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);  
}

.sa-widget .tagcloud a {
    font-size: 14px;
    color: #4A4A4A;
    background-color: #D9D9D9;
    padding: 5px 15px;
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px;
}

.sa-widget .tagcloud a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.weather-widget {
    padding: 30px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);  
}

.weather-widget .date-time {
    font-size: 14px;
}

.weather-widget h4 {
    font-size: 16px;
    font-weight: 700;
}

.weather-widget h5 {
    font-size: 13px;
    font-weight: 700;
}

.weather-widget .middle-content {
    position: relative;
    padding: 10px 0;
}

.weather-widget .middle-content:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    width: 200%;
    height: 1px;
    background-color: #D9D9D9;
}

.weather-widget .botton-content li {
    text-transform: uppercase;
    font-size: 12px;
}

.weather-widget .botton-content li span {
    display: block;
    text-align: center;
}

.widget-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
    background-color: #fff;
}

.widget-tabs.nav-pills .nav-link {
    border: 5px solid #fff;
    color: #292E32;
    border-radius: 0;
    background-color: #fff;
}

.widget-tabs.nav-pills .nav-link.active, 
.widget-tabs.nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 0;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.sa-widget .entry-content p {
    font-weight: 500;
}

.sa-widget .entry-content .video-icon a:hover {
    color: var(--primary-color);
}

.sa-widget .sa-socail ul {
    display: flex;
    flex-wrap: wrap;    
}

.sa-widget .sa-socail ul li {
    font-size: 35px;
    margin-right: 10px;
}

.sa-widget .sa-socail ul li:last-child {
    margin-right: 0;
}
.entry-meta1 li, .entry-meta1 li a {
    color: #000;
}
.weather-top {
    color: #fff;
    padding: 20px;
    overflow: hidden;
    background-color: #00a4ed;
    font-weight: 500;
    border-radius: 4px 4px 0px 0px;
}

.weather-temp {
    display: block;
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 100;
}

.weather-temp sup {
    font-size: 24px;
    margin-left: -20px;
}

.weather-temp sup span {
    font-weight: 700;
}

.weather-type {
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.weather-region {
    margin-right: 10px;
}

.weather-top ul {
    margin-top: 20px;
}

.weather-top ul li {
    float: left;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 18px;
}

.weather-top ul li:last-child {
    margin-right: 0;
}

.weather-top ul li img {
    display: inline-block;
    margin-right: 10px;
}

.weather-bottom {
    overflow: hidden;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}

.weather-bottom li {
    width: 50%;
    float: left;
    padding: 30px 20px 25px;
    font-weight: 500;
}

.weather-bottom li+li {
    border-left: 1px solid #f2f3f5;
}

.weather-icon {
    float: left;
    margin-right: 10px;
}

.weather-info {
    display: inline-block;
    font-size: 28px;
    color: #aaa;
}

.weather-info .date {
    display: block;
    font-size: 12px;
    line-height: 10px;
}

/* Meta Tab */

.meta-widget {
    overflow: hidden;
/*     background-color: #fff;
    padding: 20px 0 15px; */
}

.meta-widget .tab-content {
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
}

.meta-widget .nav-tabs {
    border-radius: 0;
    margin-bottom: 0;
    border-radius: 4px 4px 0px 0px;
    background-color: #fff;
    border-bottom:1px solid #f2f3f5;
}

.meta-widget .nav-tabs li {
    margin-bottom: 0;
}

.meta-widget .nav-tabs li+li {
    border-left: 1px solid #f2f3f5;
}

.meta-widget .nav-tabs li>a {
    color: #999999;
    font-size: 12px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid transparent;
    padding: 12px 20px 10px;
    text-transform: uppercase;
    background-color: #f5f8fa;
    font-weight: 500;
    display: block;
}

.meta-widget .nav-tabs li>a i {
    margin-right: 10px;
}

.meta-widget .nav-tabs li>a.active, 
.meta-widget .nav-tabs li a:hover, 
.meta-widget .nav-tabs li>a.active:focus, 
.meta-widget .nav-tabs li>a.active:hover {
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #ce1317;
    border-bottom: 1px solid #f2f3f5;
}

.meta-widget.meta-color a:hover {
    color: #7a559f;
}

.meta-color .nav-tabs li.active>a, 
.meta-color .nav-tabs li a:hover, 
.meta-color .nav-tabs li.active>a:focus, 
.meta-color .nav-tabs li.active>a:hover {
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #7a559f;
    border-bottom: 1px solid #f2f3f5;
}

.meta-widget .author-image {
    float: left;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.meta-widget .author-image:hover img {
    opacity: .7;
}

.meta-widget .author-info {
    display: inline-block;
}

.meta-widget .author-info h2 {
    font-size: 12px;
    margin: 10px 0 0;
    line-height: 15px;
}

.meta-widget .author-info h2 a {
    color: #000;
}

.meta-widget .author-info a {
    text-transform: uppercase;
}

.meta-widget .tab-content li {
    padding: 15px 1px;
    overflow: hidden;
    border-bottom: 1px solid #f2f3f5;
}

.meta-widget .comment-list li {
    padding: 10px 20px;
}

.comment-list .entry-meta {
    text-transform: uppercase;
}

.comment-list .entry-meta span {
    margin-left: 0;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.comment-list .entry-meta span a {
    font-weight: 700;
}

.comment-list .entry-meta li {
    padding: 5px;
    border-bottom: 0;
}

.comment-list .entry-meta li:before {
    display: none;
}

.comment-list .entry-meta li+li {
    margin-left: 0;
}

.comment-list .entry-title {
    font-size: 14px;
}

.comment-list .entry-title a {
    color: #afb1b2;
    font-weight: normal;
}

.meta-widget .entry-meta  {
    margin-bottom: 0;
}

.meta-widget .tab-content li:last-child {
    border-bottom: none;
}

.comment-list .author-info h2 {
    margin: 0 0 5px;
}

.meta-widget a:hover {
    color: #ff0000;
}

/* post-details */

.post-details .entry-meta {
    margin: 15px 0 20px;
}

.post-details .entry-meta ul li,
.post-details .entry-meta ul li a{
    color: #A19E9E;
}

.post-details .entry-meta ul li i {
    margin-right: 5px;
}

.post-details .entry-meta ul li a:hover {
    color: var(--primary-color);
}

.post-details .paragraph {
    line-height: 38px;
}

.contact-form,
.sa-comments-area {
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);    
}

.contact-form {
    margin-bottom: 30px;
}

.tagcloud-style-1 a {
    border-radius: 4px;
    padding: 5px 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 15px;
    display: inline-block;
    background-color: #F0F0F0;
}

.tagcloud-style-1 a:hover {
    color: #fff;
    background-color: #e2619f;
}

.post-details .sa-socail li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.post-details .sa-socail li a {
    padding: 5px 15px;
    color: #707070;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.05);
    box-shadow: 0 6px 12px rgba(0,0,0,.05);    
}

.post-details .sa-socail li a span {
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 5px;
}

.contact-form .btn.btn-primary {
    font-size: 12px;
    padding: 10px 20px;
    letter-spacing: 1px;
}

.post-details .input-group-addon {
    position: absolute;
    left: 30px;
    font-size: 16px;
    padding: 0;
    color: #BFBDBD;
    border: 0;
    top: 42px;
    background-color: transparent;
}

.post-style-2 .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;    
}

.sa-post.post-style-2 .entry-content .category {
    position: static;
    margin-bottom: 15px;
}

.post-style-2 .entry-title a {
    color: #fff;
}

.sa-widget label,
.radio-form label {
    position: relative;
    padding-left: 35px;
    display: block;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.sa-widget input[type="radio"],
.radio-form input[type="radio"] {
    width: 0;
    height: 0;
    display: none;
}

.sa-widget label:before,
.radio-form label:before {
    position: absolute;
    color: #9e9e9e;
    font-size: 24px;
    content: "\f096";
    font-family:'FontAwesome';
    left: 0;
    top: -5px;
}

.sa-widget input[type="radio"]:checked + label:before,
.radio-form input[type="radio"]:checked + label:before {
    content: "\f046";
    color: var(--primary-color);    
}

.sa-widget .btn.btn-primary {
    font-size: 10px;
    padding: 5px 15px;
    margin-right: 10px;
}

.progress-content span {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}

.progress {
    height: 13px;
    font-size: 10px;
    background-color: #fff;
}

.progress-bar {
    border-radius: 0px 5px 5px 0px;
    background-color: var(--primary-color);
}

.search-content .sa-search {
    margin-left: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgba(0,0,0,.075);    
}

.search-content .sa-search .form-control {
    background-color: #fff;
    height: 55px;
}

.search-content .sa-search button {
    top: 15px;
    right: 15px;
}

.search-content .sa-post.small-post {
    margin-bottom: 30px;
}

.sa-pagination {
    margin: 30px 0;
}

.pagination {
    display: inline-flex;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
}

.pagination>li {
    display: inline-block;
    border-right: 1px solid #f0f3f5;
}

.pagination>li:last-child {
    border-right: 0;
}

.pagination>li>a, 
.pagination>li>span {
    border: 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 20px;
    display: block;
    float: none;
    position: relative;
    color: var(--primary-color);
    background-color: #ffff;
}

.pagination>li>a.current,
.pagination>li>a:hover{
    color: #0d6efd;
    background-color: #e0e0e0;
}

.post-inner-image ul {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.post-inner-image ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.post-inner-image ul li img {
    border-radius: 4px;
}

.social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.social ul li {
    margin-right: 5px;
}
/* contact-form */

.contact-form label,
.ragister-form label {
    color: #84868A;
    font-size: 14px;
    font-weight: normal;
}

.contact-form textarea.form-control {
    height: 120px;
    resize: none;
}

.ragister-form input::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
    color:#AFB3B7;
}
.ragister-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color:#AFB3B7;
}
.ragister-form input:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
    color:#AFB3B7;
}
.ragister-form input:-moz-placeholder,
.contact-form input:-moz-placeholder {
    color:#AFB3B7;
}

.sa-comments-area .media {
    display: block;
}

.sa-comments-area {
    margin-bottom: 30px;
}

.sa-comments-area .section-title {
    margin-bottom: 30px;
}

.commenter-avatar {
    width: 50px;
    height: 50px;
}

.children .commenter-avatar {
    width: 40px;
    height: 40px;
}

.comment-box {
    overflow: hidden;
    line-height: 28px;
    border-bottom: 1px solid #eae7e7;
    padding-bottom: 20px;
}

.comment-box .comment-meta {
    overflow: hidden;
    margin-bottom: 5px;
}

.comment-meta .sa-date {
    float: right;
}

.comment-meta .url {
    font-size: 18px;
}

textarea.form-control {
    height: 120px;
    resize: none;
    padding: 15px 20px;
}

.sa-comment-form .ag-author {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 0;
}

.comment-list>li:last-child .comment-box {
    border-bottom: 0;
    padding-bottom: 0;
}

/* address-content */

.address-content .address {
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.075);
    box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
}

.address-content .address h3 {
    font-size: 24px;
}

.address-content .address p {
    margin-bottom: 0;
}

.address-content .address .icon {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    background-color: var(--primary-color);
}

/* ragister-account */

.account-content {
    width: 500px;
    margin: 50px 0 80px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);    
}

.account-content h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #F1F2F3;
}

.account-content .ragister-form {
    padding: 30px;
}

.account-content .form-control:focus {
    border-color: var(--primary-color);
}

.account-content button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.account-content button:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.account-content form .form-group a{
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.account-content .middle-content a {
    color: #C40622;
}

.account-content .middle-content a:hover {
    color: var(--primary-color);
}

.account-content .middle-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #A19E9E;
    position: relative;
    text-transform: uppercase;
}
.account-content .middle-content span:before,
.account-content .middle-content span:after {
    position: absolute;
    content: "";
    top: 10px;
    width: 35px;
    height: 1px;
    background-color: #A19E9E;
}

.account-content .middle-content span:before {
    left: -50px;    
}

.account-content .middle-content span:after {
    right: -50px;
}

.account-content .buttons {
    margin-top: 30px;
}

.account-content .buttons a {
    display: block;
    text-align: left;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #F5F8FA;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid #D8E2E9;
    border-radius: 4px;
}

.account-content .buttons span {
    color: #fff;
    width: 60px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius: 4px 0px 0px 4px;
}

.account-content .buttons .facebook {
    color: #2D4373;
}

.account-content .buttons .facebook span {
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #2D4373;
}

.account-content .buttons .google-plus {
    color: #C9070D;
}

.account-content .buttons .google-plus span {
    color: #fff;
    border-right: 1px solid #fff;
    background-color: #C9070D;
}


/* sa-breaking-news */

.breaking-news-1 {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
}

.breaking-news-1 .gallery-turner {
    position: absolute;
    right: 0;
    top: -5px;
    bottom: inherit;
}

.breaking-news-1 .gallery-turner a {
    color: #000;
    font-size: 20px;
}

.breaking-news-1 .gallery-turner .next {
    margin-right: 10px;
}

.breaking-news-1 .gallery-turner a:hover,
.breaking-news-1-slider .slick-arrow:hover {
    color: var(--primary-color);
}

.breaking-news-1 .sa-post {
    background-color: transparent;
    padding: 0;
    margin-bottom: 8px;
    box-shadow: none;
}

.breaking-news-1 .sa-post .category {
    position: static;
    margin-bottom: 10px;
}

.breaking-news-1 .sa-post .entry-content {
    padding: 0;
}

.breaking-news-1 .sa-post .entry-title {
    font-size: 16px;
    padding: 15px 0 0 0;
}

.breaking-news-1 .sa-post .category a {
    padding: 0;
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

.breaking-news-1 .sa-post p {
    margin-bottom: 10px;
}

.breaking-news-slider .slick-arrow:hover {
    color: var(--primary-color);
}

/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 30px;
}

.breadcrumb-item.active {
    color: #484848;
}

/* author-section */

.author-section {
    padding-bottom: 50px;
}

.author-section h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
}

.nav-tabs.author-tabs {
    display: block;
    border-bottom: 0;
}

.nav-tabs.author-tabs .nav-item,
.author-menu li {
    margin-bottom: 10px;
}

.nav-tabs.author-tabs .nav-link,
.author-menu li a {
    border: 0;
    border-radius: 0;
    display: block;
    color: #484848;
    padding: 10px 20px;
}

.nav-tabs.author-tabs .nav-item.show .nav-link, 
.nav-tabs.author-tabs .nav-link.active,
.author-menu li.active a,
.author-menu li a:hover  {
    background-color: #F2F4F6;
}

.author-section .author-form-content {
    margin-top: 80px;
}

.author-section .btn.btn-primary {
    padding: 10px 25px;
    text-transform: capitalize;
}

.radio-form h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.author-section input[type="file"] {
    display: none;
}

.author-section input[type="file"]+label {
    cursor: pointer;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 50px;    
    background-color: #616161;
}

.author-top-content {
    margin-bottom: 70px;
}

.author-top-content .author {
    min-width: 260px;
    margin-right: 30px;
}

.author-info h2 {
    font-size: 25px;
}

.author-info .active {
    margin-bottom: 15px;
    font-size: 12px;
    color: #292E34;
    position: relative;
    padding-left: 20px;
}

.author-info .active:before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #08C268;
}

.author-info .sa-social {
    margin-top: 20px;
}

.author-info .sa-social li {
    margin-right: 15px;
}

.author-info .sa-social li:last-child {
    margin-right: 0;
}

.author-info .sa-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #80909C;
    font-size: 18px;
    border: 1px solid #80909C;
}

.author-info .sa-social li a:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.user-info h3 {
    font-size: 16px;
    color: #292E34;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8E2E9;
}

.user-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;    
    margin-right: -5px;    
}

.user-info ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    width: 58px;
}

.user-info ul li a {
    display: block;
    position: relative;
}

.user-info ul li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.38);
}

.user-info ul li a span{
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: 0;
    top: 50%;
    z-index: 999;
    width: 100%;
    opacity: 0;
    text-align: center;
    margin-top: -10px;
}

.user-info ul li a:hover span,
.user-info ul li a:hover:before {
    opacity: 1;
}

.user-info .following {
    margin-bottom: 50px;
}

/* about-section */

.about-section {
    margin-bottom: 30px;
}

.about-content {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}

.about-content .text,
.about-content .thumb {
    width: 50%;
}

.about-content .thumb img {
    width: 100%;
}

.about-content .text {
    align-self: center;
    padding: 30px;
}

.about-content .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* service-section */

.service {
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}

.service .icon {
    font-size: 40px;
    color: var(--primary-color);
}

.service h2 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: normal;
}

/* team-section */

.team-member{
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}

.team-member img {
    width: 100%;
}

.team-member ul {
    display: flex;
    flex-wrap: wrap;    
}

.team-member ul li {
    margin-right: 10px;
}

.team-member ul li:last-child {
    margin-right: 0;
}

.team-member .text {
    padding: 15px;
}

.team-member .text h2 {
    font-size: 20px;
    font-weight: normal;
}

/* error-section */

.error-section {
    text-align: center;
}

.error-content {
    padding: 100px 15px;
    background-color: #fff;
}

.error-content h1 {
    font-size: 60px;
    margin: 20px 0;
}

/* Footer */

#footer {
    background-color: #fff;
}

.footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu {
    text-align:center;
    border-bottom:1px solid #e3e6e8;
}

.footer-menu .navbar-nav {
    display:inline-block;
    float:none !important;
    padding:25px 0 15px 0;
}

.footer-menu .navbar-nav li {
    display: inline-block;
}

.footer-menu .navbar-nav li+li {
    margin-left: 25px;
}

.footer-menu .navbar-nav li a {
    font-size: 60px;
    text-transform: uppercase;
    color: #0099d5;
    letter-spacing: 1px;
    padding: 10px;
    font-weight: 700;
}

#footer .footer-menu .nav>li>a:focus, 
#footer .footer-menu .nav>li>a:hover,
#footer .footer-menu .nav>li.active a {
    background-color: transparent;
}

.footer-widgets {
    padding:50px 0;
    color:#a5a7a8;
}

.footer-widgets .widget {
    overflow: hidden;
}

.footer-widgets .widget h2 {
    margin-bottom:25px;
    font-size:14px;
    color: #000;
    margin-top: 10px;
    text-transform:uppercase;
}

.widget.widget-menu-2 ul li,
.widget.widget-menu-3 ul li {
    float:left;
}

.widget.widget-menu-2 ul li {
    width: 50%;
}

.widget.widget-menu-3 ul li {
    width: 33%;
}

.footer-widgets .widget li a {
    padding:5px;
    display:block;
    font-size:14px;
    color: #5e5e5e;
}

#footer a:hover,
.copyright a:hover {
    color:#0099d5;
}

.footer-bottom {
    color: #fff;
    padding: 40px 0 10px;
    border-top: 1px solid #f0f3f5;
    background-color: #11172b;
}

.footer-bottom,
.footer-bottom a {

}

.copyright,
.copyright a {
    font-size: 14px;
    color: #797878;
    line-height: 23px;
}

.footer-bottom-content {
    max-width: 990PX;
    display: inline-block;
}

.footer-bottom .sa-socail {
    margin: 5px 0;
    float: left;
}

.footer-bottom .sa-socail li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #282828;
    text-align: center;
}

.footer-bottom .sa-socail li a:hover {
    background-color: #0099d5;
}

.footer-bottom .sa-socail li a:hover {
    color: #fff;
}

.footer-bottom .sa-socail ul {
    justify-content: center;
}

.footer-bottom .sa-socail li {
    margin-right: 15px;
}

/* preloader */

div#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    text-align: center;
    z-index:999999999999999999;
    width: 100%; 
    height: 100%;
    background-color: #fff;
    overflow: visible;
    font-size: 50px;
    color: #ffbb00;
}

div#preloader .tr-preloader {
    display: inline-block;
}


div#preloader .tr-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

/*Magnific-popup overwrite CSS*/

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding:12px;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}


/* breaking-news-slider */

.breaking-news-slider .slick-arrow {
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

.breaking-news-slider .slick-arrow.fa-angle-left {
    right: 20px;
}

.flashinfo {
    color: #3c8c4d;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 17px;
}

.flashinfo span {
    font-weight: bold;
    margin-right: 5px;
}

.sa-language select {
    background-color: transparent;
    border: 0;
}

.sa-topbar .sa-user i {
    margin-right: 5px;
}

/* EXTRA CSS */

a, button, .form-control,
.widget-newsletter button i,
.btn.btn-primary:before,
.entry-content.absolute,
.entry-thumbnail img,
.slick-arrow, .entry-content,
#home-carousel .carousel-control-next, 
#home-carousel .carousel-control-prev,
.user-info ul li a:before,
.user-info ul li a span,
.select-options li, .see-all, 
.sa-home-slider .carousel-indicators li, 
.gallery-slider-nav .thumb, .sa-dropdown-menu {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

/* --------------- height classes --------------- */
.th-10 {
  height: 10px !important;
}

.th-20 {
  height: 20px !important;
}

.th-30 {
  height: 30px !important;
}

.th-40 {
  height: 40px !important;
}

.th-50 {
  height: 50px !important;
}

.th-60 {
  height: 60px !important;
}

.th-70 {
  height: 70px !important;
}

.th-80 {
  height: 80px !important;
}

.th-90 {
  height: 90px !important;
}

.th-100 {
  height: 100px !important;
}

.th-120 {
  height: 120px !important;
}

.th-140 {
  height: 140px !important;
}

.th-160 {
  height: 160px !important;
}

.th-180 {
  height: 180px !important;
}

.th-200 {
  height: 200px !important;
}

.th-230 {
  height: 230px !important;
}

.th-250 {
  height: 250px !important;
}

.th-280 {
  height: 280px !important;
}

.th-300 {
  height: 300px !important;
}

.th-330 {
  height: 330px !important;
}

.th-350 {
  height: 350px !important;
}

.th-380 {
  height: 380px !important;
}

.th-400 {
  height: 400px !important;
}

.th-425 {
  height: 425px !important;
}

.th-450 {
  height: 450px !important;
}

.th-475 {
  height: 475px !important;
}

.th-500 {
  height: 500px !important;
}

.th-525 {
  height: 525px !important;
}

.th-550 {
  height: 550px !important;
}

.th-575 {
  height: 575px !important;
}

.th-600 {
  height: 600px !important;
}

.th-650 {
  height: 650px !important;
}

.th-700 {
  height: 700px !important;
}

.th-750 {
  height: 750px !important;
}

.th-800 {
  height: 800px !important;
}

.th-900 {
  height: 900px !important;
}

.th-1000 {
  height: 1000px !important;
}

/* --------------- letter spacing classes --------------- */
.ltspc-0 {
  letter-spacing: 0 !important;
}

.ltspc-1 {
  letter-spacing: 1px !important;
}

.ltspc-2 {
  letter-spacing: 2px !important;
}

.ltspc-3 {
  letter-spacing: 3px !important;
}

.ltspc-4 {
  letter-spacing: 4px !important;
}

.ltspc-5 {
  letter-spacing: 5px !important;
}

.ltspc-8 {
  letter-spacing: 8px !important;
}

.ltspc-10 {
  letter-spacing: 10px !important;
}

.ltspc-12 {
  letter-spacing: 12px !important;
}

.ltspc-15 {
  letter-spacing: 15px !important;
}

.ltspc-17 {
  letter-spacing: 17px !important;
}

.ltspc-20 {
  letter-spacing: 20px !important;
}

.ltspc--1 {
  letter-spacing: -1px !important;
}

.ltspc--2 {
  letter-spacing: -2px !important;
}

.ltspc--3 {
  letter-spacing: -3px !important;
}

.fsz-10px {
  font-size: 10px !important;
}

.fsz-11px {
  font-size: 11px !important;
}

.fsz-12px {
  font-size: 12px !important;
}

.fsz-13px {
  font-size: 13px !important;
}

.fsz-14px {
  font-size: 14px !important;
}

.fsz-15px {
  font-size: 15px !important;
}

.fsz-16px {
  font-size: 16px !important;
}

.fsz-17px {
  font-size: 17px !important;
}

.fsz-18px {
  font-size: 18px !important;
}

.fsz-19px {
  font-size: 19px !important;
}

.fsz-20px {
  font-size: 20px !important;
}

.fsz-21px {
  font-size: 21px !important;
}

.fsz-22px {
  font-size: 22px !important;
}

.fsz-23px {
  font-size: 23px !important;
}

.fsz-24px {
  font-size: 24px !important;
}

.fsz-25px {
  font-size: 25px !important;
}

.fsz-26px {
  font-size: 26px !important;
}

.fsz-27px {
  font-size: 27px !important;
}

.fsz-28px {
  font-size: 28px !important;
}

.fsz-29px {
  font-size: 29px !important;
}

.fsz-30px {
  font-size: 30px !important;
}
.fsz-30px {
  font-size: 34px !important;
}
.fsz-35px {
  font-size: 35px !important;
}
.fsz-37px {
  font-size: 37px !important;
}
.fsz-38px {
  font-size: 38px !important;
}
.fsz-40px {
  font-size: 40px !important;
}

.fsz-45px {
  font-size: 45px !important;
}

.fsz-50px {
  font-size: 50px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.znd1 {
  z-index: 1;
}

.znd2 {
  z-index: 2;
}

.znd3 {
  z-index: 3;
}

.znd4 {
  z-index: 4;
}

.znd5 {
  z-index: 5;
}

.znd6 {
  z-index: 6;
}

.znd7 {
  z-index: 7;
}

.znd8 {
  z-index: 8;
}

.znd9 {
  z-index: 9;
}

.znd10 {
  z-index: 10;
}
.destacado {
  object-fit: cover;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}
.colorsumario{
  color: #777;
}
.post_details_block p {
    font-size: 17px;
    line-height: 28px;
}
.color000 {
    color: #000;
}
.share-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#e0e0e0;
  color: #666;
  margin-bottom: 10px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share-icons a:hover {
  /*color: #fff;*/
  background-color: var(--color-main);
}
.share-icons1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-links1 a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.social-links a {
  font-size: 17px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  padding: 1px;
  color: #777;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.social-links a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.social-btn-sp #social-links ul li a {
    padding: 15px;
    margin: 1px;
}
.inner-head {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    padding: 70px 0;
    text-align: center;
    background: #cecdcd;
    margin-bottom: 50px;
}
.tc-breaking-news-style5 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6e9ec;
}
.barra-left {
    background: #263461;
    padding: 0 30px 0 20px;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

/* ----------  tc-latest-posts-style4 ------------ */
.tc-latest-posts-style4 {
  background-color: #3c5c6e !important;
  color: #fff;
}
.tc-latest-posts-style4 .swiper-slide {
  position: relative;
}
.tc-latest-posts-style4 .swiper-slide::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff2;
}
.tc-latest-posts-style4 .swiper-slide .item {
  min-height: 360px;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev {
  width: 25px;
  height: 23px;
  border-radius: 0;
  border: 0;
  top: -32px;
  background-color: #507a92;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next::after,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev::after {
  font-size: 10px;
  color: #fff;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next:hover,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev:hover {
  background-color: var(--color-main);
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next:hover::after,
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-next, .tc-latest-posts-style4 .tc-slider-style1 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.tc-latest-posts-style4 .tc-slider-style1 .swiper-button-prev, .tc-latest-posts-style4 .tc-slider-style1 .swiper-container-rtl .swiper-button-next {
  right: 30px;
  left: auto;
}
.tc-latest-posts-style4 .swiper-pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}
.tc-latest-posts-style4 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0 5px;
  background-color: #fff;
}
.border-2 {
    border-width: 2px !important;
}

.border-white {
    border-color: #fff !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.tc-slider-style1 {
    position: relative;
}
.company-detail .item-inner {
  justify-content: space-between;
  align-items: center; }
  .company-detail .item-inner li {
    display: flex;
    align-items: center;
    padding: 3px 15px;
    margin: -3px -15px;
    font-size: 10px;
    border-right: 1px solid var(--border-color); }
    .company-detail .item-inner li:last-child {
      border-right: 0; }
    .company-detail .item-inner li h6, .company-detail .item-inner li .h6 {
      margin-left: 10px;
      margin-bottom: 0; }
    .company-detail .item-inner li .delivery {
      color: #84CA93; }
      .company-detail .item-inner li .delivery h6, .company-detail .item-inner li .delivery .h6 {
        font-size: 0.875rem;
        color: #707274;
        margin-right: 5px; }
    .company-detail .item-inner li .reviews-info {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .company-detail .item-inner li .reviews-info i {
        color: #FFA902;
        font-size: 20px; }

.icon-70 {
    width: 70px;
    height: 70px;
}
.icon-50 {
    width: 50px;
    height: 50px;
}
.entry-thumbnail .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #0006;
    color: #fff;
}
.masvf {
   font-size: 14px;
   font-weight: 600;
   color: #000;
   margin-top: 5px;
}
.masvfmini {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
}
.video-content video {
  -o-object-fit: cover;
     object-fit: cover;
}
.mt-60 {
  margin-top: 60px !important;
}
.tc-post-list-style3 .items .gary-item {
    padding: 30px;
    background-color: #eff2f5;
}
.tc-post-list-style3 .items .gary-item .img {
    height: 70px;
}
.tc-post-list-style3 .items .gary-item .content h4.title {
    font-size: 17px;
}
.bg-gray1 {
    background-color: #eceff2 !important;
}
