/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Montserrat:wght@300;400;500;600;700;800&family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden !important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 900;
}
h1, h2{
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 0;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
p {
    color: inherit;
    line-height: 1.65em;
    font-size: 18px;
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;
}
p:last-child{
    margin-bottom: 0;
}
.wi_full{
    float: left;
    width: 100%;
}

section.rs-ranking-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}



.item img {
    width: 45%;
    text-align: center;
    margin-top: 20px;
}
section.mobrank{
DISPLAY: NONE;
}
section.rs-ranking-section h2
{

font-weight: 600;
font-size: 40px;
}
html {
    scroll-behavior: smooth;
}

header .navbar{
	padding: 0px;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 99;
   	transition: all .6s ease;
    top: 20px;
}
header.sticky-header .navbar{
	position: fixed;
	background: #fff!important;
	transition: all .6s ease;
	/*box-shadow: 0 2px 20px rgb(173 173 173 / 25%);*/
}
header .navbar .navbar-brand {
    padding: 15px 20px;
    border-radius: 40px;
    background-color: #fff;
}
header .navbar .navbar-brand img {
    max-height: 74px!important;
    position: relative;
}
header .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
}
header .header_contact{
    display: flex;
    align-items: center;
    position: relative;
    top: -26px;
}
header .header_contact .tollfree_txt a{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 50px;
}
header .header_contact .tollfree_txt a .phone_icn {
    width: 55px;
    height: 55px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: #05249E;
    padding: 16px;
}
header .header_contact .tollfree_txt a .phone_num {
    color: #fff;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
}
header .header_contact .tollfree_txt a .phone_num span{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}
ul#menu-top-social-icons li {
    color: #fff;
    font-size: 13px;
    padding: 0;
    margin-right: 0;
    height: auto;
    line-height: initial;
    margin-bottom: 15px;
}
ul#menu-top-social-icons li a {
    width: 27px;
    height: 27px;
    border-radius: 40px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    display: block;
}
ul#menu-top-social-icons li.fb a{
    background: #425f9c;
}
ul#menu-top-social-icons li.tweet a{
    background: #1da1f2;
}
ul#menu-top-social-icons li.utube a{
    background: red;
}
ul#menu-top-social-icons li.ig a{
    background: #e4405f;
}
ul#menu-top-social-icons li.whatsapp a{
    background: #25d366;
}
ul#menu-top-social-icons li.tf a{
    background: #ff9800;
}
.enquery_form {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
}
section.enquery_form {
    position: fixed;
    top: 27%;
    right: 0;
    background: #fff;
    z-index: 999999;
    width: 315px;
    transition: all 1s linear;
}
section.enquery_form.enquery_form1 {
    transform: translateX(0);
}
section.enquery_form select {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border-color: #ccc;
    margin-bottom: 1rem;
    color: #495057;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
section.enquery_form {
    z-index: 99!important;
}
.enquery_button {
    cursor: pointer;
    background: linear-gradient(rgb(171 12 47), rgb(0 109 181));
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    writing-mode: vertical-lr;
    padding: 10px 5px;
    line-height: 25px;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    transform: translateX(-315px);
}
section.Landing_Banner {
    position: relative;
    width: 100%;
    padding: 3em 0;
    padding-bottom: 7em;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 745px;
    overflow: hidden;
}

section.Landing_Banner .Banner_Content h1 {
    /*background: #fff;*/
    position: relative;
    z-index: 2;
    display: block;
    padding: 1rem 0px 5px 0px;
    margin: 0;
    font-size: 50px;
    font-weight: 900;
    color:#fff;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
}
section.Landing_Banner .Banner_Content h1:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    /*border-left: 9999px solid #ffffff;*/
    /* right: -9999px;
    left: 0;
    border-right: 9999px solid #ffffff; */
}
.page-content {
    float: left;
    width: 100%;
    position: absolute;
    top: 0px;
}
.sticky-header .navbar-header {
    margin-top: 0px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}
.placement_records {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 10px;
    border-radius: 50px;
}
.placement_records h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
}
.placement_records p {
    text-align: left;
    padding: 30px 0;
    padding-top: 15px;
    color: #fff;
}
ul#menu-top-social-icons {
    display: none;
}
.sticky-header .navbar .navbar-brand {
    height: 83px;
}
.admsn_enquiry {
    float: left;
    width: 100%;
    position: absolute;
    right: 18.3%;
    top: 200px;
}
header .sticky.navbar {
    height: auto;
}
header#header.sticky-header .navbar {
    height: auto;
    top: 0px;
}
.sticky-header .header_contact {
    top: 0px;
}
.Banner_Content h1 span {
    font-weight: 900;
}
.placement_records ul li {
    float: left;
    width: 25%;
    margin-right: 0;
    border-radius: 0;
    padding: 20px 10px;
    vertical-align: middle;
    display: flex;
    text-align: center;
    border: 1px solid #fff;
}
.placement_records ul li:hover h2{
    color: #fff;
}
.placement_records ul li:hover span{
    color: #fff;
}
.placement_records ul li h2{
    color: #ffffff;
}
.placement_records ul li span {
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
}
.tollfree_txt {
    display: none;
}
.about_chandigrh {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 9;
    margin-top: 0px;
    background: linear-gradient(1.25turn, #05249E, #7E97F9);
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
}
.about_chandigrh span.bold {
    float: left;
    width: 100%;
    font-weight: 500;
}
.about_chandigrh h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
}
.about_lft {
    float: left;
    width: 100%;
    padding: 30px;
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.image_area img {
    float: left;
    width: 100%;
}
.image_area img {
    float: left;
    width: 100%;
}
.awards_reco h2 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
}
.awards_reco.wi_full {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 60px;
    background-color: #5692c8;
    position: relative;
    padding-bottom: 13rem;
}
.awards_reco img.star_icon {
    max-width: 150px;
    margin: 20px 0;
    margin-bottom: 50px;
}
.full_box img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.awards_conts {
    float: left;
    width: 100%;
    background-color: #0A2A43;
    color: #fff;
    padding: 10px 15px;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
}
.awards_conts p {
    padding: 0px !important;
    text-align: left;
    margin-bottom: 10px;
}
.shield_carousel ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 80px;
}
.shield_carousel ul li img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}
.shield_carousel {
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    padding: 50px 0;
}
.awards_reco .owl-dots {
    display: block;
    position: absolute;
    justify-content: center;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
.awards_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #0A2A43 !important;
    opacity: 1;
}
.awards_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #ddd !important;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.top_btech {
    float: left;
    width: 100%;
    margin-top: 70px;
    background-color: #C2D7EA;
    padding: 50px 0;
}
.top_btech h2 {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
}
span.bold {
    font-weight: 900;
}
.tab_contnt_inner h2 {
    text-align: left;
}
.tabs_sect .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
    border-color: transparent;
    background-color: #fff !important;
    font-weight: 600;
}
#myTab li.nav-item {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
}
.tabs_sect {
    float: left;
    width: 100%;
    margin-top: 50px;
    background-color: #0a2a43;
    border-radius: 20px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
ul#myTab {
    padding: 10px 10px;
    border-radius: 80px;
    align-items: center;
    background: linear-gradient(1.25turn, #05249E, #7E97F9);
}
.tab_contnt_inner {
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    padding: 0px;
    padding-top: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
#myTab li.nav-item a {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 15px;
    text-align: center;
    padding-left: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
}
.tab_contnt_inner h2 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
}
.tab_contnt_inner ul {
    padding-left: 20px;
}
.tab_contnt_inner_ p {
    color: #fff;
}
.tab_contnt_inner_ {
    padding: 30px;
    margin-top: 60px;
}
.tab_contnt_inner_ a {
    color: #fff;
}
.tab_contnt_inner table td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 15px;
    color: #000;
}
.campus_section h2 {
    text-align: center;
    color: #02056B;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
}
.campus_section {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.campus_carousel ul li {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.campus_carousel ul li img {
    background-color: #fff;
    border-radius: 0;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    height: 200px;
    object-fit: contain;
}
.campus_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #0A2A43 !important;
    opacity: 1;
}
.campus_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #ddd !important;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.campus_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 0px;
}
.picture_sec img {
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 160px;
    border-radius: 90%;
}
.recruit_carousel img.quote_icon {
    max-width: 50px;
    margin-left: 0px;
    margin-bottom: 10px;
    float: left;
}
.recruit_carousel .txt_box p {
    text-align: left;
    color: #fff;
    padding: 10px 0px;
    padding-bottom: 0px;
    width: 100%;
    line-height: 1.4;
    margin-top: 30px;
}
.btm_name h3 {
    color: #fff;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 5rem;
    padding-left: 10px;
}
.recruit_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.recruit_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.recruit_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #ffffff !important;
    opacity: 1;
}
.speaktm_wrap {
    position: relative;
    width: 100%;
    margin-top: 1.5em;
    text-align: center;
    color: #000;
    background-color: #fff;
}
.speaktm_wrap .thumb_wrap {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 25px 10px;
}
.speaktm_wrap .thumb_wrap img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.speaktm_wrap button.video_btn {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    padding: 0;
    background: transparent;
}
.speaktm_wrap p {
    padding: 15px 0px;
    color: #0a2a43;
    text-align: center;
    font-weight: 600;
}
.allumni_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #fff !important;
    opacity: 1;
}
.allumni_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #ddd !important;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.alumni_speak {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    background-color: #031763;
    padding-bottom: 15rem;
}
.alumni_speak h2 {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
    color: #fff;
    text-align: left;
}
img.speak_img {
    max-width: 90px;
    margin-left: 20px;
}
.allumni_carousel .item {
    padding: 10px 15px;
}
button:focus{
    outline: 0px;
}
.modal button.close span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.modal button.close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    padding: 0;
    outline: none;
    color: #000 !important;
    opacity: 1 !important;
    border-radius: 50%;
    font-size: 30px;
    font-family: inherit;
    text-align: center;
    overflow: hidden;
}
.modal .video_box iframe {
    width: 100%;
    height: 100% !important;
    min-height: 450px !important;
}
.choose_cgc {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 150px;
    padding: 60px 60px;
    background: linear-gradient(1.25turn, #05249E, #7E97F9);
    border-top-right-radius: 150px;
    margin-top: -170px;
}
.choose_cgc h2 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
}
.round_pink img {
    margin-bottom: 0px;
    max-width: 220px;
    float: left;
    padding: 10px;
    border-radius: 20px;
}
.allumni_carousel {
    border-radius: 20px;
    margin-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}
.round_pink h3 {
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    font-weight: 600;
    font-size: 30px;
    float: left;
    width: auto;
    max-width: 100%;
    text-align: left;
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: 100%;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
}
.accordion .card {
    border-radius: 0;
    margin: 1em 0 0;
    border: none;
    line-height: 1.65em;
}
.accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    border: 1px solid #CECECE;
}
.accordion .card-header a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    padding-right: 40px;
    color: #0a2a43;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
}
.accordion .card-header a.collapsed:before {
    background: url(../images/plus-icon.svg) no-repeat center;
}
.accordion .card-header a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/minus-icon.svg) no-repeat center;
}
.card-body {
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
}
.faq_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0;
}
.faq_section h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
img.faq_img {
    max-width: 50px;
    position: absolute;
    top: -35px;
}
.eng_faq__accordion {
    float: left;
    width: 100%;
    padding: 0px 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.eng_faq__accordion {
    position: relative;
}
footer {
    float: left;
    width: 100%;
    padding: 40px;
    background: linear-gradient(1.25turn, #05249E, #7E97F9) !important;
}
footer p{
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.accordion .card{
    background-color: transparent;
}

/*new page style*/
.round_pink {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: 100%;
}
img.blue_wave {
    max-width: 150px;
    margin-bottom: 20px;
}
.about_chandigrh .row {
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: 100%;
}
.about_lft p {
    text-align: left;
    color: #fff;
}
img.white_wave {
    max-width: 150px;
    margin-bottom: 20px;
}
.chips_content h2 {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 700;
}
.chips_content {
    float: left;
    width: 100%;
    text-align: center;
}
.placement_chips {
    float: left;
    width: 100%;
    text-align: center;
}
.chips_content {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
.awards_reco p {
    font-size: 20px;
    color: #FFF;;
    font-weight: 600;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.6;
}
.awards_conts h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-align: center;
}
.item_wrap .overlay__BTn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(119 3 239 / 60%);
    opacity: 0;
    transition: .3s all;
    border-radius: 20px;
}
.item_wrap .img_box {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.item_wrap .overlay__BTn button {
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
    background: transparent;
}
.item_wrap .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 0px;
}
.item_wrap:hover .overlay__BTn {
    opacity: 1;
    transition: .3s all;
}
.modal .Data_Warpbox {
    padding: 30px;
    color: #000;
    font-weight: 400;
}
.modal .Data_Warpbox h3 {
    margin-bottom: 1.5rem;
    color: #02056B;
    font-family: 'Josefin Sans', sans-serif;
}
.awards_carousel .owl-nav button {
    top: 50%;
    transform: translateY(-100%);
    width: 50px;
    height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    border-radius: 50% !important;
    background: #fafafa !important;
    outline: none !important;
    border: none !important;
}
.owl-nav {
    position: unset;
    display: flex;
    justify-content: space-between;
}
.awards_carousel button.owl-prev {
    position: absolute;
    top: 50%;
    left: -65px;
}
.awards_carousel button.owl-next {
    position: absolute;
    top: 50%;
    right: -65px;
}
.owl-carousel.awards_carousel.owl-loaded.owl-drag {
    padding: 0 0px;
}
.awards_carousel .owl-nav button:hover img {
    filter: invert(1);
}
.awards_carousel .owl-nav button:hover {
    background: linear-gradient(1.25turn, #05249E, #7E97F9) !important;
}
.shield_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #fff !important;
    opacity: 1;
}
.shield_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #ddd !important;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.top_btech p {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 24px;
    text-align: center;
}
.tab_contnt_inner p {
    font-size: 20px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
}
.tab_contnt_inner a {
    color: #0726a0;
}
.student_testimonial p {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 24px;
}
.student_testimonial {
    float: left;
    width: 100%;
    position: relative;
}
.student_testimonial .row:before {
    content: '';
    position: absolute;
    background-color: #02056B;
    height: 80%;
    width: 100%;
    left: 0;
    top: 70px;
    border-radius: 70px;
}
.student_testimonial .col-12.col-sm-8 {
    padding: 9rem 0 30px 60px;
}
.student_testimonial h2 {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
    color: #fff;
}
.student_testimonial p {
    color: #fff;
}
.inner_recruit p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
    padding: 20px;
    text-align: left;
    width: 90%;
}
.picture_sec {
    float: left;
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 230px;
    border-radius: 50%;
}
.txt_box {
    float: left;
    width: auto;
    margin-left: 0px;
}
.inner_recruit {
    float: left;
    width: 100%;
    padding-top: 0;
}
.student_right img {
    float: left;
    width: 100%;
    padding-right: 60px;
    padding-left: 40px;
}
.recruit_carousel .owl-stage-outer.owl-height {
    height: 100% !important;
}
.campus_section p {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 24px;
    text-align: center;
    color: #000;
}
.campus_carousel .img_box img {
    float: none;
    width: auto;
    display: block;
}
.campus_carousel .img_box img:hover {
    filter: grayscale(0);
}
.alumni_speak p {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
}
.speaktm_wrap .thumb_wrap p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}
.allumni_carousel .owl-dots {
    margin-top: 30px;
    position: absolute;
    left: 50%;
    bottom: -30px;
}
.awards_carousel .item h2 {
    font-size: 24px;
    color: #000;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.Data_Warpbox p {
    text-align: left;
}
.about_chandigrh:before {
    content: '';
    position: absolute;
    background-image: url(/images/round_path.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.chips_content img {
    max-width: 120px;
    margin-bottom: 20px;
}
.awards_reco:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 160px;
    
    left: 0;
    top: -150px;
}
.outer_data {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    height: 250px;
}
.outer_data p {
    text-align: left;
}
.awards_carousel .owl-nav button:hover img {
    filter: invert(0);
}
.awards_shields ul li {
    float: left;
    margin-bottom: 0;
    padding: 10px;
    width: 20%;
    margin-right: 0px;
}
.awards_shields {
    float: left;
    width: 100%;
    background: linear-gradient(1.25turn, #05249E, #7E97F9);
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    margin-top: -8rem;
    position: relative;
    padding: 30px;
}
.awards_shields ul li img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}
.camp_studts {
    float: left;
    width: 100%;
    overflow:hidden;
}
.camp_studts .col-12.col-sm-6:nth-child(1) {
    background-color: #05249E;
    padding: 30px 0 30px 0;
}
.camp_studts .col-12.col-sm-6:nth-child(1):before {
    content: '';
    position: absolute;
    background-color: #05249e;
    left: -9999px;
    border-left: 9999px solid #05249e;
    height: 100%;
    top: 0px;
}
.camp_studts h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.camp_studts p {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 20px;
}
.camp_studts .col-12.col-sm-6:nth-child(2) {
    background-color: #7e97f9;
    padding: 30px 0px 30px 30px;
}
.camp_studts .col-12.col-sm-6:nth-child(2):before {
    content: '';
    position: absolute;
    background-color: #7e97f9;
    right: -9999px;
    border-right: 9999px solid #7e97f9;
    height: 100%;
    top: 0px;
}
.btm_name {
    float: left;
    width: 70%;
    text-align: left;
}
.campus_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.campus_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
.campus_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #ffffff !important;
    opacity: 1;
}
.allumni_carousel .owl-nav button img {
    background: #e0e0e0;
    height: 60px;
    width: 60px;
    padding: 17px;
    border-radius: 50%;
}
.allumni_carousel .owl-nav button img:hover{
    background: linear-gradient(1.25turn, #05249E, #7E97F9);
}
.allumni_carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
}
.allumni_carousel button.owl-prev {
    margin-right: 10px;
}
img.wht_awrd {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
ul.eligi li {
    list-style: disc;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
}
ul.eligi {
    color: #000;
}
ul.ul-disc li {
    color: #000;
    list-style: disc;
}
/*
.admsn_enquiry {
    float: left;
    width: 25%;
    position: absolute;
    right: 18.3%;
    top: 200px;
}
*/
.Banner_Content {
    padding-top: 22rem;
}
.ties_up {
    margin: 50px 0px;
}
.placement-box-record {
    color: #FFF;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #0a29a2;
    height:100%;
}
.placement-ranking .u-text-p {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.plc_svg img {
    width: 70%;
    height: 170px;
    fill: currentColor;
    opacity: 0.55;
    margin-top: 15px;
    object-fit: contain;
}
.u-list-item-2 {
    background-image: linear-gradient(#7e97f9, #0a29a2);
}
section.mou_entities {
    background-image: linear-gradient(#7e97f9, #0a29a2);
    padding: 60px 0px;
    float: left;
    width: 100%;
}
.studnt__icon img {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}
.mou_entities h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}
.foreign-gallery img {
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}
.foreign_sect {
    padding: 50px 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}
.foreign_sect h2 {
    color: #000;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.3;
    text-align:center;
}
#mou__Carousel .owl-nav{
    display:none;
}
#mou__Carousel .owl-dots {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
button.owl-dot.active span {
    opacity: 1 !important;
}
.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 15px !important;
    height: 15px !important;
    background: #fff !important;
    opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.row.gallery.foreign-gallery.mt-5.pb-5 {
    padding-bottom: 0px !important;
}
section.research_info.ties_up h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}
section.ties_up h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}
.international_carousel .owl-item img {
    display: block;
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 10%;
}
.international_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 25px;
}
.international_carousel.owl-carousel .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #0a29a2 !important;
    display: inline-block !important;
    border-radius: 50% !important;
    line-height: 1 !important;
    margin: 5px !important;
    opacity: 1 !important;
}
.international_carousel .owl-dots .owl-dot.active span {
    background: #7b94f7 !important;
}
.box_spce .placement-box-record {
    height: auto !important;
    margin-bottom: 30px !important;
}
.awards_shields ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tabs_divide .tab_contnt_inner h2 {
    color: #000;
}
.logo img {
    width: 100%;
    max-width: 220px;
    background: white;
    max-height: 42px!important;
}
.hide__mob {
    display: block!important;
}
.visible__mob {
    display: none!important;
}	
