body.btech_template {
	font-family:'Roboto Slab';
	margin:0px;
	padding:0px;
}
html {
    scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
.btech_template img {
	max-width:100%;
}
.top_bar {
    background: #162232;
}
.top_bar .container,
.nav_section .container {
    justify-content: space-between;
}
.top_bar .container a {
	color:#fff;
}
.nav_section li.nav-item a {
    color: #fff;
}
.nav_section {
    background: #0250AA;
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
section.hero_section h1 {
	font-family: 'Jost';
	color:#FFD23D;
	font-size:5rem;
	font-weight:800;
}
h2, h3, h4, h5, h6 {
    font-family:Jost;
	font-weight:bold;
}
h2 {
	font-size:40px;
	
}
h1 + span {
    display: inline-block;
}
section.hero_section {
    background-image: url(https://sgisikar.org/wp-content/uploads/2025/02/hero-banner.jpg);
    background-position: center;
    background-size: cover;
    /*height: 700px;*/
    /*max-height: 700px;*/
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
form.wpcf7-form > p {
    margin-bottom: 0px;
}
form.wpcf7-form span.wpcf7-form-control-wrap + br {
    display: none;
}
form.wpcf7-form span.wpcf7-form-control-wrap select.wpcf7-form-control {
    padding-top: 7px;
}
form.wpcf7-form .admission_form select {
    padding-top: 6px;
}
section#aboutus_section p {
    color: #fff;
}
section#our_gallery img {
    aspect-ratio: 360/313;
    object-fit: cover;
}
form.wpcf7-form span.wpcf7-form-control.custom-checkbox label {
    display: flex;
    align-items: flex-start;
}
form.wpcf7-form span.wpcf7-form-control.custom-checkbox label input[type="checkbox"] {
    display: inline-block !important;
    flex: 0 0 20px;
    margin-right: 5px;
    margin-top: 8px;
}

.hero_btns.d-flex {
    gap: 20px;
}
.hero_btns.d-flex  a {
	padding:13px 30px;
	text-decoration:none;
}
.hero_btns.d-flex a.btn1 {
    background-image: linear-gradient(to right, #0054C9, #269FCB);
	color:#fff;
}
.hero_btns.d-flex a.btn2 {
    background: #fff;
}
section.aboutus_section .about_container {
    background: #0A68CA;
    border-radius: 30px;
}
section.aboutus_section img {
    border-radius: 15px;
}
section.aboutus_section .col-md-9 {
    padding-right: 100px;
}
/*section.aboutus_section {
	margin-top:-100px;
}*/
ul.choose_list {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    margin-top: 40px;
}

ul.choose_list li {
    flex: 0 0 calc(33.33% - 15px);
    background: #FFD23D;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
}
section.btech_program {
    background-image: url(https://sgisikar.org/wp-content/uploads/2025/02/college-img-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
span.text_yellow {
    color: #ffd23d;
}
.program_card {
    background: #fff;
	border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
	margin-top: 20px;
}
.program_card h3 {
    padding: 15px;
    margin-bottom: 0px;
    background: #ffd23d;
	font-size:20px;
}

.program_card p {
    padding: 15px;
    margin-bottom: 0px;
}
.btech_vid_section {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.btech_vid_section iframe {
    aspect-ratio: 16/9 !important;
	border: 2px solid #ffd23d;
	height:auto !important;
}
section.placements_academic {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgb(11 30 63) 35%);
}
.text_card {
    border: 1px dashed #ffd23d;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: #0b2654;
}

.text_card span.big_text.text-white {
    font-size: 26px;
    font-weight: 700;
    color: #ffd23d !important;
}

.text_card  p {
    margin-bottom: 0px;
}
section.placements_academic h2.text-center {
    margin-bottom: 0px;
}
section.testimonial_section {
    background-image: url(https://sgisikar.org/wp-content/uploads/2025/02/banner-sgi2.jpg);
    background-position: center;
    background-size: cover;
}
section.testimonial_section ul {
    padding-left: 0px;
    display: flex;
    gap: 50px;
}
section.testimonial_section ul li::marker {
    font-size: 0px;
}
section.testimonial_section ul li {
    display: flex;
    background: #fff;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
	position:relative;
}
section.testimonial_section ul li:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(https://sgisikar.org/wp-content/uploads/2025/02/quote-img.png);
    top: 5px;
    background-size: 40px;
    background-repeat: no-repeat;
    left: 5px;
}
section.testimonial_section ul li .left_img {
    flex: 0 0 30%;
    border-radius: 80px;
    overflow: hidden;
}
section.testimonial_section ul li .right_content img {
    display: block;
}
section.testimonial_section ul li .right_content p {
    font-style: italic;
    font-size: 14px;
}
section.admission_process ul {
    display: flex;
    flex-wrap: wrap;
	position:relative;
    
}

section.admission_process ul li {
    list-style: none;
}
section.admission_process ul li span {
	background: #ffd23d;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
	min-width: 50%;
    display: inline-block;
	white-space: nowrap;
	font-weight: 600;
}
section.admission_process ul li {
    width: calc(33% - 20px);
	position:relative;
}
section.admission_process ul li:nth-child(n+4) {
    text-align: right;
}

section.admission_process ul li:nth-child(-n+3) {
    padding-bottom: 110px;
}
section.admission_process {
    background: #0b1e3f;
}
section.admission_process ul:after {
    content: '';
    width: 76%;
    height: 2px;
    position: absolute;
    top: 124px;
    background: #fff;
    left: 12%;
}

section.admission_process ul li:nth-child(-n+3):before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    background: #fff;
    left: calc(25% - 20px);
    border-radius: 50%;
}
section.admission_process ul li:nth-child(n+4):before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -74px;
    background: #fff;
    right: calc(25% - 20px);
    border-radius: 50%;
}
section.admission_process ul li:first-child:after {
    content: '1';
}
section.admission_process ul li:nth-child(2):after {
    content: '3';
}
section.admission_process ul li:nth-child(3):after {
    content: '5';
}
section.admission_process ul li:nth-child(1):after,
section.admission_process ul li:nth-child(2):after,
section.admission_process ul li:nth-child(3):after {
    position: absolute;
    top: 106px;
    left: calc(25% + 0px);
    font-size: 25px;
    font-weight: 600;
    z-index:1;
} 
section.admission_process ul li:nth-child(4):after,
section.admission_process ul li:nth-child(5):after,
section.admission_process ul li:nth-child(6):after {
    position: absolute;
    top: -68px;
    right: calc(25%);
    font-size: 25px;
    font-weight: 600;
    z-index:1;
}  
section.admission_process ul li:nth-child(4):after {
    content:'2';
}
section.admission_process ul li:nth-child(5):after {
    content:'4';
}
section.admission_process ul li:nth-child(6):after {
    content:'6';
}
.most_offered .card img {
    display: block;
    max-width: 70px;
    margin: auto;
}
section.most_offered {
    background: #eff6ff;
}

section.most_offered .card {
    border-radius: 5px;
    box-shadow: 0 0 10px #f1f1f1;
}
.row.offered_row {
    gap: 15px;
	justify-content:center;
}
footer {
    background: #162232;
}
footer h3, footer p {
    color: #fff;
}
span.logo img {
    max-width: 200px;
}
header nav.navbar {
    background: #0250AA !important;
}
div#navbarNavDropdown {
    justify-content: end;
}

div#navbarNavDropdown a {
    color: #Fff;
}
header button.navbar-toggler span.navbar-toggler-icon:after {
	content: "\f0c9";
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	color: #fff;
	font-size: 26px;
 }
header button.navbar-toggler:focus {
    outline: 0px !important;
}
header {
    position: sticky;
    top: -40px;
    z-index: 9;
}
div#Recruiters {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
	width: calc(100% - 30px);
    margin: auto;
}
div#Recruiters p.text-black {
    color: #000;
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
div#Recruiters .slick-track {
    display: flex;
    align-items: center;
}

div#Recruiters .slick-track img {
    padding: 20px;
}
.admission_form {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
	margin-top: 20px;
    max-width: 450px;
    margin-left: auto;
}
.admission_form input,
.admission_form select {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #1485ca;
    font-size: 14px;
    width: 100%;
}
.admission_form input::placeholder, 
.admission_form select::placeholder {
    color: #aba5a5;
}
.admission_form input.wpcf7-form-control.wpcf7-submit {
    background-image: linear-gradient(to right, #0054C9, #269FCB);
    color: #fff;
}
.admission_form  h3 {
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width:991px) {
header button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:after {
    content: "\f00d" !important;
}
#navbarNavDropdown {
    position: fixed !important;
    background: #162232;
    width: 80%;
    left: 0;
    padding: 20px;
    height: 100%;
    top: 0;
    z-index: 11;
    border-right: 1px solid #0250aa;
}
#navbarNavDropdown {
    display: block !important;
    transform: translateX(-100%);
    transition: 0.5s;
}
button.navbar-toggler[aria-expanded="true"] + #navbarNavDropdown {
    transform: translateX(0);
 }
}

@media (max-width:767px) {
	section.admission_process ul li {
    width: 100%;
    padding-bottom: 50px !important;
    text-align: center !important;
}
/*section.aboutus_section {
    margin-top: 50px;
}*/
section.admission_process ul {
    padding-left: 0px;
}
section.most_offered .card {
    width: calc(100% - 60px);
}
#Recruiters p.text-black {
    margin-bottom: 10px;
}

#Recruiters {
    padding: 30px 0px !important;
}
section.admission_process ul li:before {
    display: none;
}
section.admission_process ul li:after {
   content: "\f309" !important;
   font-family: 'Font Awesome 6 Free';
   left: 0 !important;
   bottom: 5px !important;
   top: auto !important;
   color: #fff;
   right: 0 !important;
}
section.admission_process ul:after {
    display: none;
}

section.admission_process ul li:last-child:after {
    display: none;
 }
/* section.hero_section span {
    display: inline-block;
 }*/
 section.aboutus_section .col-md-9 {
	 padding-right:0px;
 }
 section.aboutus_section .about_container {
    padding: 30px !important;
    width:calc(100% - 30px);
 }
 section.aboutus_section .about_container {
    padding: 30px !important;
    width:calc(100% - 30px);
}

ul.choose_list li {
    flex: 0 0 calc(50% - 10px);
 }
 .btech_vid_section {
    width: calc(100% - 30px);
 }
 section.placements_academic {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgb(11 30 63) 15%);
}
section.placements_academic .text_card {
    margin-bottom: 15px;
}
section.testimonial_section ul {
    flex-wrap: wrap;
    gap: 20px;
}
section.admission_process .container {
    text-align: center;
}
section.admission_process .container-fluid {
    margin-top: 0px !important;
    padding-top: 30px !important;
 }
section.admission_process ul li:last-child {
    padding-bottom: 0px !important;
 } 
 img.footer_logo {
    max-width: 250px;
    margin-bottom: 30px;
 }
section.hero_section {
	padding-top: 60px;
	max-height: 100% !important;
	height:100% !important;
	padding-bottom:50px;
  }
  section.hero_section h1 + span {
    padding: 5px 10px !important;
}

section.hero_section .hero_btns {
    margin-top: 30px !important;
    margin-bottom: 20px;
 }
#achivements {
    padding-bottom: 0px !important;
 } 
}
@media (max-width:575px) {
.top_bar .container a {
    font-size: 14px;
 }
 header nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
 }
section#our_gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
 } 
 h2 {
    font-size: 30px;
 }
h2.mb-5 {
    margin-bottom: 20px !important;
 } 
}
@media (min-width:992px) {
.row.offered_row > .card {
    flex: 0 0 calc(25% - 20px);
 }
 /*.admission_form {
    position: sticky;
    top: 110px;
 }*/
}

@media (min-width:768px) {
section.btech_program .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
}

section.btech_program .col-md-12 .program_card {
    flex: 0 0 calc(50% - 10px);
}
#achivements .slick-track {
    display: flex;
    gap: 20px;
 }
}

#achivements ul.slick-dots {
    display: flex;
    justify-content: center;
	gap:5px;
	margin-top:20px;
	padding-left:0px;
}
#achivements ul.slick-dots button {
    color: transparent;
    border: 0px;
    background: #d9d9d9;
    width: 16px;
    height: 16px;
    border-radius: 50px;
}
#achivements ul.slick-dots li::marker  {
    font-size: 0px !important;
}
#achivements ul.slick-dots li.slick-active button {
    background: #0a68ca !important;
}

#achivements ul.slick-dots button:focus {
    outline: 0px;
}