/*---------------------------
	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;
    color: #BE0707;
    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: inherit;
    text-align: justify;
}
p:last-child{
    margin-bottom: 0;
}
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;
}


header .navbar{
	padding: 0px;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 99;
   	transition: all .3s ease;
}
header.sticky-header .navbar{
	position: fixed;
	background: #fff!important;
	transition: all .3s ease;
	/*box-shadow: 0 2px 20px rgb(173 173 173 / 25%);*/
}
header .navbar .navbar-brand {
    padding: 8px 30px;
    background-image: url(../images/logo-bg-curve.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
header .navbar .navbar-brand img {
    max-width: 280px!important;
    position: relative;
    width: 100%;
}
header .navbar-header {
    width: auto;
    display: flex;
    margin-top: 0;
    background-color: #f0eaf6;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 140px;
    /*padding-right: 70px;*/
}
header .header_contact{
    display: flex;
    align-items: center;
}
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: #000;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
}
header .header_contact .tollfree_txt a .phone_num span{
    display: block;
    color: #05249E;
    font-size: 16px;
    font-weight: 600;
}
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-top: 3em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    /*display: flex;
    align-items: center;
    min-height: 1090px;*/
    overflow: hidden;
    min-height:750px;
}
/*section.Landing_Banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background-image: linear-gradient(rgb(171 12 47 / 70%), rgb(0 109 181 / 70%));
}*/
section.Landing_Banner .Banner_Content h1 {
    /*background: #fff;*/
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 0px 5px 10px;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color:#fff;
}
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: 10px;
    padding-bottom: 10px;
}
.placement_records {
    float: left;
    width: 100%;
    text-align: center;
    position:relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: right -30px center;
    padding-bottom: 90px;
}
.placement_records h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-decoration: underline;
}
.placement_records p {
    text-align: center;
    padding: 30px 0;
    padding-top: 0;
}
h2.center_line:before {
    content: '';
    position: absolute;
    background-color: #7E97F9;
    height: 1px;
    width: 60px;
    top: 20px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.placement_records ul li {
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
}
.placement_chips h2 {
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 700;
}
.about_cgc {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 1300px;
    position: relative;
    top: -300px;
    z-index: -1;
}
.about_cgc h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}
.about_left {
    float: left;
    width: 50%;
    position:relative;
}
.about_cgc h2:before {
    content: '';
    position: absolute;
    background-color: blue;
    height: 1px;
    width: 60px;
    top: -10px;
    left: 40px;
    transform: translate(-50%,-50%);
}
.awards_recognition{
    float:left;
    width:100%;
    padding:40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25rem;
}
.awards_recognition h2.center_line {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    margin-top: 50px;
}
.partners-carousel {
    padding: 50px 50px !important;
    float: left;
    width: 100%;
}
.partner_bg {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.awards_recognition .txt_box {
    border-bottom-left-radius: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dddd;
    border-bottom-right-radius: 10px;
    height: 310px;
}
.awards_recognition .txt_box h3 {
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 20px;
}
.owl-carousel.partners-carousel.owl-loaded.owl-drag {
    padding: 0 20px;
}
.awards_recognition button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
}
.awards_recognition button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}
.awards_recognition .owl-nav img {
    border: 1px solid #ddd;
    padding: 13px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.enquery_form iframe {
    box-shadow: 0px 0px 27px 3px rgb(126 151 249 / 20%);
}
.awards_recognition .owl-nav button {
    width: 50px;
    height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    border-radius: 50% !important;
    outline: none !important;
    border: none !important;
}
.about_cgc .container {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}
.chips_content {
    float: left;
    width: 100%;
    background-color: #f7dfec;
    box-shadow: 0 2px 20px rgb(173 173 173 / 25%);
    padding: 20px;
    position: relative;
}
.chips_content img {
    max-width: 90px;
    margin-bottom: 20px;
}
.awards_reco ul li {
    float: left;
    width: 16.6%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 20px;
}
.awards_reco ul li:last-child {
    border-right: unset;
}
.awards_reco ul li img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
}
.awards_recognition button.owl-prev {
    left: -15px;
}
.awards_recognition button.owl-next {
    right: -15px;
}
.awards_recognition .owl-nav button:hover {
    background-color: #7E97F9 !important;
}
.awards_recognition .owl-nav img:hover{
    border:none;
}
.top_btech {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px 0;
    position: relative;
    background-position: bottom;
    padding-bottom: 150px;
    background-color: #6F58B0;
    color: #fff;
}
/*.top_btech:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    height: 0;*/
/*    border-right: 100vw solid #fff;*/
/*    border-top: 200px solid transparent;*/
/*    width: 0;*/
/*    z-index: 0;*/
/*}*/
h2.center_line {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
    margin-top: 50px;
}
#myTab li.nav-item {
    float: left;
    display: block;
    text-align: center;
    width: 14%;
}
.tabs_sect {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.tabs_sect .nav-tabs .nav-link.active {
    color: #000;
    border-color: transparent;
    border-bottom: 2px solid transparent;
    background-color: #fff;
    border-radius: 40px;
    padding: 15px 20px;
    font-weight: 700;
}
.tabs_sect .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 40px;
}
div#myTabContent {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.tab_contnt_inner ul {
    margin-bottom: 20px;
}
.tab_contnt_inner h2 {
    font-weight: 600;
    color: #000;
    font-size: 30px;
}
.tab_contnt_inner table td {
    width: 100%;
    text-align: center;
    border: 1px solid #B3C1D4;
    border-collapse: collapse;
    padding: 15px;
}
.tab_contnt_inner_ a {
    color: #fff;
}
.campus_section {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 60px 0;
}
img.pattern_top {
    position: absolute;
    right: 0;
    bottom: 200px;
    max-width: 200px;
}
.campus_section p {
    text-align: center;
}
.campus_section h2{
    margin-bottom:10px;
    position:relative;
}
.campus_section h2.center_line:before{
    top: -10px;
}
.campus_carousel .item {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding: 30px 0;
}
.img_box img {
    float: none;
    width: auto;
    max-width: 240px;
    margin-top: 0px !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px;
    border-bottom-left-radius: 50px;
}
.student_testi {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 0px;
}
.stu_left h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    margin-top: 50px;
}
.stu_left h2:before {
    content: '';
    position: absolute;
    background-color: #7E97F9;
    height: 1px;
    width: 60px;
    top: 30px;
    left: 50px;
    transform: translate(-50%,-50%);
}
.left_sd {
    float: left;
    width: 30%;
    padding-left: 10px;
}
.right_sd {
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-top: 60px;
    padding-right: 20px;
}
img.quote_icon {
    max-width: 100px;
    margin-bottom: 15px;
}
.left_sd h2:before {
    content: '';
    background-color: transparent;
}
.left_sd h2 {
    font-size: 26px;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}
.student_carousel .item:before {
    content: '';
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(173 173 173 / 25%);
    float: left;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 20%;
}
.right_sd p {
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: left;
}
.student_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #05249E !important;
    opacity: 1;
}
.student_carousel.owl-carousel .owl-dots button.owl-dot span {
    margin: 3px !important;
    width: 10px !important;
    height: 10px !important;
    background: #ddd !important;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.student_carousel.owl-carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
.alumni_sect h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    margin-top: 50px;
}
.alumni_sect h2:before {
    content: '';
    position: absolute;
    background-color: #7E97F9;
    height: 1px;
    width: 60px;
    top: 30px;
    left: 50px;
    transform: translate(-50%,-50%);
}
.each_alumni {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(173 173 173 / 25%);
    padding: 15px;
    border-radius: 10px;
}
.each_alumni img.thumb_img {
    float: left;
    width: 20%;
    max-width: 90px;
}
.each_alumni p {
    float: left;
    width: 80%;
    padding-left: 10px;
    color: #05249e;
    font-weight: 600;
}
.each_alumni button.button.video_btn {
    border: none;
    background-color: transparent;
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: 100%;
}
.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 {
    width: 100%;
    height: 400px;
}
.modal .video_box iframe{
   width: 100%;
   height: 100% !important;
   min-height: 450px !important; 
}
button:focus{
    outline:0px;
}
.alumni_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #05249E !important;
    opacity: 1;
}
.alumni_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_carousel.owl-carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
.accordion .card {
    border-radius: 0;
    margin: 1em 0 0;
    border: none;
    line-height: 1.65em;
}
.accordion .card .card-header {
    background: white;
    margin-bottom: 0;
    border: 1px solid #CECECE;
}
.accordion .card-header a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    padding-right: 40px;
    color: #000;
    position: relative;
    font-size: 90%;
}
.accordion .card-header a.collapsed:before {
    background: url(../images/accordion-plus-blue.png) no-repeat center;
}
.accordion .card-header a:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/accordion-minus-blue.png) no-repeat center;
}
.faq_section {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.faq_section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    margin-top: 0px;
    text-align: center;
    position: relative;
}
footer {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #464646;
}
footer p{
    text-align:center;
}
img.campus_pattern {
    position: absolute;
    right: 0;
    max-width: 200px;
    top: -140px;
    z-index: -1;
}
.awards_reco ul li:nth-child(1) {
    border-top: unset;
}
.awards_reco ul li:nth-child(2) {
    border-top: unset;
}
.awards_reco ul li:nth-child(3) {
    border-top: unset;
}
.awards_reco ul li:nth-child(4) {
    border-top: unset;
}
.awards_reco ul li:nth-child(5) {
    border-top: unset;
}
.awards_reco ul li:nth-child(6) {
    border-top: unset;
    border-right:unset;
}
.placement_records h2.center_line {
    margin-top: 0px;
}
.top_btech h2.center_line {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.tollfree_txt {
    display: none;
}
button.owl-next:hover img {
    background-image: url(images/right-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50% 50%;
    opacity: 1;
    visibility: visible;
}
.Banner_Content {
    text-align: right;
}
.about_chandigarh h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
    float: left;
    width: 100%;
}
ul#menu-top-social-icons {
    position: absolute;
    top: -390px;
    right: 20px;
    background-color: #fff;
    padding: 5px 7px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: none;
}
ul#menu-top-social-icons:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 41px;
    top: -9999px;
    left: 0;
    border-top: 9999px solid #ffffff;
}
.about_chandigarh span.bold {
    font-weight: 700;
    color: #000;
    width: 100%;
    float: left;
}
span.bold {
    font-weight: 700;
}
.chips_content h2 {
    text-decoration: unset;
}
.chips_content:before {
    content: '';
    position: absolute;
    background-color: #DE81B4;
    width: 20px;
    left: 0;
    top: 0;
    height: 100%;
}
.top_btech h2 {
    text-align: center;
    color: #fff;
    text-decoration: underline;
}
.top_btech p {
    text-align: center;
}
ul#myTab {
    background-color: pink;
    padding: 20px 10px;
}
ul#myTab {
    background-color: #de81b4;
    padding: 10px 10px;
    border-radius: 80px;
    align-items: center;
}
.tabs_sect h2 {
    float: left;
    width: 100%;
    text-align: left;
    text-decoration: unset;
    color: #fff;
}
.tabs_sect p{
    float:left;
    width:100%;
    text-align:left;
}
.campus_section h2 {
    color: #000;
    text-decoration: underline;
}
.campus_carousel .owl-stage {
    margin: 50px 0;
}
.campus_carousel .owl-height{
    height: 100% !important;
}
.img_box:before {
    content: '';
    position: absolute;
    background-color: #856FC1;
    height: 100%;
    width: 70%;
    left: 20px;
    z-index: -1;
    border-bottom-left-radius: 60px;
    bottom: -10px;
}
.img_box {
    position: relative;
}
.campus_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #fff !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%;
}
#header a.navbar-brand:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -9820px;
    right:0px;
    border-left: 9999px solid #f0eaf6;
}
#header.sticky-header a.navbar-brand::before{
    border-left: 9999px solid transparent !important;
}
.about_chandigarh {
    float: left;
    width: 100%;
}
img.graphic_lft {
    max-width: 150px;
    position: absolute;
    right: 0px;
    transform: translate(20%);
    top: 50px;
}
.back_bg {
    background-color: #d27CCe;
    margin-top: 20px;
}
.campus_carousel .owl-dots {
    position: relative;
    top: -40px;
}
img.graphic_down {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 0;
}
.campus_section img.graphic_down {
    max-width: 300px;
    position: absolute;
    left: 160px;
    top: -50px;
}
.about_full_bg {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 45%;
}
.student_testi h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    text-decoration: underline;
}
.alumni_carousel .txt_box {
    float: left;
    width: 50%;
}
.alumni_carousel .picture_sec {
    float: left;
    width: 40%;
    padding: 20px;
    margin-left: 30px;
}
.alumni_carousel .item {
    float: left;
    width: 100%;
    padding-top: 0%;
    margin-top: 120px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    height: 100%;
}
.back_bg_new:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 85%;
    left: 0;
    background-image: url(../images/rectangle_pink.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 70px;
}
.alumni_carousel .txt_box p {
    color: #fff;
    font-weight: 500;
    padding-left: 120px;
    text-align: left;
}
.btm_name {
    float: right;
    text-align: left;
    padding-right: 60px;
    color: #fff;
}
.btm_name h3 {
    margin-bottom: 0px;
}
.student_testimonial {
    float: left;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: top -10px left -40px;
}
.picture_sec img {
    border: 14px solid #fff;
    border-radius: 50%;
}
.allumni_stu_speak {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10rem;
}
.allumni_stu_speak h2 {
    color: #000;
}
.allumni_stu_speak p {
    padding: 0 13rem;
    text-align: center;
}
.image_box img {
    float: left;
    width: 100%;
    height: 100%;
}
.allumni_stu_speak .image_box {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 160px;
}
.allumni_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #7D7EE6 !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%;
}
.speaktm_wrap {
    position: relative;
    width: 100%;
    margin-top: 1.5em;
    background: #fff;
    text-align: center;
    color: #000;
}
.btm_view {
    box-shadow: 3px 1px 26px rgb(36 66 138 / 20%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.speaktm_wrap .thumb_wrap {
    position: relative;
    width: 100%;
    height: 200px;
}
.speaktm_wrap button.video_btn {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.speaktm_wrap .thumb_wrap img {
    height: 100%;
    object-fit: cover;
}
.speaktm_wrap p {
    padding: 15px 0px;
    color: #7D7EE6;
}
.allumni_carousel .item {
    padding: 50px 15px;
}
.speaktm_wrap .thumb_wrap img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.allumni_carousel .owl-dots.disabled {
    display: block !important;
}
.choose_cgc {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.choose_cgc h2 {
    color: #000;
    text-decoration: underline;
    margin-bottom: 10px;
}
.choose_cgc p {
    padding: 0 12rem;
    text-align: center;
}
.round_pink {
    float: left;
    width: 100%;
    background-color: #F8D6F4;
    padding: 30px;
    border-radius: 200px;
    box-shadow: 3px 1px 26px rgb(36 66 138 / 20%);
}
.round_pink img {
    margin-bottom: 30px;
    max-width: 90px;
}
.round_pink h3 {
    font-size: 32px;
    color: #423E7A;
}
.awards_reco {
    float: left;
    width: 100%;
    background-color: #6F58B0;
    padding: 50px 0;
    color: #fff;
}
.awards_reco h2 {
    text-align: center;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 10px;
}
.awards_reco p {
    padding: 0 10rem;
    text-align: center;
    margin-bottom: 50px;
}
/*.full_box img {
    filter: grayscale(1);
}*/
.awards_conts p {
    padding: 0px !important;
    text-align: left;
    margin-bottom: 10px;
}
.full_box img {
    height: 100%;
    object-fit: cover;
    float: left;
}
.awards_conts {
    float: left;
    width: 100%;
    background-color: #c160a4;
    color: #000;
    padding: 10px 15px;
    height: 300px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.full_box img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.awards_carousel .item:hover img {
    filter: initial;
}
.shield_box img {
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    padding: 60px;
}
.shield_box:before {
    content: '';
    position: absolute;
    background: linear-gradient(1.25turn, #7D7EE6, #3D97FF);
    height: 160px;
    width: 160px;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    left: 50%;
    border-radius: 100px;
}
.shield_carousel {
    margin-top: 80px;
}
.awards_carousel.owl-carousel .owl-dots button.owl-dot.active span {
    background: #fff !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%;
}
.awards_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 50px;
}
.shield_box {
    background-image: url(../images/award-symbol.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 10px center;
}
.campus_section.student_testimonial:before {
    content: '';
    position: absolute;
    background-image: url(../images/group_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1300px;
    width: 900px;
    right: 0px;
    top: 0px;
    transform: translate(0%,-10%);
}
img.top_dummy {
    position: absolute;
    right: 160px;
    max-width: 150px;
    top: 160px;
}
img.bottom_dummy {
    position: absolute;
    right: 160px;
    bottom: 120px;
    max-width: 150px;
}
.alumni_carousel .owl-nav {
    position: relative;
    top: 100px;
}
.alumni_carousel .owl-prev img {
    background-color: #A18AE1;
    padding: 10px;
    padding-right: 50px;
}
.alumni_carousel .owl-next img {
    background-color: #C160A4;
    padding: 10px;
    padding-left: 50px;
}
.speaktm_wrap p {
    box-shadow: 0 2px 20px rgb(173 173 173 / 25%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.choose_cgc .row {
    padding: 20px 0;
    padding-top: 40px;
}
ul.eligi li {
    list-style: disc;
    margin-bottom: 10px;
}
ul.eligi {
    padding-left: 20px;
}
ul.ul-disc li {
    list-style: disc;
}
ul.ul-disc {
    padding-left: 20px;
}
.robot_mob .enquery_form{
    display:none;
}
.Banner_Content p {
    text-align: right;
}
img.wht_awrd {
    max-width: 400px;
    margin-top: 0px !important;
    margin: 0 auto;
}
.ties_up {
    margin: 50px 0px;
    padding: 0px;
}
.ties_up h2{
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    text-decoration: underline;
}
.placement-box-record {
    color: #FFF;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #034d3b;
    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;
}
.u-list-item-2 {
    background-image: linear-gradient(#53ac90, #034d3b);
}
section.mou_entities {
    background-image: linear-gradient(#53ac90, #034d3b);
    padding: 60px 0px;
}
.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;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    text-decoration: underline;
}
.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;
}
.foreign_sect h2{
    text-align:center;
    font-weight: 600;
}
#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: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.row.gallery.foreign-gallery.mt-5.pb-5 {
    padding-bottom: 0px !important;
}
figure {
    margin: 0;
}
.ties_up {
    margin: 50px 0px;
    padding: 0px;
    float:left;
    width:100%;
}
.ties_up h2{
    text-align: center;
    margin-bottom: 30px;
}
.placement-box-record {
    color: #FFF;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    background-color: #de81b4;
    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;
}
.u-list-item-2 {
    background-image: linear-gradient(#6f58b0, #de81b4);
}
section.mou_entities {
    background-image: linear-gradient(#6f58b0, #de81b4);
    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;
    text-align: center;
    margin-bottom: 40px;
}
.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{
    text-align:center;
    font-weight: 900;
    color: #000;
    text-decoration: underline;
}
#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: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 0.4;
    display: block;
    border-radius: 50%;
}
.row.gallery.foreign-gallery.mt-5.pb-5 {
    padding-bottom: 0px !important;
}
figure {
    margin: 0;
}
section.research_info.ties_up {
    float: left;
    width: 100%;
}
.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: #7058b0 !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: #dc80b4 !important;
}
.box_spce .placement-box-record {
    height: auto !important;
    margin-bottom: 30px !important;
}
.shield_carousel .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}




img.vis_mob {
    display: none;
}


.visible__mob {
    display: none !important;
}
.mobile-carousel .owl-dots {
    display: flex;
    justify-content: center;
}
.mobile-carousel .owl-dots button.owl-dot span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    display: inline-block;
    background: #576575 !important;
    margin: 2px;
}
.mobile-carousel .owl-dots button.owl-dot.active span {
    background: #113c73 !important;
}

html {
    scroll-behavior: smooth;
}
.cta-wrapper {
    display: none;
}

@media (max-width: 767px) {
.hide__mob {
    display: none !important;
}
.visible__mob {
    display: block !important;
}
.tabs_sect .nav-tabs .nav-link {
    padding: 10px;
}
#myTab li.nav-item {
    width: 48% !important;
}
.tabs_sect .nav-tabs .nav-link {
    font-size: 17px;
    padding: 10px;
}
footer {
    margin-bottom: 50px;
}
.cta-wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.btn-cta-wrapper {
    position: fixed;
    background-color: #6c757d;
    padding: 7px 2px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.all-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-apply {
    margin: 0 10px 0 5px;
    background-color: #FFF;
}
.cta {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px !important;
}
.cta, .read-more {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 7px 10px;
}
.cta .padd-btn {
    font-size: 13px;
    padding: 9px 9px 7px 0px;
}
.cta span:nth-child(2) {
    margin-right: -10px;
    position: relative;
    padding: 9px;
}
.cta .arrow-bg {
    background-color: #ae152d;    
}
.btn-chat, .btn-request {
    padding: 7px 4px;
    font-size: 12px;
}
.btn-request img {
    background-color: transparent;
}
}