@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@300;400;500;600&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css');
body {
    font-family: 'Noto Sans Devanagari', cursive;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 300;
    color: #000;
}

body .bg-primary {
    background-color: #6C4A4A !important;
}

a {
    color: #630A10;
}

.dj_news_container ul.vertical-3 {
    overflow-x: hidden;
    height: auto !important;
}

.dj_news_container li.news-item .card {
    border-radius: 0;
}

.dj_news_container li.news-item .card-text img {
    position: absolute;
    top: 10px;
    right: 20px;
}

.dj_news_container .card-body {
    padding: 0;
}

a.badge.badge-primary {
    background-color: rgb(108 74 74 / 0.25);
    color: #6c4a4a;
}

.dj_news_container .card-body .card {
    box-shadow: none;
    padding: 15px;
    background-color: #fafafa;
    margin-bottom: 1px;
    color: #000;
}

.latest_section marquee a {
    display: block;
    margin-block: 10px;
    font-weight: 400;
    background-image: url(../img/arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
}

.latest_section marquee p {
    margin: 0;
    font-weight: 600;
}

nav.navbar {
    position: relative;
    z-index: 9;
}

section.marquee_slider marquee.marquee_slider__items {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

section.marquee_slider {
    padding: 12px 0px 12px 60px;
    background: rgb(235 242 255);
    position: relative;
}

.Announcement-bull {
    background: #ff5e14;
    color: #fff;
    float: left;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 33px;
    position: absolute;
    top: 0px;
    left: 0px;
}

section.marquee_slider marquee.marquee_slider__items a {
    display: inline-block;
    margin-right: 30px;
    color: inherit;
}

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 400px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    outline: none;
}

#introCarousel .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#introCarousel .carousel-item:nth-child(1) {
    background-image: url('../img/Banner/3.jpg');
}

#introCarousel .carousel-item:nth-child(2) {
    background-image: url('../img/Banner/6.jpg');
}

#introCarousel .carousel-item:nth-child(3) {
    background-image: url('../img/Banner/7.jpg');
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    transition: all 0.5s;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
}

.slick-dots li.slick-active:before {
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    background-color: #964848;
}

.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 50%;
    height: 26px;
    width: 14px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(https://tarkikromanski.github.io/files/arrow-slider.png);
    background-repeat: no-repeat;
}

.comandSlider__item {
    transition: box-shadow 2s;
    cursor: pointer;
    position: relative;
    background-color: #344c65;
    margin: 0 10px;
    padding: 30px;
    box-shadow: inset -141px -129px 200px rgba(0, 0, 0, 0.25);
}

.comandSlider__item:hover {
    box-shadow: inset 141px 129px 200px rgba(0, 0, 0, 0.25);
}

.comandSlider__item_name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #3eaef2;
    margin: 0;
    margin-bottom: 7px;
}

.comandSlider__item_status {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 80px;
}

.comandSlider__item_sendMail {
    width: 25px;
    height: 20px;
    position: absolute;
    background-image: url(https://tarkikromanski.github.io/files/mail-ico.png);
    top: 34px;
    right: 30px;
}

.comandSlider__item_photo {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    margin-bottom: 54px;
}

.comandSlider__item_contact {
    font-size: 12px;
    color: #fff;
    margin: 2px;
}

.comandSlider__item_contact span {
    color: #3eaef2;
    font-weight: 700;
    margin-right: 5px;
}

.bg-overlay-1 {
    position: relative;
}

.cugCampus {
    border: 1px solid #fff;
    background: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 10px;
}

.cugCampus h4 {
    background: #ff5e14;
    padding: 10px 15px;
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1;
}

.cugCampus h4 a {
    font-size: 11px;
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
}

.icon-box {
    margin-bottom: 5px;
    margin-top: 5px;
}

.icon-box i {
    display: inline-block;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 33px;
}

.icn-box {
    height: 55px;
    width: 55px;
    padding-top: 10px;
    color: #fff;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-bottom: 4px;
}

.bg-light-blue {
    background-color: #0a539e;
}

.bg-gray {
    background-color: #6f6f6f;
}

.bg-darkBlue {
    background-color: #031c3c;
}

.icon-box-text {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    transition: color .3s linear, background .3s linear;
    height: 26px;
    margin-top: 2px;
}

.cugCampus h4 a {
    color: inherit;
}

.cugCampus h4 a:hover {
    color: #000;
}


/* Footer */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #6c4a4a;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: inherit;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: inherit;
}

.slider__container {
    width: 100%;
    position: relative;
}

section.marquee_slider {
    overflow: hidden;
}

section.marquee_slider .slick-list {
    perspective: 1px;
}

section.marquee_slider .slick-track {
    will-change: transform, transition;
}

section.marquee_slider .slider__items {
    display: flex;
}

section.marquee_slider .slider-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    opacity: 0;
}

section.marquee_slider .slider-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    opacity: 0;
}

.dj_gallery_slider {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
}

.dj_gallery_slider .slide-item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 10px;
}

.latest_section h4 {
    background: #031c3c;
    color: #fff;
    padding: 5px 12px;
    margin: 0px;
    font-size: 22px;
    letter-spacing: 1px;
    border-left: 5px solid #ff5e14;
}

.latest_section>div {
    padding: 10px;
    background: #FAFAFA;
    border-bottom: 1px solid #031c3c;
}

.latest_section>div ul li {
    margin-bottom: 5px;
}

.latest_section>div ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #3d3d3d;
}

.latest_section>div ul li a i {
    margin-top: 3px;
    margin-right: 5px;
}

.latest_section h4 a {
    font-size: 11px;
    float: right;
    margin-top: 8px;
    color: inherit;
}


/* Height for devices larger than 576px */

@media (min-width: 992px) {
    #introCarousel {}
}

.navbar .nav-link {
    color: #fff !important;
}

#carbonads {
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
    font-size: 22px;
    box-sizing: content-box
}

#carbonads>span {
    display: block
}

#carbonads a {
    color: #4078c0;
    text-decoration: none
}

#carbonads a:hover {
    color: #3664a3
}

.carbon-wrap {
    display: flex;
    align-items: center
}

.carbon-img {
    display: block;
    margin: 0;
    line-height: 1
}

.carbon-img img {
    display: block;
    height: 90px;
    width: auto
}

.carbon-text {
    display: block;
    padding: 0 1em;
    line-height: 1.35;
    text-align: left
}

.carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
    color: #aaa!important
}

@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px
    }
}

@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none
    }
}


/*-----------Home Slider-------------*/


/* ==== Main CSS === */

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0 !important;
}

.slick-slide {
    float: left/* If RTL Make This Right */
    ;
    padding: 0;
}


/* ==== Slider Style === */

.Modern-Slider .item .img-fill {
    height: 100vh;
    background: #000;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 100vh;
    text-align: center;
}

.Modern-Slider .item .img-fill img {}

.Modern-Slider .item .info>div {
    display: inline-block !important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    border: 0 none;
    /* margin-top: -22.5px; */
    text-align: center;
    color: #fff;
    z-index: 5;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    border: 0 none;
    text-align: center;
    color: #fff;
    z-index: 5;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Modern-Slider .PrevArrow:before {}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #6c4a4a;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    font: 30px/50px;
    text-transform: uppercase;
    color: #fff;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
}

.Modern-Slider .item h5 {
    margin: 0;
    padding: 0;
    font: 15px/30px;
    color: #fff;
    max-width: 600px;
    overflow: hidden;
    height: 60px;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
    background: #6c4a4a;
    overflow: hidden;
}


/* ==== Slider Image Transition === */

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}


/* ==== Slick Slider Css Ruls === */

.Modern-Slider .slick-slider {
    position: relative;
    display: block;
    -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;
}

.Modern-Slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.Modern-Slider .slick-list:focus {
    outline: none;
}

.Modern-Slider .slick-list.dragging {
    cursor: hand;
}

.Modern-Slider .slick-slider .slick-track,
.Modern-Slider .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Modern-Slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Modern-Slider .slick-track:before,
.Modern-Slider .slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left/* If RTL Make This Right */
    ;
    height: 100%;
    min-height: 1px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.dj_social_container {
    background-image: url('../img/mobile.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    padding: 80px 30px;
}

.dj_social_container .fb-page.fb_iframe_widget {
    max-width: 100%;
    overflow: hidden;
}

.dj_social_container .fb-page.fb_iframe_widget span {
    max-width: 100%;
}