﻿/*# sourceMappingURL=main.css.map */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: red !important;
    border-color: red !important
}

.btn-outline-info {
    color: black !important;
    background-color: transparent !important;
    background-image: none;
    border-color: red !important
}

    .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 55%) !important;
    }


#header-mid {
    background-repeat: no-repeat;
    background-size: cover;
/*    background-position: center center;*/
}

body {
    margin: 0;
}

.s-media {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}

    .s-media a:first-child {
        border-radius: 0 5px 0 0;
    }

    .s-media a:last-child {
        border-radius: 0 0 5px 0;
    }

.s-item {
    display: block;
    width: 60px;
    height: 60px;
    color: white;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    transition: all linear 0.2s;
}

    .s-item:hover {
        width: 70px;
    }

#sm-open {
    position: fixed;
    top: 300px;
    left: -60px;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
}

.facebook_left {
    background-color: #305891;
}

.twitter_left {
    background-color: #3AAFD6;
}

.youtube_left {
    background-color: #FF0000;
}

.instagram_left {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
    z-index: 99;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/*.carousel-caption h5:first-child {
    text-align: left;
    animation-delay: 0.2s;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding-left: 10px;
    font-family: "Roboto",sans-serif !important;
}

.carousel-caption {
    right: 5% !important;
    left: 2% !important;
    bottom: 0px !important;
    border-radius: 100px;
}

.carousel-indicators {
    bottom: 2px !important;
}

    .carousel-indicators .active {
        background-color: red;
    }*/

.what-cap h4 a {
    font-family: "Roboto",sans-serif !important;
    color: #506172 !important;
    font-size: 14px !important;
    line-height: 0px !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}


.trending-area .trending-main .trand-right-single .trand-right-cap h4 a {
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 0px !important;
    color: #506172;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a {
    font-weight: normal !important;
    font-size: 14px !important;
    font-size: 14px !important;
    line-height: 0px !important;
    color: #506172;
}

.trending-area .trending-main .trand-right-single .trand-right-cap span {
    margin-bottom: 5px !important;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
    margin-bottom: 5px !important;
}

.whats-news-area .whats-news-caption .single-what-news .what-cap, .about-area .whats-news-caption .single-what-news .what-cap, .contact-section .whats-news-caption .single-what-news .what-cap {
    padding: 3px 5px 0px 0;
    background: #fff;
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 95%;
    border-radius: 0 30px 0 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.h4, h4 {
    font-size: 1.3rem;
}

.single-bottom:hover .trend-bottom-img img {
    transform: scale(1.1);
}

.whats-news-area .whats-news-wrapper, .about-area2 .whats-news-wrapper, .contact-section .whats-news-wrapper {
    background: #fff;
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
}

.whats-news-area .whats-news-single, .about-area2 .whats-news-single, .contact-section .whats-news-single {
    margin-left: 15px;
    margin-right: 15px;
}

.whats-news-area .whats-news-single .whates-img, .about-area2 .whats-news-single .whates-img, .contact-section .whats-news-single .whates-img {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 6px;
}

.whats-news-area .whats-news-single .whates-img img, .about-area2 .whats-news-single .whates-img img, .contact-section .whats-news-single .whates-img img {
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: scale(1);
}

.whats-news-area .whats-news-single .whates-caption h4 a, .about-area2 .whats-news-single .whates-caption h4 a, .contact-section .whats-news-single .whates-caption h4 a {
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
}


@media (max-width: 575px) {
    .whats-news-area .whats-news-single .whates-caption h4 a, .about-area2 .whats-news-single .whates-caption h4 a, .contact-section .whats-news-single .whates-caption h4 a {
        font-size: 19px;
    }
}

.whats-news-area .whats-news-single .whates-caption h4 a:hover, .whats-news-wrapper .whats-news-single .whates-caption h6 a:hover, .about-area2 .whats-news-single .whates-caption h4 a:hover, .contact-section .whats-news-single .whates-caption h4 a:hover {
    color: #ff2143;
}


.whats-news-area .whats-news-single .whates-caption span, .about-area2 .whats-news-single .whates-caption span, .contact-section .whats-news-single .whates-caption span {
    color: #707b8e;
    font-size: 12px;
    margin-bottom: 14px;
    display: block;
}

.whats-news-area .whats-news-single .whates-caption p, .about-area2 .whats-news-single .whates-caption p, .contact-section .whats-news-single .whates-caption p {
    margin-bottom: 0;
    font-size: 14px;
}

@media (max-width: 575px) {
    .whats-news-area .whats-news-single .whates-caption p, .about-area2 .whats-news-single .whates-caption p, .contact-section .whats-news-single .whates-caption p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a, .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a, .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a, .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a, .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a {
        font-size: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .whats-news-area .whats-news-single .whates-caption.whates-caption2 p, .about-area2 .whats-news-single .whates-caption.whates-caption2 p, .contact-section .whats-news-single .whates-caption.whates-caption2 p {
        font-size: 15px;
    }
}

.whats-news-area .whats-news-single:hover .whates-img img, .about-area2 .whats-news-single:hover .whates-img img, .contact-section .whats-news-single:hover .whates-img img {
    transform: scale(1.05);
}

.whats-news-area .whats-right-single, .about-area2 .whats-right-single, .contact-section .whats-right-single {
    display: flex;
}

@media (max-width: 575px) {
    .whats-news-area .whats-right-single, .about-area2 .whats-right-single, .contact-section .whats-right-single {
        display: block;
    }
}

.whats-news-area .whats-right-single .whats-right-img img, .about-area2 .whats-right-single .whats-right-img img, .contact-section .whats-right-single .whats-right-img img {
    border-radius: 6px;
}

@media (max-width: 575px) {
    .whats-news-area .whats-right-single .whats-right-img img, .about-area2 .whats-right-single .whats-right-img img, .contact-section .whats-right-single .whats-right-img img {
        margin-bottom: 7px;
    }
}

.whats-news-area .whats-right-single .whats-right-cap, .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap {
    padding-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .whats-news-area .whats-right-single .whats-right-cap, .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .whats-news-area .whats-right-single .whats-right-cap, .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap {
        padding-left: 0px;
    }
}

.whats-news-area .whats-right-single .whats-right-cap span, .about-area2 .whats-right-single .whats-right-cap span, .contact-section .whats-right-single .whats-right-cap span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.whats-news-area .whats-right-single .whats-right-cap h4, .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4 {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .whats-news-area .whats-right-single .whats-right-cap h4, .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4 {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .whats-news-area .whats-right-single .whats-right-cap h4, .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4 {
        font-size: 14px;
    }
}

.whats-news-area .whats-right-single .whats-right-cap h4 a, .about-area2 .whats-right-single .whats-right-cap h4 a, .contact-section .whats-right-single .whats-right-cap h4 a {
    font-weight: 500;
    line-height: 1.4;
}

    .whats-news-area .whats-right-single .whats-right-cap h4 a:hover, .about-area2 .whats-right-single .whats-right-cap h4 a:hover, .contact-section .whats-right-single .whats-right-cap h4 a:hover {
        color: #ff2143;
    }

.whats-news-area .whats-right-single .whats-right-cap p, .about-area2 .whats-right-single .whats-right-cap p, .contact-section .whats-right-single .whats-right-cap p {
    color: #707b8e;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.whats-news-area .single-follow, .about-area2 .single-follow, .contact-section .single-follow 
{
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-radius: 7px;
}

.whats-news-area .single-follow .single-box, .about-area2 .single-follow .single-box, .contact-section .single-follow .single-box 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whats-news-area .single-follow .follow-us, .about-area2 .single-follow .follow-us, .contact-section .single-follow .follow-us 
{
    background: #fff;
    border: 1px solid #f4f4f4;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 49%
}

.whats-news-area .single-follow .follow-us .follow-count, .about-area2 .single-follow .follow-us .follow-count, .contact-section .single-follow .follow-us .follow-count 
{
    padding-left: 15px;
}

.whats-news-area .single-follow .follow-us .follow-count span, .about-area2 .single-follow .follow-us .follow-count span, .contact-section .single-follow .follow-us .follow-count span 
{
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

.whats-news-area .single-follow .follow-us .follow-count p, .about-area2 .single-follow .follow-us .follow-count p, .contact-section .single-follow .follow-us .follow-count p 
{
    margin-bottom: 0;
    line-height: 1;
    font-size: 11px;
}

.whats-news-area .news-poster img, .about-area2 .news-poster img, .contact-section .news-poster img {
    width: 100%;
    padding: 0 61px;
}

.whats-news-area .most-recent-area, .about-area2 .most-recent-area, .contact-section .most-recent-area {
    background: #fff;
    padding: 30px 10px;
    border-radius: 7px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img, .about-area2 .most-recent-area .most-recent .most-recent-img, .contact-section .most-recent-area .most-recent .most-recent-img {
    overflow: hidden;
    position: relative;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img::before, .about-area2 .most-recent-area .most-recent .most-recent-img::before, .contact-section .most-recent-area .most-recent .most-recent-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: ""
}

.whats-news-area .most-recent-area .most-recent .most-recent-img img, .about-area2 .most-recent-area .most-recent .most-recent-img img, .contact-section .most-recent-area .most-recent .most-recent-img img {
    width: 100%;
    border-radius: 7px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap {
    position: absolute;
    bottom: 0px;
    left: 31px;
}

@media (max-width: 575px) {
    .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap {
        bottom: -2px;
        left: 5px;
    }
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap span {
    color: #ffff;
    padding: 9px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 {
    font-size: 16px;
}

@media (max-width: 575px) {
    .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 {
        font-size: 15px;
    }
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap p {
    color: #fff;
    font-size: 12px;
}

.whats-news-area .most-recent-area .most-recent-single, .about-area2 .most-recent-area .most-recent-single, .contact-section .most-recent-area .most-recent-single {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-images img, .about-area2 .most-recent-area .most-recent-single .most-recent-images img, .contact-section .most-recent-area .most-recent-single .most-recent-images img 
{
    border-radius: 6px;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt, .about-area2 .most-recent-area .most-recent-single .most-recent-capt, .contact-section .most-recent-area .most-recent-single .most-recent-capt 
{
    padding-left: 18px;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 
{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
    .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 
    {
        font-size: 15px;
    }
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a 
{
    font-weight: 500;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a {
        font-size: 14px;
    }
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a:hover {
    color: #ff2143;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt p, .about-area2 .most-recent-area .most-recent-single .most-recent-capt p, .contact-section .most-recent-area .most-recent-single .most-recent-capt p {
    color: #707b8e;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.whats-news-area .banner-one img, .about-area2 .banner-one img, .contact-section .banner-one img {
    width: 100%
}

/*.whats-news-area .nav-tabs .nav-link, .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .whats-news-area .nav-tabs .nav-link, .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .whats-news-area .nav-tabs .nav-link, .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .whats-news-area .nav-tabs .nav-link, .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) 
{
    .whats-news-area .nav-tabs .nav-link, .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}

.whats-news-area .nav-tabs .nav-item.show .nav-link, .whats-news-area .nav-tabs .nav-link.active, .about-area2 .nav-tabs .nav-item.show .nav-link, .about-area2 .nav-tabs .nav-link.active, .contact-section .nav-tabs .nav-item.show .nav-link, .contact-section .nav-tabs .nav-link.active 
{
    color: #ff2143;
    background: none;
}

.whats-news-area .nav-tabs .nav-item, .about-area2 .nav-tabs .nav-item, .contact-section .nav-tabs .nav-item 
{
    display: block;
    color: #051441;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.whats-news-area .nav-tabs, .about-area2 .nav-tabs, .contact-section .nav-tabs 
{
    margin-bottom: 31px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: end;
    background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
    .whats-news-area .nav-tabs, .about-area2 .nav-tabs, .contact-section .nav-tabs {
        justify-content: start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) 
{
    .whats-news-area .nav-tabs, .about-area2 .nav-tabs, .contact-section .nav-tabs {
        justify-content: start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) 
{
    .whats-news-area .nav-tabs, .about-area2 .nav-tabs, .contact-section .nav-tabs {
        justify-content: start;
    }
}

@media (max-width: 575px) 
{
    .whats-news-area .nav-tabs, .about-area2 .nav-tabs, .contact-section .nav-tabs {
        justify-content: start;
    }
}*/

.tab-pane 
{
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.whats-news-area .whats-news-single .whates-caption p, .about-area2 .whats-news-single .whates-caption p, .contact-section .whats-news-single .whates-caption p {
    margin-bottom: 0;
    color: #506172;
    font-size: 15px;
    line-height: 21px;
    font-style: normal;
    font-family: "Roboto",sans-serif;
}

.boxed-btn:hover {
    background: #ff0b0b;
    color: #fff !important;
    border: 1px solid #ff0b0b;
}

.boxed-btn {
    color: #ff0b0b !important;
    color: #ff0b0b;
    border: 1px solid #ff0b0b;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span, .trending-area .trending-main .trand-right-single .trand-right-cap span {
    padding: 7px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 19px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
}

.color1 {
    background-color: #ed4141;
    border-radius: 5px;
}

.color2 {
    background-color: #0077b5;
    border-radius: 5px;
}

.color3 {
    background-color: #3f739c;
    border-radius: 5px;
}

.color4 {
    background-color: #13c600;
    border-radius: 5px;
}

.color5 {
    background-color: black;
    border-radius: 5px;
}


.weekly2-pading, .trading-pading, .etkinlik-pading, .about-pading, .blog-pading {
    padding-top: 30px;
    /*    padding-bottom: 40px;*/
}

.blog_item_img .blog_item_date {
    background-color: black !important;
}

.weekly2-news-area .weekly2-wrapper .dot-style .slick-active button, .dot-style .slick-active button {
    background-color: #ff0b0b;
}

.footer-area .footer-social a i:hover, .header-area .header-top .header-info-right .header-social a i:hover {
    color: #ff0b0b;
}

.main-header .main-menu ul li a:hover {
    color: #ff0b0b;
}


.main-header .main-menu ul ul.submenu {
    border-top: 5px solid #ff0b0b;
}

.about-area .about-right .about-prea p, pre {
    border: 0px !important;
    box-sizing: border-box !important;
    margin-bottom: 0px !important;
    padding: 0px 0px 20px !important;
    vertical-align: baseline !important;
    -webkit-tap-highlight-color: transparent !important;
    font-size: 17px !important;
    color: #575757 !important;
    line-height: 1.618 !important;
    font-family: Arial !important;
}

.about-area .about-right .about-prea .about-pera-short {
    font-size: 15px;
    /*    font-family: "Roboto",sans-serif;*/
    color: #506172;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}

.carousel-indicators li {
    height: 9px;
    width:80px;
}

.youtube-area .video-info .video-caption .top-caption {
    background: none;
}

.weekly2-caption span {
    font-weight: bold
}

#breaking-news-title {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption span {
    background-color: rgba(100, 100, 100, 0.8);
    color: white;
}

.breadcrumb-item  {
    font-size: small
}
.breadcrumb-item a {
    color: black;
    font-family: Arial;
    font-size:small
}

    .breadcrumb-item a:hover {
        text-decoration: underline;
        color: #007bff;
    }

pre {
    white-space: pre-wrap;
    word-break: break-word
}

.media post_item a:hover {
    background: -webkit-linear-gradient(131deg, #fc3f00 0%, #fc3f00 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s;
}


.col-lg-4 {
border-top: 1px dotted #eee;
}

.kLmPqz {
    background-color: rgb(0 0 0 / 44%) !important;
}

#scrollUp {
    display: none !important;
}

a.weatherwidget-io {
    pointer-events: none !important;
    cursor: default !important;
}

/*Radio*/
  .player {
    position: relative;
/*    width: 23em;*/
    min-height: 20em;
    @* overflow: hidden;
    *@ background-color: #eeeeee1c;
    border-radius: 0.25em;
    box-shadow: 0 1.5em 2em -1em rgba(0,0,0,0.8), inset 0 0.0625em 0 rgba(255,255,255,1), inset 0 -0.125em 0.0625em rgba(0,0,0,0.3);
}

.album {
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    width: 15em;
    height: 15em;
    margin-bottom: -13%;
    overflow: hidden;
    transform: translate(-50%,-25%);
    background-color: #111;
    border: 1px solid #111;
    border-radius: 50%;
    box-shadow: 0 0.0625em 0.1875em rgba(0,0,0,0.5), 0 0 0.125em 0.3125em #ddd, 0 0.0625em 0 0.375em #bbb, 0 0 0.375em 0.325em rgba(0,0,0,0.3), 0 0 0.5em 0.375em rgba(0,0,0,0.3), 0 0.25em 1em 0.5em rgba(0,0,0,0.15), inset 0 0 0 0.0625em rgba(0,0,0,0.5), inset 0 0 0 0.1875em rgba(255,255,255,1), inset 0 0 0 0.375em rgba(0,0,0,0.5), inset 0 0 0 0.4375em rgba(255,255,255,0.2), inset 0 0 0 0.5em rgba(0,0,0,0.5), inset 0 0 0 0.5625em rgba(255,255,255,0.3), inset 0 0 0 0.625em rgba(0,0,0,0.5), inset 0 0 0 0.6875em rgba(255,255,255,0.2), inset 0 0 0 0.75em rgba(0,0,0,0.5), inset 0 0 0 0.8125em rgba(255,255,255,0.3), inset 0 0 0 0.875em rgba(0,0,0,0.5), inset 0 0 0 0.9375em rgba(255,255,255,0.3), inset 0 0 0 1em rgba(0,0,0,0.5), inset 0 0 0 1.0625em rgba(255,255,255,0.2), inset 0 0 0 1.125em rgba(0,0,0,0.5), inset 0 0 0 1.1875em rgba(255,255,255,0.3), inset 0 0 0 1.25em rgba(0,0,0,0.5), inset 0 0 0 1.3125em rgba(255,255,255,0.2), inset 0 0 0 1.375em rgba(255,255,255,0.2), inset 0 0 0 1.4375em rgba(0,0,0,0.5), inset 0 0 0 1.5em rgba(255,255,255,0.3), inset 0 0 0 1.5625em rgba(0,0,0,0.5), inset 0 0 0 1.625em rgba(255,255,255,0.3), inset 0 0 0 1.6875em rgba(0,0,0,0.5), inset 0 0 0 1.75em rgba(255,255,255,0.2), inset 0 0 0 1.8125em rgba(0,0,0,0.5), inset 0 0 0 1.875em rgba(255,255,255,0.2), inset 0 0 0 1.9375em rgba(0,0,0,0.5), inset 0 0 0 2em rgba(255,255,255,0.3), inset 0 0 0 2.0625em rgba(0,0,0,0.5), inset 0 0 0 2.125em rgba(0,0,0,0.5), inset 0 0 0 2.1875em rgba(255,255,255,0.1), inset 0 0 0 2.25em rgba(0,0,0,0.5), inset 0 0 0 2.3125em rgba(255,255,255,0.2), inset 0 0 0 2.375em rgba(255,255,255,0.1), inset 0 0 0 2.4375em rgba(0,0,0,0.5), inset 0 0 0 2.5em rgba(255,255,255,0.3), inset 0 0 0 2.5625em rgba(0,0,0,0.5), inset 0 0 0 2.625em rgba(255,255,255,0.2), inset 0 0 0 2.6875em rgba(0,0,0,0.5), inset 0 0 0 2.75em rgba(255,255,255,0.2), inset 0 0 0 2.8125em rgba(0,0,0,0.5), inset 0 0 0 2.875em rgba(255,255,255,0.2), inset 0 0 0 2.9375em rgba(0,0,0,0.5), inset 0 0 0 3em rgba(255,255,255,0.3), inset 0 0 0 3.0625em rgba(0,0,0,0.5), inset 0 0 0 3.125em rgba(0,0,0,0.5), inset 0 0 0 3.1875em rgba(255,255,255,0.2), inset 0 0 0 3.25em rgba(0,0,0,0.5), inset 0 0 0 3.3125em rgba(255,255,255,0.2), inset 0 0 0 3.375em rgba(255,255,255,0.1), inset 0 0 0 3.4375em rgba(0,0,0,0.5), inset 0 0 0 3.5em rgba(255,255,255,0.3);
}

    .album::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%);
        background-image: linear-gradient( -45deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.125), rgba(255,255,255,0) 70% ), linear-gradient( -48deg, rgba(255,255,255,0) 45%, rgba(255,255,255,0.075), rgba(255,255,255,0) 55% ), linear-gradient( -42deg, rgba(255,255,255,0) 45%, rgba(255,255,255,0.075), rgba(255,255,255,0) 55% ), radial-gradient( circle at top left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 80% ), radial-gradient( circle at bottom right, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 80% );
    }

.cover,
.cover div {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    overflow: hidden;
    transform-origin: 0 0;
    transform: rotate(0) translate(-50%,-50%);
    border-radius: 50%;
    animation: spin 4s linear infinite paused;
}

.ffing .cover {
    animation-play-state: running;
}

.cover div {
    border-radius: 0;
    animation: spin 2s linear infinite reverse paused;
}

.rwing .cover div {
    animation: spin 2s linear infinite reverse running;
}

.cover::before,
.cover::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    transform: rotate(0) translate(-50%,-50%);
    border-radius: 50%;
    box-shadow: inset 0 0.0625em rgba(255,255,255,0.3);
    animation: spin 4s linear infinite reverse paused;
}

.cover::after {
    width: 0.25em;
    height: 0.3125em;
    margin-top: -0.0625em;
    background-color: #eee;
    border-radius: 0.125em;
    box-shadow: inset 0 -0.0625em 0.0625em rgba(0,0,0,0.5), inset 0.0625em -0.0625em 0.125em rgba(255,255,255,0.15), inset -0.0625em -0.0625em 0.125em rgba(255,255,255,0.15), inset 0 -0.125em 0.125em rgba(0,0,0,0.8), 0 0.0625em 0.0625em rgba(0,0,0,0.5), 0 0.0625em 0.25em 0.0625em rgba(0,0,0,0.15), 0 0 0.25em 0.125em rgba(0,0,0,0.15);
}

.ffing .cover::before,
.ffing .cover::after {
    animation-play-state: running;
}

.cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    transform: rotate(0) translate(-50%,-50%);
    animation: spin 4s linear infinite paused;
}

.paused .cover img {
    animation-play-state: paused;
}

.playing .cover img {
    animation-play-state: running;
}

.info {
    text-align: center;
    text-shadow: 0 0.0625em rgba(255,255,255,1);
    color: #506172;
}

.time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}

    .time > * {
        margin: 0 0.5em;
    }

.progress {
    flex-grow: 2;
    height: 0.125em;
    background-color: #999;
    border-radius: 0.0625em;
    box-shadow: 0 0.0625em rgba(255,255,255,1);
    cursor: pointer;
}

    .progress span {
        display: block;
        width: 0;
        height: 100%;
        background-color: #666;
    }

.actions {
    position: relative;
    width: 100%;
    padding: 1em 0 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .actions button {
        appearance: none;
        outline: none;
        position: relative;
        padding: 0;
        font-size: 100%;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .actions .button {
        width: 3em;
        height: 3em;
        background-color: transparent;
        background-image: linear-gradient(#ddd, #f6f6f6);
        border: none;
        border-radius: 50%;
    }

        .actions .button::before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            width: 80%;
            height: 80%;
            transform: translate(-50%,-50%);
            background-color: #f4f4f4;
            border: 0.125em solid #d5d5d5;
            border-radius: 50%;
            box-shadow: inset 0 0.25em 1em -0.25em rgba(255,255,255,0.75);
        }

        .actions .button:hover::before {
            background-color: #fcfcfc;
        }

.play-pause {
    width: 5em;
    height: 5em;
}

.rw {
    right: -0.25em;
    margin-left: 0.375em;
    transform: scaleX(-1);
}

.ff {
    left: -0.25em;
    margin-right: 0.375em;
}

.button .arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    overflow: hidden;
    transform: translate(-50%,-50%);
}

    .button .arrow::before,
    .actions .button .arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        width: 100%;
        height: 100%;
        transform: scale(1.2,0.7) rotate(45deg);
        background-color: #ddd;
        box-shadow: inset 0 0.125em 0.125em -0.0625em rgba(0,0,0,0.15), 0.0625em 0.0625em 0.125em rgba(255,255,255,1);
    }

.actions .button .arrow::after {
    left: 0;
    transform: none;
    background-color: transparent;
    box-shadow: inset 0.0625em 0 0.125em -0.0625em rgba(0,0,0,0.1);
}

.paused .play-pause .arrow {
    margin-left: 0.1875em;
}

.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
    left: 0;
    width: 0.4375em;
    transform: none;
    background-color: #ddd;
    box-shadow: inset 0.0625em 0.125em 0.125em -0.0625em rgba(0,0,0,0.15), 0.0625em 0.0625em 0.125em rgba(255,255,255,1);
}

.playing .play-pause .arrow::after {
    left: auto;
    right: 0;
}

.rw .arrow,
.ff .arrow {
    width: 20%;
    height: 20%;
    margin-left: 12%;
}

    .rw .arrow:first-child,
    .ff .arrow:first-child {
        margin-left: -4%;
    }

.actions .button:active .arrow::before,
.playing .play-pause .arrow::before,
.playing .play-pause .arrow::after {
    background-color: #cef;
}

.shuffle {
    width: 1.375em;
    height: 1.375em;
    color: #d5d5d5;
}

    .shuffle .arrow {
        position: absolute;
        top: 0.1875em;
        left: 0;
        width: 0.375em;
        height: 0.125em;
        color: inherit;
        background-color: currentColor;
    }

        .shuffle .arrow::before {
            content: '';
            position: absolute;
            top: 0;
            left: calc(100% + 0.125em);
            width: 0.5em;
            height: 1em;
            transform: skewX(30deg);
            border-bottom: 0.125em solid;
            border-left: 0.125em solid;
            box-shadow: -0.3125em 0em 0 -0.1875em #eee, inset 0.375em 0.25em 0 -0.25em #eee;
        }

        .shuffle .arrow::after {
            content: '';
            position: absolute;
            top: 0.6875em;
            left: calc(100% + 0.625em);
            border: 0.25em solid transparent;
            border-left-width: 0.375em;
            border-left-color: currentColor;
        }

        .shuffle .arrow:first-child {
            transform-origin: 0 0.5em;
            transform: scaleY(-1);
        }

.repeat {
    width: 1.375em;
    height: 1.375em;
    color: #d5d5d5;
    border: 0.125em solid;
    border-right-color: transparent;
    border-radius: 50%;
}

    .repeat::before {
        content: '';
        position: absolute;
        top: -0.125em;
        left: -0.125em;
        width: calc(100% + 0.25em);
        height: calc(100% + 0.25em);
        transform: rotate(-45deg);
        border: 0.125em solid transparent;
        border-right-color: currentColor;
        border-radius: 50%;
    }

    .repeat::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -0.3125em;
        border: 0.25em solid transparent;
        border-top-width: 0.375em;
        border-top-color: currentColor;
    }

    .shuffle.active,
    .repeat.active {
        color: #bde;
    }

@keyframes spin {
    100% {
        transform: rotate(360deg) translate(-50%,-50%);
    }
}

.whats-news-area .nav-tabs .nav-link, .about-area .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link {
    padding: 10px 11px !important;
}

.whats-news-area .nav-tabs .nav-item, .about-area .nav-tabs .nav-item, .contact-section .nav-tabs .nav-item {
    font-size: 14px;
}


.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    margin: 10px;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

    .snip1527 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1527 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    .snip1527 figcaption {
        padding: 10px 5px 10px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

        .snip1527 figcaption:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #700877;
            content: '';
            background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            opacity: 0.8;
            z-index: -1;
        }

    .snip1527 .date {
        background-color: #fff;
        border-radius: 50%;
        color: #700877;
        font-size: x-large;
        font-weight: 700;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 20px;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: -25px;
    }

        .snip1527 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1527 .date .month {
            font-size: 11px;
        }

    .snip1527 h3,
    .snip1527 p {
        margin: 0;
        padding: 0;
    }

    .snip1527 h3 {
        display: inline-block;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
        color: white
    }

    .snip1527 p {
        font-size: 0.8em;
        line-height: 1.6em;
        margin-bottom: 0px;
        color: white
    }

    .snip1527 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1527:hover img,
    .snip1527.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.table-image td, th
{
    vertical-align: center;
}


.table .table-light table-striped th {
    font-weight: bold !important;
    background-color: #9cbfd3 !important;
    font-size: 10px !important;
    color: white;
}



#sırano {
    font-size: x-large;
    color: #700877;
    width: 25px;
}


/*# carousel */
.carousel-item {
    background: #eee;
}


    .carousel-item:hover {
        cursor: grab;
    }

.carousel-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0px;
    background-color: rgb(0,0,0);
    background-color: #00000045;
    font-family: "Roboto",sans-serif !important;
    display: block
}

    .carousel-caption h5,
    .carousel-caption p.lead {
        color: white;
        text-shadow: 2px 2px 4px #000000;
        font-size: small;
        padding-left: 10px;
    }

.carousel-indicators li {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 100%;
    align-self: center;
    transition: all 0.6s ease-in-out;
}

    .carousel-indicators li.active {
        width: 1rem;
        height: 1rem;
        background-color: red;
    }

.carousel-indicators {
    bottom: -10px;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: 2px solid #fff;
    border-radius: 100%;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background: #000;
        color: #000;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 5%;
    color: #fff;
    text-align: center !important;
}

    .carousel-caption h5 {
        left: 5px;
        font-weight: bold;
        font-size: medium
    }

#TopOn {
    background-image: linear-gradient(to right, #ffffff, #e2d4e9, #d3a7c8, #c97899, #b84860, #b84860, #b84860, #b84860, #c97899, #d3a7c8, #e2d4e9, #ffffff);
}

#TopOnTable {
    border-collapse: separate !important;
    border-spacing: 0 1em !important;

}

#kur-tablo th {
    font-weight: bold !important;
    background-color: #9cbfd3 !important;
    font-size: 10px !important;
    color: white;
}

.generic-blockquote {
    border-left: 4px solid #ed4141 !important;
    padding: 20px 30px 20px 20px;
}

.trand-right-img img {
    border-radius: 6px;
    width: 160px;
    height: 100px;
}

