/* =================================================
               Responsive
  =================================================== */
@media only screen and (max-width:1440px) {
    .header-image.header-out .clip-image:before {
        width: 23%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
    .slider-content {
        width: 414px;
    }
}

@media only screen and (max-width:1200px) {
    .our-culture .video-block .video-wrapper {
        height: 400px;
    }
}


/*  - iPaid Air, iPaid Mini */
@media (min-width: 768px) and (max-width: 1199px) {

    .header-image.header-out {
        padding: 0;
    }

    .header-image.header-out .clip-image {
        margin-left: 0;
    }

    .header-image.header-out .clip-image:before {
        width: 27%;
        transform: skewX(-13deg);
    }

    .herosection {
        padding-bottom: 400px;
    }

    .card-main .card-content {
        height: auto;
    }

    .timeline-sec {
        background-size: 68%;
    }

    .timeline-sec .timeline {
        width: 100%;
        padding: 100px 30px 0;
    }

    .cta .cta-tagline {
        font-size: 89px;
    }

    .product-header .content-block {
        width: 50%;
    }

    .product-block {
        padding: 35px;
    }

    .features-specifications-section .why-detail h3 {
        font-size: 30px;
    }

    .contact-map-section .section-title {
        width: 50%;
        margin-bottom: 60px;
    }

    .menu-main {
        align-items: flex-start;
    }

    .menu-outer {
        width: 100%;
    }

    .location-card-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 1.875rem), 1fr));
    }
}

/*  - Mobile */
@media(max-width: 768px) {
    .contact-side-img {
        display: none;
    }

    .location-card-wrapper {

        grid-gap: 15px;
        gap: 15px;
    }

    .location-block {
        padding: 16px 25px;
        background: #fff;
    }

    .menu-outer {
        width: 100%;
    }

    .location-block {
        padding: 30px 30px;
    }

}


@media only screen and (max-width:991px) {

    .our-culture {
        padding-block: 50px;
    }

    .our-culture .number-points {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .slider-content {
        width: 300px;
    }

    .slider-main {
        height: 55vh;
    }


    .feature-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 10px 10px;
        margin-bottom: 30px;
    }

    .feature-grid .fs-24 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .title-block {
        max-width: 380px;
    }



    .news-row .card-main .card-content {
        /* height: 200px; */
        padding: 16px;
    }


    .news-row .card-main .image-wrapper {
        /* height: 100%; */
    }

    .news .card-main .card-content {
        padding: 16px;

    }

    .card-content .post-title {

        font-size: 20px;
        line-height: 25px;

    }

    .news .card-main .card-content .viewmore.fs-16 {
        font-size: 14px;
    }

    .news-row .card-main .cart-inner-width {
        width: 100%;
    }

    .news-main .card-main {
        /* margin-top: 20px; */
    }

    .product-listing-section .news-main .card-main .image-wrapper {
        height: 194px;
    }

    .product-listing-section .news-main .card-main .card-content {
        flex-direction: column !important;
    }

    .product-listing-section .news-main .card-main .card-content .w-75 {
        width: 100% !important;
    }

    .product-listing-section .news-main .card-main .card-content .viewmore-arrow {
        margin-inline: 0 auto !important;
    }

    .input-group-search {
        margin-bottom: 20px;
    }

    .input-group-search .btn {
        min-width: 40px;
        /* width: 40px;
        height: 40px; */
    }

    .news-action-btns .news-cat-buttons {
        display: none;
    }

    .news-action-btns .news-cat-buttons.show {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        z-index: 1;
        top: 48px;
        gap: 0;
    }

    .why-row:nth-child(odd) .why-content-block {
        width: 50%;
    }

    .why-row:nth-child(even) .why-content-block {
        width: 50%;
    }

    .testimonial-content {
        padding: 40px;
    }

    .testimonial-content:before,
    .testimonial-content:after {
        font-size: 60px;
    }

    .testimonial-content:before {
        left: 13px;
        top: 10px;
        background: transparent;
    }

    .testimonial-content:after {
        right: 20px;
        bottom: 12px;
        background: transparent;
    }

    .testimonial-content-slider .slick-track {
        align-items: start;
    }

    .testimonial-content p {
        font-size: 18px;
    }

    /* .hero-text{font-size: 136px;padding:0 15px ;bottom: 90px;} */
    .hero-text {
        font-size: 46px;
    }
    .selected-univercity {
        font-size: 14px;
    }

    .catagory-listing p {
        font-size: 14px;
    }

    .location-filter {
        max-width: calc(100% - 100px);
        padding: 25px;
    }

    .header-top-main .location-filter .select2-container {
        width: 100% !important
    }

    .sys-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .animation-block {
        width: 100%;
    }

    .sys-row:nth-child(odd) {
        flex-direction: column;
    }

    .sys-detail {
        padding: 15px;
        height: auto;
        text-align: left;
    }

    .our-partner-section {
        padding-block: 50px;
    }

    footer {
        padding-top: 30px;
    }


    .post-detail-section {
        padding-block: 50px;
    }

    .recent-post-section {
        padding-block: 50px;
        overflow: hidden;
    }
}

@media only screen and (max-width:992px) {
    .custom-header .navlist {
        align-items: start;
        padding: 0 30px;
    }

    .custom-header .navlist li {
        margin: 0;
        width: 100%;
    }

    .custom-header .navlist li a {
        display: flex;
        text-align: left;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }


    .navlist li.dropdown .dropdown-menu li a {
        padding: 10px;
        border: 0;
    }

    .navlist li.dropdown .dropdown-menu {
        position: static;
        border: 0;
        padding: 0;
        margin: 0 !important;
        width: 100%;
    }

    .mission-inner {
        padding: 40px;
    }

    .mission-inner .image-wrapper {
        margin-top: 15px;
    }

    .product-listing-section .card-block {
        margin-bottom: 20px;
    }

    .post-nav {
        padding: 0;
    }

    .product-block .video-wrapper {
        width: calc(100% - 20px);
    }

    .job-listing-section {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1200px) and (min-width:500px) {
    .viewmore-arrow {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

}

@media only screen and (max-width:767px) {
    /*.herosection {
        padding-bottom: 0;
    }
    .herosection > video {
        position: static;
        height: 50vh;
    }*/
     .img-icon{
        width: 25px;
     }
    .herosection .btn-contact{
        display: flex;
    }
    header .btn.btn-primary{
        display: none;
    }
    .hero-text {
        font-size: 40px;
    }
    .fs-30{
        font-size: 18px;
    }
    .timeline-sec .timeline-sub-title {
        font-size: 28px;
    }

    .timeline-sec .timeline {
        width: 100%;
        padding: 100px 15px 0 36px;
    }

    .card-main .card-content {
        height: auto;
    }

    .product-slider .slider-content {
        width: 100%;
        /*        height: 300px;*/
        padding: 20px;
        position: static;
        border: 1px solid #dee2e6;

    }

    .product-slider .slider-main {
        display: flex;
        align-items: flex-end;
        height: 225px;
        /*        margin-bottom: 300px;*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow: visible;
    }

    .slider-content {
        transform: translateY(0)
    }


    .testimonial {
        flex-direction: column;
    }


    .title-block {
        max-width: 304px;
    }

    .testimonial .slider-btn-group {
        top: -55px;
        gap: 9px;
    }

    .testimonial-img-slider {
        width: 100%;
    }

    .testimonial-content-slider {
        width: 100%;
        margin-left: 0;
    }

    .cta {
        padding-top: 0;
        padding: 50px 0;
        text-align: center;
    }

    .cta .cta-tagline {
        font-size: 30px;
        padding-top: 10px;
        line-height: 60px;
    }


    /* .cta { align-items: center; margin-bottom: 20px; } */


    ul.footer-links {
        display: flex;
        gap: 5px 20px;
        flex-wrap: wrap;
        flex-direction: column;

    }

    .footer-links li a {
        margin-bottom: 0;
    }

    .footer-title {
        margin-bottom: 8px;
        margin-top: 20px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .why-row {
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .why-row:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .why-row .image-block {
        width: 100%;
        height: 230px;
    }

    .why-detail {
        width: 100%;
        height: 250px;
        padding: 20px;
    }

    .why-detail br {
        display: block;
    }

    .why-text [class*="icon"] {
        font-size: 30px;
        margin-bottom: 5pxpx;
    }

    /* about */
    .news-main .card-main {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .news-row .card-main .image-wrapper {
        width: 100%;
        height: 186px;
    }

    .our-culture {
        padding-block: 30px;
    }

    .our-partner-section {
        padding-block: 30px;
    }

    .news-cat-buttons {
        display: none;
        width: 201px;
        position: absolute;
        flex-direction: column;
        background: #fff;
        z-index: 1;
        top: 39px;
    }

    .news-cat-buttons.show {
        display: flex;
    }

    .about-news-section .news-row .card-main .image-wrapper {
        width: 100%;
    }

    .why-row {
        height: auto;
    }

    .news-row .card-main .image-wrapper img {
        position: absolute;
    }

    .why-row:nth-child(odd) .why-content-block {
        width: 100%;
    }

    .why-row:nth-child(even) .why-content-block {
        width: 100%;
    }

    .blog-btn-group {
        padding-top: 15px;
    }

    .post-detail-section {
        padding-block: 30px;

    }

    .recent-post-section {
        padding-block: 30px;
    }

    .post-title {
        font-size: 30px;
    }

    .recent-post-section .slick-slider .news-main .card-main {
        margin-top: 0;
    }

    .recent-post-section {
        padding-block: 30px;
    }

    .post-nav {
        padding: 0 0;
        height: auto;
        width: 100%;
    }

    .post-nav-wrapper {
        gap: 0;
    }

    .post-nav h3 {
        display: none;
    }

    .post-nav .meta-date {
        display: none;
    }

    .product-header {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .product-header .content-block {
        width: 100%;
    }

    .product-header .action-btn-wrapper {
        justify-content: space-between;
        margin-top: 30px;
        width: 100%;
    }

    .product-hero-img {
        height: auto;
        margin-bottom: 30px;
    }

    .product-block {
        padding: 30px;
        flex-direction: column;
    }

    .product-block .video-wrapper {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .block-content {
        width: 100%;
    }

    .features-specifications-section {
        padding: 30px 0;
    }

    .features-specifications-section .why-row {
        height: auto;
    }

    .features-specifications-section .why-detail {
        height: 250px;
    }

    .features-specifications-section .why-row:nth-child(odd) {
        flex-direction: column;
    }

    .features-specifications-section .why-row:nth-child(odd) .why-content-block {
        width: 100%;
    }

    .features-specifications-section .why-row:nth-child(even) {
        flex-direction: column;
    }

    .features-specifications-section .why-row:nth-child(even) .why-content-block {
        width: 100%;
    }

    .features-specifications-section .why-detail h3 {
        font-size: 24px;
    }

    .specifications-item {
        flex-direction: column;
    }

    .header-image.header-out {
        position: static;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .header-image.header-out .clip-image:before {
        content: none;
    }

    .job-listing-block {
        padding: 25px;
        background: #FAFAFB;
        margin-bottom: 22px;
    }

    .job-listing-item {
        flex-direction: column !important;
        gap: 20px;
    }

    .job-listing-details {
        padding: 20px;
    }

    .job-listing-details p {
        text-align: justify;
    }

    .contact-map-section {
        background: #FAFAFB;
        padding-block: 30px;
    }

    .accordion-button.collapsed,
    .accordion-button[aria-expanded="true"] {
        padding: 20px 0 0;
    }

    .accordion-button.collapsed,
    .accordion-button[aria-expanded="false"] {
        padding: 20px 0 20px;
    }

    .location-card-wrapper {
        grid-gap: 11px;
        gap: 11px;
        margin-block: 20px;
    }

    .location-card {
        padding: 20px 20px;
    }

    .faq-short {
        font-size: 0 !important;
    }

    .faq-short::after {
        font-size: 16px;
        content: "FAQ";
    }

    .job-listing-section .job-listing-header {
        flex-direction: column;
    }

    /* .job-listing-item {
        flex-direction: row;
    } */
    .listing-content {
        width: 100%;
    }

    .next-prev-wrapper {
        display: none !important;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: 100%;
        bottom: -26px;
        top: auto;
    }

    .swiper-pagination-bullet-active {
        background: var(--primary);
    }

    .news-row .card-main .card-content {
        height: auto;
    }

    .mission-inner {
        padding: 24px;
    }

    .product-listing-section .card-block {
        flex-direction: column;
    }

    .image-wrapper.img-skew:before {
        content: none;
    }

    .menu-main {
        align-items: flex-start;
    }
    .our-culture .number-points li .num-box{
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
    .our-culture .number-points li{
        font-size: 18px;
    }
}

@media only screen and (max-width:550px) {


    /*.hero-content {
        bottom: 15px;
    }*/

    .contact-map-section .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }

    .location-card-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% - 1.875rem), 1fr));
    }

    .contactus-section {
        padding: 30px 0;
    }

    .contact-map-section .section-title {
        width: 100%;
        margin-bottom: 30px;
    }

    .job-listing-section .ctm-select-box {
        width: 100%;
        margin-top: 15px;
    }

    .ctm-select-box select {
        height: 48px;
    }

    .ctm-select-box .select2-container {
        min-width: 100%;
    }

    .decor-border:before,
    .decor-border:after {
        border-width: 8px;
    }

    footer:after {

        width: 100%;

    }
}

/*Mobile menu*/
@media only screen and (min-width:991px) {
    .toggle-menu {
        display: none;
    }


}