@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap');

.item>img {
    height: 100px;
    border: 1px solid whitesmoke;
}

.detail-font{
    font-weight: 700 ;
            font-size: 15px;
            /* font-family: "Playwrite DK Loopet", cursive; */
            text-align: center;
            font-family: "Inter", sans-serif;
}

.card-big-shadow {
    max-width: 220px;
    position: relative;
}

.icon-text>img {
    height: 150px;
    padding: 24px;
}

.icon-text {
    font-weight: 500;
    font-size: 20px;
}

.link-text {
    font-weight: 700 !important;
    font-size: 15px !important;
    font-family: "Playwrite DK Loopet", cursive;
    color: white;
}

.link-bg {
    background: #00B4DB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(317deg, #4abce3, #abe7f4);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(317deg, #4abce3, #abe7f4);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.card[data-background="image"] .title,
.card[data-background="image"] .stats,
.card[data-background="image"] .category,
.card[data-background="image"] .description,
.card[data-background="image"] .content,
.card[data-background="image"] .card-footer,
.card[data-background="image"] small,
.card[data-background="image"] .content a,
.card[data-background="color"] .title,
.card[data-background="color"] .stats,
.card[data-background="color"] .category,
.card[data-background="color"] .description,
.card[data-background="color"] .content,
.card[data-background="color"] .card-footer,
.card[data-background="color"] small,
.card[data-background="color"] .content a {
    color: #FFFFFF;
}

.card.card-just-text .content {
    padding: 4px;
    text-align: center;
}

.card .content {
    padding: 20px 20px 10px 20px;
}

.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card .category,
.card .label {
    font-size: 14px;
    margin-bottom: 0px;
}

.card-big-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

h4,
.h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
}

h6,
.h6 {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}

.card .description {
    font-size: 16px;
    color: #66615b;
}

.content-card {
    margin-top: 30px;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*======== COLORS ===========*/
.card[data-color="blue"] {
    background: #b8d8d8;
}

.card[data-color="blue"] .description {
    color: #506568;
}

.card[data-color="green"] {
    background: #d5e5a3;
}

.card[data-color="green"] .description {
    color: #60773d;
}

.card[data-color="green"] .category {
    color: #92ac56;
}

.card[data-color="yellow"] {
    background: #ffe28c;
}

.card[data-color="yellow"] .description {
    color: #b25825;
}

.card[data-color="yellow"] .category {
    color: #d88715;
}

.card[data-color="brown"] {
    background: #d6c1ab;
}

.card[data-color="brown"] .description {
    color: #75442e;
}

.card[data-color="brown"] .category {
    color: #a47e65;
}

.card[data-color="purple"] {
    background: #baa9ba;
}

.card[data-color="purple"] .description {
    color: #3a283d;
}

.card[data-color="purple"] .category {
    color: #5a283d;
}

.card[data-color="orange"] {
    background: #ff8f5e;
}

.card[data-color="orange"] .description {
    color: #772510;
}

.card[data-color="orange"] .category {
    color: #e95e37;
}

.content {
    font-size: 1.3vw;
    font-weight: 500;
    text-align: justify;
    font-family: "Inter", sans-serif;
}

.page-image {
    height: 70vh;
}

.text-decoration {
    text-decoration: none;
}

.main-slider-img {
    height: 35rem;
}

.nav-link {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

/* .ani-hr {
    opacity: 1;
    height: 2px;
    border: 0 !important;
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0), rgba(0, 0, 255, 0.75), rgba(0, 0, 255, 0));
} */


.ani-hr {
    height: 0px;
    border-radius: 2px;
    border: 1px solid;
    width: 0%;
    animation: hr-ani 3s forwards;
}

@keyframes hr-ani {
    0% {
        width: 0%;
        border-color: rgb(245, 176, 176);
    }

    100% {
        width: 100%;
        border-color: rgb(239, 39, 39);
    }
}

.imgess1 {
    border: 4px solid whitesmoke;
    box-shadow: 1px 0px 0px #adadad, 5px 4px 2px #adadad;
    height: 60vh;
}

.mentorsImg {
    height: 17rem;
    border: 2px solid whitesmoke;
    box-shadow: 1px 0px 0px #adadad, 5px 4px 2px #adadad;
}

.text-white {
    color: #fff;
}

.font {
    font-size: 15px;
}

.title-default-center {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    color: #002147;
}


.view-all-primary-btn {
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 100px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*  */

.head {}

.marq {
    font-size: 18px;
    color: #fff;
}

.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    /* color: #002147; */
}

.img-side {
    display: flex;
    justify-content: center;
}

.image-text {
    font-weight: 500;
    font-size: 16px;
    font-family: "Inter", sans-serif;

}

.image-move {

    display: flex;
    justify-content: center;
}

.bg-primary {
    background: #014a9fcf !important;
    color: #FFFFFF;
}

.notice-head {
    background-color: rgb(10 129 226 / 90%);
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 2px;
    font-family: "Inter", sans-serif;
}

.btn-view {
    background-color: transparent;
    border-color: red;
    border-radius: 0px;
}

.btn-view:hover {
    background-color: red;
    color: white;
}

.event-inner-area .event-btn-holder {
    margin-top: 5px;
    text-align: center;
}





.card1 {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 260px;
    width: 225px;
    height: 225px;
    background-color: #dbfaff;
    border-radius: 4px;
    padding: 20px 20px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #fdc800;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

#scrollUp {
    background-color: rgba(253, 200, 0, 0.8);
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
}



.header-top {
    /* background: #f7fbff none repeat scroll 0 0; */
    background-color: #f7fbff;
    color: #ffffff;
    font-size: 15px;
    /*position: relative;*/
}

.header-top span {
    padding: 14px 0;
    display: inline-block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.header-top .header-top-right {
    float: right;
    padding-top: 23px;
}

.header-top .header-top-right .content .button-black {
    background: #2d3e50 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 7px;
}

.button-anitation .neonShadow {
    border: none;
    transition: 0.3s;
    animation: glow 1s infinite;
    transition: 0.5s;
}

.wts-font {
    color: green;
}




.head:hover {
    /* border: 2px solid #2793bb; */
    border-right: none;
    border-top: none;

}

.head:hover>.nav-link {
    color: rgba(160, 249, 57, 0.927) !important;
}


.linkbutton {
    transition: transform .7s ease-in-out;

}

.linkbutton:hover {
    transform: (180deg);
}



.flip-card {
    background-color: transparent;
    width: 250px;
    height: 250px;
    perspective: 1000px;
    margin: 1%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #040739;
    color: black;
}

.flip-card-back {
    background-color: #ff9933;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    margin-top: 10%;
}

/* end include header css */

/* faculty Pages  */

section {
    position: relative;
}

/*section .container-fluid {*/
/*    padding-top: 21px;*/
/*    padding-bottom: 21px;*/
/*}*/

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.pt-10 {
    padding-top: 10px !important;
}

.pricing-table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
}

.bg-silver-deep {
    background-color: #cb9f2b;
}

.fact {
    color: #fff;
}

.dean {
    color: #fff;
}

.dean:hover {
    color: #060818;
    ;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.text-left {
    text-align: left;
}

.pricing-table .price-list li:first-child {
    margin-top: 0;
}

.pricing-table .price-list li {
    border-top: 1px solid #eee;
    padding: 4px 15px 4px 45px;
}

ul.list li {
    margin: 5px 0;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}


/* add for check*/

ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i {
    color: #060818;
}

ul.list.check-circle li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 14px;
}

.pricing-table .price-list li::before {
    left: 18px;
    position: absolute;
    top: 5px;
}

ul.list li:before {
    border: none;
    color: #a9a9a9;
    content: "\f111";
    display: inline-block;
    font-family: fontawesome;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;
    left: 0;
    position: absolute;
    top: 1px;

}

/* for icons in vision and mission */
.vi-mi-icon li {
    margin: 0;
    padding: 5px 0 5px 43px;
    list-style: none;
    background-image: url('../icons/angle-right.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px;
    font-size: 18px;

}

.com-icon li {
    margin: 0;
    padding: 0px 0 10px 34px;
    list-style: none;
    background-image: url('../icons/diamond-icon.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px;
    font-size: 19px;

}

.table-head-bg {
    background-color: #ffcb4e !important;
}

/* ############# Media Query ##############*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .page-image {
        width: 100%;
        height: 18rem;
    }

    .nav-link {
        font-size: 4vw !important;
         margin-left: 10px;
    }

    .main-slider-img {
        height: 11rem;
    }

    .content {
        font-size: 4vw;
    }

    .card1 {
        width: 100%;
        margin-left: 13%;
    }

    .imgess1 {
        height: 35vh;
    }

    .mentorsImg {
        height: 18rem;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .header-top-right {
        display: none;
    }

    .nav-link {
        font-size: 4vw !important;
    }

    .page-image {
        height: 30vw;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .imgess1 {
        height: 35vw;
    }

    .content {
        font-size: 1.1vw;
    }

    .nav-response {
        display: flex;
    }

    .nav-link {
        font-size: 13px !important;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .nav-link {
        font-size: 14px !important;
    }

    .content {
        font-size: 1.3vw;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {} */




/* @media only screen and (max-width: 768px) {

    .responsiverr {
        width: 70% !important;
        height: 70% !important;
    }

    .header-top-right {
        display: none;
    }

    .nav-link {
        font-size: 4vw !important;
    }
}

@media only screen and (max-width: 600px) {}


@media only screen and (max-width: 1024px) {
    .imgess1 {
        height: 60vw;
    }

    .nav-response {
        display: flex;
    }

    .nav-link {
        font-size: 1.01vw !important;
    }
}

@media only screen and (max-width: 600px) {
    .dean:hover {
        color: #060818;
        ;
    }
} */

/* ###################  End  Media Query ####################*/