/*======================================
=              Hero Section            =
======================================*/

/* Hero Section With Canvas is in the canvas.css */
/* .pages-hero {
    background-image: url('../images/pages-bg8.jpg');

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 40vh;
    position: relative;
} */

/* Hero Section with Picture */
.pages-hero {
    background-image: url('../images/pages-bg8.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 40vh;
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}



.pages-bg {
    background-color: #f9f9f9;
    opacity: 0.3;
    background-image:  radial-gradient(#407fb7 0.5px, transparent 0.5px), radial-gradient(#407fb7 0.5px, #f9f9f9 0.5px);
    background-size: 20px 20px;
    background-position: 0 0,10px 10px;
}
/* Responsive Adjustments */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .pages-institutes .row p,
    .pages-institutes .row h2 {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .pages-institutes .team-thumb img {
        object-fit: scale-down;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {}