@font-face {
  font-family: "calibri";
  src: url("../../fonts/calibri.woff") format("woff"),
    url("../../fonts/calibri.woff2") format("woff2"),
    url("../../fonts/calibri.svg#calibri") format("svg"),
    url("../../fonts/calibri.eot"),
    url("../../fonts/calibri.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/calibri.ttf") format("truetype");
}

@font-face {
  font-family: "calibrib";
  src: url("../../fonts/calibrib.woff") format("woff"),
    url("../../fonts/calibrib.woff2") format("woff2"),
    url("../../fonts/calibrib.svg#calibrib") format("svg"),
    url("../../fonts/calibrib.eot"),
    url("../../fonts/calibrib.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/calibrib.ttf") format("truetype");
	font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("../../fonts/arial.eot");
  src: url("../../fonts/arial.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/arial.woff2") format("woff2"),
    url("../../fonts/arial.woff") format("woff"),
    url("../../fonts/arial.ttf") format("truetype"),
    url("../../fonts/arial.svg#Arial") format("svg");
}

@font-face {
  font-family: "IvyPresto Display";
  src: url("../../fonts/ivy-presto-display.eot");
  src: url("../../fonts/ivy-presto-display.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ivy-presto-display.woff2") format("woff2"),
    url("../../fonts/ivy-presto-display.woff") format("woff"),
    url("../../fonts/ivy-presto-display.ttf") format("truetype"),
    url("../../fonts/ivy-presto-display.svg#IvyPresto Display") format("svg");
}

@font-face {
  font-family: "ivy-presto-text-light";
  src: url("../../fonts/ivy-presto-text-light.woff") format("woff"),
    url("../../fonts/ivy-presto-text-light.woff2") format("woff2"),
    url("../../fonts/ivy-presto-text-light.eot"),
    url("../../fonts/ivy-presto-text-light.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/ivy-presto-text-light.otf") format("truetype");
}

@font-face {
  font-family: "Lufga Black";
  src: url("../../fonts/LufgaBlack.eot");
  src: url("../../fonts/LufgaBlack.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/LufgaBlack.woff2") format("woff2"),
    url("../../fonts/LufgaBlack.woff") format("woff"),
    url("../../fonts/LufgaBlack.ttf") format("truetype"),
    url("../../fonts/LufgaBlack.svg#Lufga Black") format("svg");
}
@font-face {
  font-family: "LufgaRegular";
  src: url("../../fonts/LufgaRegular.woff") format("woff"),
    url("../../fonts/LufgaRegular.woff2") format("woff2"),
    url("../../fonts/LufgaRegular.svg#LufgaRegular") format("svg"),
    url("../../fonts/LufgaRegular.eot"),
    url("../../fonts/LufgaRegular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/LufgaRegular.ttf") format("truetype");
}
@font-face {
  font-family: "LufgaMedium";
  src: url("../../fonts/LufgaMedium.woff") format("woff"),
    url("../../fonts/LufgaMedium.woff2") format("woff2"),
    url("../../fonts/LufgaMedium.svg#LufgaMedium") format("svg"),
    url("../../fonts/LufgaMedium.eot"),
    url("../../fonts/LufgaMedium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/LufgaMedium.ttf") format("truetype");
}

@font-face {
  font-family: "GoogleSans-Bold";
  src: url("../../fonts/GoogleSans-Bold.woff") format("woff"),
    url("../../fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../../fonts/GoogleSans-Bold.svg#GoogleSans-Bold") format("svg"),
    url("../../fonts/GoogleSans-Bold.eot"),
    url("../../fonts/GoogleSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/GoogleSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Google Sans Medium";
  src: url("../../fonts/GoogleSans-Medium.eot");
  src: url("../../fonts/GoogleSans-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/GoogleSans-Medium.woff2") format("woff2"),
    url("../../fonts/GoogleSans-Medium.woff") format("woff"),
    url("../../fonts/GoogleSans-Medium.ttf") format("truetype"),
    url("../../fonts/GoogleSans-Medium.svg#Google Sans Medium") format("svg");
}

@font-face {
  font-family: "Google Sans";
  src: url("../../fonts/GoogleSans-Regular.eot");
  src: url("../../fonts/GoogleSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/GoogleSans-Regular.woff2") format("woff2"),
    url("../../fonts/GoogleSans-Regular.woff") format("woff"),
    url("../../fonts/GoogleSans-Regular.ttf") format("truetype"),
    url("../../fonts/GoogleSans-Regular.svg#Google Sans") format("svg");
}


* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}

:root {
  --bs-red: #9F0203;
  --bs-lightgrey: #888888;
  --bs-darkgrey: #403c3d;
  --bs-blue: #15345d;
  --bs-grey: #f0f0f0;
  --bs-greyy: #fafafa;
  --bs-blackgrey: #212529;
  --bs-lufga: "Lufga Black";
  --bs-lufgamedium: "LufgaMedium";
  --bs-lufgaregular: "LufgaRegular";
  --bs-calibri: "calibri";
  --bs-calibrib: "calibrib";
  --bs-arial: "Arial";
  --bs-ivypresto: "IvyPresto Display";
  --bs-ivyprestolight: "ivy-presto-text-light";
  --bs-googlesansbold: "GoogleSans-Bold";
  --bs-googlesansmed: "Google Sans Medium";
  --bs-googlesans: "Google Sans";
  --bs-bold: 700;
  --bs-light: 300;
  --bs-regular: 400;
  --bs-border0: 0;
  --h1: 44px;
  --h2: 32px;
  --bannerh2: 28px;
  --smallh2: 30px;
  --h3: 25px;
  --h4: 20px;
  --bs-fsbody: 20px;
  --bs-fs22: 20px;
  --bs-fs20: 18px;
  --bs-fs18: 16px;
  --bs-fs16: 14px;
  --bs-fs15: 13px;
  --bs-fs24: 22px;
  --bs-lineheight: 1.35;
  --bs-small: 85%;
}
body {
  font-family: var(--bs-googlesans);
  font-weight: var(--bs-regular);
  color: var(--bs-textcolor);
  font-size: var(--bs-fsbody);
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-fontplayfair);
  font-weight: var(--bs-fwextrabold);
  line-height: 1.15;
  margin-bottom: 10px;
  color: inherit;
}
h2,
h3,
h4 {
  font-family: var(--bs-googlesansbold);
  font-weight: var(--bs-bold);
  line-height: var(--bs-lineheight);
  color: inherit;
}
h1 {
  font-family: var(--bs-lufga);
  font-size: var(--h1);
  margin-bottom: 15px;
  line-height: 1.25;
}
h1.line-h {
  line-height: 1;
}
h2 {
  font-size: var(--h2);
  line-height: var(--bs-lineheight);
}
h3 {
  font-size: var(--h3);
  line-height: var(--bs-lineheight);
}
h4 {
  font-size: var(--h4);
  line-height: var(--bs-lineheight);
}
p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  padding: 0;
}
ul.no_style li {
  list-style: none;
}
img {
  max-width: 100%;
}
.btn_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.button {
  min-width: 130px;
  width: auto;
  display: inline-block;
  font-size: var(--bs-fs20);
  color: inherit;
  font-weight: 400;
  border-radius: 0;
  padding: 12px 25px;
  box-shadow: none;
  border: var(--bs-border0);
  font-family: var(--bs-googlesansmed);
  background: transparent;
  text-decoration: none !important;
  outline: none !important;
  line-height: normal;
  text-align: center;
  transition: 0.5s all;
}
.red_btn {
  background: var(--bs-red);
  color: #fff;
}
.red_btn:hover {
  background: var(--bs-blue);
  color: #fff;
}
form .form-group {
  margin-bottom: 20px;
}
form .form-control {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #efefef;
  padding: 6px 10px;
  background: #fff;
  color: #868686;
  font-weight: 400;
  font-size: var(--bs-fs16);
}
form textarea {
  height: auto !important;
}

.container-xxl {
  max-width: 1600px;
  /*    --bs-gutter-x: 3.5rem;*/
  padding-left: 80px;
  padding-right: 80px;
}
.text-red {
  color: var(--bs-red) !important;
}
.text-black {
  color: var(--bs-blackgrey) !important;
}
.text-blue {
  color: #1e2655;
}
.bg_grey {
  background-color: var(--bs-grey);
}
.bg_blue {
  background-color: var(--bs-blue);
}
.fw_light {
  font-weight: var(--bs-light);
}
.fw_medium_g {
  font-family: var(--bs-googlesansmed);
  font-weight: 500;
}
.fw_regular {
  font-weight: var(--bs-regular);
}
.py_3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.max_width {
  max-width: 1150px;
  margin: 0 auto 1.5rem;
}
.mt_3 {
  margin-top: 1.5rem;
}
.subtitle_ {
  font-size: var(--bs-fs22);
  margin-bottom: 10px;
}
header {
  padding-top: 50px;
  position: relative;
  background: #fff;
}
.header__marque {
  background: var(--bs-red);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.header__marque .container-xxl {
  max-width: 1000px !important;
}
.header__marque .item p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.header__marque .hdr_marque .owl-nav .owl-prev,
.header__marque .hdr_marque .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__marque .hdr_marque .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.header__marque .hdr_marque .owl-nav .owl-prev img,
.header__marque .hdr_marque .owl-nav .owl-next img {
  filter: brightness(0) invert(1);
  width: 11px;
}
header .navbar {
  border: var(--bs-border0);
  z-index: 999;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: none;
  transition: 0.4s;
}
header .navbar.sticky {
  top: 0 !important;
  padding: 10px 0;
}
header .navbar .navbar-brand {
  max-width: 350px;
  transition: 0.4s all;
}
.navbar-brand__slider {
    width: 160px;
}
.nbs-item img {
  width: 150px;
} 
header .navbar.sticky .navbar-brand {
    max-width: 190px;
}
header .navbar li a.nav-link {
  font-family: var(--bs-lufgaregular);
  color: #262626;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
header .navbar li.nav-item a.nav-link:hover {
  color: #9F0203;
}
header .navbar li.nav-item:last-child a.nav-link:hover {
  box-shadow: 0px 8px 10px #c9c9c9;
}
header .navbar li a.nav-link.login_reg_btn {
  background: #9F0203;
  color: #fff;
  padding: 12px 20px 9px;
  border-radius: 30px;
  width: max-content;
  max-width: 100%;
}
header .navbar li{
	position: relative;
}
header .navbar li.has-item:hover ul.sub-menu{
	opacity: 1;
    visibility: visible;
    transform: translate3d(0, -5px, 0);
	pointer-events: all;
}
header .navbar ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #ffffff;
    width: 240px;
    text-align: left;
    padding: 20px 0px 10px 20px;
    transition: transform .3s ease-in-out;
    transform: translate3d(0, 25px, 0);
    box-shadow: 0px 0px 13px -2px #efefef;
}
header .navbar ul.sub-menu li{
	margin-left: 0;
	font-size: 17px;
	transition: all 0.3s ease-in-out;
}
header .navbar ul.sub-menu li a span .fa{
	transition: all 0.3s ease-in-out;
}
header ul.navbar-nav li.has-item:hover span .fa{
	transform: rotate(-180deg);
}
header .navbar ul.sub-menu li a{
	padding-bottom: 10px;
    display: block;
}
header .navbar ul.sub-menu li a:hover{
	color: #9F0203;
}
header .navbar li span{
    padding-left: 6px;
}
.highest_package p.crore-text{
    font-size: 80px;
    font-weight: bolder;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #c8c8c8 !important;
  display: inline-block;
  border-radius: 50%;
  line-height: 1;
  margin: 3px;
  transition: 0.3s all;
}
.owl-carousel button.owl-dot.active span {
  background: #98002e !important;
  transform: scale(1.25);
}
.center_owlnav button.owl-prev,
.center_owlnav button.owl-next {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #f0f0f0 !important;
  border-radius: 50%;
}
.center_owlnav button.owl-next {
  left: auto;
  right: -55px;
  background: #9F0203 !important;
}
.center_owlnav button.owl-prev img,
.center_owlnav button.owl-next img {
  width: 12px;
}
.center_owlnav button.owl-next img {
  filter: brightness(0) invert(1);
}
sub {
  font-size: 60%;
  margin-bottom: 0;
  position: relative;
  bottom: 0px;
}
section.banner_section {
  margin-top: 75px;
}
.banner_content .p-10 {
  padding-right: 120px;
}
.banner_h2 {
  font-size: var(--bannerh2);
  font-family: var(--bs-calibri);
  color: #262626;
  margin: 0;
}
.banner_section .banner_content h1 span{
  text-transform: lowercase;
} 
/* .banner_section .banner_content span{
  text-transform: lowercase;
} */
.course-border {
  position: relative;
}
.course-border::after {
    content: '';
    position: absolute;
    border: 1px solid #9f1313;
    bottom: -7px;
    width: 20%;
    left: 40%;
}
.crore {
  background-color: brown;
  border-radius: 8px;
  margin-top: 50px;
  padding: 25px 5px;
  position: relative;
}
.crore-heading {
  font-size: 19px;color: #FFF;margin: 0;
}
.crore-package {
  margin: 10px 0 0 50px;
  background: #FFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.13) 100%);
  color: brown;
  font-size: 20px;
  width: 150px;
  padding: 0 10px;
}
.student-package {
  width: 236px !important;
  height: 286px;
  position: absolute;
  bottom: -3px;
}
.secur-record {margin: 0 15px;color: #FFF;font-size: 18px;line-height: 1;}
.package-cr {margin: 0 5px;color: #FFF;font-size: 40px; font-weight: 600;line-height: 1;}
.cr-1 {font-size: 85px;color: #FFF; line-height: 0.72;}
.rupee-icon {width: 30px !important; height: auto;font-size: 70px;}
.core {background-color: #172C52;}
.proud {font-size: 24px;color: #FFF;margin-bottom: 10px;}
.qs-rank{font-size: 26px;color: #FDA300;margin: 0;}
.cg-mohali {font-size: 24px;color: #fefefe;margin: 0;}
.custom-pckge {font-style: italic; margin-top: 10px;}
.pl-pr-50 {padding: 0 15px;}
.pl-pr-40 {padding: 0 40px;}
.img-suraj {position: relative;margin-top: -45px;}
.qs-ranking {width: 230px !important;}

.cal_ibri {
  font-family: var(--bs-calibrib);
}
.banner_h2 span {
  display: block;
  padding: 2px 0;
  border-top: 1px solid #9F0203;
  border-bottom: 1px solid #9F0203;
  margin: 8px 0;
  max-width: 100%;
  width: max-content;
}
.banner_h2.fw_regular {
  font-family: var(--bs-arial);
}
.p_banner {
  font-size: var(--bs-fs20);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.earn_upto_flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 3rem;
}
.earn_upto_flex .earn_upto {
  padding-right: 1rem;
}
.earn_upto_flex .earn_upto span {
  font-family: var(--bs-ivyprestolight);
  font-weight: normal !important;
}
.earn_upto_flex .earn_upto strong {
  font-family: var(--bs-lufga);
  font-size: 60px;
  line-height: 1;
}
.earn_upto_flex p {
  margin-bottom: 0;
}
.banner_form .form_wrapper {
  background: #fff;
  padding: 1.5rem;
  color: #403c3d;
}
.banner_form .form_wrapper .form_hdr p {
  font-size: var(--bs-fs16);
  text-align: center;
  font-family: var(--bs-googlesansmed);
  max-width: 300px;
  margin: 0 auto 1rem;
}
.banner_form .form1 p {
  color: #888888;
  text-align: center;
  font-size: var(--bs-fs16);
  margin-bottom: 0;
}
.oppor_item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto 1rem;
}
.oppor_item h4 img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin: 0;
  filter: brightness(0) invert(1);
}
.oppor_item h4 {
  position: relative;
}
.oppor_item p {
  font-size: var(--bs-fs20);
}
.phase_item .item_inner {
  background: #fff;
  box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.phase_item .item_inner .phase_hdr {
  padding: 1.5rem;
  background: var(--bs-blue);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.phase_item:nth-child(2) .item_inner .phase_hdr {
  background: #fff;
  color: #000;
}
.phase_item .item_inner .phase_hdr p {
  font-size: var(--bs-fs20);
}
.phase_item .item_inner .phase_hdr2 {
  background: #fff;
  color: black;
}
.phase_item .item_inner .phase_body {
  padding: 1.5rem;
}
.phase_item .item_inner .phase_body p {
  margin-bottom: 10px;
  font-size: var(--bs-fs20);
  font-family: var(--bs-googlesansmed);
}
.phase_item .item_inner .phase_body p small {
  font-family: var(--bs-googlesans);
  font-size: var(--bs-fs18);
  display: block;
}
.courses_offered .courses_wrapper ul {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  background-color: #f0f0f0;
  border-radius: 50px;
  flex-wrap: wrap;
}
.courses_offered .courses_wrapper ul li {
  background: transparent;
  padding: 8px 1.5rem;
  border-radius: 50px;
  color: black;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
}
.courses_offered .courses_wrapper ul .active2 {
  background: #9F0203;
  padding: 8px 1.5rem;
  border-radius: 50px;
  color: #fff;
}
.courses_content {
  box-shadow: 0 4px 10px #00000014;
  border-radius: 15px;
  padding: 1rem 2rem;
}
.courses_offered_item h3 {
  color: #050505;
}
.courses_offered_item h4 {
  color: #000000;
  font-family: var(--bs-googlesansmed);
  font-weight: 500;
}
.courses_offered_item li {
  position: relative;
  padding-left: 40px;
  color: #000;
  margin: 10px 0;
}
.courses_offered_item li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../../images/home/list-icon.svg) no-repeat center;
  background-size: contain;
}
.courses_offered_item li strong {
  font-family: var(--bs-googlesansmed);
  font-weight: 100;
}
.courses_wrapper {
  position: relative;
}
.courses_carousel {
  position: static !important;
}
.courses_wrapper .courses_carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  width: 8%;
  transform: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.discipline_applictn {
  background: var(--bs-greyy);
}
.discpln_item h3 {
  color: #050505;
}
.discpln_item h4 {
  color: #000000;
  font-family: var(--bs-googlesansmed);
  font-weight: 500;
}
.discpln_item li {
  position: relative;
  padding-left: 40px;
  color: #000;
  margin: 10px 0;
  font-size: var(--bs-fs18);
}
.discpln_item li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../../images/home/list-icon.svg) no-repeat center;
  background-size: contain;
}
.discpln_item li strong {
  font-family: var(--bs-googlesansmed);
  font-weight: 500;
}
.athlete_sec .col_imag {
  padding-top: 3rem;
}
.highest_package img.ms_logo {
  width: 200px;
}
.navbar-brand a.anchor_border {
  padding-right: 10px;
  border-right: 1px solid #ffffff78;
  margin-right: 10px;
}

.highest_package h2 {
  font-family: var(--bs-lufga);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
  margin: 1.5rem 0;
}
.athlete_sec .content_box {
  padding: 3rem 1.5rem;
}
.podium_carousel img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin-bottom: 10px;
}
.podium_carousel p {
  line-height: 1.35;
  font-size: var(--bs-fs16);
  margin-bottom: 5px;
}
.slick.marqueee .inner {
  height: 60px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 7px;
  margin: 10px;
}
.slick.marqueee .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.li_mtop {
  margin-top: 1.5rem;
}
.legacy_item .li_inner {
  padding: 1rem 20px;
  text-align: center;
}
.legacy_item h2 {
  margin-bottom: 0;
  font-size: var(--smallh2);
  line-height: 1;
}
.legacy_item p {
  margin-top: 5px;
  font-size: var(--bs-fs16);
  margin-bottom: 0;
}
.legacy_item h2 sub {
  font-size: 18px;
}
.venture_section img.tit_img {
  width: 160px;
  margin-bottom: 1rem;
}
.why_cgc_list {
  color: #000;
}
.why_cgc_list .wcl_item {
  display: flex;
  margin-top: 2rem;
}
.why_cgc_list .wcl_item img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  margin-right: 13px;
}
.why_cgc_list .wcl_item .li_text h4 {
  margin-bottom: 5px;
}
.why_cgc_list .wcl_item .li_text p {
  margin: 0;
  font-size: var(--bs-fs20);
}
.placement_sec .wcl_item {
  margin-top: 1.5rem !important;
}
.placement_item {
  background-color: #f0f0f0;
  padding: 3rem;
  position: relative;
  border-radius: 10px;
  height: 100%;
}
.placement_carousel .owl-stage-outer {
  padding-top: 3rem !important;
}
.placement_item .placement-img {
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 70% !important;
}
.placement_item .inner-content {
  background-color: #9F0203;
  border-radius: 10px;
  padding: 2rem;
  color: #fff;
}
.outstanding_placement .item {
  background: var(--bs-red);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.outstanding_placement .item img.full_img_p {
  width: 42% !important;
  object-fit: cover;
}
.outstanding_placement .item .itm_text {
  padding: 1.75rem;
  font-size: var(--bs-fs20);
  line-height: 1.25;
  width: 58%;
}
.outstanding_placement .item img.quote_icn {
  width: 60px;
  margin-bottom: 10px;
}
.outstanding_placement .item .itm_text p {
  margin-bottom: 0;
}
.outstanding_placement .item .itm_text strong {
  text-transform: uppercase;
  font-family: var(--bs-googlesansbold);
  display: block;
  margin-top: 15px;
}
.global_list .item_inner {
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  background: #fff;
  transition: 0.3s all;
}
.global_list .item_inner:hover {
  background: #9F0203;
}
.global_list .item_inner:hover * {
  color: #fff !important;
}
.lab_carousel .item {
  border-radius: 15px;
  box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
  padding: 1.25rem;
  width: 97%;
  margin: 1rem 1.5%;
}
.lab_carousel .item img {
  border-radius: 15px;
}
.lab_carousel .item h4 {
  font-family: var(--bs-googlesansbold) !important;
  font-size: var(--bs-fsbody);
  font-weight: 700;
}
.lab_carousel .item p {
  margin-bottom: 0;
  font-size: var(--bs-fs20);
}
.chandigarh_city .item img {
  border-radius: 15px;
  margin-bottom: 1rem;
}
.chandigarh_city .item p {
  font-size: var(--bs-fs16);
  color: #000;
}
.chandigarh_city .item h4 {
  font-size: var(--bs-fs22);
}
.venture_carousel .item_inner img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.venture_carousel .item_inner {
  width: 100%;
  position: relative;
}
.venture_carousel .item_inner .overlay_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: linear-gradient(to top, black, transparent);
  transition: 0.5s all;
}
.venture_carousel .item_inner:hover .overlay_text {
  background: linear-gradient(to top, #9F0203, transparent);
}
.crl_section .grid-item p {
  margin: 0;
  font-size: 16px;
}

footer {
  background: #f0f0f0;
  padding: 1rem 0;
  padding-top: 3rem;
  position: relative;
  margin-bottom: -35px;
}
footer .cprgt-box {
  border-top: 1px solid #c2c2c2;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .cprgt-box p {
  margin: 8px 0;
  color: #000;
  font-size: var(--bs-fs20);
}
footer .cprgt-box ul {
  display: flex;
}
footer .cprgt-box ul li img {
  margin-left: 10px;
}
footer .footer_img img {
  width: 170px;
}
footer .company_detail h4 {
  position: relative;
  font-size: 18px;
  color: #9F0203;
  text-transform: uppercase;
}
.company_detail ul li {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
  color: #000;
  font-size: var(--bs-fs16);
}
.company_detail.contact_detail li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.company_detail.contact_detail li {
  position: relative;
  padding-left: 50px;
  min-height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
footer .footer_deatil .col-12 {
  margin-bottom: 1.5rem;
}
.et_pb_code_inner {
  z-index: 98;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: none;
}
.et_pb_code_inner .mobile-link {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  background: linear-gradient(45deg, #f91c3d, #9F0203);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.admsn_form_wrapper {
  background: #a50034;
  padding: 10px;
  border-radius: 20px;
}
.admsn_form_wrapper .form1 {
  background: #eceff5;
  padding: 20px 15px;
  border-radius: 20px;
}
.admsn_form_wrapper .form1 .button {
  width: 110px;
  font-size: 15px;
  padding: 10px 0px;
  background: linear-gradient(270deg, #9F0203, #f91c3d);
}
.admsn_form_wrapper .form-control {
  color: #646464;
  font-size: 15px;
  padding: 6px 5px;
}
.admsn_form_wrapper .form-group {
  padding-right: 4px;
  padding-left: 4px;
}
#rs-footer a {
  color: unset !important;
}
.placement_carousels .item {
  background: #f0f0f0;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: 68px;
}
.placement_carousels .item h4 {
  margin-bottom: 5px;
}
.placement_carousels .item img.placement-img {
  width: 60%;
  margin-top: -80px;
  position: relative;
  height: 290px;
  object-fit: contain;
  object-position: bottom left;
}
.placement_carousels .item .itm_content {
  color: #fff;
  background: #9F0203;
  padding: 2rem 3rem 2rem 5rem;
  border-radius: 10px;
  align-self: center;
  width: calc(40% + 150px);
  margin-left: -170px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.placement_carousels .item .itm_content img.plced_img {
  width: 120px;
  height: 45px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  object-fit: scale-down;
  display: block;
  margin: 10px auto 0;
}
.placement_carousels .item .itm_pckg span {
  font-family: var(--bs-googlesansbold);
  font-size: var(--h4);
}
.placement_carousels .owl-nav button img {
  filter: brightness(0) !important;
}
.placement_carousels button.owl-prev,
.placement_carousels button.owl-next {
  background: #fff !important;
  top: calc(50% + 30px);
}
.video_section .video_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.courses_offered .owl-dots {
  display: none !important;
}
.course_wrapper {
  background: #fff;
  box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
  overflow: hidden;
  border-radius: 20px;
  padding: 15px;
}
.course_wrapper .owl-stage-outer {
  background: #f0f0f0;
  border-radius: 50px;
}
.course_wrapper .slide_bg {
  border-radius: 50px;
  overflow: hidden;
  padding-right: 100px;
  position: relative;
  margin-bottom: 1rem;
}
.course_wrapper .owl-stage-outer .nav-item button {
  padding: 10px;
  border-radius: 50px;
  color: #000;
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 16px;
  text-align: center;
  line-height: 1.35;
  height: 65px;
  opacity: 1 !important;
}
.course_wrapper .owl-stage-outer .nav-item button.active {
  background: #9F0203;
  color: #fff;
}
.course_wrapper .owl-nav {
  position: absolute;
  right: -100px;
  top: 0;
  margin: 0 !important;
  width: 90px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.course_wrapper .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.course_wrapper .owl-nav button img {
  width: 10px !important;
  filter: brightness(0) invert(0);
}
.course_wrapper .owl-nav button.owl-next {
  background: #9F0203 !important;
}
.course_wrapper .owl-nav button.owl-next img {
  filter: brightness(0) invert(1);
}
.home-logo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.clients-grid.logo-animate {
  grid-column-gap: 1.5rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /*    width: 100rem;*/
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}
.logo-animate {
  animation: slide 35s infinite linear;
}
.clients-grid img.client-logo {
  padding: 10px;
  width: 100%;
  height: 65px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

/* why cgcuet page css starts from here */

.why-cgcuet-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 125px 0 260px 0 !important;
}
.why-cgcuet-banner .why-cgcuet-banner-content h1 {
  color: #000000;
  font-weight: 400;
  font-size: 80px;
  font-family: "LufgaRegular";
  line-height: 1;
}
.why-cgcuet-banner .why-cgcuet-banner-content h1 span {
  display: block;
  color: #98002e;
  font-weight: 500;
  font-family: "GoogleSans-Bold";
}
.why-cgcuet-banner .why-cgcuet-banner-content figure {
  margin-bottom: 5px;
}
.why-cgcuet-banner .why-cgcuet-banner-content figure img {
  width: 100%;
  max-width: 270px;
}
.why-cgcuet-banner .why-cgcuet-banner-content p {
  margin-bottom: 0px;
  font-size: 30px;
}
.why-cgcuet-banner .why-cgcuet-banner-content p span {
  font-weight: 600;
  color: #000;
}
.why-cgcuet-banner .why-cgcuet-banner-content h2 {
  font-size: 120px;
  line-height: 1;
  color: #98002e;
  margin: 0;
}
.why-cgcuet-banner .why-cgcuet-banner-content h2 span {
  font-size: 28px;
  background-color: #98002e;
  color: #ffffff;
  font-weight: 400;
  padding: 3px 20px;
  margin-left: -15px;
}
.why-cgcuet-banner .why-cgcuet-banner-content p strong {
  font-weight: 600;
  color: #000;
}
.why-cgcuet-about {
  padding: 100px 0 220px 0;
}
.why-cgcuet-about p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.why-cgcuet-about h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-weight: 700;
}
.why-cgcuet-about a.btn {
  background-color: #98002e;
  color: #ffffff;
  padding: 12px 47px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.why-cgcuet-about a.btn:hover {
  background-color: #ffffff;
  color: #9F0203;
  border: 1px solid #9F0203;
}
.why-cgcuet-about ul li {
  font-size: 26px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 2px;
}
.why-cgcuet-about ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.why-cgcuet-about h6 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-cgcuet-about {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-cgcuet-about .pd-right {
  padding-right: 30px;
}
.why-cgcuet-about .pd-right p a {
  color: #9F0203;
  font-weight: 500;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.why-cgcuet-about .pd-right p a:hover {
  text-decoration: none !important;
}
.why-cgcuet-about .pd-left {
  padding-left: 30px;
}
.cgc-scholarship-award {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.cgc-scholarship-award h5 {
  color: #ffda47;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cgc-scholarship-award p {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 45px;
}
.cgc-scholarship-award figure {
  margin-bottom: 45px;
  position: relative;
}
.cgc-scholarship-award figure::before {
  content: "";
  background-image: url("/assets/images/home/border2.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 187px;
  bottom: 4px;
  width: 474px;
  height: 290px;
  z-index: 1;
}
.cgc-scholarship-award figure::after {
  content: "";
  background-image: url("/assets/images/home/border1.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 189px;
  top: -6px;
  width: 459px;
  height: 280px;
  z-index: 1;
}
.cgc-scholarship-award figure iframe {
  width: 100%;
  max-width: 1050px;
  height: 500px;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.cgc-scholarship-award a.btn {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 47px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.cgc-scholarship-award a.btn:hover {
  background-color: #9F0203;
  color: #ffffff;
  border: 1px solid #ffffff;
}
/* why cgcuet page css ends here */

/* How to apply page css starts from here */
.how-to-apply {
  padding: 80px 0;
}
.how-to-apply .grey-box {
  background-color: #f2f3f7;
  padding: 80px 60px;
}
.grey-box.faq_grey_box {
  position: relative;
}
.how-to-apply .content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.how-to-apply .content h4 {
  color: #9F0203;
}
.how-to-apply .grey-box .data-center figure {
  margin-bottom: 0px;
}
.how-to-apply .grey-box .numbering-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how-to-apply .grey-box .numbering-right figure:first-child {
  position: relative;
  top: 3%;
}
.how-to-apply .grey-box .numbering-right figure:nth-of-type(2) {
  position: relative;
  top: 2%;
}
.how-to-apply .grey-box .numbering-right figure:nth-of-type(4) {
  position: relative;
  top: -2%;
}
.how-to-apply .grey-box .numbering-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.how-to-apply .grey-box .numbering-left figure:nth-of-type(1) {
  position: relative;
  top: 6%;
}
.how-to-apply .grey-box .numbering-left figure:nth-of-type(2) {
  position: relative;
  top: 1%;
}
.how-to-apply .grey-box .numbering-left figure:nth-of-type(3) {
  position: relative;
  top: -4%;
}
.how-to-apply .grey-box .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.how-to-apply .grey-box .flex p:first-child {
  position: relative;
  top: 8%;
}
.how-to-apply .grey-box .flex p:nth-of-type(2) {
  position: relative;
  top: 2.5%;
}
.how-to-apply .grey-box .flex p:nth-of-type(3) {
  position: relative;
  top: -4%;
}
.how-to-apply .grey-box .flex-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.how-to-apply .grey-box .flex-right p:first-child {
  position: relative;
  top: -3%;
}
.how-to-apply .grey-box .flex-right p:nth-of-type(2) {
  position: relative;
  top: 2%;
}
.how-to-apply .grey-box .flex-right p:nth-of-type(3) {
  position: relative;
  top: 7%;
}
.how-to-apply .grey-box .flex-right p:nth-of-type(4) {
  position: relative;
  top: 9%;
}
.why-cgcuet-banner-content.apply-content p {
  line-height: 1.4;
  max-width: 500px;
}
.how-to-apply .grey-box .data-center figure img {
  transition: 0.5s all ease-in-out;
}
.how-to-apply .grey-box .data-center figure:hover img {
  transform: rotate(360deg);
}
.how-to-apply .grey-box .flex p a,
.how-to-apply .grey-box .flex-right p a {
  color: #2e2e2e;
  font-weight: 600;
}

/* How to apply page new design css starts from here*/
.how-to-apply .grey-box .data-center {
    text-align: center;
}
.how-to-apply .grey-box .row .data-center{
	position: relative;
}
.how-to-apply .grey-box .row .d-flex{
	align-items:center;
}
.how-to-apply .grey-box .row figure{
	position: relative;
	margin-bottom: 0px;
}
.how-to-apply .grey-box .row .d-flex figure:nth-of-type(1){
	width: 36.5%
}
.how-to-apply .grey-box .row .d-flex figure:nth-of-type(2){
	width: 27%
}
.how-to-apply .grey-box .row .d-flex figure:nth-of-type(3){
	width: 36.5%
}
.how-to-apply .grey-box .row p{
	margin-bottom: 0;
}
/* How to apply page new design css ends here*/
/* How to apply page css ends here */

/* Faq page css starts from here */
.faq-section .content h4 {
  color: #98002e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-section .at-tab {
  display: none;
  padding: 0px 32px 20px 32px;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
}

.faq-section .at-tab a {
  color: #9F0203;
  font-weight: 500;
  text-decoration: underline !important;
}

.faq-section .at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-section .at-title:hover {
  background-color: #e0e0e0;
}

.faq-section .at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 30px;
  transition: all 0.3s ease;
  font-size: 42px;
}

.faq-section .at-title.active:after {
  content: "-";
}

.faq-section .at-item {
  border-radius: 0px;
  margin-bottom: 25px;
  border: 1px solid #cccccc;
}
.faq-section .at-item:last-child {
  margin-bottom: 0;
}

.faq-section .at-title h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 32px;
  margin: 0;
  background-color: #ffffff;
  color: #2e2e2e;
}

.faq-section .accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}
.why-cgcuet-banner.faq-banner .why-cgcuet-banner-content p {
  max-width: 700px;
}

/* Faq page css ends here */

/* Contact Us page css starts from here */
.visible_desktop {
  padding: 40px;
}
.form_hdr p {
  font-size: 14px;
}
.form1 p {
  font-size: 14px;
}
.contact-form {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 140px 0;
}
.why-cgcuet-banner-content.apply-content.contact-us-banner-content h1 {
  line-height: 1.1;
}
.contact-us-section {
  padding: 80px 0 60px 0;
}
.contact-us-section .heading {
  margin-bottom: 50px;
}
.contact-us-section h4 {
  font-size: 40px;
  text-align: center;
  color: #98002e;
}
.contact-us-section h5 {
  color: #98002e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-us-section p {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}
.contact-us-section p a {
  color: #2e2e2e;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-position: under;
  transition: all 0.3s ease-in-out;
}
.contact-us-section p a:hover {
  text-decoration: none !important;
  color: #7f7f7f;
}
.contact-us-section .address {
  margin-bottom: 30px;
}
.contact-us-section .address p:last-child {
  font-weight: 700;
}
.contact-us-section .pd-right {
  padding-right: 80px;
}
.contact-us-section .pd-left {
  padding-left: 80px;
  position: relative;
}
.contact-us-section .pd-left::before {
  content: "";
  position: relative;
  background-image: url("/assets/images/home/contact-center-line.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 95%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.head-office {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 860px;
}
.head-office .content h4 {
  font-size: 40px;
  font-weight: 700;
  color: #98002e;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.head-office .content p {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 30px;
}
.head-office .content p span {
  font-weight: 700;
  color: #98002e;
}
.head-office .content a {
  background-color: #98002e;
  color: #fff;
  padding: 16px 32px;
  border-radius: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.head-office .content a:hover {
  box-shadow: 0px 8px 10px #c9c9c9;
}
.head-office .content a p {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 12px;
}
.head-office .content a p span.helpline {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.head-office .content a p span.number {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
}
.head-office .content {
  text-align: center;
}
.contact-form .heading {
  margin-bottom: 60px;
  text-align: center;
}
.contact-form .heading h3 {
  font-size: 40px;
  font-weight: 700;
  color: #98002e;
}
.contact-form .heading p {
  font-size: 30px;
  font-weight: 400;
  color: #2e2e2e;
}
.contact-form .d-flex {
  display: flex !important;
  background-color: #ffffff;
  box-shadow: 0px -2px 10px 1px #b9b9b9;
  width: 100%;
  max-width: 1222px;
  margin: 0 auto;
}
.contact-form .d-flex form {
  width: 100%;
  max-width: 868px;
  padding: 60px;
}
.contact-form .d-flex form .form-fields {
  display: flex;
}
.contact-form .d-flex form .form-fields .form-group {
  width: 50%;
}
.contact-form .d-flex form .form-fields .form-group:first-child {
  padding-right: 20px;
}
.contact-form .d-flex form .form-fields .form-group:last-child {
  padding-left: 20px;
}
.contact-form .d-flex form label {
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 8px;
}
.contact-form .d-flex form .form-fields .form-group input {
  height: 56px;
  font-size: 16px;
  padding: 18px;
}
.contact-form .d-flex form .textarea-message {
  margin-bottom: 25px;
}
.contact-form .d-flex form .textarea-message textarea {
  resize: none;
  min-height: 200px;
  display: block;
  font-size: 16px;
  padding: 18px;
}
.contact-form .d-flex form .send-btn input[type="submit"] {
  color: #ffffff;
  background-color: #98002e;
  border: none;
  padding: 0 20px;
  border-radius: 8px;
  min-height: 56px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.contact-form .d-flex form .send-btn input[type="submit"]:hover {
  box-shadow: 0px 8px 10px #c9c9c9;
}
.contact-form .d-flex figure {
  margin-bottom: 0;
}
.contact-form .d-flex figure img {
  width: 100%;
  height: 100%;
}
.cgc-scholarship-award {
  overflow: hidden;
}
/* Contact Us page css ends here */

/* question paper and sample paper css starts from here */
.sample-paper .content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto !important;
}
.sample-paper .grey-box {
    background-color: #F2F3F7;
    padding: 60px;
}
.page-sample-paper .grey-box .content {
	color: #98002E;
}
.btn-custom {
   font-size: 16px;
   background-color: #98002E;
   color: #ffffff;
   padding: 11px 32px;
   border-radius: 8px;
   font-weight: 700;
   transition: all 0.3s ease-in-out;
   border: 1px solid transparent;
}
.btn-custom:hover {
    background-color: #ffffff;
    color: #9F0203;
    border: 1px solid #d9d9d9;
}
.card {
    border-radius: 16px;
    padding: 15px;
    margin: 15px 0;
}
.card-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}
.card-img-top {
    border-radius: 16px;
    border: 1px solid #d9d9d9;
}
.card-body {
    margin: 25px 0 15px 0;
    padding: 0 15px;
    border-radius: 21px;
}
.rounded {
    border-radius: 1rem !important;
}
.page-sample-paper .sample-paper {
    padding: 60px 0;
}
.l-side p, .r-side p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #2E2E2E;
}
.paper_hdr {
	background-color: #98002E;
  	color: #FFF;
    border-radius: 8px;
    padding: 10px 0;
}
.pattern {
    background-color: #FFF;
    padding: 30px 0 20px 0 !important;
}
.pattern h4 {
    font-size: 18px;
    padding: 0 20px 0 30px;
}
.ques-patrn {
    padding: 0 20px 0 30px;
}
.paper_hdr h4 {
    font-size: 20px;
}
.font-14 {
	font-size: 14px;
}
.page-sample-paper .faq-section .at-title h2 {
    background-color: #F2F3F7 !important;
    border-bottom: 1px dashed #CCC;
}
.page-sample-paper .faq-section .at-item {
    border: 1px solid transparent !important;
}
.page-sample-paper .faq-section .at-title h2 {
    padding: 12px 0;
    color: #a00534;
}
.table tbody tr td:first-child {
    width: 78%;
}
.table1 tbody tr td:first-child {
    width: 64%;
}
.table1 tbody tr th p {
	color: #000;
}
.table1 tbody tr td p {
	color: #212529;
}
.table tbody tr td p {
    margin: 0;
}
.page-sample-paper .faq-section .at-tab {
    padding: 20px 30px 20px 30px;
}
.pd-right {
  padding-right: 5px;
}
.pd-left {
  padding-left: 5px;
}
/* question paper and sample paper css ends here */
.desktop-none{
	display: none;
}

/* admissions banner css here */
.admissions-banner .banner_form {
    padding-top: 150px;
}
#rs-footer .cgc-footer-logo img{
	width: 305px;
}
.admissions-banner .p_banner img{
	    max-width: 350px;
    margin-bottom: 50px !important;
    display: block;
}
.footer_img.cgc-footer-logo{
	  display: block;
}
.footer_img.cgc-footer-logo img:first-child{
	margin-bottom: 20px;
}
.footer_img.cgc-footer-logo img.nirf-logo{
	max-width: 140px;
}
.courses_offered .tab-content ul.custom_list li a{
  color: #9F0203;
}
.courses_offered .tab-content ul.custom_list li a:hover{
  text-decoration: underline;
}
.crore-web {
  width: 100%;
}
.crore-mob {
  width: 100%;
  display: none;
}