@import url(https://fonts.googleapis.com/css?family=Raleway);
/*!*LRAHOS HOVER*!*/

.hover-1 {
    background: linear-gradient(to right, #fff, #e0e5f1) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s, background-position 0s;
}

.hover-1:hover {
    --p: 100%;
    color: #fff;
}

.big_1 {
    margin-right: 5px;
    width: 70%;
    height: auto;
    border: solid black;
}

.moveSlide {
    border-radius: 10px;
}


.content_1 {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content_1 .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.content_1:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}

.content_1:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details .h33 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details .p_11 {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.title_1 {
    font-weight: 600;
    margin: 0 !important;
    /*padding: 20px 50px !important;*/
    padding: 20px 30px !important;
    width: 100%;
    bottom: 0 !important;
    left: 0 !important;
    /*background: linear-gradient(180deg, rgba(89,89,89,0) 0%, rgba(5,5,5,1) 100%) !important;*/
    background: linear-gradient(180deg, rgba(89,89,89,0) 0%, rgba(89,89,89,0.3897934173669467) 20%, rgba(5,5,5,1) 100%) !important;
    text-overflow: ellipsis;
    height: auto;
    min-height: 40%;
    white-space: nowrap;
    overflow: hidden;
}

.title_1 span {
    height: auto;
    max-width: 100%;
    white-space: initial;
}

.titleH4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgSmall {
    height: 32.5%;
}

.search_avatar {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 5px;
}


.blink-text {
    background-color: #000;
    font-weight: bold;
    font-size: 2rem;
    -webkit-animation: blinkingText 2s infinite;
    animation: blinkingText 2s infinite;
    transition-timing-function: ease-in;
    /*transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);*/
}

@-webkit-keyframes blinkingText {
    0% {
        background-color: #b61100;
    }
    100% {
        background-color: #ea402f;
    }
}

@keyframes blinkingText {
    0% {
        background-color: #b61100;
    }
    100% {
        background-color: #ea402f;
    }
}

.category_name_single a {
    background-color: #3d6095;
    border-radius: 5px;
    color: #fff;
    padding: 3px;
    transition: all .2s linear;
}

.category_name_single a:hover {
    background-color: #5c7eb3;
}

@media screen and (max-width: 1540px) {
    .img_1 {
        height: 330px !important;
    }

    .img_min {
        height: 330px !important;
    }

    .img_2 {
        height: 330px !important;
    }

    .imgSmall .fx5 a .item h4 {
        font-size: 7px !important;
        height: 45px !important;
    }

    .fx5 a .item h4 {
    }

    .mainH5 {
        /*bottom: 10% !important;*/
        font-size: 12px !important;
    }

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

    .play-button {
        width: 50px !important;
        height: 50px !important;
        bottom: 3px !important;
    }

    .text {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        /* number of lines to show */
        line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
    }
}

.text1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.info_single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1199px) {
    .main_min {
        display: none;
    }

    .main-content {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .main_min {
        display: block;
    }

    .main-content {
        display: none;
    }
}

/*.svg_play {*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    top: calc(50% - 30px);*/
/*    left: calc(50% - 30px);*/
/*}*/

/*#create_iframe {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    display: block;*/
/*}*/

.media_play {
    width: 32px;
    height: 32px;
}

.svg_play_media {
    z-index: 1;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.main-img {
    height: 100%;
}

.mainH4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.iframe_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bttn-st {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9999 !important;
    background: transparent;
}

.bttn-st-small-small {
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.select-cont {
    background-color: blue;
}

.select-cat {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    z-index: 20;
    position: relative;
    top: 32px;
    left: 0;
    font: inherit;
    width: 13em;
    height: 2em;
    padding: 0 3em 0 1em;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center/1.4em, linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    color: white;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;

}

.select-cat .option-cat {
    color: inherit;
    background-color: #320a28;
}

.select-cat:focus {
    outline: none;
}

/*.select-cat::-ms-expand {*/
/*    display: none;*/
/*}*/

.dropbtn {
    /*background-color: rgb(61 96 149);*/
    background-color: rgb(87 102 124 / 79%);
    color: white;
    padding: 6px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    width: 170px !important;
    cursor: pointer;
    display: block;
}

.dropdown {
    z-index: 20;
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 25px;
}

.dropdown-content {
    display: none;
    position: relative;
    right: 0;
    color: #fff;
    background-color: rgb(87 102 124 / 90%);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 21;
    border-radius: 0 0 8px 8px;
    width: 170px !important;
}

.dropdown-content a {
    color: #fff;
    padding: 9px 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:last-child {
    border-radius: 0 0 8px 8px;
}

.dropdown-content a:hover {
    background-color: #859ec5;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: rgb(133 158 197 / 88%);
    color: #fff !important;
    border-radius: 8px 8px 0 0;
}

.f_address a:hover {
    color: #3d6095 !important;
}

.f_address a {
    color: rgba(255, 255, 255, .45) !important;

}

.f_mail a:hover {
    color: #3d6095 !important;
}

.f_mail a {

    color: rgba(255, 255, 255, .45) !important;
}

.f_phone a:hover {
    color: #3d6095 !important;

}

.f_phone a {
    color: rgba(255, 255, 255, .45) !important;
}

.videocard-title span .str1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    height: auto;
}

@media screen and (max-width: 1440px )and (min-width: 765px) {
    .dropbtn {
        width: 110px !important;
        font-size: 10px;
    }

    .dropdown {
        top: 17px;
        left: 19px;
    }

    .dropdown-content {
        width: 100px !important;
        font-size: 10px;

    }
}
.creatContain{
    display: flex;
    flex-direction: row;
}

blockquote {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    color: #5a6472;
    quotes: "“" "”" "‘" "’";
    margin: 20px 0;
    padding: 15px;
    position: relative;
    background-color: #f8f9fa; 
    border-left: 4px solid #d1d1d1; 
  }
  
  blockquote::before {
    content: open-quote;
    font-size: 2em;
    color: #5a6472;
    position: absolute;
    left: -5px;
    top: -5px;
  }
  
  blockquote::after {
    content: close-quote;
    font-size: 2em;
    color: #5a6472;
    position: absolute;
    right: 10px;
    bottom: -10px;
  }

  .newstext {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}
  
