.portfolio_break {
    width: 100%;
    height: 350px;
    background: linear-gradient(#207da9, transparent 20%), linear-gradient(0deg, #ffffff, transparent 00%), url(https://dupl-crm.s3.us-east-2.amazonaws.com/2023/allFile/1699763085WhatsApp%20Image%202023-11-12%20at%2010.17.35%20AM.jpeg);
    /* background: linear-gradient(#222222, transparent 20%), linear-gradient(0deg, #ffffff, transparent 00%), url('../../assets/img/landingBacks/fst.jpg'); */
    background-attachment: fixed;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(20%);
}


.portfolio_details {
    width: 100%;
    height: 150px !important;
    background: linear-gradient(#222, transparent 30%), linear-gradient(0deg, #222, transparent 30%), url('../../assets/img/Detailed1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(40%);
}
.portfolio_Student {
    width: 100%;
    height: 500px !important;
    background: linear-gradient(#222, transparent 30%), linear-gradient(0deg, #222, transparent 30%), url('../../assets/img/BImages/mod2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(40%);
}
.portfolio_FacultyStaff {
    width: 100%;
    height: 500px !important;
    
    background: linear-gradient(#222, transparent 30%), linear-gradient(0deg, #222, transparent 30%), url('../../assets/img/BImages/mod1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(40%);
}

.portfolio_breakNew {
    width: 100%;
    height:850px;
    background: linear-gradient(#222, transparent 50%), linear-gradient(0deg, #222, transparent 40%), url('../../assets/img/extra1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-filter: grayscale(00%);
}
.cool-link {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
}

.cool-linkSec {
    display: inline-block;
    font-size: 15px !important;
    color: #ffffff;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #f6eded;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 70%;
}

.fancy-btn {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border: 2px solid #930a40;
    color: #930a40;
    font-family: 'Dancing Script',serif;
    font-style: italic;
    font-size: 30px;
    text-decoration: none;
    margin: 20px auto;
    transition: color 0.4s
}

    .fancy-btn:after {
        content: " ";
        border: 2px solid rgba(0,0,0,0);
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.4s;
    }

    .fancy-btn:hover {
        color: #930a40
    }

        .fancy-btn:hover:after {
            border: 2px solid #930a40;
            width: calc(100% - 10px);
            height: calc(100% + 10px);
        }

.cardFixedSize {
    padding-top: 15px
   /* width: 350px !important*/
}
.navigationStuStaff {
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    color: black
}
.buetThemeColor {
    color: #bf1430 !important;
    font-weight: 600 !important
}
.aModified {
    color: #222222;
    font-size: 16px;
    line-height: 180%;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.body_backgroud {
    background-image: url(../../assets/img/Fiber/subtle_white_feathers.png) !important;
   /* background-attachment: fixed !important;*/
    -webkit-font-smoothing: antialiased !important;
}
.news_backgroud {
    background-image: url(../../assets/img/Fiber/noise_pattern_with_crosslines.png) !important;
    /* background-attachment: fixed !important;*/
    -webkit-font-smoothing: antialiased !important;
}
.body_backgroud2 {
    background-image: url(../../assets/img/Fiber/diagonal-noise.png) !important;
   /* background-attachment: fixed !important;*/
    -webkit-font-smoothing: antialiased !important;
}
/*CalenderLike Date*/
.postdate {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
}

.month, .day, .year {
    position: absolute;
    text-indent: -1000em;
    /*background-image: url(/wp-content/themes/ljq/images/dates.png);*/
    background-repeat: no-repeat;
}

.month {
    top: 2px;
    left: 0;
    width: 32px;
    height: 24px;
}

.day {
    top: 25px;
    left: 0;
    width: 32px;
    height: 25px;
}

.year {
    bottom: 0;
    right: 0;
    width: 17px;
    height: 48px;
}

.m-01 {
    background-position: 0 4px;
}

.m-02 {
    background-position: 0 -28px;
}

.m-03 {
    background-position: 0 -57px;
}



.d-01 {
    background-position: -50px 0;
}

.d-02 {
    background-position: -50px -31px;
}

.d-03 {
    background-position: -50px -62px;
}


.y-2006 {
    background-position: -150px 0;
}

.y-2007 {
    background-position: -150px -50px;
}

.y-2008 {
    background-position: -150px -100px;
}
/*CalenderLike Date*/

@font-face {
    font-family: 'Varela-Regular';
    src: url('../fonts/Varela-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'VarelaRound-Regular';
    src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
}

body {
    font-family: "Varela-Regular" !important;
}
.punk {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
}

.pony {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.dino {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1rem;
    align-self: flex-end;
}
.imageShadow {
    filter: drop-shadow(0 0 0.75rem #bf1430);
    opacity: 0.3;
    transition: opacity .6s;
}

.blinking {
    animation: blinkingText 0.9s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ffffff;
    }

    49% {
        color: #ffffff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #ffffff;
    }
}