/*** Nabeel Start ***/
body {
    background-color: #1D1D1D !important;
}
p{
    margin-bottom: 0px !important;
}
img.web-logo {
    max-width: 200px;
    height: 48px;
    object-fit: contain;
    width: 100%;
}

/*** salik header ***/

.bark-review-badge-name {
    background: #BF000E !important;
}

a.bark-widget {
    border: 0px solid #bf000e !important;
}

.pe-4 {
    padding-right: 12px !important;
}

.border-end {
    border-right: 0px solid #dee2e6 !important;
}

         h1.counter::after {
             content: "%";
             color: inherit;
             /* Match the counter text color */
         }
    
         h1.plussign::after {
             content: "+";
             color: inherit;
             /* Match the text color */
         }

/*** pricing tabs ***/
ul#pricingTabs {
    justify-content: center !important;
    column-gap: 20px !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: 800;
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b) !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border: 0px !important;
    color: white !important;
    text-transform: capitalize !important;
}
.nav-tabs {
    border-bottom: 0PX !important;
}
.tc-pricing-style-1 .pricing-content > ul {
    margin-bottom: 30px;
    margin-left: 10px;
    height: 300px !important;
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #b5000d #f4f4f4;
}
.nav-tabs .nav-link {
    cursor: pointer !important;
    margin: 0 0px 0px 0 !important;
    display: inline-block !important;
    padding: 15px 20px !important;
    font-size: 18px !important; 
    font-weight: 800 !important;
    text-transform: capitalize !important;
    line-height: 20px !important;
    color: white !important;
    transition: all 0.3s ease-in-out !important;
    border: unset !important;
    border-radius: 10px !important;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color:unset !important;
   isolation: isolate; 
}
.pricing-content ol, ul {
    padding: 0px !important;
}
.tc-pricing-plan .pricing-content ul {
    margin-left: 0px !important;
}
.tab-content {
    margin-top: 70px !important;
}
/*** pricing tabs ***/
.tabs {
    display: flex;
    justify-content: center;
    background-color: #ffffff00;
    column-gap: 10px;
}
.spacer{
    width: 3px;
    background-color:#bf000e;
}
.tab {
    padding: 10px 0px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Saira", sans-serif;
    text-transform: uppercase;
    max-width: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
.tab.active {
    background-color: #bf000e;
    color: black;
    font-size: 16px;
    font-weight: 800;
    font-family: "Saira", sans-serif;
    border-radius: 5px;
}
.tab:hover {
    background-color: #bf000e;
    border-radius: 5px;
}

.tab-content {
    display: block;
        margin-top: 50px;
}

.tab-pane {
    padding: 20px;
}
img.tabs-logo {
    width: 90px;
    display: block;
    margin: 0 auto;
    height: 90px;
    object-fit: contain;
}


.image-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-gallery img {
    width: 32%;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.modal img {
    max-width: 70%;
    max-height: 100%;
    object-fit: cover;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    padding: 16px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.caption {
    color: white;
    text-align: center;
    margin-top: 15px;
    display: none;
}
/* maquee css */
.marq-wrapper {
    position: relative;
    overflow: hidden;
    height: 285px;
}
.marquee {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #ffffff;
}
.marquee:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #ffffff, transparent 300px, transparent calc(100% - 300px), #ffffff);
    background: -o-linear-gradient(right, #ffffff, transparent 300px, transparent calc(100% - 300px), #ffffff);
    background: linear-gradient(to left, #ffffff, transparent 300px, transparent calc(100% - 300px), #ffffff);
    z-index: 3;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.main-marq {
    position: relative;
    padding: 0;
}
.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite;
    display: flex;
}
.box {
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    left: 0;
}
.main-marq .box .item {
    padding: 0 30px;
}
.main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
}
.main-marq .non-strok .item h4 {
    color: #bf000e  !important;
    -webkit-text-stroke: 0 !important;
}
.h-100.position-relative img {
    width: 100%;
}
.marquee h4 {
    font-size: 70px;
}
span {
    display: inline-block;
}
.main-marq .box .item h4 .icon {
    font-family: "Bricolage Grotesque", sans-serif;
    margin-bottom: -15px;
}
.icon {
    width: 100px;
    height: 100px;
    margin: 0 5px;
}
.box:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transform: translate3d(0, 0, 0);
}
@keyframes slide-har {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  /* end */
  /* new test */
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-logos{
    display: block;
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .services-text{
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-top: 20px;
  }
  section.three-slides {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.vip-h1 {
    font-size: 3.1em;
}
  .\36 0-width {
    max-width: 60%;
    width: 100%;
    /* height: 319px; */
}

.\34 0-width {
    max-width: 40%;
    width: 100%;
}

element.style {
    width: 324.667px;
    margin-right: 30px;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.td{
    background: linear-gradient(to bottom, #bf000e, #7e000b, #bf000e, #7e000b);
    height: 350px;
    background-repeat: no-repeat;
    border-radius: 12px;
    width: 100%;
}
.new-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 180px;
    padding-right: 20px;
    column-gap: 40px;
    position: relative;
    z-index: 99;
}

a.ms-2.portfolio_sectionhome_button {
    display: block;
    text-align: center;
}

.button {
    border-radius: 10px;
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
    box-shadow: 0 2px 5px 2px #bf000d25;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  /* end */
  .customSwiper{
    margin-top: 60px;
  }
  .container-fr{
    padding-left: 180px;
    padding-right: 180px;

  }
  .platform-logos{
    width: 60%;

  }
  /* start */
  /* cards css */
  .flex-12 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.flex-sub-1 {
    max-width: 30%;
    width: 100%;
}
  .section-title {
    font-size: 18px;
    color: #fcb040;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .section-heading {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }

  .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 70%;
    width: 100%;
}

.card {
    background-image:url(../img/box-0.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    text-align: center;
    width: 250px;
    transition: transform 0.3s ease-in-out, background-color 0.3s;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-clip: border-box;
}
.card-icon img {
    width: 60px;
}
  .card:hover {
    transform: translateY(-10px);
  }

  .card-title {
    font-size: 18px;
    color: white;
    font-weight: bold;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;

  }

  @media (max-width: 768px) {
    .card {
      width: 100%;
      max-width: 300px;
    }
  }
  /* end */
  /* foteer-form */
  .bg-new-video{
    position: relative;
  }
  .consultation-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
    column-gap: 50px;
}
.flex-15{
    display: flex;
    column-gap: 10px;
}
.consultation-content {
    flex: 1;
    max-width: 500px;
    color: #fff;
    padding: 20px;
}
input[type="checkbox"] {
    margin-bottom: 0px !important;
}
.footer-form-btn{
    margin-top: 20px;
}
.consultation-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
}

.consultation-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.consultation-form {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
}

.consultation-form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.consultation-form label {
    display: flex;
    align-items: center;
    color: #ddd;
    font-size: 12px;
    column-gap: 3px;
}

.consultation-form button {
    width: 100%;
    padding: 12px;
    background-color: #bf000e;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    transition: background-color 0.3s ease;
}

.consultation-form button:hover {
    background-color: #bf000e;
}

.form-note {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
    line-height: 1.4;
}
.consultation-hero {
    max-width: 50%;
    width: 100%;
}

.illustration {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 50%;
    width: 100%;
}

.illustration img {
    max-width: 100%;
    height: auto;
    -webkit-animation: animation_float_1 3s infinite linear;
    animation: animation_float_1 3s infinite linear;
}

/*salik new */
@media (max-width: 1500px){
.swiper-slide.td.swiper-slide {
        max-width: 250px !important;
        width: 100% !important;
        margin-right: 50px !important;
    }

}

@media (max-width: 1300px) {
.new-container {
        padding-left: 120px;
    }

}

@media (max-width: 1120px) {
h1.me-3.text-primary.counter-value.text-white {
        font-size: 3rem !important;
    }

    h5.text-white.mt-1 {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 1024px) {
h1.cursor {
        font-size: 65px !important;
    }

    h2.mcs_title.stat_title {
        font-size: 65px !important;
    }

}

@media (max-width: 991px) {


    h5.text-white.mt-1 {
        font-size: 2.2rem !important;
    }


    h1.me-3.text-primary.counter-value.text-white {
        font-size: 4rem !important;
    }

.container-md,
.container-sm,
.container {
    max-width: 720px;
    padding: 0px 40px !important;
}

.d-flex.counter {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.consultation-section{

    padding: 0px;
}

.row.g-5 {
    flex-direction: column;
}

.col-lg-5.col-md-6.col-sm-12.wow.fadeIn.animation-float.animated {
    width: 100%;
}

.col-lg-7.col-md-6.col-sm-12.wow.fadeIn {
    width: 100%;
    margin-top: 0px;
}

.new-container {
    flex-direction: column;
    padding: 40px;
    row-gap: 80px;
}

.\34 0-width {
    max-width: 100% !important;
}

.container.pt-5.flex-12 {
    flex-direction: column;
}

.flex-sub-1 {
    max-width: 100%;
}

.section-title {
    text-align: center;
}

.section-heading {
    text-align: center;
}

.flex-container {
    max-width: 100%;
}

.row.g-5.footer-row {
    flex-direction: row;
}

.consultation-section.container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.consultation-hero {
    max-width: 100%;
}

.illustration {
    max-width: 100%;
}

.consultation-section.container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px !important;
}


.consultation-content {

    max-width: 100%;

}


}


@media (max-width: 768px) {
    .consultation-section {
        flex-direction: column;
        padding: 20px;
    }

    .consultation-form, .consultation-content {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
/* fs */
.shadow-effect {
    background: #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.flex-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.wid-50 {
    max-width: 47%;
    width: 100%;
}
.bg-pp{
    background-color: #bf000e !important;
}
.bg-blk{
    background-color: #1d1d1d !important;
}
.wid-100 {
    width: 100% !important;
    margin-bottom: 20px;
}
.f1 {
    font-size: 1.5em !important;
}
.stars {
    MARGIN-BOTTOM: 20px;
    font-size: 24px;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #000000;
}
.inner-review {
    padding: 20px;
}
.testimonial-name {
    display: block;
    width: 100%;
    background: #bf000e;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto 20px;
    border-radius: 100px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #bf000e;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: black;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
  .text-primary1 {
    color: #000000 !important;
    font-size:1em !important;
  }
  .vip1 {
    padding: 60px 0px;
}
.black{
    color: #ffffff !important;
}
.vip2{
    color:white;
    font-size: 15px;
    font-family: "Saira", sans-serif;
    margin-bottom: 10px;
}
.vip3{
    color:white;
    font-size: 20px;
    font-family: "Saira", sans-serif;
}

.slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: auto;
    cursor: grab;
}

.slide-track {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

.slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
.team{
    background-image: url("../img/cap-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6rem !important;
}
  
  
  .video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
  }
  
  .my-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .my-video2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.2);
}

  .content {
      position: absolute;
      z-index: 2;
      color: white;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }
  .letters{
      font-size: 6rem;
  }
  @keyframes animation_float {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  .animation-float {
    -webkit-animation: animation_float 3s infinite linear;
    animation: animation_float 3s infinite linear;
  }
  @keyframes animation_float_1 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .animation-float_1 {
    -webkit-animation: animation_float_1 3s infinite linear;
    animation: animation_float_1 3s infinite linear;
  }
  /*** Nabeel end ***/
  
  /*** Spinner Start ***/
  
  #spinner {
      opacity: 0;
      visibility: hidden;
      transition: opacity .8s ease-out, visibility 0s linear .5s;
      z-index: 99999;
   }
  
   #spinner.show {
       transition: opacity .8s ease-out, visibility 0s linear .0s;
       visibility: visible;
       opacity: 1;
   }
  
  /*** Spinner End ***/
  
  
  /*** Button Start ***/
  .btn {
      font-weight: 600;
      transition: .5s;
  }
  
  .btn-square {
      width: 38px;
      height: 38px;
  }
  
  .btn-sm-square {
      width: 32px;
      height: 32px;
  }
  
  .btn-md-square {
      width: 46px;
      height: 46px;
  }
  
  .btn-lg-square {
      width: 58px;
      height: 58px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-md-square,
  .btn-lg-square {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: normal;
  }
  
  .back-to-top {
      position: fixed;
      width: 50px;
      height: 50px;
      right: 30px;
      bottom: 30px;
      z-index: 99;
  }
  
  /*** Button End ***/
  
  
  /*** Topbar Start ***/
  
  .topbar .top-info {
      letter-spacing: 1px;
  }
  
  .topbar .top-link {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .topbar .top-link a {
      margin-right: 10px;
  }
  
  #note {
      width: 500px;
      overflow: hidden;
  }
  
  #note small {
      position: relative;
      display: inline-block;
      animation: mymove 5s infinite;
      animation-timing-function: all;
  }
  
  @keyframes mymove {
      from {left: -100%;}
      to {left: 100%;}
  }
  
  /*** Topbar End ***/
  
  /* twest styling */
  /* Timeline container styling */
  img.time-line-img {
    width: 60px;
}
  .time-line{
    height: 100vh;
    display: grid;
    place-items: center;
  }
.timeline-container {
    display: flex;
    gap: 33.5px;
    width: 100%;
    height: 134px;
    justify-content: center;
    font-weight: 900;
    font-size: 67px;
  }
  
  /* Individual timeline point styling */
  .timeline-point {
    transition-duration: 0.5s;
    border-radius: 50%;
    background: linear-gradient(145deg, #1e2125, #23282c);
    box-shadow: 13.4px 13.4px 40.2px #1c1f23, -13.4px -13.4px 40.2px #262b2f;
    display: grid;
    place-items: center;
    width: 134px;
    position: relative;
    color: var(--color);
  }
  
  .timeline-point::before {
    content: "";
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    background: conic-gradient(
      var(--color) var(--angle),
      transparent 0deg 360deg
    );
    animation: rotateBorder 1s linear var(--delay) forwards;
  }
  
  .timeline-point:nth-child(odd)::before {
    transform: rotate(-90deg);
  }
  
  .timeline-point:nth-child(even)::before {
    transform: rotate(90deg) scaleY(-1);
  }
  
  /* Custom property for angle */
  @property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  
  /* Common styling for timeline points */
  .timeline-point:nth-child(1) {
    --color: #bf000e;
    --delay: 0s;
  }
  
  .timeline-point:nth-child(2) {
    --color: #fcb040;
    --delay: 1s;
  }
  
  .timeline-point:nth-child(3) {
    --color: #fcb040;
    --delay: 2s;
  }
  
  .timeline-point:nth-child(4) {
    --color: #bf000e;
    --delay: 3s;
  }
  
  .timeline-point:nth-child(5) {
    --color: #bf000e;
    --delay: 4s;
  }
  .timeline-point:nth-child(6) {
    --color: #fcb040;
    --delay: 5s;
  }
  /* Popup styling */
  .popup {
    width: 321.6px;
    height: auto;
    max-height: 0;
    background-color: var(--color);
    display: grid;
    grid-template-columns: 16% 84%;
    position: absolute;
    color: white;
    border-radius: 30px;
    box-shadow: 6.7px 6.7px 21.4px #17191d, -6.7px -6.7px 21.4px #212529;
  
    transform-origin: bottom bottom;
    animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
  }
  
  .timeline-point:nth-child(odd) .popup {
    bottom: 221.1px;
  }
  
  .timeline-point:nth-child(even) .popup {
    top: 221.1px;
  }
  
  /* Popup number styling */
  .popup-number {
    grid-row: span 2;
    display: grid;
    font-size: 2rem;
    font-weight: bold;
    place-items: center;
    cursor: auto;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
    opacity: 0;
    height: 100%;
  }
  
  /* Popup title styling */
  .popup-title {
    color: var(--color);
    padding-bottom: 6.7px;
    font-size: 20.1px;
    font-weight: 900;
  }
  
  /* Popup details styling */
  .popup-details {
    padding: 20.1px;
    background-color: #1c1f23;
    border-radius: 30px;
    opacity: 0;
    font-weight: 500;
    user-select: none;
    cursor: auto;
    overflow: hidden;
    font-size: 0.8rem;
    text-align: left;
    background: linear-gradient(145deg, #16181b, #22262b);
    margin: 3.35px;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
    height: 194px !important;
    overflow-y: scroll;
  }
  #popup-details::-webkit-scrollbar-track
{
	border-radius: 10px !important;
	background-color: transparent !important;
	margin-top:25px !important;
	margin-bottom:25px !important;
	padding-right:25px !important;
}

#popup-details::-webkit-scrollbar
{
	width: 5px !important;
	background-color: transparent !important;
}

#popup-details::-webkit-scrollbar-thumb
{
	border-radius: 100px !important;
	background-color: #bf000e !important;
}


  .popup::before {
    content: "";
    width: 6.7px;
    height: 0;
    border-radius: 20px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    top: -41.9px;
    display: flex;
    animation: drawLine 0.5s linear var(--delay) forwards;
  }
  
  .timeline-point:nth-child(odd) .popup:before {
    top: calc(100% + 47px);
    transform: rotateX(180deg);
    transform-origin: top;
  }
  
  /* Hover effect for timeline points */
  .timeline-point:hover {
    background: linear-gradient(145deg, var(--color), #1e2125);
    color: white;
  }
  
  /* Animation for border rotation */
  @keyframes rotateBorder {
    from {
      --angle: 0deg;
    }
  
    to {
      --angle: 180deg;
    }
  }
  
  /* Animation for popup expansion */
  @keyframes expandPopup {
    0% {
      max-height: 0;
    }
  
    100% {
      max-height: 200px;
    }
  }
  
  /* Animation for line drawing */
  @keyframes drawLine {
    0% {
      height: 0%;
      opacity: 0;
    }
  
    100% {
      height: 33.5px;
      opacity: 1;
    }
  }
  
  /* Animation for fade-in effect */
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }
  
  @media (max-width: 1050px) {
    body {
      height: auto;
      display: block;
    }

.col-md-6 {
    width: 100% !important;
    padding: 0px !important;
}

.tc-pricing-style-1 {
    align-items: center !important;
    justify-content: center !important;
}

    .timeline-container {
      flex-direction: column;
      height: auto;
      width: 100%;
      padding: 100px 0px;
    }
  
    .timeline-point {
      height: 134px;
      flex-shrink: 0;
      left: calc(-321px / 2);
      margin: 0px auto;
      position: relative;
    }
  
    .timeline-point:nth-child(odd)::before {
      transform: rotate(0deg);
    }
  
    .timeline-point:nth-child(even)::before {
      transform: rotate(0deg) scaleX(-1);
    }
  
    .timeline-point .popup:before {
      display: none;
    }
  
    .timeline-point:nth-child(odd) .popup {
      bottom: auto;
      right: -370.1px;
    }
  
    .timeline-point:nth-child(even) .popup {
      top: auto;
      right: -370.1px;
    }
  }
  
  /*** Navbar Start ***/
  .navbar .navbar-nav {
      padding: 15px 0;
  }
  
  .navbar .navbar-nav .nav-link {
      padding: 10px;
      color: var(--bs-white);
      font-size: 18px;
      outline: none;
      
  }
  
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
      color: #bf000e !important;
      font-weight: 500;
  }
  
  .navbar .dropdown-toggle::after {
      border: none;
      content: "\f107";
      font-family: "font awesome 5 free";
      font-weight: 900;
      vertical-align: middle;
      margin-left: 8px;
  }
  
  @media (min-width: 992px) {
      .navbar .nav-item .dropdown-menu {
          display: block;
          visibility: hidden;
          top: 100%;
          transform: rotateX(-75deg);
          transform-origin: 0% 0%;
          transition: .5s;
          opacity: 0;
      }
  }
  
  .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
  
  /*** Navbar End ***/
  
  
  /*** Carousel Start ***/
  
  .carousel-item {
      position: relative;
  }
  
  .carousel-item::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .6);
  }
  
  .carousel-caption {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
  }
  
  .carousel-item p {
      max-width: 700px;
      margin: 0 auto 35px auto;
  }
  
  .carousel-control-prev {
      width: 90px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      background: var(--bs-primary);
      border-radius: 0 50px 50px 0;
      opacity: 1;
  }
  
  .carousel-control-prev:hover {
      background: var(--bs-secondary);
      transition: .8s;
  }
  
  .carousel-control-next {
      width: 90px;
      height: 60px;
      position: absolute;
      top: 50%;
      right: 0;
      background: var(--bs-primary);
      border-radius: 50px 0 0 50px;
      opacity: 1;
  }
  
  .carousel-control-next:hover {
      background: var(--bs-secondary);
      transition: .8s;
  }
  
  .carousel-caption .carousel-content a button.carousel-content-btn1 {
      background: var(--bs-secondary);
      color: var(--bs-dark);
      opacity: 1;
      border: 0;
      border-radius: 20px;
  }
  
  .carousel-caption .carousel-content a button.carousel-content-btn1:hover {
      background: var(--bs-primary);
      color: #ffffff;
      border: 0;
      opacity: 1;
      transition: 1s;
      border-radius: 20px;
  }
  
  .carousel-caption .carousel-content a button.carousel-content-btn2 {
      background: var(--bs-primary);
      color: var(--bs-white);
      opacity: 1;
      border: 0;
      border-radius: 20px;
  }
  
  .carousel-caption .carousel-content a button.carousel-content-btn2:hover {
      background: var(--bs-secondary);
      color: var(--bs-dark);
      border: 0;
      opacity: 1;
      transition: 1s;
      border-radius: 20px;
  }
  
  #carouselId .carousel-indicators li {
      width: 30px;
      height: 10px;
      background: var(--bs-primary);
      margin: 10px;
      border-radius: 30px;
      opacity: 1;
  }
  
  #carouselId .carousel-indicators li:hover {
      background: var(--bs-secondary);
      opacity: 1;
  }
  
  @media (max-width: 992px) {
      .carousel-item {
          min-height: 500px;
      }
      
      .carousel-item img {
          min-height: 500px;
          object-fit: cover;
      }
  
      .carousel-item h1 {
          font-size: 40px !important;
      }
  
      .carousel-item p {
          font-size: 16px !important;
      }
  }
  
  @media (max-width: 768px) {


/* salikmobile */

.dropdown-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
    }

    .dropdown-menu a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: #333;
    }

    .dropdown-menu a:hover {
        background-color: #f1f1f1;
    }


      .carousel-item {
          min-height: 400px;
      }
      
      .carousel-item img {
          min-height: 400px;
          object-fit: cover;
      }
  
      .carousel-item h1 {
          font-size: 28px !important;
      }
  
      .carousel-item p {
          font-size: 14px !important;
      }
  }
  
  .page-header {
      background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Untitled-3.png) center center no-repeat;
      background-size: cover;
  }
  
  .page-header .breadcrumb-item+.breadcrumb-item::before {
      color: var(--bs-white);
  }
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
      font-size: 18px;
      color: var(--bs-white);
  }
  
  /*** Carousel End ***/
  
  
  /*** Services Start ***/
  
  .services .services-item {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      padding: 10px 0;
      background: url("../img/cap-bg.png");
      background-size: cover;
      position: relative;
  }
  
  
  .services-content::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      border-radius: 10px 10px 0 0;
      background: rgba(0, 0, 0, 1);
      transition: .5s;
  }
  
  .services-content::after {
      top: 0;
      bottom: auto;
      border-radius: 10px 10px 10px 10px;
  }
  
  .services-item:hover .services-content::after {
      height: 100%;
      opacity: 1;
      transition: .5s;
  }
  
  .services-item:hover .services-content-icon {
      position: relative;
      z-index: 2;
  }
  
  .services-item .services-content-icon i,
  .services-item .services-content-icon p,
  .services-item .services-content-icon h4{
      transition: .5s;
  }
  
  .services-item:hover .services-content-icon i {
      color: #bf000e !important;
      
  }
  
  .services-item:hover .services-content-icon p {
      color: var(--bs-white);
  }
  .services-item .services-content-icon h4 {
      color: var(--bs-white);
  }
  
  /*** Services End ***/
  
  
  /*** Project Start ***/
  
  .project-img {
      position: relative;
      padding: 15px;
  }
  
  .project-img::before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      top: 0;
      left: 0;
      background: var(--bs-secondary);
      border-radius: 10px;
      opacity: 1;
      z-index: -1;
      transition: .5s;
  }
  
  .project-img::after {
      content: "";
      width: 150px;
      height: 150px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: var(--bs-primary);
      border-radius: 10px;
      opacity: 1;
      z-index: -1;
      transition: .5s;
  }
  
  .project-content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
  }
  
  .project-content a {
      display: inline-block;
      padding: 20px 25px;
      background: var(--bs-primary);
      border-radius: 10px;
  }
  
  .project-item:hover .project-content {
      opacity: 1;
      transition: .5s;
  }
  
  .project-item:hover .project-img::before,
  .project-item:hover .project-img::after {
      opacity: 0;
  }
  
  /*** Project End ***/
  
  
  /*** Blog Start ***/
  .blog-item .blog-btn {
      z-index: 2;
  }
  
  .blog-btn .blog-btn-icon {
      height: 50px;
      position: relative;
      overflow: hidden;
  }
  
  .blog-btn-icon .blog-icon-2 {
      display: flex;
      position: absolute;
      top: 6px;
      left: -140px;
      
  }
  
  .blog-btn-icon:hover .blog-icon-2 {
      transition: 1s;
      left: 5px;
      top: 6px;
      padding-bottom: 5px;
  }
  .blog-icon-1 {
      position: relative;
      top: -4px;
  }
  .blog-btn-icon:hover .blog-icon-1 {
      top: 0;
      right: -140px;
      transition: 1s;
  }
  
  /*** Blog End ***/
  
  
  /*** Team Start ***/
  
  .team-item {
      border-top: 30px solid #bf000e !important;
      background: rgb(255, 255, 255);
  }
  
  .team-content::before {
      height: 200px;
      display: block;
      content: "";
      position: relative;
      top: -101px;
      background: #bf000e;
      clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
      padding: 60px;
      opacity: 1;
  }
  
  .team-img-icon {
      position: relative;
      margin-top: -200px;
      padding: 30px;
      padding-bottom: 0;
  }
  
  .team-img {
      border: 15px solid var(--bs-white);
  }
  
  .team-img img {
      border: 10px solid #bf000e;
      transition: .5s;
  }
  
  .team-item:hover h4 {
      color: var(--bs-primary);
      transition: .5s;
  }
  
  .team-item:hover .team-img img {
      transform: scale(1.05);
      border: 10px solid black;
  }
  
  .team-carousel .owl-stage {
      position: relative;
      width: 100%;
      height: 100%;
  }
  
  .team-carousel .owl-nav {
      position: absolute;
      top: -100px;
      right: 50px;
      display: flex;
  }
  
  .team-carousel .owl-nav .owl-prev,
  .team-carousel .owl-nav .owl-next {
      width: 56px;
      height: 56px;
      border-radius: 56px;
      margin-left: 15px;
      background: white;
      color: black;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .5s;
  }
  
  .team-carousel .owl-nav .owl-prev:hover,
  .team-carousel .owl-nav .owl-next:hover {
      background:#bf000e ;
      color: black;
  }
  
  @media (max-width: 992px) {
      .team-carousel {
          margin-top: 3rem;
      }
  
      .team-carousel .owl-nav {
          top: -85px;
          left: 50%;
          right: auto;
          transform: translateX(-50%);
          margin-left: -15px;
      }
  }
  
  /*** Team End ***/
  
  
  /*** Testimonial Start ***/
  
  .testimonial-item {
      background: #e3f0eb;
  
  }
  
  .testimonial-carousel .owl-dots {
      margin-top: 15px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
  }
  
  .testimonial-carousel .owl-dot {
      position: relative;
      display: inline-block;
      margin: 0 5px;
      width: 15px;
      height: 15px;
      background: #c1dad0;
      border-radius: 15px;
      transition: .5s;
  }
  
  .testimonial-carousel .owl-dot.active {
      width: 30px;
      background: var(--bs-primary);
  }
  
  .testimonial-carousel .owl-item.center {
      position: relative;
      z-index: 1;
  }
  
  .testimonial-carousel .owl-item .testimonial-item {
      transition: .5s;
  }
  
  .testimonial-carousel .owl-item.center .testimonial-item {
      background: #FFFFFF !important;
      box-shadow: 0 0 30px #DDDDDD;
  }
  
  /*** Testimonial End ***/
  
  
  /*** Contact Start ***/
  /* .contact-detail::before {
      position: absolute;
      content: "";
      height: 50%;
      width: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
      background-size: cover;
      border-radius: 10px;
      z-index: -1;
  }
   */
  .contact-map {
      background: #1d1d1d;
  }
  
  .contact-form {
      background: #1d1d1d;
  }
  
  /*** Contact End ***/
  
  
  /*** Footer Start ***/
  
  .footer .short-link a,
  .footer .help-link a,
  .footer .contact-link a {
      transition: .5s;
  }
  
  .footer .short-link a:hover,
  .footer .help-link a:hover,
  .footer .contact-link a:hover {
      letter-spacing: 1px;
  }
  
  .footer .hightech-link a:hover {
      background: var(--bs-secondary);
      border: 0;
  }
  /* pricing */
  /**
* Reset
*/

.tc-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.tc-container h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #ccc;
  margin-bottom: 60px;
    text-align: center;
}


/**
* Pricing Table
*/
@font-face {
    font-family: 'CustomIcons';
    src: url('path-to-your-font.woff2') format('woff2');
}
.checkmark-icon {
    font-family: 'CustomIcons';
    content: "\e080";
}
.tc-pricing-style-1 {
  align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}

.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #fff;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}

.tc-pricing-style-1 .tc-pricing-plan:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 60px);
    background-image: linear-gradient(-30deg, #000000 11%, #bf000e 83.4%);
    height: calc(100% + 59px);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20px;
}

.tc-pricing-style-1 .pricing-head {
    text-align: center;
}

.tc-pricing-style-1 .pricing-head .price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
}

.tc-pricing-style-1 .pricing-duration {
    position: relative;
    z-index: 10;
    padding: 13px;
    line-height: 1;
    background-color: #bf000e;
    margin: 0 -30px 30px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left, #bf000e, #7e000b, #bf000e);
}

.tc-pricing-style-1 .pricing-duration:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #bf000e;
    background: linear-gradient(90deg, #bf000e 50%, #000000 100%);
    opacity: 0;
    width: 0;
    transition: 0.4s;
}

.tc-pricing-style-1 .tc-pricing-plan:hover .pricing-duration:before {
    width: 100%;
    opacity: 1;
}

.tc-pricing-style-1 .pricing-content {
    position: relative;
}

.tc-pricing-style-1 .pricing-content .pricing-icon {
    margin-right: 10px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: -10px;
}

.tc-pricing-style-1 .pricing-content .pricing-icon > i {
    font-size: 150px;
    color: rgba(19, 19, 19, 0.09);
}

.tc-pricing-style-1 .pricing-content > ul {
    margin-bottom: 30px;
    margin-left: 10px;
}

.tc-pricing-style-1 .pricing-content > ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}

.tc-pricing-style-1 .pricing-content > ul li:before {
    content:"\2713";
    position: absolute;
    font-family:simple-line-icons;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    background: #000000;
    color: #ffff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    text-indent: 1px;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in {
    text-decoration: line-through;
    color: #bbb;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in:before {
    content:"\e082";
    background-color: #000000;
}

.tc-pricing-style-1 .pricing-footer {
    text-align: center;
}

.tc-pricing-style-1 .pricing-footer > a {
    padding: 14px 17px;
    line-height: 1;
    text-align: center;
    background:linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
    color: #fff;
    min-width: 120px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}


.tc-pricing-style-1 .pb-row {
    -ms-flex-align: center;
    align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured {
    padding: 90px 30px;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured .pricing-duration {
    padding: 18px;
}

.tc-pricing-style-1 .pricing-footer > a:hover,
.tc-pricing-style-1 .pricing-footer > a:focus {
    box-shadow: 0 10px 30px #ddd;
    background-color: #7037b6;
}

/* .tc-pricing-style-1 .tc-pricing-plan.is-featured:before {
    background-color: black;
} */
/* .tc-pricing-style-1 .is-featured .pricing-head .price,
.tc-pricing-style-1 .is-featured .pricing-content > ul,
.tc-pricing-style-1 .is-featured .pricing-title {
    color: #fff;
} */

.tc-pricing-style-1 .is-featured .pricing-content .pricing-icon > i {
    color: rgba(255, 255, 255, 0.1);
}

.tc-pricing-style-1 .is-featured .pricing-footer > a:hover {
    box-shadow: 0 10px 30px #131313;
}
  
  /*** Footer End ***/
  
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {

    font-weight: 800;
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
    padding: 5px 20px;
    border-radius: 10px;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
  }
  
  .portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(122, 105, 96, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  
  .portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
    color: #bf000e;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 1;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
   
    color: #fff;
    background: linear-gradient(to top, #bf000e, #7e000b, #bf000e, #7e000b);
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .portfolio .portfolio-wrap:hover::before {
    left: 0;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
  }
  .trans{
    background-color: transparent !important;
  }
  /* bark css */
  .bark-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    column-gap: 30px;
}

.bark-1 {
    width: 100%;
    max-width: 20%;
    background-color: white;
    border-radius: 10px;
}


.bark-semi-1 img:last-child {
    max-height: 20px;
    max-width: 80%;
    vertical-align: middle;
    border: none;
}

.bark-semi-1 img:first-child {
    height: 25px;
    display: block;
    width: auto;
}

.bark-semi-2 {
    padding: 15px;
    background-color: #bf000e;
    border-radius: 0px 0px 10px 10px;

}

.bark-semi-1 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
}
.bark-semi-2 p {
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: 700;
}
.yellow {
    background-color: #fcb040;
}

.yellow p {
    color: black;
}
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
html,body{
    overflow-x: hidden;
}


@media (max-width: 576px) {
    .container.pt-5, .container {
            padding: 0px 0px !important;
        }
    .letters{
        font-size: 35px !important;
    }
    .content {
        max-width: 90% !important;
        width: 100% !important;
    }
    .hero-section {
        height:100vh;
    }
    
    

 h2.mcs_title.stat_title {
     color: #fff;
     font-size: 50px !important;
     font-family: "Saira", sans-serif;
     text-transform: uppercase;
 }


    h1.cursor {
        color: #fff;
        font-size: 50px !important ;
        font-family: "Saira", sans-serif;
        text-transform: uppercase;
        }

.d-flex.counter {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important;
    align-items: center !important;
    justify-content: space-between !important;
}

    
    .d-flex.counter h5 {
        font-size: 1.1em !important;
    
    }
    .col-lg-7.col-md-6.col-sm-12.wow.fadeIn h5 {
        font-size: 42px !important;
    }
    
    .col-lg-7.col-md-6.col-sm-12.wow.fadeIn h1 {
        font-size: 18px !important;
    
    }
    .text-center.mx-auto.pb-5.wow.fadeIn h5, h5.text-primary.text-white {
        font-size: 30px !important;
    }
    
    .text-center.mx-auto.pb-5.wow.fadeIn h1 {
        font-size: 18px !important;
        margin-top: 20px !important;
    }
    .tab {
        flex: 1 1 calc(50% - 10px); /* 2 tabs per row */
        max-width: 100px !important;
    }

    .tab img.tabs-logo {
        display: none;
    }

    .image-gallery img {
        width: calc(100% - 10px) !important; /* 1 image per row */
    }

    .modal-content {
        max-width: 95% !important;
    }
    .tabs {
        flex-wrap: wrap !important;
    }
    
    .tabs .spacer {
        display: none !important;
    }
    .tab {
        margin-bottom: 10px !important;
        font-size: 13px !important;
    }
    span.prev {
        top: 65% !important;
    }
    
    span.next {
        top: 65% !important;
    }

.prev {
    left: 70px;
}

.next {
    right: 70px;
}
    
    .marquee h4 {
        font-size: 35px !important;
    }
    .icon {
        width: 20px !important;
        height: 100px !important;
        margin: 0 5px !important;
    }
    section.three-slides {
        height: auto !important;
        padding: 50px 0px !important;
    }
    .new-container {
        display: block !important;
        padding: 20px !important;
    }
    
    .\34 0-width {
        max-width: 100% !important;
    }
    
    .\34 0-width h1 {
        font-size: 40px !important;
    }
    
    
    .\36 0-width {
        max-width: 100% !important;
        margin-top: 50px !important;
    }
    .container-fr {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .container.pt-5.flex-12 {
        flex-wrap: wrap !important;
    }
    
    .flex-sub-1 {
        max-width: 100% !important;
    }
    #customers-testimonials .item{
        padding: 0px !important;
    }
    .consultation-hero {
        max-width: 100% !important;
    }
    
    .illustration {
        max-width: 100% !important;
    }
    .flex-15 {
        flex-wrap: wrap;
    }
    label {
        display: inline-block !important;
    }
    .flex-container {
        max-width: 100% !important;
    }
    .card {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }

/* portfolio */

h2.portfoliohead {
    font-size: 3.5em !important;
    text-align: center;
}

p.portfoliopra {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

/* pricing  */

.tc-pricing-style-1 {
    align-items: center;
    justify-content: center;
}

}

@media (max-width: 360px) {

    h5 .text-primary .text-white {
        font-size: 26px !important;
    }



}

@media (max-width: 576px) {
    .col-md-6 {
        width: 100% !important;
        padding: 0px 20px !important;
    }
    
    
    .thankyou-div {
    border: 2px solid #bf000e;
    width: 89% !important;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 50px !important;
    padding: 59px;
    border-radius: 9px;
    margin-top: 50px !important;
}

   
}


@media (max-width: 320px) {
    .col-md-6 {
        width: 100% !important;
        padding: 0px 20px !important;
    }

 

.tc-pricing-style-1 .pricing-head .price {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}



}