﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&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 !important;
}

.pre_headsambhu {
background-color: #4a4fd5;
height: 35px;
line-height: 35px;
color: #fff;
font-size: 14px;
}

.links_preheader a {
color: #fff;
text-align: right;
text-decoration: none;
}

.links_preheader a:hover {
    color: #ddd;
}

.header_ptsns {
padding: 10px 0;
box-shadow: 0 7px 7px -9px #bebebe;
background-image: url('../images/blizzard.png');
background-repeat: repeat;
margin-bottom: 2px;
}

.bg_header {
height: 160px;
background: #4b50d8; /* fallback for old browsers */
background: -webkit-linear-gradient(to right,#4b50d8, #282d9b); /* Chrome 10-25, Safari 5.1-6 */
background-image: url(../images/bg_header.png), linear-gradient(to right, #4b50d8, #282d9b);
background-repeat: repeat;
position: relative;
}

.wrapper_ptsns {
min-height: 80vh;
}

.university_mianhead {
font-size: 32px;
font-weight: 500;
text-align: center;
padding: 27px 0;
line-height: 40px;
color: #fff;
}

.dept_logo {
padding: 8px 0;
}

.box_container {
position: relative;
border-radius: 10px;
padding: 10px;
background-color: #3c3b3b;
box-shadow: 2.5px 5px 10px 0 rgba(47, 83, 109, .12);
/* box-shadow: 0 3px 16px rgba(47, 83, 109, .12); */
margin-top: -60px;
left: 0;
right: 0;
}

.service_box {
border: 1px solid #ddd;
}

.head_box {
font-size: 20px;
}

.sub_head {
font-size: 17px;
}



.right_imgtop img {
width: 300px;
height: 300px;
}

.btn-primary {
margin-top: 10px;
}

.one {
min-height: 400px;
background-color: #fff;
}

.one::after,
.one::before {
    height: 150px;
    width: 150px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: 0;
}

.one::before {
    right: 50%;
    transform: skew(0, 20deg);
}

.one:after {
    left: 50%;
    transform: skew(0, -20deg);
}


.single_tp {
padding: 30px 20px;
margin-bottom: 10px;
position: relative;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: #fff;
border-radius: 10px;
border: 1px solid #ddd;
z-index: 99999;
}

.single_tp h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
}

.single_tp p {
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.cta {
position: relative;
margin: auto;
padding: 18px 14px;
transition: all 0.3s ease;
text-decoration: none;
}

.cta:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgb(175 178 255);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #1a2d62;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #3035aa;
    color: #fff;
}

.cta:hover span {
    color: #fff;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

.pb-17 {
padding-bottom: 20px !important;
}

.heading_ptsns {
font-size: 30px;
font-weight: 500;
}

.heading_ptsns span {
    border-bottom: 2px solid #4a4fd5;
    border-radius: 2px;
}

.contact_section {
background: #ebecff;
padding-top: 35px;
padding-bottom: 20px;
}

.single_feature_one {
background: #fff;
margin-bottom: 30px;
padding: 20px;
border-radius: 10px;
margin-bottom: 30px;
position: relative;
border: 1px solid #ededed;
z-index: 2;
-webkit-transition: 0.3s;
-webkit-transition: 0.2s;
-o-transition: 0.3s;
transition: 0.3s;
}

.sf_top {
overflow: hidden;
}

.single_feature_one span {
border-radius: 100px;
float: left;
font-size: 30px;
width: 50px;
height: 50px;
text-align: center;
margin-right: 10px;
padding-top:11px;
}

.footer_ptsns {
background-color: #4a4fd5;
height: 45px;
line-height: 45px;
color: #fff;
text-align: center;
}

.ss_one {
background: rgba(46, 202, 127, 0.2);
}

.contact_head {
font-size: 26px;
color: #1a2d62;
display: block;
text-transform: capitalize;
overflow: hidden;
font-weight: 500;
transition: 0.3s;
padding-top: 10px;
}

/*******************Login Page Starts******************/
.login_bg {
background-image: url('../images/mirrored.png');
background-repeat: repeat;
}

.login_container {
margin: 0 auto;
padding: 0;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: rgba(85, 85, 85, 0.35) 0px 9px 10px;
background-color: #fff;
}

.login_head {
background: linear-gradient(45deg, #686dec, #3035b7);
height: 150px;
border-radius: 10px;
text-align: center;
padding-top: 20px;
}

.login_topheading {
font-size: 32px;
color: #fff;
}

.login_head i {
padding-top: 10px;
font-size: 60px;
color: #fff;
}

.title-border:after {
border-bottom: 3px solid #868af0;
content: "";
display: block;
width: 15%;
}

.margin_auto {
margin: 40px auto 50px auto !important;
}

.login_content {
width: 90%;
margin: -30px auto 0 auto;
padding: 25px 20px;
border-radius: 10px;
background-color: #fff;
}

.form_mar {
margin: 10px 0;
}

.form_mar label {
    padding-bottom: 5px;
}

.title-border {
font-size: 24px;
font-weight: 100;
}

.captcha_area {
width: 100%;
margin: 0;
padding: 0;
height: 80px;
border: 1px solid #ddd;
}

.width_100 {
width: 100%;
}

.btn_form, .btn_form:active, .btn_form:focus {
background-color: #4a4fd5;
border-color: #4a4fd5;
box-shadow: none;
}

.btn_form:hover {
    background-color: #232790;
    border-color: #232790;
}

.frgt_pass {
width: 100%;
margin: 0;
padding: 10px 0;
text-align: right;
font-size: 14px;
}

.frgt_pass a {
    text-decoration: none;
    color: #000;
}

    .frgt_pass a:hover {
        color: #767676;
    }


/*******************Login Page End******************/

/***********************form Start*******************************/
.table_wrapper {
background: #fff;
padding: 20px 15px;
margin: 30px 0;
border-radius: 3px;
box-shadow: 2px 2px 8px rgba(0, 0, 0, .07);
}

.table_form th {
background-color: #4a4fd5;
color: #fff;
font-size: 20px;
font-weight: 400;
}

.table_form td {
vertical-align: middle;
font-size: 15px;
}

.table_form td input {
    font-size: 14px;
}
/***********************form End*******************************/
/******************************G2G********************************/

.grid_centertable td::last-child
{
text-align:center !important;
}

.grid_centertable td:nth-last-child(2)
{
text-align:center !important;
}


.main_headform
{
width:100%;
margin:0;
padding:10px 0;
font-size:20px !important;
text-align:center;
}


.text_centerrow
{
text-align:center !important;
}


.url_table
{
background-color: #a1c5ed;
text-decoration: none;
width: 33.33% !important;
color: #fff;
padding: 10px 10px;
font-size:16px;
}

.urlcategory2
{
border:1px solid #ddd;
    
}


.urlcategory:before
{
Content: '\25AA';
    
font-size: 25px;
    
position: absolute;
top: 1px;
    padding-left: 7px;
left: 0;
}
.urlcategory
{
width:100%;
display:block;
border-bottom:1px solid #ddd;
padding: 10px 10px;
margin:2px 0;
color:#000;
position:relative;padding-left: 23px !important;
    
   
}




.urlcategory:hover
{
color:#7e7e7e;
padding: 10px 15px;
transition: .5s all;
    }
     
/********************Media queries**********************/

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {

.mpo_logo {
    display: none !important;
}

.dept_logo img {
    max-width: 100% !important;
}

.university_mianhead {
    font-size: 20px;
    line-height: 25px;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 998px) {
.university_mianhead {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    line-height: 32px;
    color: #fff;
}

.contact_head {
    font-size: 20px;
}

.single_feature_one span {
    margin-top: 15px;
}

.email_word {
    word-wrap: break-word;
}
}

.single_feature_one strong {
color: #616060;
}

/********************Media Query End*********************/

/***************Seervice Page Start*****************/

.servicepage_bg {
background-color:#f4f6fa;
}
.service_area {
background:#fff;
padding: 10px;
margin: 30px 0;
border-radius: 3px;
box-shadow: 0px 2px 8px rgba(0, 0, 0, .07);
}

.service_table th {
background-color: transparent;
color: #3a3a3a;
font-size: 20px;
font-weight: 400;
border-bottom:2px solid #f4f4f4;
}

.service_table td {
vertical-align: middle;
font-size: 15px;
color:#99a1b7;
padding:8px 10px ;
font-weight:500;
border-bottom:none;
}

.service_table td input {
    font-size: 14px;
}

.bld_txtservice {
font-weight:600;
color:#69707a !important;
font-size:17px !important;
}


.left_line {
    width: 4px;
height: 40px;
border-radius: 6px;
margin-right: 8px !important;
display:inline-block;
align-items: center !important;
}


.text_servicetable {
padding-top:8px;
}

.servicehead_ptsns {
font-size: 26px;
font-weight: 500;
padding-top:15px;
}

.servicehead_ptsns span {
    border-bottom: 2px solid #4a4fd5;
    border-radius: 2px;
}
/*****************Service Page End*************************/

/**************G2G Page Start***************/

.card_title {
padding:20px;
}

.left_head {
float:left;
background-color:#e9eaff;
height:60px;
width:60px;
border-radius:50%;
text-align:center;
line-height:60px;
}
.right_head {
font-size:20px;
padding:20px 20px 20px 5px;
}

.right_head img
{
padding-right:10px;
}

.font_color {
color:#17C653
}

.margin_tpg2g {
margin:15px 0;
}
.links_g2g {
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .05);
padding:10px 10px;
margin:10px 0;
transition:.5s all;
}

.links_g2g:hover {
    box-shadow: 0 .25rem .525rem 0 rgba(0, 0, 0, .08);
}

.links_g2g a {
text-decoration:none;
color:#777;
}

.sub_headg2g{
color:#9d9d9d;
font-size:15px;

}
.card_g2g{
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
border:none;
}
/**************G2G Page End***************/

/*********Error Page Start**********/
.error_box {
text-align:center;
padding:40px 20px;
border:1px solid #ddd;
}

.error_txtbg {
font-size:30px;
font-weight:400;
color:#4c4c4c;
padding:10px 0;
line-height:42px;
}

.error_img {
padding:10px 0;
}
.error_txtsml {
font-size:22px;
font-weight:500;
color:#000;
}
.hme_btn {
padding:10px;
}
.bigfnt_oops{
font-size:44px;
    color:#5c61dc;
    font-weight:600;
}

/*********Error Page End**********/

/**********Log Out Start********/
.log_outtxt {
font-size:36px;
font-weight:500;
}
/***********Log Out End********/

.table4 td 
{
}
/*.table4 td 
{
padding:6px 10px !important;font-size:14px;
}*/
.grditable th
{
font-size: 15px;
color: #302f2f;
background-color:#e8eeff;
border: 1px solid #ddd;
text-align:center;
font-weight:600;
}
.grditable td 
{
border:1px solid #ddd;
font-size:13px;
white-space:nowrap;
}

.grditable th:nth-child(10)
{
width:50px ;
}
.table-responsive div 
{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.main_head
{
font-size:24px;
background-color:#bdbffe !important;
border-bottom:none;
text-align : center;
}
    
.sub_headtable
{
font-size:15px !important;
font-weight:600 !important;
}
        
        
.captcha_area {
width:325px;
margin:0 auto;
border:1px solid #ddd;
padding:5px;
}
.captcha_area input {
width:150px;
margin:0 auto;
float:left;
}
.cptcha_img {
margin-right:10px;
float:left;
}
