@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,700i|Playfair+Display:400,400i,700,700i,900|Poppins:100,200,300,400,500,600,700,800|Lora:400,400i,700,700i|Lato:300,400,700");
body {
    line-height: 26px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #6b7c93;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #007cb2;
}

.bt-color {
    background-color: #007cb2;
}

.bt-color:hover {
    background-color: #007cb2;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #FFF;
}

.fixed-top {
    position: revert;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #007cb2;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

b,
strong {
    font-weight: 700 !important;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

.carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    bottom: 270px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-inner {
    height: 100%;
    background: #000;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.6;
}

.auto-container {
    padding: 7% 0;
}

hr {
    border: 1px solid #2c92bf;
}

.content-box-h1 {
    position: relative;
    display: block;
    font-size: 3.5em;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 700;
}

.color-white {
    color: white;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
}

.card-p {
    font-size: 16px;
    line-height: 20px;
}

.slide-item-back {
    background: rgba(0, 0, 0, 0.20);
}

.btn-outline-primary {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 700;
}

.btn-outline-primary:hover {
    color: #007cb2 !important;
    border-color: #fff;
    background-color: #fff;
    font-weight: 700;
}

.inner-boxes-card {
    position: relative;
    display: block;
    background: #f5f5f5;
    transition: all 500ms ease;
}


/* Wobble Vertical */

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

#gridsection {
    background: #eff0f3;
    padding: 50px 0;
}

.contact-img {
    background: url(../images/banner_contact.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.6;
}

.banner-text {
    text-align: center;
    padding: 95px;
    opacity: 0.75;
    background-color: #313131;
    color: #fff;
}

.contact-item {
    text-align: center;
    border: 1px solid #e1e1e1;
    min-height: 180px;
    position: relative;
    background: #eff2f5;
    padding: 30px 15px;
    padding-top: 60px;
    margin-top: 71px;
}

.contact-icon {
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 92px;
    top: 0px;
    left: 50%;
    background: #eff2f5;
    color: #2c92bf;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-top: -41px;
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-icon i {
    font-size: 34px;
}

.contact-text {
    margin-top: 0px;
}

.contact-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-item .contact-icon:hover {
    background: #868889;
    border-color: #868889;
}

.contact-item .contact-icon:hover {
    color: #fff !important;
}

.icon-about {
    float: left;
    font-size: 25px;
    padding: 3px 10px 0 0;
    color: #FFF;
}

.nav-tabs .nav-link {
    border-radius: 15px !important;
    border: 0px solid transparent !important;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}

.footer {
    padding: 30px 0px;
    background: #007cb2;
}

.about-cd {
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 20px 20px 20px !important;
}

.map-location-wrapper {
    width: 100%;
    height: 350px;
}

.card-Services {
    color: #2626ad;
    font-size: 60px;
}

.service-sidebar-item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
}

.side-bar-Services {
    color: #2c92bf;
    font-size: 27px;
    float: left;
}

.side-student {
    padding: 0px 10px 0 0;
}

.side-pr {
    padding: 0px 20px 0 0;
}

.side-visitor {
    padding: 0px 21px 0 0;
}

.side-work {
    padding: 0px 18px 0 0;
}


/* rohit  */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #2c92bf !important;
    border: 0px;
    font-weight: 600;
    background-color: #2c92bf;
    color: #fff;
}

.section2-card {
    position: relative;
    display: grid;
    margin: 0;
    scroll-snap-align: start;
    line-height: 1.6;
    border-radius: 14px;
    box-shadow: 0 15.9558px 79.779px rgb(0 0 0 / 7%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0px solid #fff;
}

.jumbotron {
    opacity: 0.5;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/page-banner.jpg);
    background-size: cover;
    padding: 13%;
}

.jumbo_text {
    color: white;
}

.card-man-img {
    width: 100%;
    height: 300px;
}

.card-man-p {
    margin-top: 0px;
    margin-bottom: 5px;
}