
* {
  margin: 0;
  padding: 0; }


  /*********/
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }
/******************/
.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

.breakpoint-on .classynav {
  padding-top: 70px;
  padding-bottom: 70px; }
.breakpoint-on .classy-navbar .classy-menu {
  background-color: #222627;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2); }
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4 {
  padding: 0;
  border-bottom: 1px solid #393c3d; }
.breakpoint-on .classycloseIcon .cross-wrap span {
  background: #ffffff; }

.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }

.vizew-nav-tab {
  position: relative;
  z-index: 1;
  background-color: #393c3d;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vizew-nav-tab {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .vizew-nav-tab {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .vizew-nav-tab {
      height: 300px; } }
  .vizew-nav-tab .nav-link {
    padding: 0;
    padding: 15px 20px;
    border-left: 4px solid transparent;
color: #0f1112; }
    /* .vizew-nav-tab .nav-link.active {
      background-color: #4d5051;
      border-left-color: #db4437; } */

.vizew-breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  .vizew-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0; }
    .vizew-breadcrumb .breadcrumb .breadcrumb-item {
      color: #a6a6a6;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 12px; } }
      .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 12px; } }
        .vizew-breadcrumb .breadcrumb .breadcrumb-item a:hover, .vizew-breadcrumb .breadcrumb .breadcrumb-item a:focus {
          font-weight: 400;
          color: #db4437; }
  .vizew-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff; }

.single-blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-blog-post:last-child {
    margin-bottom: 0; }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    .single-blog-post .post-thumbnail img {
      width: 100%; }
  .single-blog-post .post-content {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .single-blog-post .post-content .post-title {
      color: #ffffff;
      margin-bottom: 5px;
      display: block;
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post .post-content .post-title {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 13px; } }
      .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:hover {
        color: #db4437; }
    .single-blog-post .post-content .post-meta a {
      display: inline-block;
      color: #595959;
      font-size: 12px; }
      .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:hover {
        color: #ffffff; }
  .single-blog-post.style-2 {
    margin-bottom: 0; }
    .single-blog-post.style-2 .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      max-width: 110px;
      width: 110px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post.style-2 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px;
          width: 80px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-2 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px;
          width: 80px; } }
      .single-blog-post.style-2 .post-thumbnail img {
        width: 100%; }
    .single-blog-post.style-2 .post-content {
      position: relative;
      z-index: 1;
      padding-left: 20px; }
      .single-blog-post.style-2 .post-content .post-title {
        color: #ffffff;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 13px;
        margin-right: 60px; } }
      .single-blog-post.style-2 .post-content .post-meta span {
        display: inline-block;
        color: #a6a6a6;
        font-size: 12px; }
  .single-blog-post.style-3 {
    margin-bottom: 0; }
    .single-blog-post.style-3 .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      max-width: 140px;
      width: 140px; }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
          flex: 0 0 100px;
          max-width: 100px;
          width: 100px; } }
    .single-blog-post.style-3 .post-content .post-title {
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-3 .post-content .post-title {
          font-size: 14px; } }
      .single-blog-post.style-3 .post-content .post-title:hover, .single-blog-post.style-3 .post-content .post-title:hover {
        color: #db4437; }
    .single-blog-post.style-3 .post-content .post-meta span {
      display: inline-block;
      color: #a6a6a6;
      font-size: 12px; }

.single-feature-post.video-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
 }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature-post.video-post {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-post.video-post {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .single-feature-post.video-post {
      height: 320px; } }
  /* .single-feature-post.video-post::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); } */
  .single-feature-post.video-post .play-btn {
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: #db4437;
    border-radius: 50%;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    padding: 0 0 0 3px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px; } }
    .single-feature-post.video-post .play-btn:hover, .single-feature-post.video-post .play-btn:focus {
      background-color: #0f1112; }
  .single-feature-post.video-post .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 59;
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .post-content {
        left: 15px;
        bottom: 15px; } }
    .single-feature-post.video-post .post-content .post-title {
      font-size: 24px;
      display: block;
      color: #ffffff;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 16px; } }
      .single-feature-post.video-post .post-content .post-title:hover, .single-feature-post.video-post .post-content .post-title:focus {
        color: #0f1112; }
    .single-feature-post.video-post .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .single-feature-post.video-post .post-content .post-meta a {
        display: inline-block;
        margin-right: 30px;
        color: #ffffff; }
        .single-feature-post.video-post .post-content .post-meta a:hover, .single-feature-post.video-post .post-content .post-meta a:focus {
          color: #db4437; }
  .single-feature-post.video-post .video-duration {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #0f1112;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    z-index: 79; }

.post-cata {
  background-color: #db4437;
  padding: 8px 15px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block; }
  .post-cata.cata-success {
    background-color: #3cb878; }
  .post-cata.cata-danger {
    background-color: #db4437; }
  .post-cata.cata-primary {
    background-color: #1996ce; }
  .post-cata:hover, .post-cata:focus {
    background-color: #0f1112;
    font-size: 12px; }
  .post-cata.cata-sm {
    font-size: 10px; }
    .post-cata.cata-sm:hover, .post-cata.cata-sm:focus {
      background-color: #0f1112;
      font-size: 10px; }

.single-post-area {
  position: relative;
  z-index: 1; }
  .single-post-area .post-thumbnail {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-post-area .post-thumbnail {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-post-area .post-thumbnail {
        margin-bottom: 30px; } }
    .single-post-area .post-thumbnail .video-duration {
      display: inline-block;
      position: absolute;
      right: 15px;
      bottom: 15px;
      background-color: #0f1112;
      padding: 6px 10px;
      border-radius: 2px;
      font-size: 14px;
      color: #ffffff;
      line-height: 1;
      z-index: 79; }
  .single-post-area .post-content {
    position: relative;
    z-index: 1;
    margin-top: 20px; }
    .single-post-area .post-content .post-title {
      display: block;
      color: #ffffff;
      margin-bottom: 15px;
      font-size: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-post-area .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-post-area .post-content .post-title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-post-area .post-content .post-title {
          font-size: 18px; } }
      .single-post-area .post-content .post-title:hover, .single-post-area .post-content .post-title:focus {
        color: #db4437; }
    .single-post-area .post-content .post-meta a {
      display: inline-block;
      margin-right: 20px; }
      .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
        color: #db4437; }
      .single-post-area .post-content .post-meta a:last-child {
        margin-right: 0; }
    .single-post-area .post-content .post-meta .post-author {
      color: #595959; }
    .single-post-area .post-content .post-meta .post-date {
      color: #595959; }
    .single-post-area .post-content .post-meta i.fa-circle {
      color: #a6a6a6;
      font-size: 6px;
      margin-right: 20px; }
  .single-post-area.style-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #393c3d; }


    .video-container {
        height: 500px;
    }

    @media (max-width: 768px) {
        .video-container {
            height: 300px;
        }
    }
/************/



.footer-09 {
    background: #093150;
    /* background: -moz-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #2a1a5e), color-stop(100%, #5126a7));
    background: -webkit-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -o-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: -ms-linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
    background: linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1a5e', endColorstr='#5126a7', GradientType=1 ); } */
}
    .footer-09 .border-top {
      border-color: rgba(255, 255, 255, 0.1) !important; }
    .footer-09 a {
      color: #fff; }
      .footer-09 a:hover {
        color: rgba(255, 255, 255, 0.9); }
    .footer-09 p {
      color: rgba(255, 255, 255, 0.3); }
    .footer-09 .footer-heading {
      color: #fff;
      font-size: 22px;
      margin-bottom: 30px; }
      .footer-09 .footer-heading .icon {
        width: 40px;
        margin-right: 10px;
        border-radius: 50%;
        height: 40px;
        display: block;
        color: #fff;
        border: 1px solid #fff; }
    .footer-09 ul.list-unstyled li a {
      color: rgba(255, 255, 255, 0.5); }
    .footer-09 .block-21 .heading a {
      color: rgba(255, 255, 255, 0.5); }
    .footer-09 .block-21 .meta div a {
      color: rgba(255, 255, 255, 0.3); }
    .footer-09 .block-23 ul li {
      color: rgba(255, 255, 255, 0.5); }
    .footer-09 .subscribe-form .form-group {
      position: relative;
      margin-bottom: 0;
      border-radius: 0; }
      .footer-09 .subscribe-form .form-group input {
        background: rgba(0, 0, 0, 0.05) !important;
        border: 2px solid #fff !important;
        outline: none !important;
        color: rgba(255, 255, 255, 0.3) !important;
        font-size: 16px;
        border-radius: 0; }
        .footer-09 .subscribe-form .form-group input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer-09 .subscribe-form .form-group input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer-09 .subscribe-form .form-group input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer-09 .subscribe-form .form-group input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(255, 255, 255, 0.3) !important; }
        .footer-09 .subscribe-form .form-group input:focus {
          outline: none !important;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .footer-09 .subscribe-form .form-group .submit {
        color: #3874a1 !important;
        display: block;
        width: 52px;
        /* height: 52px; */
        font-size: 16px;
        background: #fff !important;
        border: none;
        border-radius: 0; }
        .footer-09 .subscribe-form .form-group .submit:hover, .footer-09 .subscribe-form .form-group .submit:focus {
          text-decoration: none !important;
          outline: none !important; }
/***********/


    /* Ensure the card images have a fixed height */
    .card-img-top1 {
        height: 180px; /* Adjust to the desired height */
        object-fit: cover; /* Ensures the image fits the card without distortion */
    }

    /* Optional: Fixed width for cards */
    .card1 {
        width: 100%; /* You can use a fixed width (e.g., 18rem) for consistent size */
    }

    /* Make the cards responsive on smaller screens */
    @media (max-width: 768px) {
        .col-md-4 {
            flex: 0 0 100%; /* Stack the cards in one column on smaller screens */
        }
    }
