﻿@font-face {
    font-family: myfont;
    src: url('../pancss/ffontM.woff') format('woff');
}

@font-face {
    font-family: myfont;
    src: url('../pancss/ffontB.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: myfont;
    src: url('../pancss/fontL.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: icomoon;
    src: url('../pancss/icomoon.woff') format('woff');
}

.icomoon {
    font-family: icomoon !important;
    width: 0%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 51%;
    margin-top: -30px;
    margin-left: 0px;
    font-size: 69px;
    color: #124b70;
}

.ico-spinner:before {
    content: "\e982";
    position: absolute;
    animation: loader 2s infinite linear;
}

.ico-spinner:after {
    font-family: FontAwesome !important;
    content: "\f111";
    color: #c5102f;
    font-size: 43px;
    position: absolute;
    top: 0px;
    right: 15px;
    animation: loaderz 2s infinite linear;
}









#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #e4e5e5;
    /* animation: loaderb 1s infinite linear;*/
}

/*.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
*/
.perSpan {
    color: #0a0a58 !important;
    position: absolute;
    top: 58%;
    right: 45%;
    font-weight: 800;
}

.fotImg {
    width: 40% !important;
}

@media (max-width: 767px) {
    .icomoon {
        left: 60%;
    }

    .perSpan {
        right: 28%;
    }
}


.fotImg {
    width: 100% !important;
}

}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


@keyframes loaderb {
    0% {
        background: #000;
    }

    50% {
        background: #1f4180;
    }

    100% {
        background: #000;
    }
}

@-webkit-keyframes loaderb {
    0% {
        background: #000;
    }

    50% {
        background: #1f4180;
    }

    100% {
        background: #000;
    }
}


@keyframes loaderz {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loaderz {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}








* {
    font-family: myfont;
    text-align: right;
}

.hide {
    display: none !important;
}

.srch {
    width: 250px;
    border-radius: 40px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-17 {
    padding: 17px;
}

/*[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    top: 3px !important;
    right: 3px !important;
}*/


body {
    /*background-image:url(../images/b.jpg);
background-repeat: no-repeat;
    background-size: cover;*/
}

.imghvr-fade figcaption {
    background-color: transparent !important;
}
/*@media (max-width: 1200px) {

    .navbar-nav {
        padding-left: 370px;
    }
}

@media (min-width: 1165px) {

    .navbar-nav {
        padding-left: 500px;
    }
}*/
.list-unstyled {
    padding-right: 0;
    text-align: right;
}

.fashion-menu-item .fashion-menu-item-row {
    width: 729px !important;
}

@media (min-width: 1260px) {
    .fashion-menu-item .fashion-menu-item-row {
        width: 876px !important;
    }
}






.pt-20 {
    padding-top: 20px;
}



figure {
    overflow: hidden !important;
}

figcaption {
    overflow: hidden !important;
}


















.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;*/
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;*/
    padding: 0px !important;
    list-style: none;
    margin-top: -8px;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 33.33%;
        height: 150px;
        margin-right: 3px;
        margin-left: 3px;
        /*text-indent: -999px;*/
        cursor: pointer;
        background-color: #4c565c;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transition: opacity 0.6s ease;
        background: -webkit-linear-gradient(-125deg, #333 0%,#4a4a4a 100%);
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    /*background-color:#970507;*/
    background: -webkit-linear-gradient(90deg, #a30505 0%,#4a4a4a 100%);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}







/*carsol charkheshi*/


.slider {
    overflow: hidden;
    height: 60vh;
}

.slidec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    mix-blend-mode: normal !important;
    -webkit-mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
    transition: all 2s ease-in-out;
}


    .slidec.current {
        opacity: 1;
        transform: scale(1);
        /* mix-blend-mode: luminosity !important;
        -webkit-mix-blend-mode: luminosity !important;
        background-blend-mode: luminosity !important;*/
        transition-duration: 2s;
    }

    .slidec .content {
        position: absolute;
        bottom: 150px;
        /*left: -600px;*/
        transform: scale(5);
        opacity: 0;
        width: 600px;
        background-color: rgba(255, 255, 255, 0.68);
        color: #333;
        padding: 35px;
    }

        .slidec .content h1 {
            margin-bottom: 10px;
            color: #4c565c;
            font-size: 50px;
            font-weight: 800;
        }

    .slidec.current .content {
        opacity: 1;
        transform: scale(1) !important;
        /*transform: translateX(600px);*/
        transition: all 1s ease-in-out 1s;
    }

.buttons button#next {
    position: absolute;
    top: 92%;
    right: 5px;
}

.buttons button#prev {
    position: absolute;
    top: 92%;
    right: 65px;
}

.buttons button {
    border: 2px solid #fff;
    background-color: rgb(255 255 255 / 48%);
    color: #8d2831;
    cursor: pointer;
    padding: 8px 8px;
    border-radius: 100%;
    outline: none;
    margin-left: 6px;
    transition-duration: 2s;
}

.inAct {
    /*transform: scale(1.2);*/
    background-color: #fff !important;
    transition-duration: 1s;
    animation-name: myMove;
    animation-duration: 2s;
    transform: scale(1.3);
}



@keyframes myMove {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(30px) scale(0.8);
    }

    100% {
        transform: translateX(0px) scale(1.3);
    }
}







.buttons button:hover {
    background-color: #8d2831;
    color: #FFF;
}

@media (max-width: 500px) {
    .slidec .content {
        /*bottom: -300px;*/
        left: 0;
        width: 100%;
    }

    .slidec.current .content {
        /*transform: translateY(-300px);*/
    }
}



/* Background Images */





.onoffswitch {
    position: absolute;
    top: 10%;
    right: 15px;
    width: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    padding: 0;
    line-height: 36px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch-label:before {
        content: "";
        display: block;
        width: 36px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 37px;
        border: 2px solid #E3E3E3;
        border-radius: 36px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #E94654;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #E94654;
    }

        .onoffswitch-checkbox:checked + .onoffswitch-label:before {
            right: 0px;
        }


.mt-30 {
    margin-top: 30px !important;
}

.f-logo {
    float: left;
    margin-top: -82px;
}

@media (max-width : 767px) {
    .ptt-20 {
        padding-top: 0px !important;
    }

    .f-logo {
        margin-top: -8px;
        width: 100%;
    }

    .pnGpic {
        width: 100%;
    }
}

.py-15 {
    padding-top: 2px;
    padding-bottom: 22px;
}

.text-white {
    color: white !important;
}

.post-title {
    text-align: center;
}

.slider * :hover {
    mix-blend-mode: normal !important;
}


.lpost:before {
    bottom: 25px !important;
}

.latest-post-meta {
    position: absolute;
    top: -9px;
}


.post-item-date {
    background-color: #ce050b;
    color: white;
    padding: 1px;
    border-radius: 10px;
    width: 120px;
    text-align: center;
}

    .post-item-date .fa {
        padding-left: 6px;
    }

    .post-item-date::before {
        border: 12px solid;
        border-color: #ce050b transparent transparent;
        bottom: -22px;
        position: absolute;
        content: "";
        display: block;
        height: 0;
        width: 0;
        top: 28px;
        right: 28px;
    }







.ts-feature-content {
    padding-right: 6px;
    padding-left: 6px;
}

    .ts-feature-content * {
        text-align: justify !important;
    }


.w-100 {
    width: 100% !important;
}


.genFile table {
    width: 100%;
    border: 1px solid black;
}

    .genFile table td {
        border: 1px solid darkgray;
        text-align: center;
    }



    .genFile table tr:hover {
        color: #212529;
        background-color: rgba(0, 0, 0, 0.255);
    }


.genFile .col-sm-12 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.genFile .col-md-6 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.genFile hr {
    background-color: #6d6d6d !important;
}

.genFile img {
    border-radius: 5px;
}


.tbma {
    display: inline-flex !important;
}

.nav-style-boxed ul.navbar-nav > li {
    margin-bottom: -1px;
}

.Wafter:after {
    content: "" !important;
}

.mega-menu-heading > i {
    color: #c5102f !important;
    padding-left: 5px;
    font-size: 21px;
}

.fa-angle-left {
    color: #c5102f;
    padding-left: 5px;
}

.dropdown-menu li a:hover .fa-angle-left::before {
    content: "\f137";
}

.dropdown-menu li a {
    transition-duration: 0.5s;
}

.list-unstyled li a:hover {
    background-color: #dfdfdf !important;
    padding-right: 7px;
    /*box-shadow: 0px 2px 6px #cdc7c7;*/
    transition-duration: 0.2s;
}

.brands-navtab li a.active::after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #e50404 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.nav-search i:hover {
    color: black !important;
}

.post-imga {
    width: 100%;
    height: 164px;
}

.dropdown-menu .post-title {
    /*border: 1px solid red;*/
    margin-top: -1px !important;
    background-color: #0f0f0f;
    padding: 5px 0 5px 0px;
}

    .dropdown-menu .post-title a {
        color: white !important;
        padding: 5px 0 5px 0px;
        font-size: 13px;
    }

.footer-widget i {
    color: #c5102f !important;
}

.lang {
    width: 30px;
    height: 30px;
    /* border: 1px solid white;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 100% !important;
    cursor: pointer !important;
}

.fa-home {
    font-size: 25px !important;
    font-weight: 100 !important;
    padding-top: 7px !important;
    color: white;
}

.my-20 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.lastnews {
    border-bottom: 2px solid #ce050b;
    /*border-top: 4px solid black;*/
    padding: 8px 0 8px 0px;
}

    .lastnews::after {
        position: absolute;
        content: " ";
        width: auto;
        height: auto;
        /* bottom: 0; */
        /* top: 40px; */
        left: 49%;
        border-width: 22px;
        border-style: solid;
        border-color: #ce050b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateX(-50%);
        transform: translateX(-45%);
        transform: translateY(105%);
    }

.dividerTitle {
    margin-bottom: 22px;
    padding-right: 30%;
    padding-left: 30%;
}

/*.dropdown-menu .latest-post-media {
            border: 1px solid #ce050b;
        }*/


.pbody {
    border: 1px solid #black;
    position: absolute;
    top: 71%;
    background-color: #00000073;
    /* color: white; */
    width: 100%;
}

.ts-facts-title {
    text-align: center !important;
}

.sInd {
    position: relative;
    top: 91%;
}

.postShadow {
    border: 1px solid #959292;
    box-shadow: 0px 4px 10px darkgrey;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.img-responsive {
    width: 100%;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.post-img {
    width: 100%;
    height: 208px !important;
}

.mb-10 {
    margin-bottom: 20px;
}



.afigure {
    overflow: hidden;
}


    .afigure img {
        margin-bottom: 25px !important;
        border-bottom: 10px solid #e50404 !important;
    }

.hover14 figure {
    position: relative;
}

    .hover14 figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .hover14 figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.imghvr-fold-up {
    background-color: transparent !important;
}

    .imghvr-fold-up figcaption {
        background-color: transparent !important;
        padding: 0 !important;
    }

.services-items {
    clear: both;
    padding: 0;
    text-align: center;
    margin-top: -64px;
    transition-duration: 1s !important;
}

li.services-item {
    display: inline-block;
    margin: 10px 1%;
    transition-duration: 1s !important;
}

.services-item img {
    width: 155px;
    height: 155px;
    border: rgba(255, 255, 255, 0.44) solid 18px;
    /*background: rgba(255, 255, 255, 0.44);*/
    transition-duration: 1s !important;
}

.services-item a:hover img {
    border: rgba(174, 14, 14, 0.8) solid 18px;
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

.rounded-circle {
    border-radius: 100%;
}

.news-item-date {
    float: right;
    margin-left: 0px;
    width: 50px;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: transparent !important;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.news-item img {
    height: 190px !important;
    transition-duration: 0.5s;
}


/*.news-item img:hover {
                transform: scale(1.1);
                transition-duration: 0.5s;
            }*/

.icon-date {
    width: 50px;
    height: 95px;
    background: #ae0e14;
    clear: both;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 33px;
}

.date-red {
    width: 50px;
    height: 95px;
    background: #353f47;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
}

.news-item {
    padding-right: 20px;
    padding-left: 20px;
}


.news-detail h5 {
    text-align: justify;
    direction: rtl;
}


.news-item hr {
    margin: 15px 0 !important;
}

.backNew {
    color: black !important;
    /*padding: 8px;*/
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #b0b0b0;
}

.heading.heading-middle-border {
    position: relative;
}

.heading.heading-middle-border-center {
    text-align: center;
}

.heading.heading-middle-border:before {
    border-top: 1px solid #DBDBDB;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}

.heading.heading-middle-border-center h2, .heading.heading-middle-border-center h3 {
    padding-left: 10px;
    padding-right: 10px;
}

.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    position: relative;
    background: #FFF;
    display: inline-block;
}


.bg-majid {
    color: aqua !important;
}

.wrapper-h {
    padding-right: 5%;
    padding-left: 5%;
}

.float-right {
    float: right !important;
}

.slidec .content {
    display: none !important;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.ts-features-top {
    overflow: hidden;
}

.genFile .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.genFile, .genFile .row, .genFile .container-fluid, .genFile .col-12 {
    padding: 0;
    margin: 0;
}

/*[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    top: -15px !important;
    right: -15px !important;
}
*/

.row {
    width: 100% !important;
}

.dropdown-toggle::after {
    border-top: 0px !important;
}

.list-arrow {
    text-align: right;
}
.ul_link {
    padding-top: 35px !important;
    margin-top: 35px !important
}
.top-ri-3 {
    top: 3px !important;
    right: 3px !important;
}

#tims {
    color: black;
    font-size: 13px;
}

.featured-tab {
    width: 100%;
}

/*.nav-style-boxed ul.navbar-nav > li {
    padding-right: 8px !important;
    padding-left: 8px !important;
}*/

.news-pic a {
    color: black !important;
}

.jam {
    border: 1px solid black;
    margin-top: 10px !important;
}

@media (min-width: 700px) {
    .jam {
        padding: 3px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media (min-width: 1000px) {

    .jam {
        padding: 5px !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
}

@media (min-width: 1400px) {

    .jam {
        padding: 15px !important;
        /*margin-left: 65px !important;
        margin-right: 65px !important;*/
    }
}



.jamzom:hover img {
    transform: scale(1.2) !important;
}

.border-abi {
    border: 3px solid blue;
    border-radius: 10px;
    padding: 10px !important;
    margin-top: 20px !important;
}

/*   .border-abi p {
        color: white !important;
    }*/


.font-38 {
    font-size: 38px !important
}

.play-video video {
    width: 100% !important;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.blog-card {
    margin-right: 20px;
    margin-left: -5px;
    float: left;
    margin-top: 0px;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
    height: 500px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 20px -9px rgba(255,255,255, 0.5);
    text-align: center;
    transition: all 0.4s;
}

    .blog-card a {
        color: #fff;
        text-decoration: none;
        transition: all 0.2s
    }

    .blog-card .color-overlay {
        background: rgba(0,0,0,0.3);
        border-radius: 10px;
        width: 100%;
        height: 500px;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    }

    .blog-card .gradient-overlay {
        background-image: linear-gradient(transparent 0%, rgba(64, 84, 94,0.5) 21%);
        width: 100%;
        height: 500px;
        position: absolute;
        top: 350px;
        left: 0;
        z-index: 15;
    }

    .blog-card:hover {
        box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
    }

        .blog-card:hover .card-info {
            opacity: 1;
            bottom: 100px;
        }

        .blog-card:hover .color-overlay {
            background: rgba(64, 64, 70,0.8);
        }

        .blog-card:hover .title-content {
            margin-top: 70px
        }

.title-content {
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 15px;
    left: 0;
    transition: all 0.6s;
}

.blog-card:hover h3:after {
    animation: changeLetter 0.3s 1 linear;
    width: 80%
}

.blog-card h3, h1 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.9em;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

    .blog-card h3 a {
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        transition: all 0.2s
    }

        .blog-card h3 a:hover {
            text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
        }

h3:after {
    content: " ";
    display: block;
    width: 25%;
    height: 2px;
    margin: 20px auto;
    border: 0;
    background-color: #FBDA61;
    background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    transition: all 0.2s
}

@keyframes changeLetter {
    0% {
        width: 10%;
    }

    100% {
        width: 80%;
    }
}

.intro {
    width: 170px;
    margin: 0 auto;
    color: #ddd;
    line-height: 18px;
}

    .intro a {
        color: #fff
    }

        .intro a:hover {
            text-decoration: underline
        }

.card-info {
    font-size: 18px;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: 0 auto;
    padding: 0 50px;
    font-style: 16px;
    line-height: 24px;
    z-index: 40;
    opacity: 0;
    transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

    .card-info a {
        display: block;
        width: 35%;
        text-align: center;
        margin: 15px auto;
        background: #fff;
        color: #444;
        padding: 3px 10px;
        border-radius: 2px;
        font-size: 0.8em
    }

        .card-info a:hover {
            color: white;
            background-color: #ae0e14;
        }

            .card-info a:hover span {
                filter: brightness(10);
                opacity: 1
            }

.utility-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: left;
    font-size: 19px;
}

    .utility-info:after {
        content: " ";
        background-size: 30px auto;
        display: block;
        opacity: 0.4;
        position: absolute;
        bottom: 25px;
        right: 15px;
        width: 30px;
        height: 15px
    }

    .utility-info a:hover {
        text-decoration: underline
    }

.utility-list {
    display: inline;
    list-style-type: none;
    margin: 0 0 10px 20px;
    padding: 0;
    width: 100%;
    margin-left: 16%;
}

@media (max-width:650px) {
    .utility-list {
        margin-left: 31%;
    }
}


.utility-list li {
    margin: 0 5px 0 0;
    padding: 3px 0 15px 0px;
    display: inline-block;
    font-size: 0.8em
}

.licon {
    position: relative;
    width: 23px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

    .licon:before {
        content: "";
        width: 26px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: -3px;
        left: 0;
    }

.icon-white {
    filter: brightness(10);
}

.icon-black {
    filter: brightness(0);
    opacity: 0.6
}

.icon-like:before {
    background-position: -183px -6px;
}

.icon-com:before {
    background-position: -63px -4px;
}

.icon-dat:before {
    background-position: -94px -7px;
}

.icon-tag:before {
    background-position: -33px -6px;
}

@media (max-width:750px) {
    .utility-info {
        text-align: center;
    }

        .utility-info ul {
            width: 100%;
            margin: 0;
            box-sizing: border-box
        }

        .utility-info li {
            display: inline-block;
            box-sizing: border-box;
            margin: 0
        }
}

@media (max-width:500px) {

    .utility-info li:last-of-type {
        width: 100%
    }

    .card-info {
        display: none
    }

    .blog-card:hover .title-content, .title-content {
        margin-top: 40px
    }

    .blog-card {
        height: 300px
    }

        .blog-card h3 {
            font-size: 1.3em
        }

    .intro {
        font-size: 0.8em
    }
}

.user_info {
    margin-left: 15px;
    display: inline;
}


.fa {
    font-size: 21px;
}

.fa-chevron-down {
    color: red;
}

    .fa-chevron-down:hover {
        text-shadow: 0 0 10px lightgreen, 0 0 15px #FF0000;
        cursor: pointer;
    }

.fa-chevron-up {
    margin-left: 10px;
    color: lightgreen;
}

    .fa-chevron-up:hover {
        text-shadow: 0 0 10px lightgreen, 0 0 15px green;
        cursor: pointer;
    }

.fa-comments {
    margin-left: 15px;
    color: #8EC5FC;
}

    .fa-comments:hover {
        text-shadow: 0 0 6px lightgreen, 0 0 8px blue;
        cursor: pointer;
    }

.post_card > .card_text {
    padding: 8px;
}

    .post_card > .card_text:hover {
        box-shadow: 0 0 30px white, 0 0 35px black;
    }

    .post_card > .card_text > #title {
        font-size: 28px;
    }








/*@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
#newsb {
    background: #ae0e14;
    margin: auto;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    text-align: left !important;
    border-radius: 0px 10px 10px 0px
}

.newh {
    background-color: #152c5d;
    padding: 0px 20px;
    font-size: 21px;
    margin-left: -20px;
    margin-top: -8px;
    position: relative;
    width: 80%;
    -moz-box-shadow: 1px 1px 3px #292929;
    -webkit-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #353f47;
    color: #ffffff;
    text-shadow: 0 1px 0 black;
    text-align: center;
}

@media (min-width: 1000px) {

    .newh {
        width: 25%;
    }

    .blog-card {
        max-width: 48.6% !important;
    }
}

.newarrow {
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 20px solid transparent;
    border-top: 10px solid #0e2249;
    top: 102%;
    left: 0;
    position: absolute;
}



/*@@@@@@@@@@@@@@@@@@*/

.cc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    /*     overflow: hidden;*/
}

.play-button {
    width: 152px;
    height: 152px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.play-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.play-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    cursor: pointer;
}

    .play-close::before,
    .play-close::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
        background-color: #fff;
    }

    .play-close::after {
        transform: rotate(-45deg);
    }

.play-circles {
    display: block;
    width: 100%;
    height: 100%;
}

.play-perspective {
    width: 600px;
    height: 400px;
    position: absolute;
    left: -230px;
    top: -125px;
}

.play-triangle {
    width: 600px;
    height: 400px;
    background-color: #2b2b2b;
    cursor: pointer;
}



/*.backback {
    background: linear-gradient(0deg,#132a57 0,#1f4083 30%,rgb(201 13 43));
}*/

.dropdown-toggle::after {
    border: 0 !important;
    margin: 0 !important;
}


.dropdown-toggle::after {
    display: inline-block !important;
    margin: .255em !important;
    vertical-align: -5px !important;
    content: "" !important;
    border-top: .4em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1f4083 !important;
    box-shadow: 0px 1px #1f4083;
}

.nav-link {
    color: white !important;
}


.buttr {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    transition-duration: 0.5s !important;
}

    .buttr:active {
        border: 0 !important;
    }

.exbt {
    color: #c3345c;
    font-size: 28px;
    cursor: pointer;
}

.bmedadi {
    cursor: pointer !important
}


.copyright {
    background: #303030 url(../images/footer-bg.png) !important;
    background-blend-mode: overlay !important;
}

.dropdown-menu.show {
    background-color: #c5102f;
}

.text-center {
    text-align: -webkit-center !important;
    text-align: center !important;
}


.info-box:hover i {
    animation: loadervv 0.3s linear infinite;
    -webkit-animation: loadervv 0.3s linear infinite;
    color: #c21633 !important;
}
/*.logo {
    transition: transform 0.1s;
}*/




/**/
.logo img {
    transition: all 0.85s cubic-bezier(0.68, 0.45, 0.265, 1.75);
    width:279px;
    /*  transition-duration: 1s;*/
    /*content: '';
    width: 50%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;*/
}



/*.logo:hover::before {
    background: black;
    width: 100%;
}*/




/*
.logo::before {
    border-radius: 50px;
    width: 0%;
    background: #c5102f1f;
}

.logo:hover::before {
    background: #c5102f1f;
    width: 100%;
}
*/
.logo:hover img {
    transform: scale(1.1);
    transition: all 0.85s cubic-bezier(0.68, 0.45, 0.265, 1.75);
}

/*.logo {
    transition: all 0.85s cubic-bezier(0.68, 0.45, 0.265, 1.65);
}

*/


/*.logo:hover {
    animation: flip 1s linear both;
    -webkit-animation: flip 1s linear both;
}*/

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes loadervv {
    0% {
        -webkit-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);
    }

    25% {
        -webkit-transform: rotate(10deg) scale(1.3);
        transform: rotate(10deg) scale(1.3);
    }

    75% {
        -webkit-transform: rotate(-10deg) scale(1.3);
        transform: rotate(-10deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);
    }
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid rgb(48,49,51);
    border-left: 1px solid rgb(48,49,51);
    border-right: 1px solid rgb(48,49,51);
    border-radius: 0 0 8px 8px;
}

.aft::after {
    margin: 8px auto !important;
}

.ts-team-wrapper {
    border: 2px solid #c5102f;
    margin-bottom: 30px;
    border-radius: 10px;
}

.bg-abi {
    background-color: #124b70;
}

.ts-team-wrapper:hover img {
    -webkit-animation: flash 2.5s;
    animation: flash 2.5s;
}



@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.lang:hover {
    -webkit-animation: atom 1s;
    animation: atom 1s;
}

@keyframes atom {
    0% {
        transform: translateX(0) rotate(0);
    }

    30% {
        transform: translateX(var(--tr-X)) rotate(0);
    }

    50% {
        transform: translateX(var(--tr-X)) rotate(180deg);
    }

    80% {
        transform: translateX(0) rotate(180deg);
    }

    100% {
        transform: translateX(0) rotate(360deg);
    }
}

.copyright p {
    color: white !important;
}

.about {
    width: 100%;
    flex-wrap: wrap;
    background-color: white;
}

.b-title:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin: 20px auto;
    border: 0;
    background-color: #FBDA61;
    background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    transition: all 0.2s;
}

.b-content {
    background-color: #124b70;
    margin-top: -114px !important;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 67px #0a2d44;
}

.b-pic {
    width: 100%;
    height: 220px;
}

.w-70 {
    width: 50% !important;
}

.table-responsive {
    display: inline-table !important;
}

@media (max-width:700px) {
    .table-responsive {
        display: block !important;
    }

    .w-70 {
        width: 100% !important;
    }
}
