@media screen and (min-width: 991px) and (max-width: 1366px) {

}

.for-mobile,
.video-player-01 {
    display: none
}
.for-desktop {
    display: block
}

@media only screen and (max-width: 991px) {
    
    .inline-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .banner-content .container, .banner-content .container-fluid {
        flex-direction: column;
        justify-content: end;
    }
    .top-text {
        width: 100%;
        padding: 30px 0;
    }
    .top-text .main-head {
        font-size: 34px;
        line-height: 40px;
    }
    .owl-dot,
    .owl-dot.active {
        border: 1px solid #000;
    }
    .owl-nav {
        display: none
    }
    .for-desktop {
        display: none !important
    }
    .callbacks_nav {
        display: none
    }
    .owl-dot {
        background: #fff !important;
        width: 10px;
        height: 10px
    }
    .owl-dot.active {
        background: #000 !important
    }
    .owl-dots {
        display: flex !important;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding-top: 15px
    }
    .for-mobile,
    .left-btn,
    .right-btn {
        display: block
    }
    .banner-content .container,
    .banner-content .container-fluid,
    .inline-menu {
        width: 100%;
        height: 100%
    }
    .container,
    .container-fluid {
        padding: 0 15px
    }
    .section-heading {
        margin-bottom: 20px
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inline-heading {
        flex-direction: column
    }
    .right-dots .owl-nav .owl-prev {
        left: -15px
    }
    .right-dots .owl-nav .owl-next {
        right: -15px
    }
    .owl-carousel {
        margin-left: 0;
        margin-right: 0;
    }
    .owl-carousel .owl-item {
        padding-left: 1px;
        padding-right: 1px;
    }
    .banner .image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .pad-bottom {
        padding-bottom: 40px;
    }
    .pad-top {
        padding-top: 40px;
    }
    .banner-content {
        padding: 15px;
    }
    .padding-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ai-cta-btn span {
        display: none;
    }
    .AI-btn {
        width: 50px;
        height: 50px;
        padding: 0;
    }
    .main-menu {
        padding: 0;
    }
    nav {
        width: calc(100% - 30px);
        left: 15px;
        top: 35px;
    }
    .logo {
        position: relative;
        left: 0;
    }

}

@media only screen and (max-width: 768px) {
    .bg-dark-2 {
        background: linear-gradient(90deg, #a71f38 0%, #f9b224 100%);
    }
    .hero-text {
        font-size: 30px;
        text-align: center;
    }
    .storie-item {
        flex-direction: column;
    }
    .storie-right-text {
        padding: 30px;
    }
    .storie-right-text .cta-link-2 {
        position: relative;
        bottom: 0;
    }
    .storie-left-img img {
        height: 225px;
    }
    .section-heading-center .main-head {
        display: block;
    }
    .card-img img {
        height: 300px;
    }
    .card-content {
        margin: -35px 15px 15px 15px;
    }
    .box-img img {
        height: 230px;
    }
    .box-content {
        margin: -35px 15px 25px 15px;
    }
    .services-item {
        margin-bottom: 20px;
    }
    .services-item {
        margin-bottom: 20px;
    }
    .bg-gradient-4 {
        padding-top: 50px;
    }
    .services-item a.cta-link {
        font-size: 13px;
    }
    .insights-section .news-card-horizontal .news-card-img img {
        height: 150px;
        min-height: 150px;
    }
    .insights-section .card-content {
        padding: 20px;
        gap: 20px;
    }
    .news-card-text p {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .insights-section .card-img-top img {
        height: 150px;
    }
    .insights-section .bottom-image {
        height: 150px;
    }
    .insights-section .bottom-content {
        padding: 20px;
    }
    .career-grid {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .career-image img {
        height: 270px;
    }
    .footer-bottom-inline {
        flex-direction: column;
        gap: 10px;
    }
    .footer-item{
        border-bottom: 1px solid rgba(255,255,255,.15);
        padding: 0;
        margin: 0;
    }

    .footer-title{
        margin:0;
        padding:18px 35px 18px 0;
        cursor:pointer;
        position:relative;
    }

    .footer-title::after{
        content:"\f078";
        font-family:"Font Awesome 6 Pro";
        font-weight:600;
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
        font-size:14px;
        transition:.3s ease;
    }

    .footer-item.active .footer-title::after{
        transform:translateY(-50%) rotate(180deg);
    }

    .footer-widget{
        max-height:0;
        overflow:hidden;
        transition:max-height .4s ease;
    }

    .footer-item.active .footer-widget{
        max-height:500px;
        padding-bottom:15px;
    }

    .item-space-2{
        margin-top:0 !important;
    }
    .sub-heading-2 {
        line-height: 1.4;
        width: 55%;
    }

}

@media only screen and (max-width: 480px) {



}