/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
* Montserrat : https://fonts.google.com
*
----------------------------------------------*/


@media only screen and (max-width: 1500px) {
    .news-slider .text-content h2 {
        margin-top: 290px !important;
    }
}


@media only screen and (max-width: 1420px) {
    header .navbar-expand {
        padding: 20px 10px;
    }

    header .navbar-sticky.sub {
        padding: 10px 20px;
    }

    .navbar-expand .navbar-nav .nav-item a:not(.btn) {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1350px) {
    header .navbar-sticky.sub {
        padding: 10px;
    }
    header .navbar-expand .navbar-nav {
        margin-top: 0;
    }

    .navbar-expand .navbar-nav .nav-link:not(.btn) {
        padding-right: 2px;
        padding-left: 2px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1050px) {
    .showcase .card .image-over img {
        min-height: 274px;
    }
    .footerRight {
        display: none;
    }
    .modal-dialog {
        width: 350px;
    }

    .modal-header {
        padding-bottom: 0;
    }

    .modal-body {
        align-items: unset;
    }

    .menu .nav-link:first-child {
        font-size: 18px;
        font-weight: 400;
    }

    .menu .dropdown-menu .dropdown > .nav-link:first-child {
        font-weight: 400;
    }

    .news-slider .text-content h2 {
        margin-top: 200px !important;
    }

    .Block h4 {
        font-size: 18px;
    }

    .pubTable {
        font-size: 13px;
        border-spacing: 0px 10px;
    }

        .pubTable a {
            font-size: 12px !important;
        }

    .align-self-center h3 {
        margin-top: 10px !important;
    }

    aside.col-12.col-lg-4.pl-lg-5.p-0.float-right.sidebar {
        padding-left: 4px !important;
    }
}
@media only screen and (max-width: 800px) {
    td.pubView {
        padding-right: 8px;
    }

    td.pubDownload {
        display: none;
    }

    .specName {
        min-height: 70px;
        padding: 2px;
    }

    .teamPerson {
        min-height: 300px;
    }

    .teamPerson p {
        font-size: 12px !important;
    }

    .pr-3, .px-3 {
       padding: 0 !important;
    }

    .align-self-center h3 {
        margin-top: 23px !important;
    }

    .news-slider .text-content h2 {
        margin-top: 150px !important;
        margin-bottom: 0;
    }

    a.redButton {
        padding: 10px 0px;
        width: 120px;
    }

    .bannerLinks {
        margin-top: 16px;
    }

    .counter.funfacts .radial span {
        font-size: 38px;
    }

    .seeAll {
        width: 120px;
    }

    .card {
        padding: 8px;
    }

        .card .icon {
            font-size: 28px;
        }

    .Block h4 {
        font-size: 20px;
    }

    .footerMiddle {
        padding-top: 62px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .footerRight {
        padding-left: 24px;
    }

    .contactForm {
        height: 68%;
    }
}

@media only screen and (max-width: 500px) {
    .col-8.align-self-center.text-left {
        height: auto !important
    }

    .card .icon {
        font-size: 46px;
    }
    .customLeft {
        padding-left: 0;
    }
    .addressInfo {
        padding-left: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }
    .customSearch input {
        margin-bottom: 10px;
    }
    .customSearch {
        margin-top: 12px;
        text-align: left;
    }
    .pubTable {
        margin-top: 20px;
    }

    .pubDetails {
        margin-left: 0px;
    }

    .personImgHolder {
        height: 250px !important;
    }
/*
    .row.item {
        margin-bottom: 0 !important;
    }*/

    .news-slider .text-content {
        padding: 0 !important;
        padding-top: 10px !important;
    }

    .news-slider .text-content h2 {
        margin-top: 0px !important;
        font-size: 24px;
    }

    .bannerLinks a {
        font-size: 16px !important;
    }

    .bannerLinks a {
        font-size: 12px !important;
    }
    .footerLeft2 {
        border-right: 0;
        border-left: 0;
        padding-left: 15px;
    }
    .full-image.pagesBanner {
       min-height:unset !important;
    }
    .ViewExpertisePublications a {
        margin-right: auto;
        margin-left:15px;
        margin-top: 0;
        margin-bottom: 10px;
        display: table;
     
    }
    a.ViewExpertiseButton {
        margin-top: 25px;
    }
 /*   .sy-box.news-slider {
        margin-top: 130px;
    }*/

    section#video {
        padding: 0;
    }

    #video p {
        margin-bottom: 15px;
    }

    body section {
        padding: 15px 0;
    }

    .footerRight {
        display: none;
    }
}

/* #endregion All Media Queries */

@media only screen and (max-width: 376px) {
    .image-content {
        height: 230px;
    }
    a.redButton {
        padding: 8px 0px;
        width: 90px;
    }
    article.sy-slide.fade.useCSS {
        height: 190px !important;
    }



}