﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
    box-sizing: border-box;
}

div::after {
    content: '';
    clear: both;
    display: block;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.preheader__kranti {
    background-color:#da853d;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}


.preheader_linkskranti a {
    text-decoration: none;
    color: #fff;
}

    .preheader_linkskranti a:hover {
        text-decoration: none;
        color: #ddd;
    }

.icn_preheader {
    margin-top: -4px;
}

.header__kranti {
    height: 90px;
    line-height: 80px;
    background-color: #ffffff;
    box-shadow: 8px 8px 30px 0px rgba(41.999999999999986, 67.00000000000004, 113, 0.15);
}

.bg_header {
    width: 100%;
    min-height: 250px;
    background-color: rgb(141 210 252 / 18%);
}

.banner_university {
    width: 100%;
    height: 160px;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    margin-top:30px;
    margin-bottom:30px;
}

    .banner_university:before {
       background-image:linear-gradient(90deg, #FF403E 0%, #FF811B 100%);
        position: absolute;
        content: "";
        width: 100%;
        height: 160px;
        left: 0;
        right: 0;
        top: 0;
       
        border-radius:20px;
    }

.banner_heading {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 9999999999;
    text-align: center;
    padding-top: 30px;
}

    .banner_heading p {
        font-size: 14px;
    }

.dept_logo {
    margin:0;
    padding:5px 0 0 0;
}

.dept_logo img{
    max-width:100%;
    height:85px;
   
}

.mpo_logo {
    text-align: right;
    padding: 6px 0px;
}

.wrapper_kranti {
    min-height: 80vh;
}

.icon-box-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    -webkit-box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
}

    .icon-box-grid .no-padding {
        padding: 0;
    }

    .icon-box-grid .icon-box {
        height: 100%;
        padding: 15px 20px;
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

        .icon-box-grid .icon-box .icon-main {
            color: #fff;
            margin-bottom: 5px;
            line-height: 1;
            text-shadow: 8px 8px 30px rgba(1, 96, 231, .3);
            -moz-text-shadow: 8px 8px 30px rgba(1, 96, 231, .3);
        }


        .icon-box-grid .icon-box:hover .icon-main svg {
            fill: #028eeb;
            stroke: #028eeb;
        }

        .icon-box-grid .icon-box .content-box .box-title {
            margin-bottom: 5px;
            font-size: 22px;
            color: #fff;
        }

.icon-box .content-box p:last-child {
    margin-bottom: 0;
}

.icon-box-grid .icon-box:hover {
    color: #606060;
    background: #fff;
}

    .icon-box-grid .icon-box:hover .box-title {
        color: #1a1b1e;
    }


.bg_color {
    background-color: #fdf6ea;
}

.uni_head {
    font-size: 3rem;
    font-weight: 400;
    padding: 20px 40px;
}

.btn_services {
    background-color: #2aabb5;
    border-color: #2aabb5;
}

.footer_kranti {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


.bg_footer {
    background-color: #da853d;
}


.flaticon-pie-chart svg:hover {
    fill: #0160e7;
}

.main_heading {
    text-align: center;
    padding: 10px 0 15px 0;
    font-size: 30px;
    font-weight: 600;
}

    .main_heading span::before {
        content: '';
        display: inline-block;
        width: 35px;
        height: 5px;
        background-color: #2357a6;
        margin: 0 10px 8px 0;
    }

    .main_heading span::after {
        content: '';
        display: inline-block;
        width: 35px;
        height: 5px;
        background-color: #2357a6;
        margin: 0 0 8px 10px;
    }

/*****************************Header Text starts*************************/


.list-item {
    margin: 60px auto 0px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: center;
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.list-item__inside {
    padding: 25px;
    display: block;
    position: relative;
}

.list-item__title {
    font-size: 31px;
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #000;
}

.list-item__excerpt {
    color: #585858;
    line-height: 1.7em;
    font-size: 14px;
}

    .list-item__excerpt p {
        margin-bottom: 0;
    }

.list-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

    .list-item:hover::before {
        transform: translate3d(40px, -40px, 40px, 40px);
        transition: 0.3s 0.1s;
    }

    .list-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: calc(50% - 40px);
        left: 0;
        background-color: currentColor;
        z-index: -1;
        transform: translate3d(-20px, -40px, 0);
        transition: 0.3s;
        -webkit-animation-name: color-scheme;
        animation-name: color-scheme;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        width: 104%;
    }

@-webkit-keyframes color-scheme {
    0% {
        background-color: #35c18e;
    }

    25% {
        background-color: #b600ff;
    }

    50% {
        background-color: #0064ff;
    }

    75% {
        background-color: #35c18e;
    }

    100% {
        background-color: #e4bf30;
    }
}

/***********************************Header Text Ends************************************/

.contact_heading {
    font-size: 18px;
    font-weight: 600;
}


.react__title__section {
    padding-bottom: 30px;
}
.react__title__section h2 {
    color: #00306e;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
    .react__title__section img {
        width:120px;
    }

.single-counter {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.04);
    margin-bottom:10px;
}
.single-counter span {
    width: 50px;
    float: left;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    margin-right: 0px;
}
.single-counter h2 {
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0;
    font-size:17px;
    padding-top:5px;
}
.single-counter p {
    overflow: hidden;
    margin-bottom:0;
    font-size:14px;
}

.boxes {
    cursor: pointer;
    transition: all 1s;
    align-items: center;
    justify-content: center;
    color: #000;
}

.move-up:hover {
    background-color: #f2a869;
    transition: all .5s;
    transform: translateY(-10px);
    color:#fff;
}

.main_head {
  width: 100%;
  margin: 0;
  padding:20px 0 15px 0;
  text-align: center;
  font-size:30px;
}

.main_head:after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #5137e3;
  width: 50px;
}

.main_head:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #5137e3;
  width: 50px;
}

.boxes:hover svg {
    fill:#ffffff;
}

.university_head {
    color:#000;
    font-size:35px;
    text-align:center;
    padding-top:20px;
    font-weight:500;
}

    .university_head span {
        color:#d9843d;
    }

    .university_head p {
        color:#808080;
        font-size:14px;
    }


.header_bg {
    height: 150px;
  
}
 /*********************Login Page Start*************************/

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 0;
  border-radius: 25px;
  transition: all 0.3s;
  min-height: 450px;
}

.blog-slider__img {
  width: 30%;
  flex-shrink: 0;
  height: 300px;
  background: linear-gradient(147deg, #fe8a39 0%, #d9843d  74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  text-align:center;
  padding:30px;
  float:left;
  margin-top:70px;

}

.blog-slider__img img {
   padding-bottom: 15px;
    padding-top: 10px;
  
}

.blog-slider__img p {
    font-weight:500;
    font-size:18px;
    color:#fff;
}

.blog-slider__content {
  padding-right: 15px;
  width:70%;
  float:left;
}


.blog-slider__content > * {
 
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}


.captcha_area {
    width:100%;
    margin:0;
    padding:25px 0;
    height:80px;
    border:1px solid #ddd;
    text-align:center;
}

.login_heading {
    font-size:26px;
    font-weight:500;
}

    .login_heading span {
        border-bottom:2px solid #d8843d;
        padding-bottom:3px;
    }

.form_mar {
    padding:7px 0;
}
.frgt_pass {
    font-size:13px;
    float:left;
    padding-top:5px;
}
.frgt_pass a {
    text-decoration:none;
    color:#000;
}
.frgt_pass a:hover {
    text-decoration:none;
    color:#919191;
}
.btn_login {
    float:right;
}
.btn_form {
    background-color:#f2a869 !important;
    border-color:#f2a869 !important;  
}

.btn_form:hover {
    background-color:#d9843d !important;
    border-color:#d9843d !important;  
}

.btn_form:active {
   background-color:#d9843d  ;
    border-color:#d9843d  ; 
}

.btn_form:focus {
    color: #fff;
    background-color: #d9843d  ;
    border-color: #d9843d  ;
        box-shadow: 0 0 0 .25rem rgb(143 155 56);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fdd8bc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(253 216 188);
}

.form-select:focus {
    border-color: #fdd8bc;
    outline: 0;
     box-shadow: 0 0 0 .25rem rgb(253 216 188);
}

.form-check-input:checked {
    background-color: #fdd8bc;
    border-color: #fdd8bc;
}
.form-check-input:focus {
    border-color: #fdd8bc;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}
/**********************Login ends**********************/

/*********************Form Start****************/
.table_form th {
    background-color:#ffc28f;
    color:#000;
    font-size:20px;
    font-weight:400;
}

.table_form td {
    vertical-align:middle;
    font-size:15px;
}

.table_form td input{
    font-size:14px;
}

/*********************form Ends*********************/

/********************Logout Start***************/
.logout_area{

    width:40%;
    margin:0 auto;
    padding:30px 15px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:10px;

}

.logout_text {
    font-size:25px;
    font-weight:500;
}

.logout_text span {
    color:#da853d;
}


/*******************Log out Ends*******************/

/*******************Media Query Starts*****************/
@media only screen and (max-width: 768px) and (min-width: 320px){
.mpo_logo {
    display:none !important;
}
    .university_head {
        font-size:22px;
    }
    .header_bg {
        height:100%;
    }
    .blog-slider__img {
        width:90%;
        margin:0 auto;
        height:100%;
         transform: translateY(-10%);
        float:none;
        
    }
    .blog-slider__content {
        float:none;
        width:90%;
        margin:-50px auto 0 auto;
        padding-right:0;
    }
    .login_heading {
  text-align: center;
  font-size:29px;
}
    .blog-slider {
        min-height:680px;
    }
    .logout_text {
  font-size: 16px;
  font-weight: 500;
}
    .logout_area {
        width:100%;
    }
}

@media only screen and (max-width: 464px) and (min-width: 320px) {
    .dept_logo {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) and (min-width: 465px) {
     .dept_logo {
        font-size: 16px;
    }
}
@media only screen and (max-width: 998px) and (min-width: 768px) {
     .dept_logo {
        font-size: 14px;
        line-height: 20px;
        padding: 26px 0;
}
}
@media only screen and (max-width: 1200px) and (min-width: 999px) {
     .dept_logo {
        font-size: 17px;
    }
}
/*******************Media Query Ends*****************/
img {
    max-width:100%;
}

.cap_imglogo {
    padding-right:5px;
    width:10%;
}

.text_logo{
    width:90%;
}

/**************************Service Page Starts****************************/

.service_pagekranti {
    padding:10px;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
}
.service_table th {
    font-size:18px;

}

.service_table td {
    font-size:14px;

}

.date_service {
    text-transform: uppercase;
    padding: 2px 8px;
    background-color: #ffefca;
     color: #bc3803; 
    border: 1px solid #ffcc85;
    font-size:14px;
    font-weight:500;
    border-radius:50px;
    width:250px;
    margin:0 auto;
}

.smlfont_head {
    font-size:16px !important;
    font-weight:600;
}

/*************************G2G Page Start****************************/
.g2g_pagekranti {
        padding:10px;
    border:1px solid #ddd;
    margin-bottom:10px;
    border-radius:5px;
    background-color:#fff;
}

.head_g2g {
    font-size:24px;
    font-weight:500;
    color:#3d3d3d;
    margin-bottom:20px;
}

.head_g2g span {
    border-bottom:1px solid #d9843d;
}


:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
::before,
::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    top: 0; left: 0;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
  }


/*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: #000;
  background-color: #faf7f5;
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid rgb(218, 133, 61);
  border-top: 1px solid rgb(218, 133, 61);
}
.btn.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid rgb(218, 133, 61);
  border-bottom: 1px solid rgb(218, 133, 61);
}
.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

.g2g_items {
}
/*************************G2G Page End****************************/

/*******************Error Page Start*************************/

.error_text {
    font-size:30px;
    font-weight:500;
}

.error_text span {
    color:#da853d;
    font-size:40px;
}

.error_txtsml {
    font-size:22px;
    font-weight:500;
    padding-bottom:10px;
}

/*******************Error Page End*************************/