
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Yantramanav:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&family=Yantramanav:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&family=Yantramanav:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Yantramanav:wght@100;300;400&display=swap" rel="stylesheet'); */

main{position:relative;}
h1{color:#a0034b; font-size: 48px;}
h1,h2,h3,h4,h5,h6{font-family: Inter;}
p{font: normal 16px/24px 'Inter';}

h1{
    font-size: 46px;
    line-height: 48px;
    font-family: Inter;
    color: #000000;
    font-weight: bold;
}

li{list-style: none;}
ul, blockquote, figure{margin: 0;}
ol, ul{padding-left: 0;}
strong{font-weight:600;}
svg{margin-bottom:-0.4375rem;vertical-align:baseline;}
table th{font-weight:600;}
.fa, .fas{font-weight:900;}
::-moz-selection{color:#fff;background-color:#377dff;}
::selection{color:#fff;background-color:#377dff;}
.bg-primary::-moz-selection{color:#377dff;background-color:#fff;}
.bg-primary::selection{color:#377dff;background-color:#fff;}
:focus,a:focus,button:focus{outline:0;}
.form-control:focus{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,.show > .btn.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}
a, h1{color: #282828;} 
body{font-size:1rem;font-family:'Open Sans', sans-serif;color: #282828;}
html{scroll-behavior: smooth;}
:root{
--font_size: 21px;
--font_color: #282828;
--font_white: #fff;
}
a:hover.apply_btn {
    color: #cacaca;
}

@media print{header, footer, .btn{display:none;}
}

.heading1{
    text-align: left;
    font-family: 'Inter';
    letter-spacing: -0.74px;
    color: #a0034b;
    padding-bottom: 30px;
    position: relative;
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;display: inline-block;
}
/* .heading1::after{
    content: "";
    width: 134px;
    background: #FFBA00;
    height: 1px;
    top: 23px;
    left: 20%;
    position: absolute;
}
 */

/* 07051988 Start*/
.heading1::after{
    content: "";
    width: 134px;
    background: #FFBA00;
    height: 1px;
    top: 23px;
    right: -10.5rem;
    position: absolute;
}

/* End */

.tringle{
    width: 58px;
    height: 58px;
    border-top: 50px solid #d19b0a;
    border-right: 50px solid #fff;
}

.anti_ragging .submenu_heading a{ color:#FFBA00; padding-bottom:10px;}
.women_safety a{ color:#FFF;     text-align: left;
    font: normal normal bold 21px/28px Inter;
    padding-bottom: 0px;
    border: none;}



.acadmic_bottom .women_safety .submenu_heading a{
  color: #FFBA00;
  text-align: left;
  font: normal normal bold 21px/28px Inter;
  padding-bottom: 0px;
  border: none;
}


/*--------form wegit-css--*/
.cover{
    background:rgba(0,0,0,0);
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    top: 0;
  }
  .contents{
    width:300px;
    height:300px;
    background:#f1f1f1;
    border:2px solid #ccc;
    position:absolute;
    right: 0;
    top: 8rem;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .close{
    border:2px solid #ccc;
    border-radius:15px;
    padding:5px 15px;
    position:absolute;
    bottom:15px;
    text-align:center;
    left:30%;
    width:100px;
    box-shadow:inset 0px 0px 10px 5px #ccc;
    cursor: pointer;
  }
  .wegitbtn{
    cursor: pointer;
  }
/*--------form wegit-css--*/