Body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #39312f;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

p,
span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin: 0px !important;
  padding: 0px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  padding: 0px;
  color: #CB2E2E;
}

h1 {
  font-size: 22px;
  line-height: 0.7;
  font-weight: 600;
  margin-bottom: 15px !important;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px !important;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px !important;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px !important;
}

h5 {
  font-size: 20px;
  margin-bottom: 0px !important;
  color: #000;
}

h6 {
  font-size: 15px;
  margin-bottom: 15px !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #CB2E2E;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #b6b5b5 !important;
}

.btn-primary {
  background-color: #CB2E2E;
  border: 1px solid #bb1818;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
}

.btn-primary:hover {
  background-color: #bb1818;
  border: 1px solid #CB2E2E;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:focus {
  background-color: #bb1818 !important;
  border: 1px solid #CB2E2E !important;
  box-shadow: none;
  color: #fff;
}
.container {
  max-width: 1220px;
}
header {
  background-color: #BECD54;
}
.sg-carousel {
  background-color: #BECA4E;
  
}
.sg-bg-color {
  background-color: #D5E276;
  border-top-left-radius: 200px;
}

.logo {
  height: 120px;
  margin-left: 19px;
}

.top-box {
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.top-box p {
  font-size: 0.8rem;
  text-decoration: underline;
  text-align: right;
  line-height: 15px;
}

.top-box ul {
  display: flex;
  justify-content: space-between;
}
.banner-img {
  background-image: url(../images/banner-bg.png);
  background-repeat: repeat-x;
}
.last-banner {
  background-color: #171314;
}
.navbar {
  background-color: #E3DB60;
  padding: 0px;
  z-index: 10;
}

.nav-link {
  text-transform: uppercase;
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:hover,
.nav-link:focus {
  color: #CB2E2E;
}

.sg-border-container {
  border: 1px solid #CB2E2E;
  border-radius: 20px;
  padding: 20px;
}

.section-heading {
  background-color: #E3DB60;
  padding: 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: inline-grid;
}

.section-heading h1 {
  font-size: 22px;
  line-height: 0.7;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.section-heading h1:nth-child(2) {
  font-size: 28px;
  line-height: 0.7;
  font-weight: 600;
  margin-bottom: 15px !important;
  color: #CB2E2E;
}

.section-heading-2 {
  background-color: #CB2E2E;
  padding: 20px 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.section-heading-2 h1 {
  font-size: 28px;
  line-height: 0.7;
  font-weight: 600;
  margin-bottom: 0px !important;
  color: #BECD54;
}

.section-heading-3 {
  background-color: #E3DB60;
  padding: 20px 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.bottom-section {
  background-color: #E0E0E0;
}

.sg-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.sg-card h5 {
  color: #CB2E2E;
  font-weight: bold;
  text-transform: uppercase;
}

/*.btn-light {
  background-color: #D9D9D9;
}*/
.btn-light {
  /* background-color:#D9D9D9; */
   background-color: #CB2E2E;
    color: #fff;
}

footer {
  background-color: #E3DB60;
}

footer .container-fluid {
  border-bottom: 3px solid #CB2E2E;
}

footer ul li {
  color: #000;
  border-right: 4px solid #CB2E2E;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 15px;
}

footer ul li:last-child {
  border-right: none;
}

footer ul li:first-child {
  padding-left: 0px;
}

.page-heading {
  font-size: 28px;
  font-weight: bold;
}

.sg-rounded-table table th, .schedule-tbl table th {
  background-color: #D5E276 !important;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.sg-rounded-table table td {
  text-align: center;
}

.schedule-tbl table td {
  text-align: left;
}

.sg-rounded-table .last-tr{
  background-color: #D5E276 !important;
}

.students-login-box {
  background-color: #BECD54;
  border-radius: 20px;
}
.student-register {
  border-top: 1px solid #E3DB60;
}
.our-achievements {
  background-color: #E0E0E0;
  border-radius: 30px;
}

.our-achievements small {
  color: #626262;
}
.list-inline-item:not(:last-child) {
  margin-right: 0rem;
}
.cource-heading {
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 120px;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
  position: relative;
}
.cource-heading h3{
  color: #BECD54;
}
.cource-heading .img-1 {
  position: absolute;
  top: -50px;
  left: 100px;
}
.cource-heading .img-2 {
  position: absolute;
  top: -50px;
  right: 100px;
}
.main-heading {
  background-color: #E0E0E0;
}
.main-heading h1 {
  background-image: linear-gradient(to right, #9a5916, #f7c15f 50%, #9a5916);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 45px;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f8f9fa;
  border-bottom: 5px solid #f2cd6b;
  color: #f2cd6b;
  background-color: unset;
}
.gallery-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
}
.gallery-col {
  grid-column: span 4;
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.img-position {
  position: absolute;
  top: 15px;
  right: -32px;
}
.yellow-text {
  color: #e9b74e;
}
.accordion-item {
  margin-bottom: 15px;
}
.accordion-header {
  margin-bottom: 0px !important;
}
.accordion-button {
  background-color: #000;
  color: #e9b74e;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #e9b74e;
}
/* .accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: rotateX(100deg);
} */
.accordion-button::after {
  background-image: url('../images/i1.png');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/i2.png');
  transform: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.gallery-img {
  position: relative;
}
.img-0 {
  position: absolute;
  top: -50px;
  left: 100px;
}
.img-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-65%, -44%);
  height: 70%;
}
.quiz-radio .form-check-inline {
  background-color: #D5E276;
  padding: 10px 50px;
  border-left: 4px solid #BECA4E;
}
/*------------ media query --------------*/

@media (max-width: 575px) { 
  .navbar-toggler {
    background-color: #BECD54;
    border: 1px solid #cbcaca;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
  }
  .list-inline-item {
    margin-bottom: 10px;
  }
  .sg-bg-color {
    background-color: unset;
  }
  .section-heading h1:nth-child(2) {
    line-height: 1;
  }
  .cource-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .img-0, .img-2 {
    display: none;
  }
  .img-position {
    display: none;
  }
  .main-heading h1 {
    line-height: 1;
  }
 }

@media (min-width: 576px) and (max-width: 767px) {  
  .navbar-toggler {
    background-color: #BECD54;
    border: 1px solid #cbcaca;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
  }
  .sg-bg-color {
    background-color: unset;
  }
  .section-heading h1:nth-child(2) {
    line-height: 1;
  }
  .cource-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .img-0, .img-2 {
    display: none;
  }
  .img-position {
    display: none;
  }
 }

@media (min-width: 768px) and (max-width: 991px) { 
  .navbar-toggler {
    background-color: #BECD54;
    border: 1px solid #cbcaca;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
  }
  .section-heading h1:nth-child(2) {
    line-height: 1;
  }
  .logo{
    height: unset;
  }
  .sg-bg-color {
    background-color: unset;
  }
  .img-0 {
    left: 10px;
  }
  .cource-heading .img-2 {
    right: 10px;
  }
 }

@media (min-width: 992px) and (max-width: 1199px) { 
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
}
 }

@media (min-width: 1200px) and (max-width: 1399px) { }


/*101-10-2025*/

/*.sg-border-container {
  border:none !important;
}*/

.bottom-section .sg-card {
  text-align: center !important;
}
/*.row.g-3 .col-md-4:nth-child(2) p,*/
.row.g-3 .col-md-4:nth-child(3) p {
  padding-bottom: 25px;
}

/*10-10-2025*/