@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}

@media (max-width: 1299px) {}

@media (max-width: 1124px) {
    .news {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .news__item:first-child {
        display: flex;
        grid-column: span 2;
        grid-row: span 1;
    }

    .news__item:nth-child(2) {
        flex-direction: column;
        grid-column: span 1;
        grid-row: span 2;
    }

    .news__item:first-child .news__imageWrap {
        flex: 0 0 50%;
        order: 1;
    }

    .news__item:first-child .news__image {
        height: 290px;
    }

    .news__item:first-child .news__info {
        height: initial;
        position: static;
        width: initial;
    }

    .news__image {
        height: 305px;
    }

    .news__info {
        padding: 25px;
    }
}

@media(max-width:1199px) {
    .main_expeerience {
        display: block;
        text-align: center;
    }

    .num_sec,
    .location_1 {
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }
}

/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1300px;
        /* padding: 0; */
    }
}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (min-width: 992px) {}

/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .main_circle_sec {
        margin: 50px 0 0;
    }
}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {

    #offcanvasNavbar .offcanvas-body {
        padding: 30px 0;
        display: flex;
        flex-flow: column;
    }

    #offcanvasNavbar {
        background-color: #1c2e48;
        padding: 0 22px;
        color: #ffffff;
        overflow: auto;
    }

    .navbar-toggler {
        padding: 0;
    }

    .btn-close:focus,
    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
        border-bottom: 1px solid #d3d1d1;
    }

    .nav_bg {
        padding: 0 20px 0 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #ffffff;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
        background: transparent;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: unset;
        color: #ffcc00;

    }

    .section__images .slick-dots {
        bottom: 30px;
    }

    .cstm_bannerText h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .cstm_bannerText p {
        font-size: 16px;
        margin: 0 auto 20px;
    }

    .expo_item {
        margin-bottom: 30px !important;
    }

    .stories__all {
        display: none;
    }

    .stories__video {
        height: 310px;
    }

    .stories__title {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .services-picker .section__title {
        text-align: center;
        padding: 0 !important;
    }

    .section__title {
        padding-left: 50px;
        text-align: left;
    }

    .expertise_sec {
        padding: 50px 0 30px;
    }

    .story_sec .section__title {
        margin-bottom: 28px;
    }

    .story_sec {
        padding-bottom: 60px;
    }

    .news_sec .subtitle {
        text-align: left;
    }
}

@media(min-width:767px) {
    .stories__slider .slick-track {
        height: 100%;
    }
    .process_mImg{
        display: none;
    }
}

/*---For Mobile---*/
@media (max-width: 767px) {
    .section__images .slick-dots {
        bottom: 50px;
    }

    .new_slider {
        /* max-height: initial;
        height: auto; */
        padding-bottom: 48px;
        padding-top: 40px;
        max-height: calc(100vh - 50px);
    }

    .new_slider .container--full {
        padding: 0 20px;
    }

    .button_large {
        padding: 12px 20px;
    }

    .expertise_sec h2 {
        max-width: 36rem;
    }

    .expo_btn {
        justify-content: start;
    }

    .container--full {
        padding-left: 25px;
        padding-right: 25px;
    }

    .section__title,
    .stories {
        padding-left: 25px;
    }

    .stories__slider .slick-list {
        padding: 0;
        margin: 0;
    }

    .stories__item {
        display: block !important;
        padding-right: 20px;
        width: 100%;
    }

    .stories__video-wrap {
        max-width: 100%;
    }

    .stories__video {
        height: auto;
    }

    .stories__block {
        max-width: 100%;
        padding: 16px 0 8px;
    }

    .stories__row {
        margin-bottom: 8px;
    }

    .section__controls {
        right: 20px;
        left: auto;
        bottom: 0;
    }

    .section__counter {
        display: none;
    }

    .news {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }

    .news__item:nth-child(2) {
        flex-direction: row;
        grid-column: span 2;
        grid-row: span 1;
    }

    .news__item:nth-child(2) .news__imageWrap {
        order: -1;
    }

    .news__image,
    .news__item:first-child .news__image {
        height: 280px;
    }

    .copyright .col-sm-6 {
        text-align: center !important;
    }

    .wrapper_department {
        padding: 0;
    }

    .counter-bg .container-fluid {
        padding: 0;
    }

    .Experience .button_icn_header {
        margin-bottom: 30px;
    }

    .Experience {
        padding: 40px 0px 0;
    }

    .subtitle,
    .title {
        font-size: 26px;
        line-height: 26px;
    }

    .logo_wrap {
        padding: 15px 25px;
    }

    .page_banner .page-title,
    .new_page.page_banner .page-title {
        width: 100%;
    }

    .page_banner .page-title h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .contact_detail p {
        margin: 20px auto 30px;
    }

    .col-12 .contact-info {
        text-align: center;
        margin-top: 30px;
    }

    .col-12 .contact-info .sosal-midia-icn {
        justify-content: center;
    }

    .pythonD-infographics {
        background: none;
        height: auto;
    }
    .infographics {
        position: initial;
        width: 100%;
        padding: 15px 0;
    }
    .process_sec{
        padding-top: 50px;
    }
    .process_mImg{
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .services-picker .section__title,
    .services-picker .section__description {
        text-align: left;
    }

    .cstm_bannerText h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .cstm_bannerText p {
        font-size: 14px;
        width: 100%;
    }

    .expertise_sec h2,
    .Experience .wrapper_department_h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: 600;
        width: 100%;
    }

    .expo_item h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .news__all {
        display: none;
    }



    .news__info {
        padding: 18px;
    }

    .news__title {
        -webkit-line-clamp: 5;
        overflow: visible;
        font-size: 14px;
        display: block;
        height: auto;
    }

    .news__excerpt {
        display: none;
    }

    .news__image,
    .news__item:first-child .news__image {
        height: 230px;
    }

    .text_footer_icon {
        margin: 5px 0;
        text-align: center;
    }

    .footer_links li:not(:last-child) {
        margin-right: 20px;
    }

    .box_1_footer {
        padding-right: 10px;
        font-size: 20px;
    }

    .contact_detail h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .contact-info .info {
        padding-left: 20px;
        font-size: 14px;
    }

    .contact-info .title {
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-info .info .icon {
        font-size: 14px;
    }

    .page_banner .page-title h1,
    .new_page.page_banner .page-title h2,
    .service_sec h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .about_sec .wrapper_department_h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .main_circle_sec {
        padding: 0;
    }

    .page_banner .container--full {
        min-height: 300px;
    }

    .new_page.page_banner .container--full {
        min-height: 430px;
    }

    .Experience .wrapper_department {
        padding: 20px 15px;
    }

    .main_circle_sec {
        margin: 30px 0 0;
    }
}

@media (max-width: 480px) {}

@media (max-width: 458px) {}

@media (max-width: 425px) {}

@media (max-width: 411px) {}

@media (max-width: 393px) {}


@media (max-width: 375px) {}

@media (max-width: 358px) {}

@media (max-width: 342px) {}

@media (max-width: 320px) {}