@import url('https://fonts.googleapis.com/css?family=Open Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,800,800i,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    position: relative;
}

a,
a:hover {
    text-decoration: none;
}

:root {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
}


.preloader{
    position: fixed;
    z-index: 999999;
    width: 100%;
    
    display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      overflow: hidden;
      background: #fff;
}

body .preloader svg {
  position: absolute;
  width: 0;
  height: 0;
}

body .wrap {
  width: 400px;
  height: 900px;
  position: relative;
  -webkit-animation: scrollup 6s linear infinite;
          animation: scrollup 6s linear infinite;
  filter: url("#goo");
}
@-webkit-keyframes scrollup {
  from {
    transform: scale(0.75) translateY(100px);
  }
  to {
    transform: scale(0.75) translateY(-100px);
  }
}
@keyframes scrollup {
  from {
    transform: scale(0.75) translateY(100px);
  }
  to {
    transform: scale(0.75) translateY(-100px);
  }
}
body .wrap .angle {
  position: absolute;
  width: 200px;
  height: 200px;
  left: calc(50% - 50px);
  filter: contrast(10px);
}
body .wrap .angle:first-of-type {
  -webkit-animation: rolldown 6s ease-in-out infinite;
          animation: rolldown 6s ease-in-out infinite;
}
@-webkit-keyframes rolldown {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rolldown {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body .wrap .angle:first-of-type:before {
  -webkit-animation: rolldown2 6s ease-in-out infinite;
          animation: rolldown2 6s ease-in-out infinite;
  transform-origin: top right;
}
@-webkit-keyframes rolldown2 {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rolldown2 {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body .wrap .angle:nth-of-type(2) {
  -webkit-animation: rolldown3 6s ease-in-out infinite;
          animation: rolldown3 6s ease-in-out infinite;
  transform-origin: left;
}
@-webkit-keyframes rolldown3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  37.5% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rolldown3 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  37.5% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
body .wrap .angle:nth-of-type(2):before {
  -webkit-animation: rolldown4 6s ease-in-out infinite;
          animation: rolldown4 6s ease-in-out infinite;
  transform-origin: top left;
}
@-webkit-keyframes rolldown4 {
  0% {
    transform: rotate(0deg);
  }
  37.5% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rolldown4 {
  0% {
    transform: rotate(0deg);
  }
  37.5% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
body .wrap .angle:nth-of-type(3) {
  -webkit-animation: rolldown5 6s ease-in-out infinite;
          animation: rolldown5 6s ease-in-out infinite;
}
@-webkit-keyframes rolldown5 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  62.5% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rolldown5 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  62.5% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body .wrap .angle:nth-of-type(3):before {
  -webkit-animation: rolldown6 6s ease-in-out infinite;
          animation: rolldown6 6s ease-in-out infinite;
  transform-origin: top right;
}
@-webkit-keyframes rolldown6 {
  0% {
    transform: rotate(0deg);
  }
  62.5% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rolldown6 {
  0% {
    transform: rotate(0deg);
  }
  62.5% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
body .wrap .angle:nth-of-type(4) {
  -webkit-animation: rolldown7 6s ease-in-out infinite;
          animation: rolldown7 6s ease-in-out infinite;
  transform-origin: left;
}
@-webkit-keyframes rolldown7 {
  0% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(0deg);
  }
  87.5% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rolldown7 {
  0% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(0deg);
  }
  87.5% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
body .wrap .angle:nth-of-type(4):before {
  -webkit-animation: rolldown8 6s ease-in-out infinite;
          animation: rolldown8 6s ease-in-out infinite;
  transform-origin: top left;
}
@-webkit-keyframes rolldown8 {
  0% {
    transform: rotate(0deg);
  }
  87.5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rolldown8 {
  0% {
    transform: rotate(0deg);
  }
  87.5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
body .wrap .angle:nth-of-type(1) {
  top: calc((50% - 250px) + (0 * 50px));
}
body .wrap .angle:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #bd1522, #82358c  150%);
}
body .wrap .angle:nth-of-type(even):before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body .wrap .angle:nth-of-type(odd):before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
body .wrap .angle:nth-of-type(2) {
  top: calc((50% - 250px) + (1 * 50px));
}
body .wrap .angle:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #bd1522, #82358c  150%);
}
body .wrap .angle:nth-of-type(even):before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body .wrap .angle:nth-of-type(odd):before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
body .wrap .angle:nth-of-type(3) {
  top: calc((50% - 250px) + (2 * 50px));
}
body .wrap .angle:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #bd1522, #82358c 150%);
}
body .wrap .angle:nth-of-type(even):before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body .wrap .angle:nth-of-type(odd):before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
body .wrap .angle:nth-of-type(4) {
  top: calc((50% - 250px) + (3 * 50px));
}
body .wrap .angle:nth-of-type(4):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #bd1522, #82358c 150%);
}
body .wrap .angle:nth-of-type(even):before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
body .wrap .angle:nth-of-type(odd):before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}













body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1C2025;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa;
}

body::-webkit-scrollbar-thumb {
    background-color: #bd1522;
    border: 2px solid #bd1522;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    background: #fbfbff;
}

/*
body.innerpage {
    padding-top: 93px
}
*/

.p-0 {
    padding: 0;
}


/*Header*/

header {
   
    transition: 0.5s all;
    padding: 10px 0;
}

header .logo {
    line-height: 0;
}

header.gfHeader {
    background: #fff;
    transition: 0.5s all;
/*    box-shadow: 0 0 17px #000;*/
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

header .container,
header .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
}


/*Logo*/

header .navbar-brand img {
    width: 270px
}


/*Menü*/

header .gfMenu .nav-link {
    color: #fff;
    transition: 0.5s all;
}

header .gfMenu .nav-link:hover {
    color: #bd1522;
}

header .gfMenu .navbar-toggler {
    outline: none;
}

header .gfMenu .navbar-toggler i {
    color: #fff;
}

header.gfHeader .gfMenu .nav-link {
    color: #1c2025;
    transition: 0.5s all;
}

header.gfHeader .gfMenu .nav-link:hover {
    color: #bd1522;
}

header.gfHeader .loginRegisterBox-toggler,
header.gfHeader .gfMenu .navbar-toggler i {
    color: #bd1522
}

header .loginRegisterBox-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    outline: none;
    color: #fff
}

.loginRegisterBox-toggler {
    display: none;
}



header .search-toggle {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    outline: none;
    color: #bd1522
}

.search-toggle {
    display: none;
}

header .loginRegisterBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

header .loginRegisterBox .lBox {
    background: #fff;
    padding: 5px 15px 5px 10px;
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
    text-decoration: none;
}

header .loginRegisterBox .lBox i {
    margin-right: 20px;
    transition: 0.5s
}

header .loginRegisterBox .lBox:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
    z-index: 1;
    left: calc(-100% - 40px);
    top: 0;
/*    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 5% 100%, 0% 50%);*/
    transition: 0.5s;
}

header .loginRegisterBox .lBox:hover:after {
    left: 33px;
}

header .loginRegisterBox .lBox span {
    z-index: 2;
    text-transform: capitalize;
}

header .loginRegisterBox .lBox.login {
    color: #b71520
}

header .loginRegisterBox .lBox.register {
    color: #006293
}

header .loginRegisterBox .lBox:hover span {
    color: #fff;
}

header .loginRegisterBox .lBox.login:hover span i {
    color: #b71520;
}

header .loginRegisterBox .lBox.register:hover span i {
    color: #006293;
}

header .loginRegisterBox .lBox.login:after {
    background: #b71520;
}

header .loginRegisterBox .lBox.register:after {
    background: #006293;
}


/*/////////////////////////\\\\\\\\\\\\\\\\\\\*\ */

header.gfHeader .loginRegisterBox .lBox:after {
    left: 33px;
}

header.gfHeader .loginRegisterBox .lBox span {
    color: #fff;
}

header.gfHeader .loginRegisterBox .lBox.login span i {
    color: #b71520;
}

header.gfHeader .loginRegisterBox .lBox.register span i {
    color: #006293;
}

header .search {
    margin-right: 10px;
    position: relative;
}

header .search a {
    color: #fff;
    font-size: 18px
}

header.gfHeader .search a {
    color: #1c2025;
    font-size: 18px
}

header .search .searchBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ebebeb;
    width: 350px;
    margin-top: 10px;
    box-shadow: 0 0 5px #dedede;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s
}

header .search .searchBox.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

header .search .searchBox input {
    border: none;
    width: 100%;
    outline: none;
}

header .search .searchBox .searchResult {
    border-top: 1px solid #ebebeb;
    margin-top: 4px;
    position: relative;
    padding-top: 5px;
}

header .search .searchBox .searchResult .info {
    font-size: 12px;
    color: #ddd;
}

header .search .searchBox .searchResult .result {
    list-style: none;
    padding: 0;
    color: #000;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 4px;
    margin-bottom: 0;
}

header .search .searchBox .searchResult .result li a {
    color: #000;
    font-size: 12px;
    padding: 5px;
    display: block;
    background: #ebebeb;
    margin-bottom: 5px;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
    transition: 0.5s
}

header .search .searchBox .searchResult .result li a:hover {
    background: #ddd;
}

header .search .searchBox .searchResult .result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

header .search .searchBox .searchResult .result::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

header .search .searchBox .searchResult .result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #555;
}

header .search .searchBox .searchResult .searchAnime {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 30px;
    color: #bd1522;
    opacity: 1;
    transition: 0.5s
}

header .search .searchBox .searchResult .searchAnime.hidden {
    visibility: hidden;
    opacity: 0;
}

header.gfInner {
    background: #fff
}

header.gfInner .gfMenu .nav-link {
    color: #1c2025;
    transition: 0.5s all;
}

header.gfInner .gfMenu .nav-link:hover {
    color: #bd1522;
}

header.gfInner .loginRegisterBox-toggler,
header.gfInner .gfMenu .navbar-toggler i {
    color: #bd1522
}

header.gfInner .search a {
    color: #1c2025;
    font-size: 18px;
}






header .mobileSearchArea{
    display: none;
}

/*Home Sldier*/

.slick-slide,
.slick-slide::before,
.caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeSlider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    margin-top: 30px
}

.homeSlider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.homeSlider .item {
    position: relative;
}

/*
.homeSlider .item .sliderLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
*/

.slick-slide {
    position: relative;
    /*height: 55vw;*/
}

/*
.slick-slide::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(60, 60, 60, 1) 0%, rgba(160, 160, 160, 1) 7%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 70%, rgba(160, 160, 160, 1) 80%, rgba(60, 60, 60, 1) 90%);
    opacity: .3;
    z-index: 1;
}
*/

.nobg::before {
    background: none;
}

.slick-slide.vimeo iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 150%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-slide.item {
    /*height: 445px;*/
    overflow: hidden;
}
.slick-slide.item img{
    width: 100%;
    height: auto
}
.slick-slide video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
}

@media screen and (orientation: portrait) {
    .slick-slide video {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: 100vh;
        -webkit-transform: none;
        transform: none;
    }
}

.slick-slide iframe {
    position: relative;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.slick-slide figure {
    position: relative;
    height: 100%;
}

.slick-slide.image {
    background-size: cover;
    background-position: center;
    transition: all .8s ease;
}

.slick-slide.image.show img {
    opacity: 1;
}

.slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.homeSlider .content {
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 50%;
    transform: translateY( -50%);
    line-height: 35px;
}

.homeSlider .content .title1 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}

.homeSlider .content .title2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.homeSlider .content .slidebtn {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: 0.5s all;
    display: inline-flex;
    margin-top: 20px;
    background: #fff;
    flex-direction: row;
    align-items: center;
    min-width: 100px;
    padding-right: 10px;
    outline: none;
}

.homeSlider .content .slidebtn .icon {
    padding: 5px 10px;
    background: #c32f2f;
    color: #fff;
    margin-right: 5px
}

.homeSlider .content .slidebtn .text {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.homeSlider .item .content .slidebtn:hover {
    background: #c32f2f;
    color: #fff
}

.homeSlider .videoOpacity:after {
    content: ' ';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(28, 32, 37, 0.70);
    z-index: 1;
}

.homeSlider .imageOpacity:after {
    content: ' ';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(28, 32, 37, 0.22);
    z-index: 1;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    height: 3px;
    width: 24px;
    border-radius: 0;
    transition: 0.5s all;
    outline: none;
    text-indent: 9999px;
    border: none;
}

.slick-dots li.slick-active button {
    background: #bd1522;
}

.homeSlider .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.homeSlider .owl-theme .owl-dots .owl-dot span {}

.homeSlider .owl-theme .owl-dots .owl-dot.active span {}

.homeSlider .owl-theme .owl-dots .owl-dot:hover span {
    background: #bd1522;
}


/*Global*/

.global {
    padding: 100px 0;
    min-height: 100vh
}

.global-min-auto {
    min-height: auto !important;
}

.global .title h1,
.global .title h2 {
    font-size: 30px;
}

.global .title h1 span,
.global .title h2 span {
    font-weight: bold;
    color: #bd1522;
}

.global .globalTitle {
    padding: 50px 0;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    background: #003753c4 !important;
    position: relative;
}
.global .globalTitle:before{
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23000000' fill-opacity='0.43' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.2;
}


.background-color-1 {
    background: #5a2881
}

.background-color-2 {
    background: #81358d
}

.background-color-3 {
    background: #9e9e9e
}


/*GHOME*/

.g-home .stickySidebar {
    position: sticky;
    top: 105px;
}

.g-home .calendar-box {
    border: 2px solid #afaeb5;
    border-radius: 25px;
    margin-top: 30px;
    background: #fff;
}

.g-home .calendar-box .calendar-head {}

.g-home .calendar-box .calendar-head .elipses {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
    margin-top: -17.5px;
}

.g-home .calendar-box .calendar-head .elipses div {
    background: transparent;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #afaeb5;
    position: relative;
}

.g-home .calendar-box .calendar-head .elipses div:after {
    content: ' ';
    display: block;
    height: 17.5px;
    width: 24.5px;
    position: absolute;
    bottom: -2px;
    left: -8px;
    background: #fff;
}

.g-home .calendar-box .calendar-head .title {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #afaeb5;
    font-size: 16px;
}

.g-home .calendar-box .calendar-body {
    padding: 10px;
}

.g-content h1,
.g-content h2,
.g-content h3,
.g-content h4,
.g-content h5,
.g-content h6 {
    color: #5a2881;
}

.g-content h1 {
    font-size: 25px;
}

.g-content h2 {
    font-size: 23px;
}

.g-content h3 {
    font-size: 21px;
}

.g-content h4 {
    font-size: 19px;
}

.g-content h5 {
    font-size: 18px;
}

.g-content h6 {
    font-size: 16px;
}

.g-content .managers .media {
    align-items: center;
    margin-bottom: 10px
}

.g-content .managers .media img {
    max-width: 100px;
    border-radius: 50%;
}

.g-content .managers .media p {
    margin: 0
}

.g-category {}

.g-category .category {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    color: #fff;
    text-decoration: none;
}

.g-category .category .logo {
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.g-category .category .logo img {
    max-width: 40px
}

.category .logo:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: rgba(000, 000, 000, 0.50) transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.g-category .category .text {
    background: #000;
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    padding-left: 40px;
    margin-left: -20px;
}

.g-category .category:after {
    content: ' ';
    width: 1px;
    background: transparent;
    height: 100px;
    position: absolute;
    box-shadow: 11px 0px 5px #101215;
    left: 72px;
    top: 21px;
    z-index: -1;
}

.g-category .col-12:nth-child(even) .category {
    flex-direction: row-reverse;
}

.g-category .col-12:nth-child(even) .category:after {
    content: ' ';
    width: 1px;
    background: transparent;
    height: 100px;
    position: absolute;
    box-shadow: -11px 0px 5px #101215;
    left: unset;
    right: 72px;
    top: 21px;
    z-index: -1;
}


/*
.g-category .col-12:nth-last-child(-n+2) .category:after{
	display: none;
}
*/

.g-category .col-12:nth-child(even) .category .text {
    background: #000;
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    clip-path: polygon(100% 0, 5% 0, 0 50%, 5% 100%, 100% 100%);
    padding-right: 40px;
    margin-right: -20px;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
    justify-content: flex-end
}

.g-category .col-12:nth-child(even) .logo:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent rgba(000, 000, 000, 0.50) transparent transparent;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.g-category-list .videoCatList {
    list-style: none;
    padding: 0;
}

.g-category-list .videoCatList li {
    display: block;
    margin-bottom: 10px
}

.g-category-list .videoCatList li a {
    justify-content: space-between;
    display: flex;
    padding: 10px;
    color: #000;
    text-decoration: none;
    background: #e8e8e8;
    border: 1px solid #c6c6c6;
    box-shadow: 0px 3px 3px 0px #cccccc;
    align-items: center;
    transition: 0.5s;
}

.g-category-list .videoCatList li a:hover {
    background: #dadada;
}

.g-category-list .videoCatList li a span {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #dc6565;
    color: #fff;
}

.playerModal .modal-content {
    background: rgba(000, 000, 000, 0.8)
}

.playerModal .videoList {
    max-height: 409px;
    overflow-x: auto;
}

.playerModal .videoList a {
    display: flex;
    flex-direction: row;
    padding: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 13px;
    align-items: center;
    text-decoration: none;
    transform: 0.5s;
}

.playerModal .videoList a .gorsel {
    width: 100px;
}

.playerModal .videoList a .gorsel img {
    max-width: 100%;
}

.playerModal .videoList a .title {
    margin-left: 5px;
}

.playerModal .videoList a.active {
    background: #645f5f;
}

.playerModal .videoTitle {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

.playerModal .videoList::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

.playerModal .videoList::-webkit-scrollbar-thumb {
    border-radius: 37px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #b71520;
}

.playerModal .videoList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: transparent;
}

.g-liveStream .blackScreen {
    background: #000;
    min-height: 300px
}

.g-liveStream .blackScreen .stream {
    max-width: 700px;
    margin: auto;
    position: relative;
}

.g-liveStream .stream .streamBefore {
    position: absolute;
    background: #b01a1a;
    width: 100%;
    display: flex;
    color: #fff;
    top: 0;
    bottom: 0;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.g-liveStream .stream .streamBefore>div {
    background: brown;
    width: 100%;
    padding: 20px;
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.g-liveStream .stream .streamBefore.style1 span {
    height: 80px;
    width: 80px;
    background: #fff;
    color: #b01a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    top: -5px;
    position: relative;
    margin-bottom: -48px;
    margin-top: -24px;
    margin-right: 20px;
    margin-left: -70px;
    left: 0;
}

.g-liveStream .stream .streamBefore.style1>div {
    background: brown;
    width: 100%;
    padding: 20px;
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.g-liveStream .stream .streamBefore #timed {
    font-size: 18px;
}

.g-liveStream .stream .streamBefore.style2>div {
    background: brown;
    width: 100%;
    padding: 20px;
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.g-liveStream .stream .streamBefore.style2 span {
    height: 80px;
    width: 80px;
    background: #fff;
    color: #b01a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    top: -5px;
    position: absolute;
    left: 10%;
    /*     margin-bottom: -48px; */
    /*     margin-top: -24px; */
    /*    margin-right: 20px;*/
    /*     margin-left: -70px; */
}

.g-liveStream .videoInfo {
    padding: 20px 0;
    background: #737272;
    color: #fff;
}

.g-liveStream .videoInfo .videoTitle {
    font-weight: bold;
}

.g-liveStream .videoInfo .videoBtn {
    text-align: right;
}

.liveChat {
    border-left: 5px solid #e8505b;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.msger-inputarea {
    display: flex;
    padding: 10px;
    background: #fff;
}

.msger-input {
    flex: 1;
    border: 1px solid #e8505b;
    border-radius: 50px;
    padding: 10px;
}

.msger-send-btn {
    margin-left: 10px;
    background: #e8505b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 30px;
    border: none;
    border-radius: 50px;
}

.msger-send-btn:hover {
    background: #b01a1a;
}

.msger-chat {
    background-color: #fff;
}


/**/

.g-liveStream-list ul {
    list-style: none;
    padding: 0;
}

.g-liveStream-list ul.future-stream li {
    background: #f5d5fa;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.g-liveStream-list ul.future-stream li:nth-of-type(even) {
    background: #f9edfb
}

.g-liveStream-list ul.past-stream li {
    background: #e0e0e0;
    position: relative;
}

.g-liveStream-list ul.past-stream li:nth-of-type(even) {
    background: #f1f1f1
}

.g-liveStream-list ul li>a {
    display: block;
    padding: 10px 10px;
}

.g-liveStream-list ul li a {
    color: #000;
    text-decoration: none;
}

.g-liveStream-list ul li a span {
    display: none;
}

.g-liveStream-list ul li a .date {
    font-size: 15px;
    font-weight: bold;
}

.g-liveStream-list ul li a .title {
    font-size: 17px;
}

.g-liveStream-list ul li>div {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    margin-right: 10px;
}

.g-liveStream-list ul li>div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: rgba(000, 000, 000, 0.25);
    height: 30px;
    color: #fff;
    margin-right: 1px;
    /*    border-left: 1px dashed #e4e4e4;*/
    transition: 0.5s;
}

.g-liveStream-list ul li>div a:not(.active):hover,
.g-liveStream-list ul li>div a.active {
    background: rgb(129 53 141);
}

.g-liveStream-list ul li>div a:first-child {
    border: none;
}

.destekciler .destekcilerTitle {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    background: #e8505b;
}

.destekciler .destekcilerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #fff;
    min-height: 260px;
}

.destekciler .destekcilerArea .destekcilerimg {
    margin-bottom: 10px;
}

.destekciler .destekcilerArea .destekcilerimg img {
    max-width: 250px
}

.destekciler .destekcilerArea .destekcilertext {
    font-style: italic;
}

.g-login-register-form .loginbg {
    width: 100%;
    min-height: calc(100vh - 421px);
    background-image: url(../images/login-bg.jpg);
    background-size: contain;
	background-attachment: fixed;
    height: 100%;
}

.questionSend {
    position: fixed;
    width: 400px;
    z-index: 999;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 0px #000;
    right: -400px;
    transition: 0.5s;
}

.questionSend.show {
    right: 0;
}

.questionSend form {
    padding: 10px
}

.questionSend .questClose {
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
    background: #fff;
    color: #b71520;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
}

form {
    padding: 50px;
}

.g-login-register-form form {
    min-height: 100vh;
}

form .formTitle {
    padding: 10px;
    background: #b71520;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

form [type="text"].form-control,
form [type="email"].form-control,
form [type="password"].form-control,
form .form-control {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 5px solid #b71520;
    background: #fff;
    outline: none;
    box-shadow: none;
    padding: .375rem .75rem !important;
}

form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b71520;
    outline: 0;
    box-shadow: none;
}

form .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #b71520
}

form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #b71520;
    background-color: #b71520;
}

form .btn-send {
    background: #b71520;
    border-radius: 0;
    color: #fff;
}

form .btn-send:hover {
    background: #96142f;
    color: #fff;
}

.datepicker {
    border-radius: 0;
    border-left: 5px solid #b71520
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 40px;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #b71520, #942139);
    background-image: -ms-linear-gradient(to bottom, #b71520, #942139);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b71520), to(#942139));
    background-image: -webkit-linear-gradient(to bottom, #b71520, #942139);
    background-image: -o-linear-gradient(to bottom, #b71520, #942139);
    background-image: linear-gradient(to bottom, #b71520, #942139);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b71520', endColorstr='#942139', GradientType=0);
    border-color: #942139 #942139 #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.datepicker table tr td.today:hover:hover {
    color: #fff;
}

form.blueform .formTitle {
    padding: 10px;
    background: #006293;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

form.blueform [type="text"].form-control,
form.blueform [type="email"].form-control,
form.blueform [type="password"].form-control,
form.blueform .form-control {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 5px solid #006293;
    background: #fff;
    outline: none;
    box-shadow: none;
    padding: .375rem .75rem !important;
}

form.blueform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #006293;
    outline: 0;
    box-shadow: none;
}

form.blueform .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #006293
}

form.blueform .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #006293;
    background-color: #006293;
}

form.blueform .btn-send {
    background: #006293;
    border-radius: 0;
    color: #fff;
}

form.blueform .btn-send:hover {
    background: #96142f;
    color: #fff;
}


/*.g-video-category-list .owl-carousel .owl-nav button.owl-prev, .g-video-category-list .owl-carousel .owl-nav button.owl-next, .g-video-category-list .owl-carousel button.owl-dot*/

.g-video-category-list .owl-carousel .owl-nav button.owl-prev.disabled,
.g-video-category-list .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5s;
}

.g-video-category-list .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -46px;
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    right: 0;
    background: rgb(183 21 32);
    margin: 0;
    color: #fff;
    border-radius: 0;
    outline: none;
}

.g-video-category-list .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -46px;
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    right: 39px;
    background: rgb(183 21 32);
    margin: 0;
    outline: none;
    color: #fff;
}
/*

.g-video-category-list .item div {
    display: flex;
    width: 100%;
    flex-direction: row;
    color: #000;
    justify-content: space-between;
    padding: 5px 0;
}

.g-video-category-list .item .responsiveImage {
    padding: 56.25% 0 0 0;
    position: relative;
    overflow: hidden;
}

.g-video-category-list .item .responsiveImage img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.g-video-category-list .item .videoPublic {
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    line-height: 0;
}

.g-video-category-list .item .videoPublic::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f023";
}

.g-video-category-list .item a {
    text-decoration: none;
    transition: 0.5s all;
    display: block;
}

.g-video-category-list .item a img {
    height: 194px;
    object-fit: cover;
    object-position: center;
}


.g-video-category-list .item div span:first-child {
    width: calc(100% - 90px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.g-video-category-list .item div span:last-child {
    width: 90px;
    text-align: right;
}
*/


.g-video-category-list .item{
    margin-top: 10px
}
.g-video-category-list .item a{
  text-decoration:none;
  color:#000
}
.g-video-category-list .topArea{
  margin-bottom : 10px;
  position:relative;
  border-radius:0;
  overflow:hidden;
  transition:0.5s;
}
.g-video-category-list .item:hover a .topArea{
  box-shadow:0 0 10px #ededed;
}


.g-video-category-list .topArea .responsiveImage {
    padding: 56.25% 0 0 0;
    position: relative;
    overflow: hidden;
}

.g-video-category-list .topArea .responsiveImage img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.g-video-category-list .topArea .watch{
  position:absolute;
  z-index:1;
  left:10px;
  display:flex;
  flex-direction:row;
  align-items:center;
}

.g-video-category-list .topArea .watch .show{
  color: #fff;
  background: #b71520;
  display:flex;
  height:35px;
  border-radius:0;
  width:35px;
  border: 1px solid #b71520;
  justify-content:center;
  align-items:center;
}
.g-video-category-list .topArea .watch:nth-of-type(2) {
  top:20px;
}
.g-video-category-list .topArea .watch:nth-of-type(3){
  top:65px;
}
.g-video-category-list .topArea .watch:nth-of-type(4){
  top:110px;
}
.g-video-category-list .topArea .watch .son {
    background: #198754;
    border: 1px solid #055a33;
}
.g-video-category-list .topArea .watch span{
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 0;
    margin-left: -10px;
    color: black;
    visibility:hidden;
    opacity:0;
    transition:0.5s;
}
.g-video-category-list .topArea .watch:hover span{
   visibility:visible;
   opacity:1;
   margin-left: 4px;
}   
.g-video-category-list .bottomArea{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
      height:46px;
    font-weight: bold;
}
















.g-video-category-list .video-category-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgb(183 21 32);
    position: relative;
    transition: 80ms;
}
/*
.g-video-category-list .video-category-title:hover{
    border-bottom: 3px solid purple;
}
*/
.g-video-category-list .video-category-title .link-category{
    color: unset;
    transition: 10ms;
}
 
.g-video-category-list .video-category-title .link-category:hover {
    color: purple;
}
.g-video-category-list .video-category-title .tumgor {
    position: absolute;
    right: 6%;
    top: -19%;
}
.g-video-category-list .video-category-title .tumgor a{
    color: black;
    font-size: 14px;
    border-bottom: 1px dashed;
}
 



.g-video-category-list .videoPublic {
    position: absolute;
}

.g-video-category-play .blackScreen {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.g-video-category-play .blackScreen:after {
    content: ' ';
    display: block;
    position: absolute;
    background: #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.95;
}

.g-video-category-play .blackScreen .stream {
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.g-video-category-play .blackScreen .stream.out {
    position: fixed;
    bottom: 0;
    right: 20px;
    bottom: 20px;
    width: 300px;
    z-index: 999;
    animation: an 0.5s;
    margin-right: 0%;
}

.g-video-category-play .blackScreen .stream .streamBefore {
    position: absolute;
    background: #b01a1a;
    width: 100%;
    display: flex;
    color: #fff;
    top: 0;
    bottom: 0;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.g-video-category-play .blackScreen .stream .streamBefore>div {
    background: brown;
    width: 100%;
    padding: 20px;
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.g-video-category-play .blackScreen .stream .streamBefore span {
    height: 80px;
    width: 80px;
    background: #fff;
    color: #b01a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    top: -5px;
    position: relative;
    margin-bottom: -48px;
    margin-top: -24px;
    margin-right: 20px;
    margin-left: -70px;
    left: 0;
}

.g-video-category-play .blackScreen .stream .streamBefore>div {
    background: brown;
    width: 100%;
    padding: 20px;
    padding-left: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.g-video-category-play .blackScreen .stream .streamBefore #timed {
    font-size: 18px;
}

.g-video-category-play .blackScreen .stream.out .streamBefore>div {
    flex-direction: column;
    padding-left: 10px;
    align-items: center;
}

.g-video-category-play .blackScreen .stream.out .streamBefore span {
    height: 50px;
    width: 50px;
    background: #fff;
    color: #b01a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    top: -5px;
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    left: 0;
    margin-top: -40px
}

.g-video-category-play .blackScreen .stream.out .streamBefore #timed {
    font-size: 13px
}

.g-video-category-play .videoInfo {
    padding: 20px 0;
    background: #bd1f2b;
    color: #fff;
}

.g-video-category-play .videoInfo .videoTitle {
    font-weight: bold;
}

.g-video-category-play .videoInfo .videoBtn {
    text-align: right;
}

.g-video-category-play .videoInfo .videoBtn a {
    display: inline-flex;
    ;
    flex-direction: column;
    ;
    margin-left: 10px;
    justify-content: center;
    ;
    text-align: center;
    align-items: center;
    color: #fff
}

.g-video-category-play .videoContent .content {
    position: sticky;
    top: 62px;
    word-wrap: break-word;
}

.g-video-category-play .videoContent .videoBox .videoTitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.g-video-category-play .videoContent .videoBox {
    padding: 10px;
    min-height: 350px;
    border-left: 1px solid #ddd;
}

.g-video-category-play .videoContent .videoList {
    overflow-x: auto;
}

.g-video-category-play .videoContent .videoList a {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    transform: 0.5s;
}

.g-video-category-play .videoContent .videoList a .gorsel {
    width: 100px;
}

.g-video-category-play .videoContent .videoList a .gorsel img {
    max-width: 100%;
}

.g-video-category-play .videoContent .videoList a .videoAlt {
    width: calc(100% - 100px);
    margin-left: 5px;
    line-height: 1
}

.g-video-category-play .videoContent .videoList a .videoAlt>div {
    margin-bottom: 5px
}

.g-video-category-play .videoContent .videoList a .videoAlt .title {
    font-weight: bold;
    font-size: 14px;
}

.g-video-category-play .videoContent .videoList a .videoAlt .videoView {
    color: #797979;
}

.g-video-category-play .videoContent .videoList a .videoAlt .videoCategory {
    color: #797979;
    font-size: 12px;
}

.g-video-category-play .videoContent .videoList a.active {
    background: #645f5f;
}


/*contact*/

.position-none {
    position: unset !important;
    height: 450px;
}

.contact .contact-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.contact .contact-box .icon {
    width: 50px;
    margin-right: 5px;
}

.contact .contact-box .icon i {
    font-size: 35px;
    color: #bd1522
}

.contact .contact-box .text {
    width: calc(100% - 45px);
}

.contact .contact-iframe {
    width: calc(50% - 15px);
    height: 450px;
    position: absolute;
    left: 0;
}

.contact .contact-form-box {
    width: 100%;
}

.contact-form-box .form-control {
    border-radius: 0;
    border-color: #a6a6a6;
}

.contact-form-box .form-control:focus {
    border-color: #bd1522;
    outline: none;
    box-shadow: none;
}

.contact-form-box .btn-warning {
    font-weight: bold;
    padding: .375rem 3rem;
    border-radius: 0;
    color: #fff;
    background-color: #bd1522;
    border-color: #bd1522;
    transition: 0.5s all;
}

.contact-form-box .btn-warning:hover {
    background-color: #c3610b;
    border-color: #c3610b;
}

.contact-form-box .iti * {
    outline: none;
}

.contact-form-box .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(249, 249, 249);
}


/*footer*/



 footer .footerBottom .footerBox {
    display: flex;
    align-items: center;
    height: 100%;
}

footer .footerBottom .footerBox .logo {
    margin-bottom: 0;
}

footer .footerBottom .footerBox .logo img {
    width: 220px;
}

footer .footerBottom .footerBox .content {
    color: #fff;
    text-align: justify;
}

footer .footerBottom .footerBox .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footerBottom .footerBox .footermenu {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

footer .footerBottom .footerBox .footermenu li {
    text-align: right;
    margin-right: 20px
}

footer .footerBottom .footerBox .footermenu a {
    color: #ffF;
    transition: 0.5s all;
    text-decoration: none;
    ;
}

footer .footerBottom .footerBox .footermenu a i {
    font-size: 10px;
    transition: 0.5s all;
}


/*
footer .footerBottom .footerBox .footermenu a:hover i {
    margin-left: 15px;
}
*/

footer .footerBottom .footerBox .footerContact {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

footer .footerBottom .footerBox .footerContact .icon {
    width: 30px;
    margin-right: 5px;
}

footer .footerBottom .footerBox .footerContact .icon i {
    font-size: 20px;
    color: #bd1522
}

footer .footerBottom .footerBox .footerContact .text {
    width: calc(100% - 35px);
    color: #fff;
}

footer .footerBottom {
    padding: 20px;
    background: #000;
    color: #fff
}

footer .footerBox {
    width: 100%;
    align-items: center;
    display: flex;
}

footer .footerBottom .footerSocial {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    align-items: center;
    font-size: 16px
}

footer .footerBottom .footerSocial a {
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.5s all;
    font-size: 20px
}

footer .footerBottom .footerSocial a:hover {
    color: #bd1522;
}


/*ScroolBar Animasyon*/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fc-content .fc-date {
    color: white!important;
}

.survey-event {
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    border: 2px solid #afaeb5;
    margin-top: 20px;
    overflow: hidden;
}

.survey-event>.title {
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid #afaeb5;
    font-size: 16px;
    margin: -13px -10px 0 -10px;
    background: #006293;
    color: #fff;
}

.survey-event .question {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px
}

.btn-send {
    display: block;
    width: 100%;
    background: #82358c;
    outline: none;
    transition: 0.5s;
    color: #fff;
    box-shadow: none
}

.btn-send:hover,
.btn-send:focus {
    background: #54125d;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.survey-event .container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.survey-event .container_radio input {
    position: absolute;
    opacity: 0;
}

.survey-event .container_radio input:checked~.checkmark:after {
    opacity: 1;
}

.survey-event .container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.survey-event .container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #006293;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.survey-event .container_radio.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px;
}

.survey-event .container_radio.version_2 input:checked~.checkmark:before {
    opacity: 1;
}

.survey-event .container_radio.version_2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.survey-event .container_radio.version_2 .checkmark:after {
    width: 30px;
    height: 30px;
    top: -1px;
    left: -1px;
}

.survey-event .container_radio.version_2 .checkmark:before {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 12px;
    top: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    z-index: 999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.survey-event .progress-grup {
    margin-bottom: 15px;
}

.survey-event .progress-grup .progress {
    height: 20px;
    border-radius: 0;
    overflow: hidden;
    font-size: 14px;
    background-color: #cecece;
}

.survey-event .progress-grup .progress .progress-bar {
    overflow: visible;
    position: relative;
    color: #eece90;
    background-color: #ae7db5;
    background-image: -webkit-linear-gradient(314deg, #ae7db5 0px, #ae7db5 100%);
    background-image: -o-linear-gradient(314deg, #ae7db5 0px, #ae7db5 100%);
    background-image: linear-gradient(-224deg, #ae7db5 0px, #ae7db5 100%);
}

.survey-event .progress-grup .progress .progress-bar span.percent-label {
    position: absolute;
    color: #fff;
    right: 4px;
    top: 50%;
    font-size: 13px;
    font-weight: normal;
    transform: translateY(-50%);
}

.survey-event .surveySlide .item {
    position: relative;
}

.survey-event .surveySlide .item .questNumber {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 5px;
}

.survey-event .surveySlide .owl-nav button {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0px;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 21px;
    color: #006293;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: 0.5s;
}

.survey-event .surveySlide .owl-nav button:hover,
.survey-event .surveySlide .owl-nav button:focus {
    background: #006293 !important;
    color: #fff;
}

.survey-event .surveySlide .owl-nav button.owl-prev {
    left: 0;
}

.survey-event .surveySlide .owl-nav button.owl-next {
    right: 0;
}

.survey-event .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
}

.survey-event .owl-dots .owl-dot.active span,
.survey-event .owl-dots .owl-dot:hover span {
    background: #006293 !important;
}

.survey-event .surveySlide .owl-nav button.disabled {
    display: none !important;
}

.searchResulta a {
    position: relative;
}

.searchResulta a i {
    position: absolute;
    right: 2%;
}

.videoCatList .videoCatChildList {
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: 0.5s;
    display: none;
}

.videoCatList li.active .videoCatChildList {
    height: auto;
    opacity: 1;
    margin-top: 20px;
    visibility: visible;
    display: block;
}

.videoCatList .videoCatChildList:after {
    content: ' ';
    position: absolute;
    left: 20px;
    height: 100%;
    width: 2px;
    background: #ddd;
    top: -25px;
    z-index: -1;
}

.videoCatList .videoCatChildList li {
    position: relative;
}

.videoCatList .videoCatChildList li:after {
    content: ' ';
    width: 20px;
    height: 2px;
    background: #ddd;
    top: 50%;
    position: absolute;
    left: -20px;
    transform: translateY(-50%)
}

.fc-calendar-container {
    height: 285px;
    width: auto;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgb(255 255 255 / 80%);
}
.fc-five-rows .fc-row {
    height: 50px;
}
.fc-calendar .fc-row > div.fc-content:after {
    content: '';
    position: absolute;
    background: #00000059;
    font-size: 70px;
    line-height: 20px;
    left: unset;
    bottom: 3px;
    height: 8px;
    width: 8px;
    right: 0;
    top: 0;
    border-bottom-left-radius: 5px;
}
.videoPlay{
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    opacity: 0.9;
    /* top: 34%; */
    left: 42%;
    z-index: 9;
}
 
.grecaptcha-badge{
    display: none;
}

.widget-sp:first-child{
   
    margin-top: 93px;
}
.footer-sp{
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    align-items: center
}
.footer-sp img{
    width: 170px;
    padding: 5px;
}
.footer-sp a{
    display: block;
}
.spAdd{
    position: relative;
}
.spAdd:after{
       content: ' ';
    position: absolute;
    height: 75px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.pagination li.page-item{
    margin: 3px;
}
.pagination li.page-item .page-link{
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5b2981;
    background-color: #fff;
    border: 1px solid #5b2981;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s
}
.pagination li.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #5b2981;
    border-color: #5a2881;
}
.pagination li.page-item:not(.active) .page-link:hover {
    z-index: 2;
    color: #5b2981;
    text-decoration: none;
    background-color: #e9ddf3;
    border-color: #5b2981;
}



.question-list{
    margin-top: 30px;
}
.question-list .question-item{
    margin-bottom: 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transition: 0.5s;
}
.question-list .question-item:hover{
    box-shadow:  0 0 20px #5a2881;
}
.question-list .question-item .question-header{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 10px 20px;
    border-top: 2px solid #5a2881;
    border-bottom: 1px solid #f8f8f8;
    background: #fff;
}
.question-list .question-item .question-header .title{
    font-weight: bold;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.question-list .question-item.question-waiting .question-header,.question-list .question-item.question-success .question-header{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.question-list .question-item.question-waiting .question-header .title,.question-list .question-item.question-success .question-header .title{
    width: calc(100% - 50px)    
}
.question-list .question-item.question-waiting .question-header .icon,.question-list .question-item.question-success .question-header .icon{
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    color: #fff;
}
.question-list .question-item.question-waiting .question-header{
    border-top-color: #ffc107
}
.question-list .question-item.question-waiting .question-header .icon{
    background: #ffc107;
}

.question-list .question-item.question-success .question-header{
    border-top-color: #28a745
}
.question-list .question-item.question-success .question-header .icon{
    background: #28a745;
}
.question-list .question-item.question-waiting:hover{
    box-shadow:  0 0 20px #ffc107;
}
.question-list .question-item.question-success:hover{
    box-shadow:  0 0 20px #28a745;
}


.question-list .question-item .question-body{
    padding: 10px 20px;
    background: #fff;
}
.question-list .question-item .question-footer{
    display: flex;
    flex-direction: row;
    background: #fff;
    border-top: 1px solid #f8f8f8;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}
.question-list .question-item .question-footer .question-number{
    color: #5B5B5B;
}
.question-list .question-item .question-footer .question-buton a{
    padding: 10px;
    display: inline-block;
    background: #18ade1;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
}
.question-list .question-item .question-footer .question-buton a:hover{
    background: #bd1522;
}


.questions .question.hidden{
    opacity: 0;
    visibility: hidden;
     transition: 1s;
}
.questions .question.transition{
     transition: 2s;
}
.questions .question{
    padding: 20px;
    background: rgb(255 255 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #ddd;
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}

.question .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #bd1522;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 17px;
    border-bottom: 1px solid #ededed;
    position: relative
}
.question .title button{
    background: transparent;
    border: none;
    outline: none;
    
}

.question .questpercent{
    height: 3px;
    display: block;
    position: absolute;
    background: #008fd3;
    left: 0;
    bottom: 0;
    width: 50%;
}
.question .question-title {
       font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.question .information{
         padding: 20px;
    background: #ffffb2;
    margin-top: 25px;
    border-top: 2px dashed #9e9e05;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;

}
.chic-group {
    position: relative;
    margin-bottom: 15px;
}
.chic-group .chic {
    text-align: left;
    color: #00273a;
    padding: 10px;
    border: none;
    background: #9ed4ee;
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    outline: none;
    box-shadow: none;
        border: 2px solid #9ed4ee;
}
.chic-group .percent{
    z-index: -1;
    margin-top: -20px;
    transition: 0.5s;
}
.chic-group .percent.percent-active{
        margin-top: 0px;
    background: rgb(0 142 209);
    width: 70%;
    margin-bottom: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-align: center;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
   min-width: 35px;
    font-size: 13px;
}
.chic-group .percent span{
    margin:  0 10px;
}
.chic-group .chic:not(.chic-true):hover, .chic-group .chic:not(.chic-false):hover{
    border-color: #9ed4ee;
}

.chic-group .chic.chic-true,.chic-group .chic.chic-true:hover{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 2px solid #9ed4ee;
      border-right: 35px solid #56bb6d;
      cursor: no-drop;
}
.chic-group .chic.chic-false,.chic-group .chic.chic-false:hover{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 2px solid #9ed4ee;
      border-right: 35px solid #dc5356;
      cursor: no-drop;
    
        
}

.chic-group .chic-disable, .chic-group .chic-disable:hover{
    border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    background: #9ed4ee !important;
    cursor: no-drop;
    border: 2px solid #9ed4ee; 
}


.chic-group .chic.chic-false::before,.chic-group .chic.chic-true::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    position: absolute;
    
    color: #fff;
  }
.chic-group .chic.chic-false::before{
    content : '\f00d';
    right: -23px;
}
.chic-group .chic.chic-true::before{
    content: "\f00c";
    right: -25px;
}




.information-title {
    font-size: 20px;
    color: #82358c;
    padding-bottom: 10px;
    border-bottom: 1px solid #82358c;
    margin-bottom: 20px;
}
.information_content,.information_content:hover{
    color: #000;
    text-decoration: none;
}
.information_content .information-content-image img{
    max-width: 100%;
}
.yeniclass{
    position: absolute;
    font-size: 12px;
    top: -13px;
    font-weight: 400;
    right: 10px;
    animation: blinker 2s linear infinite;
    color: white;}
 
    @keyframes blinker {  
    50% { opacity: 0; }
    }
.yeniclass::before{
    border: 5px solid #0000;
    border-right-color: #dc3545;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}