.our-company-portfolio {
    background: #f3f6f9;
    padding: 25px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.our-company-portfolio p {
    padding-bottom: 0;
}
.our-company-portfolio h4,.our-company-portfolio .h4 {
    font-size: 38px;
    line-height: 40px;
    color: var(--primarycolor);
    font-weight: 700;
    padding: 0 0 5px;
    margin: 0;
}
.our-company-portfolio h3,.our-company-portfolio .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0;
    color: #192a44;
}
.our-company-portfolio:hover {
    background: #ec671d !important;
}
.our-company-portfolio:hover h3,.our-company-portfolio:hover h4,.our-company-portfolio:hover p,.our-company-portfolio:hover .h3,.our-company-portfolio:hover .h4 {
    color: #fff !important;
}
.common-mb {
    margin-bottom: 270px;
}
.section-video-wrap {
    position: relative;
    margin-top: -375px;
    margin-bottom: 40px;
}
.section-video-wrap img {
    border-radius: 0;
}
.our-vision {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.our-vision img {
    margin: 0 0 20px;
    width: 60px;
    height: 60px;
}
.our-vision p {
    padding-bottom: 0;
}
.our-vision h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--secondrycolor);
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}
.our-vision:hover img {
  filter: brightness(10%) invert(100%);
  transform: scale(0.9);
}
.our-vision:hover h3, .our-vision:focus h3, .our-vision:hover p, .our-vision:focus p {
    color: #fff !important;
}
.our-vision:hover, .our-vision:focus {
    background: #ec671d !important;
    transition: all .3s ease;
}
.video-section {
    padding: 50px 0 0;
    background: #f3f6f9;
}
.our-value-wrap-two h5,.our-value-wrap-two .h5 {
  font-size: 24px;
  line-height: 30px;
  color: var(--secondrycolor);
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px;
}
.our-core-values {
    background: #f3f6f9;
    padding: 20px 0 50px;
}
.timeline .carousel {
    position: relative;
}
.timeline .carousel-indicators {
    position: static;
    margin-bottom: 45px;
}
.timeline .carousel-indicators button {
    text-indent: 0 !important;
    background: 0 0;
    border: none;
    margin: 0 !important;
    position: relative;
    width: 20% !important;
}
.timeline .carousel-indicators button:before {
    position: absolute;
    content: "";
    border-top: 1px solid #c0c0c0;
    width: 100%;
    left: 0;
    /* z-index: -1; */
}
.timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
    margin-top: -60px;
    position: absolute;
    font-size: 24px;
    width: 100%;
    font-weight: 500;
}
.timeline .carousel-indicators button svg {
    margin-top: -25px;
    position: relative;
    background: #fff;
}
.timeline .carousel-indicators button.active {
    opacity: 1;
}
.timeline .carousel-indicators button.active svg {
    color: var(--primarycolor);
    background: var(--primarycolor);
    border-radius: 100%;
}
.timeline .carousel-indicators button.active h4 {
    color: var(--primarycolor);
}
.timeline .carousel-indicators button.active:before {
    border-top: 1px solid var(--primarycolor) !important;
}
.heading-btn {
    color: var(--secondrycolor);
}
.timeline .carousel-control-prev-icon {
    background-image: none;
    position: absolute;
    top: -35%;
    left: 0%;
}
.timeline .carousel-control-next-icon {
    background-image: none;
    position: absolute;
    top: -35%;
    right: 0%;
}
.timeline .carousel-control-next,
.timeline .carousel-control-prev {
    width: auto;
}
.timeline .carousel-control-next-icon,
.timeline .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.timeline .carousel-indicators button.active:before {
    border-top: 1px solid var(--primarycolor) !important;
}
.bi {
    /* color: var(--primarycolor); */
    /* margin-right: 10px; */
    font-size: 19px;
    font-weight: 700;
}
.our-history h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #192a44;
    margin: 0;
    padding: 0 0 20px;
}
.our-history h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color: var(--primarycolor);
    margin: 0;
    padding: 0;
}
.codespot {
    background: #f3f6f9;
}
.codespot-about {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
}
.codespot-about img {
    width: 60px;
    height: auto;
    object-fit: cover;
}
.code_text_wrap h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--secondrycolor);
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}
.story-section {
    padding: 70px 0;
}


@media screen and (max-width: 1199px) {
    .our-company-portfolio h4,.our-company-portfolio .h4 {
        font-size: 36px;
        padding: 0px;
    }
    .our-vision h3,.our-value-wrap-two h5,.our-company-portfolio h3,.code_text_wrap h3,.our-company-portfolio .h3,.our-value-wrap-two .h5 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .timeline .carousel-indicators {
        margin-top: 30px;
    }
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 22px;
    }
    .timeline .carousel-item img {
        padding: 15px;
        width: 100%;
    }
    .our-history h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .our-company-portfolio {
        padding: 20px;
    }
    .our-company-portfolio h3 {
        margin: 0;
    }
    .our-company-portfolio h4,.our-company-portfolio .h4 {
        font-size: 36px;
        padding: 0px;
    }
}
@media screen and (max-width: 991px) {
    .our-vision h3,.our-value-wrap-two h5,.our-company-portfolio h3,.code_text_wrap h3,.our-company-portfolio .h3,.our-value-wrap-two .h5 {
        font-size: 19px;
        margin: 0 0 5px;
    }
    .timeline .carousel-indicators {
        margin-right: 5%;
        margin-left: 5%;
    }
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 20px;
        margin-top: -52px;
    }
    .timeline .carousel-item img {
        padding: 0;
        width: 100%;
    }
    .our-history h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .our-company-portfolio h3 {
        margin: 0;
    }
    .section-video-wrap {
        margin-top: -290px;
    }
    .common-mb {
        margin-bottom: 200px;
    }
    .title-wrap h2 br, h2 br, .title-wrap h1 br, h3 br, h4 br, h5 br, p br {
        display: none;
    }
    .story-section .btn-right-side {
        text-align: left !important;
    }
   
}
@media screen and (max-width: 767px) {
    .timeline .carousel-indicators {
        margin: 20px 0 30px;
    }
    .timeline .carousel-indicators button svg {
        width: 18px;
        height: 18px;
    }
    .timeline {
        padding: 50px 0;
    }
    .timeline .carousel-inner img {
        width: 100%;
    }
    .timeline .carousel-control-next-icon,
    .timeline .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 20px;
        margin-top: -40px;
    }
    .our-history h4 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 10px;
    }
    .section-video-wrap {
        margin-top: -180px;
    }
    .common-mb {
        margin-bottom: 110px;
    }
    .our-vision {
        padding: 20px;
    }
    .our-vision img {
        margin: 0 0 10px;
        width: 50px;
        height: 50px;
    }
}
@media (max-width:576px){
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 18px;
    }
    .timeline .carousel-inner img {
        margin-bottom: 0px;
    }
}
@media (max-width:480px){
    .our-company-portfolio h4,.our-company-portfolio .h4 {
        font-size: 30px;
    }
    .our-vision h3,.our-value-wrap-two h5,.our-company-portfolio h3,.code_text_wrap h3,.our-company-portfolio .h3,.our-value-wrap-two .h5 {
      font-size: 18px;
    }
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 16px;
    }
    .our-history h4 {
        font-size: 18px;
        padding: 0 0 5px;
    }
    .our-core-values {
        padding: 20px 0 0 0px;
    }
    .mb-4, .my-4 {
        margin-bottom: 1rem !important;
    }
    .title-wrap h2 br, h2 br, .title-wrap h1 br {
        display: none;
    }
    .codespot-about {
        gap: 1rem !important;
    }
}
@media (max-width:380px){
    .our-company-portfolio h4,.our-company-portfolio .h4 {
        font-size: 28px;
    }
    .our-company-portfolio h3,.our-company-portfolio .h3 {
        font-size: 16px;
    }
    .timeline .carousel-indicators button h4,.timeline .carousel-indicators button .h4 {
        font-size: 14px;
    }
}