@charset "UTF-8";
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
@font-face {
  font-family: 'CentraNo2-Bold';
  src: url('../fonts/CentraNo2-Light.eot');
  src: local('☺'), url('../fonts/CentraNo2-Light.woff') format('woff'), url('../fonts/CentraNo2-Light.ttf') format('truetype'), url('../fonts/CentraNo2-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  }
@font-face {
  font-family: 'CentraNo2-Black';
	src: url('../fonts/CentraNo2-Medium.eot');
	src: local('☺'), url('../fonts/CentraNo2-Medium.woff') format('woff'), url('../fonts/CentraNo2-Medium.ttf') format('truetype'), url('../fonts/CentraNo2-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
figure {
  margin: 0 !important;
}
a, input, button {
  outline: none !important; }

.full-image img {
  width: 100%;
  height: auto;
  display: block; }

.head-title {
  font-family: "CentraNo2-Black";
  width: 100%;
  margin: 20px 0; }
  .head-title h1 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: #1b2f5b;
    }
  .head-title span {
    font-size: 20px;
    line-height: 20px;
    color: #1b2f5b; }

.login-form {
  width: 400px;
  border-radius: 10px;
  background-color: #1b2f5b;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  color: #FFF;
  -webkit-box-shadow: 1px 1px 25px 1px #000;
          box-shadow: 1px 1px 25px 1px #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .login-form .close {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    background-color: #FFF;
    top: -25px;
    right: -25px;
    opacity: 1; }
  .login-form .title {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    font-weight: bolder; }
  .login-form .column {
    padding: 10px 0; }
    .login-form .column input {
      padding: 15px;
      width: 100%;
      background-color: transparent;
      border: 1px solid #FFF;
      color: #FFF; }
      .login-form .column input::-webkit-input-placeholder {
        /* Edge */
        color: white; }
      .login-form .column input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white; }
      .login-form .column input::-ms-input-placeholder {
        color: white; }
      .login-form .column input::placeholder {
        color: white; }
      .login-form .column input[type="submit"] {
        background-color: #FFF !important;
        color: #1b2f5b;
        display: block;
        cursor: pointer;
        font-weight: bolder; }
  .login-form.active {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

header {
  background-color: rgba(0, 0, 0, 0.40);
  /* border-bottom: 1px solid #FFF; */
  padding: 15px 95px;
  font-family: 'CentraNo2-Black';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }
  header .logo {
    margin: 0;
    max-width: 110px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    }
  header nav.menu {
    position: relative; }
    header nav.menu ul {
      padding: 0;
      margin: 0;
      left: 0;
      position: relative;
      max-width: 1000px;
      height: 45px;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
      header nav.menu ul li {
        float: left;
        list-style: none;
        position: relative; }
        header nav.menu ul li a {
          display: block;
          text-decoration: none;
          color: #FFF;
          padding: 0 20px;
          margin: 0 2.5px;
          font-size: 16px;
          line-height: 45px;
          text-transform: uppercase;
          }
    header nav.menu.close ul {
      max-width: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  header .search {
    position: relative;
    width: 50px;
    height: 45px;
    margin-right: 15px;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    header .search span {
      pointer-events: none;
      background: transparent;
      border: none;
      color: #FFF;
      border-radius: 0;
      margin: 0;
      outline: none;
      width: 45px;
      height: 45px;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 18px;
      text-align: center;
      line-height: 45px;
      cursor: pointer;
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      header .search span.close {
        opacity: 0 !important;
        pointer-events: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .search span.close:hover {
          color: #FFF; }
    header .search input {
      line-height: 43px;
      padding: 0;
      background-color: transparent;
      border: none;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      outline: none;
      color: #FFF;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      text-align: left;
    }
      header .search input::-webkit-input-placeholder {
        color: #FFF; }
      header .search input::-moz-placeholder {
        color: #FFF; }
      header .search input:-ms-input-placeholder {
        color: #FFF; }
    header .search.active {
      width: 55%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
      }
      header .search.active input {
        width: 100%;
        padding: 0 50px 0 15px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
      header .search.active .search-icon {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      header .search.active .close {
        opacity: 1 !important;
        pointer-events: auto;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
  header .login {
    padding: 0;
    background-color: transparent;
    border: none; }
    header .login a {
      line-height: 45px;
      padding: 0 15px;
      display: block;
      color: #FFF;
      text-transform:  uppercase;
      text-decoration: none !important;
      /* font-weight: bold; */
      }
  header .language {
    margin-left: 5px; }
    header .language .btn-group button {
      line-height: 45px;
      margin: 0;
      padding: 0 15px;
      background-color: transparent;
      border: none;
      text-transform: uppercase;
      /* font-weight: bold; */
      outline: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      }
      header .language .btn-group button:focus {
        background-color: #0f121c; }
    header .language .dropdown-menu {
      padding: 0; }
      header .language .dropdown-menu .dropdown-item {
        text-decoration: none;
        text-transform: uppercase; }
        header .language .dropdown-menu .dropdown-item:hover {
          background-color: #1b2f5b;
          color: #FFF; }
  header.minimize {
    background-color: #1b2f5b;
    padding: 5px 95px; }
    header.minimize .logo {
      max-width: 70px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

main #slider {
  font-family: 'CentraNo2-Black';
/*height:792px;*/
  }
  main #slider .slick-arrow {
    background-color: rgba(255, 255, 255, .5);
    z-index: 999;
    width: 40px;
    height: 40px;
  }
  main #slider .slick-arrow.slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 20px -10px #000;
  }
  main #slider .slick-arrow.slick-prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    text-indent: -4px;
  }
  main #slider .slick-arrow.slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 20px -10px #000;
  }
  main #slider .slick-arrow.slick-next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    text-indent: 4px;
  }
  main #slider .slide {
    position: relative;
    }
    main #slider .slide .text {
      padding: 89.13px 95px 0 95px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      }
	  main #slider .slide .text .disable {
		  display:none;
	  }
      main #slider .slide .text h1 {
        width: 100%;
        display: block;
        font-size: 60px;
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        margin: 0;
        }
      main #slider .slide .text p {
        font-family: 'CentraNo2-Bold';
        font-size: 13px;
        color: #FFF;
        text-shadow: 1px 1px 1px #000;
        }
      main #slider .slide .text a {
        display: inline-block;
        margin: 0 auto;
        color: #1b2f5b;
        background-color: #FFF;
        width: 190px;
        line-height: 35px;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
        }
  main #slider .slick-dots {
    position: absolute;
    bottom: 50px; }
    main #slider .slick-dots li button {
      border: 1px solid #FFF;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.4);
      width: 15px;
      height: 15px;
      }
      main #slider .slick-dots li button:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 0;
        background-color: #FFF;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
        }
    main #slider .slick-dots li.slick-active button {
      background-color: transparent;
      width: 20px;
      height: 20px; }
      main #slider .slick-dots li.slick-active button:before {
        opacity: 1; }
        main #slider .slide.left {
          text-align: left;
        }
        main #slider .slide.left .text {
          text-align: left;
          left: 0;
          /* transform: translateX(0) !important; */
        }
        main #slider .slide.right .text {
          text-align: right;
          right: 0;
          left: auto;
        }
        main #slider .slide.center .text {
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }
        main #slider .slide.top .text {
          top: 2.5%;
        }
        main #slider .slide.bottom .text {
          bottom: 15%;
        }
        main #slider .slide.middle .text {
          text-align: center;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-top: -12%;
        }
main #services .bars {
  margin: 60px 0 !important;
  position: relative;
  padding: 0 60px; 
  }
  main #services .bars .dagitim {
    width: 100%; }
  main #services .bars .yapim {
    width: 100%; }
  main #services .bars .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    main #services .bars .arrow.yapim-prev {
      right: 5px; }
    main #services .bars .arrow.yapim-next {
      left: 5px; }
    main #services .bars .arrow.dagitim-prev {
      left: 5px; }
    main #services .bars .arrow.dagitim-next {
      right: 5px; }
    main #services .bars .arrow.hide {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  main #services .bars .bar {
    margin: 0 10px;
    position: relative; }
    main #services .bars .bar img {
      width: 100%;
      height: auto;
      display: block; }
    main #services .bars .bar .desc {
      padding: 10px 15px;
      position: absolute;
      left: 0;
      bottom: 10px;
      background-color: #FFF;
      width: 70%;
      font-family: 'CentraNo2-Bold';
      color: #1b2f5b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      }
      main #services .bars .bar .desc h3 {
        font-family: 'CentraNo2-Black';
        text-transform: uppercase;
        line-height: 25px;
        font-size: 20px;
        margin-bottom: 0;
        }
      main #services .bars .bar .desc p {
        max-height: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        }
      main #services .bars .bar .desc a {
        color: #1b2f5b;
        display: block;
        text-decoration: none !important;
       }
    main #services .bars .bar.text .desc {
      background-color: #FFF;
      width: 100%;
      /* height: 100%; */
      height: auto;
      position: relative;
      bottom: auto;
      margin: 8% 0;
      }
      main #services .bars .bar.text .desc h3 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px 0;
        }
      main #services .bars .bar.text .desc p {
        margin: 0;
        opacity: 1;
        max-height: none;
        font-size: 13px;
        }
      main #services .bars .bar.text .desc a {
        margin-top: 15px;
        line-height: 40px;
        background-color: #1b2f5b;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        width: 180px;
        height: 40px;
        display: block;
        text-align: center;
        }
    main #services .bars .bar:hover .desc {
      height: 100%;
      width: 100%;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.75);
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      text-decoration: none !important;
      }
      main #services .bars .bar:hover .desc p {
        max-height: 500px;
        opacity: 1;
        margin: 10px 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }

main #about {
  margin: 35px 0;
  background-color: #f4f4f4;
  }
  main #about .text {
    font-family: "CentraNo2-Black";
    font-size: 15px;
    }
  main #about .other-links {
    text-align: center;
    width: 100%; }
    main #about .other-links a {
      display: inline-block;
      font-size: 17.5px;
      font-family: "CentraNo2-Black";
      color: #1b2f5b;
      text-transform: uppercase;
      padding: 0 20px;
      border-right: 2px solid #1b2f5b;
      }
      main #about .other-links a:last-child {
        border: none; }
  main #about .video {
    width: 100%;
    margin: 25px 0; }
    main #about .video a {
      display: block;
      position: relative; }
      main #about .video a:before {
        content: "\f04b";
        border: 5px solid rgba(255, 255, 255, 0.4);
        width: 125px;
        height: 125px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        border-radius: 100%;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        text-align: center;
        line-height: 115px;
        color: #FFF;
        font-size: 50px;
        text-indent: 5px;
        background-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      main #about .video a:hover:before {
        background-color: #FFF;
        color: #1b2f5b;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }

main .news {
  margin: 0;
  }
  main .news .container {
    position: relative; }
  main .news .head-title {
    margin: 0 0 30px 0;
    }
  main .news .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    main .news .arrow.news-prev {
      left: -75px; }
    main .news .arrow.news-next {
      right: -75px; }
  main .news .posts {
    width: 100%;
    margin-bottom: 50px;
    }
    main .news .posts .post {
      margin: 15px 0; }
      main .news .posts .post figure {
        border: 1px solid #e1e1e1;
      }
      main .news .posts .post .text {
        border: 1px solid #e1e1e1;
        border-top: none;
        padding: 35px 25px; 
      }
        main .news .posts .post .text h3 {
          font-size: 16px;
          color: #1b2f5b;
          font-family: "CentraNo2-Black";
          text-transform: uppercase;
          height: 50px;
          }
        main .news .posts .post .text p {
          font-size: 14px;
          font-family: "CentraNo2-Bold";
          overflow: hidden !important;
          display: -webkit-box !important;
          -webkit-line-clamp: 2 !important;
          -webkit-box-orient: vertical !important;
          position: relative;
          min-height: 45px;
          }
        main .news .posts .post .text a {
          font-size: 15px;
          font-family: "CentraNo2-Bold";
          color: #1b2f5b;
          text-decoration: underline;
          text-transform: uppercase;
          }
    main .news.home .posts .post {
    margin: 0 17.5px; }
     main .news.home .posts .post figure {
       border: 1px solid #e1e1e1;
     }
main .category-list .posts {
  position: relative;
  padding: 12px 0 !important; }
  main .category-list .posts .post {
    padding: 24px; }
    main .category-list .posts .post .inner {
      position: relative;
      -webkit-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.49);
              box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.49); }
      main .category-list .posts .post .inner img {
        width: 100%;
        height: auto;
        display: block; }
      main .category-list .posts .post .inner .desc {
        padding: 10px 15px;
        position: absolute;
        left: 0;
        bottom: 10px;
        background-color: #FFF;
        width: 70%;
        font-family: 'CentraNo2-Bold';
        color: #1b2f5b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-decoration: none;
        }
        main .category-list .posts .post .inner .desc h3 {
          font-family: 'CentraNo2-Black';
          text-transform: uppercase;
          line-height: 23px;
          font-size: 20px;
          margin: 0;
          }
        main .category-list .posts .post .inner .desc p {
          max-height: 0;
          margin: 0;
          opacity: 0;
          overflow: hidden;
          -webkit-transition: all 0.25s;
          transition: all 0.25s; }
        main .category-list .posts .post .inner .desc a {
          color: #1b2f5b;
          text-decoration: underline; }
      main .category-list .posts .post .inner.text .desc {
        background-color: #FFF;
        width: 100%;
        height: auto;
        position: relative;
        bottom: auto; }
        main .category-list .posts .post .inner.text .desc h3 {
          font-size: 71px;
          line-height: 71px;
          margin: 0 0 10px 0; }
        main .category-list .posts .post .inner.text .desc p {
          margin: 0;
          opacity: 1;
          max-height: none; }
        main .category-list .posts .post .inner.text .desc a {
          margin-top: 25px;
          line-height: 55px;
          background-color: #1b2f5b;
          color: #FFF;
          text-transform: uppercase;
          text-decoration: none;
          width: 220px;
          height: 50px;
          display: block;
          text-align: center; }
      main .category-list .posts .post .inner:hover .desc {
        height: 100%;
        width: 100%;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.75);
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        main .category-list .posts .post .inner:hover .desc p {
          max-height: 500px;
          opacity: 1;
          margin: 10px 0;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transition-delay: .5s;
                  transition-delay: .5s; }

main .in-content .content-title .title {
  padding: 160px 0 80px 0;
  font-family: "CentraNo2-Black";
  background-size: cover;
  background-position: center center;
  position: relative;
  }
  main .in-content .content-title .title h1 {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 4px 4px 4px #000;
    position: relative;
    z-index: 2;
    }
  main .in-content .content-title .title.disable h1 {
  opacity: 0;
  height: 60px !important;
  }

main .in-content .content-title .bottom-bar {
  background-color: #0f121c;
  padding: 30px 0; }
  main .in-content .content-title .bottom-bar .breadcrumbs span {
    font-family: "CentraNo2-Bold";
    color: #FFF;
    text-transform: uppercase;
    padding: 0 5px; }
    main .in-content .content-title .bottom-bar .breadcrumbs span a {
      color: #FFF; }
    main .in-content .content-title .bottom-bar .breadcrumbs span:after {
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      margin: 0 0 0 15px; }
    main .in-content .content-title .bottom-bar .breadcrumbs span:first-child {
      padding-left: 0; }
    main .in-content .content-title .bottom-bar .breadcrumbs span:last-child {
      padding-right: 0; }
      main .in-content .content-title .bottom-bar .breadcrumbs span:last-child:after {
        display: none; }
  main .in-content .content-title .bottom-bar .search {
    padding: 12px;
    border: 1px solid #FFF;
    width: 100%;
    position: relative;
    }
    main .in-content .content-title .bottom-bar .search input {
      border: none;
      background: transparent;
      width: 100%;
      line-height: 40px;
      font-size: 30px;
      font-family: "CentraNo2-Black";
      padding: 0 70px 0 12px;
      color: #FFF;
      outline: none;
      margin-right: 10px;
      }
      main .in-content .content-title .bottom-bar .search input::-webkit-input-placeholder {
        color: #FFF; }
      main .in-content .content-title .bottom-bar .search input::-moz-placeholder {
        color: #FFF; }
      main .in-content .content-title .bottom-bar .search input:-ms-input-placeholder {
        color: #FFF; }
    main .in-content .content-title .bottom-bar .search button {
      position: absolute;
      width: 66px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      top: 12px;
      right: 12px;
      font-size: 20px;
      background: transparent;
      border: none;
      border-left: 1px solid #FFF;
      padding-left: 12px;
      color: #FFF;
      }

main .in-content .content .row {
  margin: 0;
  padding: 35px 100px;
  }
  main .in-content .content .video-player .in-player {
    position: relative;
  }
  main .in-content .content .video-player .in-player .tab-content {
    height: 100%;
  }
  main .tab-content-slider  .slick-arrow {
    background-color: rgba(255, 255, 255, .5);
    z-index: 999;
    width: 40px;
    height: 40px;
  }
  main .tab-content-slider  .slick-arrow.slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 20px -10px #000;
  }
  main .tab-content-slider  .slick-arrow.slick-prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    text-indent: -4px;
  }
  main .tab-content-slider  .slick-arrow.slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 20px -10px #000;
  }
  main .tab-content-slider  .slick-arrow.slick-next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #000;
    text-indent: 4px;
  }
  main .in-content .content .video-player .in-player .tab-pane {
    height: 100%;
  }
  main .in-content .content .video-player .in-player.height .tab-pane iframe {
    height: 100%;
  }
  main .in-content .content .row.summary {
    background-color: #ebebeb; }
    main .in-content .content .row.summary h1 {
      font-size: 40px;
      line-height: 40px;
      font-family: "CentraNo2-Black";
      margin: 0 0 10px 0;
      color: #0f121c;
      }
    main .in-content .content .row.summary .text {
      color: #0f121c;
      text-align: justify;
      }
      main .in-content .content .row.summary .text p {
        font-size: 15px;
        font-family: "CentraNo2-Bold";
        text-align: justify;
        /* margin: 0; */
        }
    main .in-content .content .row.summary .properties table {
      border: 1px solid #0f121c;
      font-family: "CentraNo2-Black"; }
      main .in-content .content .row.summary .properties table tr th {
        position: relative;
        border-color: #0f121c;
        padding: 0 40px;
        line-height: 50px;
        font-size: 19px;
        text-transform: uppercase;
        }
        main .in-content .content .row.summary .properties table tr th:after {
          position: absolute;
          content: ":";
          right: 0; }
      main .in-content .content .row.summary .properties table tr td {
        border-color: #0f121c;
        padding: 0 40px;
        line-height: 50px;
        font-size: 15px;
        font-family: "CentraNo2-Bold";
        }
      main .in-content .content .row.summary .properties table tr:first-child th, main .in-content .content .row.summary .properties table tr:first-child td {
        border-top: none; }
      main .in-content .content .row.summary .properties table tr:nth-child(2n) {
        background-color: #FFF; }
  main .in-content .content .row.suggestions h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "CentraNo2-Black";
    color: #0f121c;
    margin-bottom: 30px;
    }
  main .in-content .content .row.suggestions .in {
    position: relative;
    width: 100%; }
    main .in-content .content .row.suggestions .in .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 9;
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      main .in-content .content .row.suggestions .in .arrow.suggestions-next {
        right: -85px; }
      main .in-content .content .row.suggestions .in .arrow.suggestions-prev {
        left: -85px; }
    main .in-content .content .row.suggestions .in .bars {
      position: relative; }
      main .in-content .content .row.suggestions .in .bars .bar {
        margin: 0 22.5px;
        position: relative; }
        main .in-content .content .row.suggestions .in .bars .bar img {
          width: 100%;
          height: auto;
          display: block; }
        main .in-content .content .row.suggestions .in .bars .bar .desc {
          padding: 10px 15px;
          position: absolute;
          left: 0;
          bottom: 10px;
          background-color: #FFF;
          width: 70%;
          /* height: 70px; */
          font-family: 'CentraNo2-Bold';
          color: #1b2f5b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-transition: all 0.25s;
          transition: all 0.25s;
          -webkit-transition-delay: .5s;
          transition-delay: .5s;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          text-decoration: none;
          }
          main .in-content .content .row.suggestions .in .bars .bar .desc h3 {
            font-family: 'CentraNo2-Black';
            text-transform: uppercase;
            line-height: 20px;
            font-size: 20px;
            margin: 0;
            }
          main .in-content .content .row.suggestions .in .bars .bar .desc p {
            max-height: 0;
            margin: 0;
            opacity: 0;
            overflow: hidden;
            -webkit-transition: all 0.25s;
            transition: all 0.25s; }
          main .in-content .content .row.suggestions .in .bars .bar .desc a {
            color: #1b2f5b;
            text-decoration: underline; }
        main .in-content .content .row.suggestions .in .bars .bar.text .desc {
          background-color: #FFF;
          width: 100%;
          height: auto;
          position: relative;
          bottom: auto; }
          main .in-content .content .row.suggestions .in .bars .bar.text .desc h3 {
            font-size: 71px;
            line-height: 71px;
            margin: 0 0 10px 0; }
          main .in-content .content .row.suggestions .in .bars .bar.text .desc p {
            margin: 0;
            opacity: 1;
            max-height: none; }
          main .in-content .content .row.suggestions .in .bars .bar.text .desc a {
            margin-top: 25px;
            line-height: 55px;
            background-color: #1b2f5b;
            color: #FFF;
            text-transform: uppercase;
            text-decoration: none;
            width: 220px;
            height: 50px;
            display: block;
            text-align: center; }
        main .in-content .content .row.suggestions .in .bars .bar:hover .desc {
          height: 100%;
          width: 100%;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.75);
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          main .in-content .content .row.suggestions .in .bars .bar:hover .desc p {
            max-height: 500px;
            opacity: 1;
            margin: 10px 0;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-transition-delay: .5s;
            transition-delay: .5s;
            font-size: 14px;
            }
  main .in-content .content .row.posts {
    padding: 0; }
  main .in-content .content .row.contact {
    padding: 0;
    font-family: "CentraNo2-Bold"; }
    main .in-content .content .row.contact .info {
      padding: 0 60px; }
      main .in-content .content .row.contact .info h2 {
        margin: 0;
        padding: 7.5px 0;
        font-size: 20px;
        line-height: 25px;
        font-family: "CentraNo2-Black";
        text-transform: uppercase;
        display: block; }
      main .in-content .content .row.contact .info p {
        padding: 4.5px 0;
        margin: 0;
        display: block; }
      main .in-content .content .row.contact .info a {
        font-family: "CentraNo2-Bold";
        text-decoration: none;
        color: #0f121c; }
      main .in-content .content .row.contact .info .item {
        margin: 20px 0; }
        main .in-content .content .row.contact .info .item .phones span {
          display: block;
          font-family: "CentraNo2-Black"; }
      main .in-content .content .row.contact .info .social-media a {
        display: inline-block;
        width: 55px;
        height: 55px;
        background-color: #0f121c;
        color: #FFF;
        text-align: center;
        line-height: 55px;
        margin: 10px 20px;
        font-size: 25px; }

main .in-content .content .sidebar .title {
  font-size: 45px;
  color: #0f121c;
  text-align: right;
  font-family: "CentraNo2-Black";
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 0 25px 0;
  }

main .in-content .content .sidebar .episodes {
  border: 1px solid #000;
  padding: 30px 45px;
  overflow-y: scroll;
  height: 400px;
  list-style-type: none;
  margin: 0;
  display: block;
  }
  main .in-content .content .sidebar .episodes::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

main .in-content .content .sidebar .episodes::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

main .in-content .content .sidebar .episodes::-webkit-scrollbar-thumb
{
	background-color: #1b2f5b;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

  main .in-content .content .sidebar .episodes .episode {
    margin: 12px 0;
    width: 100%;
    }
    main .in-content .content .sidebar .episodes .episode a {
      position: relative;
      display: block;
      padding: 15px 25px;
      border: 1px solid #000;
      color: #0f121c;
      font-family: "CentraNo2-Bold";
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      border-radius: 0;
      }
      main .in-content .content .sidebar .episodes .episode a.active {
        color: #0f121c;
      }
      main .in-content .content .sidebar .episodes .episode a:hover {
        background-color: #0f121c;
        color: #FFF;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      main .in-content .content .sidebar .episodes .episode a:after {
        content: "\f04b";
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        text-indent: 3px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        right: 21px;
        font-size: 12px;
        top: 50%;
        border: 3px solid #6b6d73;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        }
    main .in-content .content .sidebar .episodes .episode:first-child {
      margin-top: 0; }
    main .in-content .content .sidebar .episodes .episode:last-child {
      margin-bottom: 0; }

main .in-content .content .category-list .posts .post .desc p {
  font-size: 14px; }

footer {
  padding: 5px 0 0 0;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  }
  footer .social-media {
    width: 100%;
    text-align: center;
    margin: 15px 0; }
    footer .social-media a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      background-color: #FFF;
      text-align: center;
      display: inline-block;
      font-size: 15px;
      color: #000;
      margin: 0 10px;
      }
  footer .sponsors {
    width: 100%;
    text-align: center;
    margin: 0px 0;
    color: black;
    }
    footer .sponsors a {
      display: inline-block; }
      footer .sponsors a img {
        width: 110px;
      }
  footer #copyrgiht {
    margin-top: -25px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
    font-size: 12px;
    padding: 0 0 10px;
    color: #FFF;
    }

.search-result {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .search-result::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.search-result::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.search-result::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

  .search-result .in {
    padding: 25px;
    background-color: #0f121c;
    }
    .search-result .items .item {
      margin: 15px 0;
    }
    .search-result .items .item:first-child {
      margin-top: 0;
    }
    .search-result .items .item:last-child {
      margin-bottom: 0;
    }
  .search-result .items .item .text {
    color: #FFF; }
    .search-result .items .item .text h1 {
      font-size: 15px;
      font-family: "CentraNo2-Black";
      margin: 0;
      }
    .search-result .items .item .text .cat {
      font-family: "CentraNo2-Bold"; }
  .search-result .filter .item {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    padding: 6px;
    font-family: "CentraNo2-Black";
    }
    .search-result .filter .item input {
      width: 25px !important;
      height: 25px !important;
      padding: 0 !important;
      margin: 4px 40px 4px 0;
      position: relative;
      display: block;
      float: left;
      }
      .search-result .filter .item input:after {
        content: "";
        position: absolute;
        width: 33px;
        height: 33px;
        border-radius: 4px;
        left: -4px;
        top: -4px;
        background-color: #ccc;
        z-index: -1; }
  .search-result.active {
    opacity: 1;
    max-height: 400px;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    }
    main .in-content .content aside.sidebar .form .column {
      padding: 10px 0;
    }
    main .in-content .content aside.sidebar .form .column input, main .in-content .content aside.sidebar .form .column textarea {
      width: 100%;
      padding: 15px;
      border: 1px solid #ccc;
    }
    main .in-content .content aside.sidebar .form .column textarea {
      resize: none;
    }
    main .in-content .content aside.sidebar .form .column input[type="submit"] {
      background-color: #1b2f5b;
      color: #FFF;
      font-weight: bolder;
      font-size: 25px;
      cursor: pointer;
    }
    main .in-content .content aside.sidebar .login-form {
      position: relative;
      transform: none;
      left: auto;
      width: 100%;
      opacity: 1;
      pointer-events: auto;
      border-radius: 0;
      padding: 40px;
    }
    main .in-content .content aside.sidebar .login-form .title {
      font-size: 25px;
      color: #FFF;
      text-align: center;
      font-weight: bolder;
      line-height: 40px;
      margin: 0;
    }
    header .search-result {
      top: 45px;
    }
    header .search-result .in {
      padding: 25px;
    }
    header .search-result .items .item .text h1 {
      font-size: 15px;
    }
    header .search-result .items .item .text .cat {
      font-size: 11px;
    }
    header .search-result .filter .item {
      padding: 15px;
      font-size: 15px;
    }
    .search-result .filter .item input {
      margin: 4px;
    }
    main .in-content .content-title .bottom-bar .mobile-search {
      padding: 12px;
      border: 1px solid #FFF;
      width: 100%;
      position: relative;
      display: none;
      }
      main .in-content .content-title .bottom-bar .mobile-search input {
        border: none;
        background: transparent;
        width: 100%;
        line-height: 40px;
        font-size: 30px;
        font-family: "CentraNo2-Black";
        padding: 0 70px 0 12px;
        color: #FFF;
        outline: none;
        }
        main .in-content .content-title .bottom-bar .mobile-search input::-webkit-input-placeholder {
          color: #FFF; }
        main .in-content .content-title .bottom-bar .mobile-search input::-moz-placeholder {
          color: #FFF; }
        main .in-content .content-title .bottom-bar .mobile-search input:-ms-input-placeholder {
          color: #FFF; }
      main .in-content .content-title .bottom-bar .mobile-search button {
        position: absolute;
        width: 66px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        top: 12px;
        right: 12px;
        font-size: 20px;
        background: transparent;
        border: none;
        border-left: 1px solid #FFF;
        padding-left: 12px;
        color: #FFF;
        }

        a {
          text-decoration: none !important;
        }
        #serafilm-content {
          font-family: 'CentraNo2-Bold';
        }
        #serafilm-content .nav-tabs {
          text-align: center;
          display: block;
          border: none;
          padding: 0;
          margin: 0;
          position: relative;
        }
        #serafilm-content .nav-tabs li {
          display: block;
          width: 25%;
          margin: 0;
          float: left;
          position: relative;
        }
        #serafilm-content .nav-tabs li a {
          padding: 15px;
          background-color: #1b2f5b;
          display: block;
          color: #FFF;
          text-transform: uppercase;
          text-shadow: 1px 1px 1px #000;
          border: 4px solid #FFF;
        }
        #serafilm-content .tab-content .tab-pane {
          padding: 40px;
          color: #000;
          text-align: justify;
        }
        #serafilm-content .tab-content .tab-pane h3 {
          font-family: 'CentraNo2-Black';
          text-align: center;
        }
        #tanitim-video {
    width: 100%;
    margin: -25px 0 50px 0;
    }
    #tanitim-video a {
      display: block;
      position: relative; }
      #tanitim-video a:before {
        content: "\f04b";
        border: 5px solid rgba(255, 255, 255, 0.4);
        width: 125px;
        height: 125px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        border-radius: 100%;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        text-align: center;
        line-height: 115px;
        color: #FFF;
        font-size: 50px;
        text-indent: 5px;
        background-color: transparent;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      #tanitim-video:hover:before {
        background-color: #FFF;
        color: #1b2f5b;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .transparent {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0.4;
          z-index: 1;
        }

        .cookies-alert {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 25px;
          z-index: 9;
          background-color: #1b2f5b;
          color: #FFF;
        }
        .cookies-alert p {
          margin: 0;
        }
        .cookies-alert button {
          width: 100%;
          display: block;
          text-align: center;
          background-color: rgb(62, 170, 0);
          border: none;
          color: #FFF;
          line-height: 50px;
          font-size: 30px;
          font-weight: bold;
          border-radius: 3px;
          margin-bottom: 10px;
        }
        .cookies-alert a {
          color: #FFF;
        }
        .cookie-bar__inner {
          padding: 25px;
        }
        .cookie-bar__message {
          text-align: left;
          padding: 0 15px;
        }
        .cookie-bar__btn {
          padding: 0;
          margin: 0 0 10px 0;
          line-height: 40px;
          border-radius: 3px;
          font-size: 20px;
          font-weight: bold;
          min-width: 195px;
          display: block;
        }
        .cookie-bar__link {
          margin: 0;
        }
        .cookie-bar__inner {justify-content: space-between;}
        
        .watch_promo_button{
            background-color: red;
            pointer-events:none;
            padding: 15px 45px;
            color: #fff;
            font-weight: 600;
            margin: 0 auto;
            width: max-content;
            position: relative;
            transform: translateY(50%);
            z-index: 3;
            box-shadow: 1px 1px 25px 1px red;
        }