/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.7441em;
    }

    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 50px;
    }

    .ptb-150 {
        padding: 90px 0;
    }

    .hero-slider-content h1 {
        font-size: 21px;
        margin-top: 0;
        font-weight: 700;
    }

    .action-btns a.btn,
    .app-download-list li {
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card {
        margin-bottom: 0;
    }

    /*all col*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 0px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .footer-bottom .row>div[class*='col-']:first-child {
        margin-bottom: 0 !important;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .mt--120 {
        margin-top: -50px;
    }

    .pt-150 {
        padding-top: 60px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

    /*ceo message*/
    .year-highlight-text h4 sub {
        top: -10px;
    }

    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 150px;
    }

    /*switchable block*/
    .core-idea-wrap.ptb-100 {
        padding-top: 15px;
    }

    /*portfolio*/
    .filter-btn {
        margin-bottom: 10px;
    }

    .portfolio-item,
    .gap {
        width: auto;
    }

    /*testimonial with counter*/
    .counter-wrap {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .counter-wrap li {
        padding: 15px;
    }

    .contact-us-form .form-group {
        margin-bottom: 0;
    }

    .arrow-indicator.owl-theme .owl-nav {
        position: relative;
    }

    /*blog*/
    .single-blog-card {
        margin-bottom: 0;
    }

    /*promo*/
    div[class*='col-']:not(:last-of-type) {
        margin-bottom: 20px !important;
    }

    .row>div[class*='col-']:last-of-type {
        margin-bottom: 0;
    }

    .footer-bottom .row>div[class*='col-']:first-child {
        margin-bottom: 0 !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .mt--120 {
        margin-top: -50px;
    }

    .action-btns a.btn {
        margin-bottom: 15px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}



/********************* homw page  media query added by farman **************************/

/*Medium devices (tablets, 768px and up)*/

@media(max-width:769px) {
    .hero-slider-content h1 {
        padding-top: 60px;
    }

    .visionouter img {
        margin-right: 15px;
        max-width: 100%;
    }

    .d-flex {
        display: block !important;
    }

    .visionouter {
        padding-bottom: 30px !important;
    }


}


@media(max-width:480px) {
    .hero-slider-content h1 {
        padding: 20px 0 0 0;
    }

    .well-services {
        padding: 20px 10px;
    }

    .experience-box .year {
        float: none !important;
    }

    .experience-box {
        text-align: center !important;
        margin: 0 !important;

    }

    .experience-box h4 {
        float: none;
        margin: 0;

    }

    .visioncont p {
        text-align: justify;
    }

    .experience-cont {
        margin: 0;
    }


    .visionouter img {
        max-width: 100% !important;
        text-align: center !important;

    }

    .text-align-center {
        text-align: center !important;

    }

    .well-services::after {
        display: none;
    }

}

/* small devices (portrait phones) */

@media(max-width:320px) {
    .experience-box h4 {
        margin: 10px 0 10px 0;
    }

    .visionouter h6 {
        font-size: 28px;
    }


}



/******************************* about-us page media query added by farman ************************************/

/*Medium devices (tablets, 768px and up)*/
@media(max-width:769px) {
    .directormsg {
        padding: 0 0px 0 80px;
    }

    .ptb-50 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .usp-outer {
        padding-top: 40px;

    }

}


@media(max-width:480px) {
    .directormsg {
        padding: 0 20px;
    }

    .ptb-50 {
        padding-top: 20px !important;
        padding-bottom: 0 !important;

    }

    .whtwedo {
        padding: 20px 0 0 0;

    }

}


/* small devices (portrait phones) */

@media(max-width:320px) {



    .inrbnr2 img {
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center !important;
    }

    .ptb-50 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;

    }

    .inrhd {
        font-size: 28px;
    }

    .whtwedo {
        padding: 20px 0 0 0;

    }

    .whtwedo h6 {
        font-size: 28px;
    }
/* 
    .visioncont h6 {
        font-size: 28px;
    } */

    .text-align-center {
        text-align: center !important;
    }

    .visioncont img {
        padding-top: 30px !important;

    }

}


/********************* services page data analytics media query added by farman ****************************/

@media(max-width:769px) {
    .page-header-content {
        padding-top: 0 !important;
    }

    .directormsg {
        padding: 0px !important;
    }
}

@media(max-width:480px) {
    .page-header-content h2 {
        font-size: 28px;
    }

    .directormsg {
        padding: 0 0px !important;
    }

    .menu { background: #fff; }


    .services-detail-content h5 {
        text-align: justify;
        margin-bottom: 0 !important;
    }

    .directormsg .mt-5 {
        margin-top: 0px !important;
    }

    .directormsg .pt-3 {
        padding-top: 0px !important;
    }

    .directormsg .inrhd {
        margin-bottom: 10px !important;
    }
}


@media(max-width:320px) {
    .services-detail-content h5 {
        text-align: justify;
    }

    .directormsg .mt-5 {
        margin-top: 0px !important;
    }

}

/************************** services page scada media query added by farman ***************************/

@media(max-width:320px) {
    .service-details-section {
        padding-bottom: 0px !important;
    }

}


/************************ security page media query added by farman *************************/

@media(max-width:769px) {
    .inrbnr {
        padding: 130px 0 0 0;
    }

    .directormsg p {
        text-align: justify;
    }
}


@media(max-width:480px) {
    .page-header-content {
        padding: 0px 0px !important;
    }
    .inrbnr {
        padding: 100px 0 0 0;
    }

}


@media(max-width:320px) {
    .page-header-content h2 {
        font-size: 20px;
    }
}



/************************** industries page media query added by farman *************************/

@media(max-width:769px) {
    .page-header-content h2 {
        padding-top: 0 !important;
    }
}


@media(max-width:480px) {
    .page-header-content h2 {
        padding-top: 0 !important;
    }

    .industry-box {
        margin: 3px 0 !important;
    }

}

@media(max-width:320px) {

    .page-header-content h2 {
        padding-top: 0 !important;
    }

    .industry-box {
        padding-top: 10px !important;
        padding-bottom: 0 !important;

    }
}



/************************* career page media query added by farman **********************/

@media(max-width:769px) {
    .forquery {
        padding-bottom: 30px;
        padding-top: 20px;
    }

}

@media(max-width:480px) {
    .inrhd {
        font-size: 22px;
        margin-bottom: 0 !important;
    }

    .forquery h3 {
        font-size: 20px;
        padding: 0 20px !important;
    }

    .forquery h3 a {
        font-size: 16px;
    }

    .forquery {
        padding-bottom: 30px !important;
    }
}


@media(max-width:320px) {
    .inrhd {
        font-size: 20px;
        margin-bottom: 9px !important;
    }

    .forquery h3 {
        font-size: 15px;
        padding: 0 14px !important;
    }
    .forquery h3 a {
        font-size: 16px;
    }

    .forquery {
        padding-bottom: 30px !important;
    }
}


/************************ contact-us page media query added by farman  ***********************/

@media(max-width:769px) {
    .contact-us-form {
        margin-bottom: 30px !important;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    .justify-content-center {
        margin-bottom: 30px;
    }

}

@media (max-width: 480px) {
    .ptb-50 {
        padding-top: 0 !important;
        padding: 16px 0px !important;
    }

    #btnrefresh {
        background: url(../img/refresh-icon.png) center;
        background-repeat: no-repeat;
        margin-top: 6px;
        position: absolute;
        margin-left: -40px;
        background-color: #097ba9;
        border-left: 0;
        border: 2px !important;
        outline: none !important;
        
    }

    .contact-us-form .btn{
        margin-top: 20px;
    }

}

/************************ job-detail page media query added by farman  ***********************/
@media(max-width:769px) {
    .ptb30 {
        display: none;
    }
}


@media (max-width: 480px) {
    .ptb30 {
        display: none;
    }
}


@media (max-width: 320px) {
    .forquery h3 {
        margin-top: 20px !important;
    }

    .ptb30 {
        display: none;
    }

}


/************************ footer media query added by farman ************************/


@media (min-width: 481px) and (max-width: 769px) {
    .experience-box h4 {
        font-size: 34px;
        margin: 35px 0px 24px 50px;
    }
    .onlytabhight { min-height: 180px; }
    .footer-section { margin-top: 30px; }



}


@media(max-width:769px) {
    .footer-top {
        padding: 20px 0 !important;
    }

    .text-white h4 {
        margin-top: 15px;
        margin-bottom: 5px !important;
    }
    .hero-animation-img { text-align: center; }
    .experiencebox-out { padding: 25px 0px 15px; }
    .experience-cont { margin: 20px 0 20px 0px; }
    .securityimg { margin-top: 25px; }



}


@media(max-width:480px) {
    .d-none {
        display: none;
    }

    .footer-top {
        padding: 20px 0 !important;
    }
    .experiencebox-out { padding: 25px 0px 15px 0; }
    .visioncont { padding: 0px 0px 30px; }
    .visionrev { flex-direction: column-reverse; display: flex!important; }
    .visionrev2 { flex-direction: column-reverse; display: flex!important; margin-top: 30px!important; }
    .contact-us-form { padding: 20px!important; }
    .forquery h3.text-center { text-align: left!important; }
    .copyright-text { text-align: left!important; font-size: 11px; }
    .dataimg { margin-bottom: 15px; } 
    .opening-box { padding: 15px; }

    .technologystack {
        padding-top: 30px!important;
    }
}

@media(max-width:320px) {
    .d-none {
        display: none;
    }

    .footer-top {
        padding: 20px 0 !important;
    }

}