/* ---------first header------------ */
.header-dropdown-menu {
  width: 90% !important;
  font-size: clamp(12px, 2vw, 15px);
}

.header li {
  list-style: none;
  font-size: 17px;
}

.header a {
  text-decoration: none;
}

.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}

.header .hamburger {
  display: none;
}

.header .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.header .nav-menu {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  margin-left: 50px;
  font-size: 17px;
}

.header .nav-item {
  /* margin-left: 5rem; */
  margin-top: 27px !important;
}

.header .nav-link {
  /* font-size: 1.6rem; */
  /* font-weight: 400; */
  padding: 10px 7px;
  font-family: Poppins;
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 500;
  line-height: 25.5px;
  text-align: left;
  color: white;
}

.header .nav-link:hover {
  color: white !important;
}

.header .nav-link:hover {
  color: #482ff7;
}

.header .nav-logo {
  font-size: 2.1rem;
  font-weight: 500;
  color: #482ff7;
}

@media only screen and (max-width: 768px) {
  .header .nav-menu {
    position: fixed;
    left: 100%;
    top: 0px;
    flex-direction: column;
    background-color: #000000;
    width: 100%;
    /* border-radius: 10px; */
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    margin-left: 0px;
    font-size: 17px;
    height: 102vh;
  }
	.header .nav-link {
    padding: 10px 27px;
    font-size: 17px;
    
}
  .header .nav-menu { 
    display: flex;
    justify-content: center;
    margin-left: 50px;
    font-size: 17px;
    align-items: normal;
  }

  .header .nav-menu.active {
    left: 0;
    z-index: 1;
  }

  .header .nav-item {
    margin: 2.5rem 0;
  }

  .header .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1;
  }

  .header .nav-link {
    margin-top: -126px;
  }

  .header .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .header .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .header .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header .img-mob {
    width: 50%;
    height: auto;
  }

  .bg-image {
    background-image: url("public/assets/images/Bg_1.png"),
      url("public/assets/images/BG_right.png");
    background-repeat: no-repeat;
    background-size: 12%, 50%;
    /* Adjust this value as needed for mobile */
    background-position: left top, right top !important;
    /* height: 629px; */
  }

  .header .dropdown-menu {
    position: absolute;
    top: -145px;
    left: 0;
    z-index: 1000;
    width: 50% !important;
  }
}

.header .dropdown:hover .dropdown-menu {
  display: block;
}

/* ---------first header------------ */

/* -------------slider content--------------------- */
.master {
  font-family: Source Serif Pro;
  font-size: 31px;
  font-weight: 600;
  line-height: 38.84px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-top: 60px;
}

.development {
  font-family: Figtree;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 5px;
  color: #001740;
}

.wrapper {
  /* display: inline-flex; */
}

.wrapper .dynamic-txt {
  margin-top: -20px;
  /* margin-left: 10px; */
  line-height: 78px;
  /* background-color: red; */
  height: 100px;
  overflow: hidden;
}

.dynamic-txt li {
  list-style: none;
  animation: slide 8s steps(1) infinite;
  position: relative;
  top: 0;
}

@keyframes slide {
  100% {
    top: -360px;
  }
}

.dynamic-txt li span {
  position: relative;
}

.dynamic-txt li span::after {
  position: absolute;
  content: "";
  left: 0;
  animation: typing 2s steps(20) infinite;
  height: 120%;
  width: 200%;
  border-left: 2px solid white;
  background-color: #ffffff;
}

.devlp {
  margin-top: -45px;
}

.application {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.calldemo {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(90deg, #014f3e 0%, #2e9100 100%);
  border-radius: 41px;
  width: 70%;
  padding: 12px 20px;
  height: 50px;
  color: white;
  margin-top: 10px !important;
}

.calldemo a {
  color: white;
}

.calldemo a:hover {
  color: white;
  text-decoration: none;
}

.abttn {
  background-color: #10254c;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  border-radius: 41px;
  width: 27%;
  height: 50px;
  padding: 12px 20px;
  color: white;
  margin-top: 10px !important;
}

.abttn a {
  color: white;
  text-decoration: none;
}

.abttn a:hover {
  color: white;
  text-decoration: none;
}

.btn-flex {
  display: flex;
  column-gap: 20px;
}

.img-course {
  position: relative;
  top: -40px;
  right: 20px;
  /* animation: animate 3s linear infinite; */
  animation: animate 5s ease-in-out infinite;
  transition: all 1s ease-in-out;
}

@keyframes animate {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes typing {
  100% {
    left: 100%;
    margin: 0 -35px 0 35px;
  }
}

@media only screen and (max-width: 600px) {
  .development {
    font-size: 38px;
  }

  .calldemo {
    width: 100%;
  }

  .abttn {
    width: 40%;
  }

  .btn-flex {
    display: block;
    /* column-gap: 20px; */
  }

  .img-course {
    position: relative;
    top: 11px;
    right: 21px;
  }

  .wrapper {
    margin-top: -50px;
  }
}

/* -------------slider content--------------------- */

/* ------------------------ Our Achievements ------------------- */
.ur-achive {
  font-family: Poppins;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
  color: #001740;
  margin-top: 39px;
}
.achie-img {
    margin-top: 70px;
}
.lrn-journ {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  text-align: justified;
  color: #2b2b2b;
}

.crd-txt {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  color: #00337d !important;
  text-align: left;
}

.crd-par {
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400;
  text-align: justified;
  color: #2b2b2b;
  margin-top: -18px;
}

@media only screen and (max-width: 600px) {
  .green-img {
    width: 35%;
  }

  .mob-padd {
    padding: 10px;
  }
}

/* ------------------------ Our Achievements ------------------- */

/* ------------------------------------------------------------ */
.blue-section {
  background-color: #e7f1ff;
}

.ppl-corses {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #001740;
}

.owl-carousel .owl-item img {
  width: 25% !important;
  margin-left: 20px !important;
}

.crd-fullstk {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #00337d;
  margin-top: -40px;
  position: relative;
  top: -30px;
}

.crs-para-lang {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #2b2b2b;
  min-height: 204px;
}

.Know-Mor {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #2977da;
}

.Know-Mor:hover {
  text-decoration: none;
  color: #2977da;
}
.more {
  text-align: left;
}
.corse-card {
  border: none !important;
  border-radius: 17px !important;
  border-bottom: 6px solid #2a8302 !important;
  box-shadow: 0px 0px 15px -4px #00000040;
  min-height: 430px !important;
}

.owl-carousel .owl-stage-outer {
  background-color: #e7f1ff;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: right !important;
  margin-right: 21px !important;
}

.owl-next,
.owl-nav button.owl-prev {
  color: #00337c !important;
  font-size: 20px !important;
  background-color: #90c1ff !important;
  position: relative;
  top: -5px;
  width: 32px;
  margin: 0px 5px 0px 0px !important;
  height: 32px;
  position: absolute;
}

.owl-nav button.owl-prev,
.owl-next,
span {
  position: relative;
  top: -2px;
}

.achie-img {
}

/* ------------------------------------------------------------ */
/* --------------------------footer---------------------------------- */
.last-footer {
  background-color: #103500;
}

.palce-foot {
  font-family: Poppins;
  font-size: 22px !important;
  font-weight: 500;
  text-align: left;
  color: #7fb949;
  text-align: center;
  padding-top: 25px;
}

.foot-premium {
  font-family: Poppins;
  font-size: 17px !important;
  font-weight: 400;
  text-align: left;
  color: white;
  text-align: center;
}

.bel-footer {
  margin-top: 20px;
}

.abt-us {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #7fb949;
}

.provides {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: white;
}

.rec21 {
  margin-top: -10px;
}

.cpyroghts {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: white;
}

.cpyroghts span {
  color: #7fb949;
}
.Developed {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: white;
}
.quick {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #7fb949;
}
.link-lang {
  color: white;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
}
.link-lang li {
  padding-bottom: 9px;
}
.link-lang li a {
  color: white;
  text-decoration: none;
}
.link-lang li a:hover {
  color: white;
  text-decoration: none;
}
.address {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #7fb949;
}
.bakery {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: white;
}
.email {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #7fb949;
  position: relative;
  top: 10px;
  margin-top: -19px;
}
.bakery a {
  color: white;
  text-decoration: none;
}
.bakery a:hover {
  color: white;
  text-decoration: none;
}
.medias a {
  padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  .cpyroghts {
    position: relative !important;
    top: 585px !important;
  }
  .Developed {
    position: relative !important;
    top: 573px !important;
  }
  .quick {
    margin-top: -65px;
  }
  .last-footer {
    background-color: #103500;
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .palce-foot {
    font-size: 18px !important;
  }
  .foot-premium {
    font-size: 13px !important;
  }
  .provides {
    font-size: 12px;
  }
  .bakery {
    font-size: 12px;
  }
  .medias a {
    padding-right: 9px;
  }
  .link-lang {
    font-size: 12px;
  }
  .Developed {
    font-size: 12px;
  }
}
/* --------------------------footer---------------------------------- */

/* --------------------tabs------------------------- */
.tabs-fspg {
  margin: 50px 0px;
}
.tablink {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  height: 50px;
  padding: 0px 13px;
  border-radius: 65px;
  border: none;
  background-color: #e7f1ff;
  box-shadow: 0px 0px 5px -4px #00000040;
}
.tabcontent {
  margin-top: 20px;
}
.tabcontent p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #001740;
}
.tabs-fspg {
  background-image: url("../images/choose-shape1\ 2.png");
  background-repeat: no-repeat;
  background-position: right;
  min-height: 525px;
}
.tab-imgs {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .tab-imgs {
    margin-top: 0px;
  }
  .tablink {
    margin-bottom: 10px;
  }
  .tabs-fspg {
    background-image: none;
  }
  .foot-line {
    margin-left: 110px;
  }
  .achie-img {
    margin-top: 204px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablink {
    margin-bottom: 10px;
  }
  .tab-imgs {
    margin-top: 175px;
  }
  .nav-menu {
    margin-left: -254px !important;
    padding: 0px !important;
  }
  .header .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 50px;
    font-size: 13px;
    margin-top: 30px;
  }
  .dynamic-txt li span::after {
    position: absolute;
    content: "";
    left: 0;
    animation: typing 2s steps(20) infinite;
    height: 55%;
    width: 200%;
    border-left: 2px solid white;
    background-color: #ffffff;
    top: -10px;
  }
  .achie-img {
    margin-top: 78px !important;
  }
  .calldemo {
    font-size: 9px;
    height: 35px;
  }
  .corse-card {
    min-height: 390px !important;
  }
  .crs-para-lang {
    font-family: Poppins;
    font-size: 12px;
  }
  .crd-fullstk {
    font-size: 13px;
    margin-top: -30px;
    position: relative;
    top: -23px;
    left: 10px;
  }
  .abttn {
    font-size: 9px;
    width: 27%;
    height: 35px;
    padding: 12px 14px;
  }
}
/* -------------------- tabs ------------------------- */

/* ------------------------  tejas  */
.hearfromstudent {
  width: 100%;
  height: auto;
  background-color: #e7f1ff;
  padding-block: 20px;
}

.studentshear {
  width: 65%;
  margin: auto;
  height: auto;
  text-align: center;
}

.hearhead {
  font-size: 26px;
  font-weight: 700;
  color: #001740;
  margin-bottom: 0px;
}

.studentrow {
  gap: 35px;
}

.studentdetail {
  display: flex;
  align-items: center;
  padding: 5px;
  text-align: left;
  border-radius: 7px;
  box-shadow: 0px 0px 4px #ccc;
  height: 190px;
  background-color: white;
  background-image: url(../images/Vector\ 11.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 120px;
}

.studdet {
  padding: 3px 25px;
  width: 75%;
  margin: 0px 0px 0px 20px;
}

.studim {
  width: 25%;
  text-align: right;
}
.bhujanga {
  position: relative;
  left: 30px;
}
.studenthead {
  font-size: 17px;
  font-weight: 500;
  color: #00337d;
}
/* .studentdetail{
  background-image: url('../images/Vector 11.png');
  background-repeat: no-repeat;
  background-position: left;
} */
.studentpara {
  font-size: 14px;
  font-weight: 400;
  color: #2b2b2b;
  margin: 0px;
}

.std2 {
  margin-top: 24px;
}

/* why choose us   */
.whyUs {
  width: 100%;
  margin-bottom: 40px;
  background-image: url("../images/banner-arrow\ 2.png") !important;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 407px 462px;
}

.whyUs > .chooseUsBlock {
  width: 72%;
  margin: auto;
  height: auto;
}

.whyUs > .chooseUsBlock > div {
  padding: 7px;
}

.chooseHeading {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #001740;
}

.choosePara {
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
}

.chooseDetails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 100px);
  gap: 12px;
}

.chooseDetail {
  display: flex;
  align-items: center;
  padding: 5px;
}

.chospara {
  font-size: 16px;
  font-weight: 700;
  color: #00337d;
  margin: 0;
  margin-left: 4px;
}

.choose2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* <!-- BOOK DEMO CLASSES  -->  */
.bookclass {
  width: 70%;
  margin: auto;
  height: 200px;
  border-radius: 14px;
  background-image: url("../images/Group\ 75\ \(1\).png"),
    linear-gradient(#5cb30b, #2d9209);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bookclasspara {
  color: white;
  font-size: 25px;
  font-weight: 700;
}

.bookclass > div {
  height: 100%;
  width: 100%;
}

.bk1 {
  background-image: url("../images/Rectangle\ 4121.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 5px 180px;
}

.bookclassButton {
  border: none;
  outline: none;
  border-radius: 45px;
  background-color: white;
  color: #003156;
  font-size: 17px;
  padding: 7px 26px;
  font-weight: 700;
  margin-top: 6px;
}

.bookdetail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* how do we train  */
.howDoWw {
  width: 76%;
  margin: auto;
  height: auto;
  text-align: center;
}

.hoDoHeading {
  font-size: 28px;
  font-weight: 700;
  color: #001740;
}

.howDopara {
  font-size: 21px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 7px;
  padding: 3px 55px;
}

.howtraindetails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 35px 21px;
  width: 95%;
  margin: auto;
}

.howtarindetail {
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 13px;
  border-left: 6px solid #2977da;
  box-shadow: 0px 0px 4px #ccc;
}

.trdet {
  padding: 3px 9px;
}

.trainhead {
  font-size: clamp(14px, 2vw, 19px);
  font-weight: 500;
  color: #00337d;
  margin: 0;
}

.trainpara {
  font-size: clamp(13px, 2vw, 13px);
  font-weight: 500;
  color: #2b2b2b;
  margin: 0;
}

/* advantage of student  */
.advantagofstudent {
  background-color: #e7f1ff;
  padding-block: 30px;
}

.studentadvantage {
  width: 65%;
  margin: auto;
  height: auto;
  text-align: center;
}

.advhead {
  font-size: 26px;
  font-weight: 700;
  color: #001740;
  margin-bottom: 7px;
}

.advHeading {
  font-size: 21px;
  font-weight: 500;
  color: #2f2f2f;
  padding: 2px 35px;
}

.advantagedetails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 87px);
  gap: 18px;
}

.advantagedetail {
  display: flex;
  align-items: center;
  padding: 18px;
  background-color: white;
  border-radius: 11px;
  text-align: left;
}

.advpara {
  font-size: 13px;
  font-weight: 700;
  color: #175600;
  margin: 0;
  margin-left: 12px;
}

/* Job Oriented Courses in Mysore  */

.jobhead {
  font-size: 26px;
  font-weight: 700;
  color: #001740;
  margin-bottom: 0px;
}

.jobHeading {
  font-size: 17px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 0px;
}

.joborientedcourses {
  width: 67%;
  height: auto;
  margin: auto;
  padding: 5px 8px;
}

.jobdetails {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.jobdetail {
  background-color: #e7f1ff;
  border-radius: 17px;
  padding: 18px;
}

.jobdetail:hover {
  transform: scale(1.1);
  transition: transform 0.6s;
}

.coursedetail {
  margin-left: 20px;
  margin-top: 6px;
}

.coursename {
  font-size: 23px;
  font-weight: 700;
  margin-left: 19px;
}

.imag_coursename {
  display: flex;
  align-items: center;
}

.courseinfopara {
  font-size: 15px;
  font-weight: 700;
  color: #02513d;
  margin-right: 5px;
}

.courseinfo > li {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
}

.courseinfo > li::marker {
  color: #02513d;
}

.c1 {
  color: #954bb7;
}

.c2 {
  color: #506be1;
}

.c3 {
  color: #e34242;
}

.c4 {
  color: #008391;
}

.c5 {
  color: #bc9103;
}

.c6 {
  color: #1c2e7a;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* why us  */
  .whyUs > .chooseUsBlock {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  /* book classes  */
  .bookclass {
    width: 95%;
  }

  .bookclasspara {
    font-size: 18px;
  }

  .bookclassButton {
    font-size: 15px;
  }

  /* how do we train  */
  .howDoWw {
    width: 95%;
  }

  .hoDoHeading {
    font-size: 19px;
  }

  .howtraindetails {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 35px 21px;
    width: 85%;
    margin: auto;
  }

  /* student advantage  */
  .studentadvantage {
    width: 95%;
  }

  .advantagedetails {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 87px);
  }

  .advpara {
    font-size: 19px;
  }

  .studentshear {
    width: 95%;
  }

  .studentrow {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
    gap: 26px;
  }

  .studentpara {
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
    margin: 0px;
  }
  .studentrow {
    margin-left: 60px !important;
  }

  /* job oriented  */
  .joborientedcourses {
    width: 95%;
  }

  .jobdetails {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 628px) {
  .studentshear {
    width: 86%;
  }
  .jobcourses{
    margin-top: 195px;
  }
  .studentdetail {
    height: auto;
  }

  .studentadvantage {
    width: 90%;
  }

  .studim {
    width: auto;
  }

  .studdet {
    width: auto;
    padding: 3px;
  }

  .studentdetail {
    background-size: 100px;
  }

  .studentrow {
    gap: 18px;
  }

  .std2 {
    margin-top: 1px;
  }

  .hearhead {
    font-size: 19px;
    margin-bottom: 0px;
  }

  .advantagedetails {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 72px);
    gap: 12px;
  }

  .advhead {
    font-size: 21px;
  }

  .advHeading {
    font-size: 16px;
    padding: 2px;
  }

  .whyUs > .chooseUsBlock {
    width: 90%;
  }

  .chooseDetails {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(auto, 100px);
    gap: 1px;
  }

  .chooseImg {
    width: 100%;
  }

  .bookclass {
    width: 94%;
    margin: auto;
    height: 312px;
  }

  .bookclass > div {
    height: 50%;
    width: auto;
  }

  .bk1 {
    background-image: none;
  }

  .howDoWw {
    width: 94%;
  }

  .hoDoHeading {
    font-size: 16px;
  }

  .howtraindetails {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 16px 21px;
  }

  .howtarindetail {
    flex-direction: column;
  }

  .trdet {
    padding: 13px 9px;
  }

  /* jpn oriented   */
  .joborientedcourses {
    width: 95%;
  }

  .jobdetails {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .jobhead {
    font-size: 22px;
  }
}
/* ------------------------  tejas  */

/* ------------job-gauantee---------------------------- */
.mysores {
  font-family: Source Serif Pro;
  font-size: 31px;
  font-weight: 600;
  line-height: 38.84px;
  text-align: left;
}
.training {
  font-family: Figtree;
  font-size: 32px;
  font-weight: 900;
  text-align: left;
  color: #001740;
}
/* ------------job-gauantee---------------------------- */

/* ------------------------our candiadtes work at these companies------------------------------------ */
.work-compy {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  color: #001740;
}

/* ---------------fequently asked questions--------------------------- */
.questions {
  background-image: url("../images/call-do-bg1 1.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.frequent {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  color: #001740; 
}
.q5 {
  color: #00337d !important;
  text-align: left;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
}
.quest-div p {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #2b2b2b;
}
.quest-div {
  padding: 20px;
  background-color : #E7F1FF !important;
  border-radius: 7px;
  text-align: center;
}
/* ---------------fequently asked questions--------------------------- */
.questions {
  background-image: url("../images/call-do-bg1 1.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fr-as {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.frequent {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  color: #001740;
}

.quest-bro {
  width: 100%;
  height: 100%;
  margin: auto;
}

.quest-div {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 5px;
  text-align: center;
  height: 246px;
}

@media (min-width: 768px) and(max-width:1024px) {
  .fr-as {
    /* flex: 0 0 50%; */
    max-width: 100%;
    /* margin-left: 104px; */
    margin: auto;
  }

  .quest-div {
    width: auto;
    height: auto;
  }

  .frequent {
    font-size: 22px;
  }

  .q5 {
    text-align: left;
  }

  .p {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .fr-as {
    /* flex: 0 0 50%; */
    max-width: 100%;
    /* margin-left: 104px; */
    margin: auto;
  }

  .frequent,
  .work-compy {
    font-size: 22px;
    margin-top: 15px
  }

  .quest-div {
    width: auto;
    height: auto;
  }

  .quest-bro {
    width: 100%;
  }

  .q5 {
    text-align: left;
  }

  .p {
    text-align: left;
  }
}

 

/* --------------------------------------------- online courses--------------------------------------------------------------------- */
.inp-boxes {
  width: 100% !important; 
}
.enrol-btn {
  border: none;
  color: white;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  border-radius: 41px;
  background: linear-gradient(90deg, #014f3e 0%, #2e9100 100%);
  margin: 15px 0px 0px 120px;
}
.enq-form label{
  font-family: Poppins;
font-size: 17px;
font-weight: 500; 
text-align: left;
color: #3F3F3F;

}
.form-bg{
  background-image: url('../images/Welcome.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 25px;
}
.enq-form{
  margin: 40px 20px;
}
@media only screen and (max-width: 600px){
  .form-bg{
    width: 90% !important;
    margin-left: 20px;
    margin-top: 140px;
    margin-bottom: 20px;
  }
  .inp-boxes {
    width: 116% !important;
  }
  .enrol-btn {
    margin: 15px 0px 0px 70px;
  }
  .quest-div { 
    height: 350px !important;
}

 /* trainned people  */

 .trainpeople {
  width: 95% !important;
}

.trainingcourses {
  width: auto !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  padding: 5px;
  margin-block: 24px !important;
}

.trainpeoplehead {
  font-size: 22px !important
}

.trainpeopleHeading {
  font-size: 16px !important;
}

.trainpeople2>img {
  width: 100% !important;
  margin-top: 10px !important;
}
}


 /* <!-- TRAINED PEOPLE  -->   */

 .trainpeople {
  width: 70%;
  height: auto;
  margin: auto;
}


.trainpeoplehead {
  font-size: 23px;
  font-weight: 600;
  color: #001740;
  margin-bottom: 3px;
}

.trainpeopleHeading {
  font-size: 19px;
  font-weight: 500;
  color: #2F2F2F;
}

.trainpeople1 {
  text-align: center;
}

.trainingcourses {
  width: 60%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-block: 13px;
}

.trainedbutton {
  border: none;
  width: 230px;
  outline: none;
  padding: 8px 24px;
  background-image: linear-gradient(#014F3E, #2E9000);
  color: white;
  font-size: 17px;
  font-weight: 600;
  border-radius: 41px;
}

.trainpeople2 {
  display: flex;

  align-items: center;
}

.trainpeople2>img {
  width: 100%;

}


@media (min-width:768px) and (max-width:1024px) {

  /* trained people  */
  .trainpeople {
      width: 100%;
  }

  .trainpeople2>img {
      width: 100%;
  }

  .trainingcourses {
      width: 60%;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
  }

  .trainpeoplehead {
      font-size: 23px;
  }

  .trainpeopleHeading {
      font-size: 16px;
  }
.enrol-btn { 
    margin: 15px 0px 0px 45px;
}
}

/* --------------------------------------------- online courses--------------------------------------------------------------------- */

/* --------------------------------------------- gallery -------------------------------------------------------------------- */
.devlp1 {
  margin-top: 7px;
  margin-bottom: 74px;
}
.development1 {
  font-family: Figtree;
  font-size: 45px;
  font-weight: 800;
  /* letter-spacing: 5px; */
  color: #001740;
}
.calldemo1 {
  width: 56%; 
}
.abttn {
  width: 27%;
}

/* Gallery  */
.imagegallery {
  width: 90% !important;
  margin: auto !important;
  margin-block: 15px !important;
}

.galleryimages {
  width: 100% !important;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.galleryheading {
  font-size: 26px;
  font-weight: 700;
  color: #001740;
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* Gallery  */
  .imagegallery {
    width: 88%;
    margin: auto;
    margin-block: 15px;
  }

  .galleryimages {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    gap: 26px 6px;
  }

  .imageingallery {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imageingallery > img {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .devlp1 {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .cnt-img {
    height: auto !important;
    margin-top: 25px;
  }
  .galleryheading {
    margin-top: 230px;
  }
  .choose { 
    position: relative;
    top: 0px !important;
  }
  .new-bg-mob {
  margin-top: 0px !important;
  }
  .inp-boxes {
    width: 100% !important;
}
  .bookform {
  margin-top: 20px;
  }
  .development1 {
    font-family: Figtree;
    font-size: 45px;
    font-weight: 800;
    /* letter-spacing: 5px; */
    color: #001740;
  }
  .imagegallery {
    width: 90% !important;
  }
  .calldemo1 {
    width: 90%;
  }
  .abttn {
    width: 37%;
  }
  .mob-img-gal {
    margin-bottom: 100px;
  }

  /* gallery  */
  .imagegallery {
    width: 92%;
  }

  .galleryimages {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .imageingallery {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imageingallery > img {
    width: 97%;
  }

  /* gallery  end*/
}
.choose {
  /* margin-top: -50px; */
  position: relative;
  top: -70px;
  left: 5px;
  font-family: Poppins;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  color: #2b2b2b;
}
.bookform {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #001740;
}
.cnt-img {
  height: 500px;
  margin-top: 25px;
}
/* placements  */
.aboutourplacements {
  width: 70%;
  margin: auto;
  margin-block: 15px;
}

.aboutplacements {
  width: 100%;
}

.placementimg {
  width: 100%
}

.placpara {
  font-size: 21px;
  font-weight: 400;
  color: #001740;
  margin-bottom: 4px;
  text-align: center;
  font-family: 'poppins';
}

.placecontent {
  font-family: 'poppins';
  font-size: 24px;
  font-weight: 600;
  color: #001740;
  text-align: center;
}

.placements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.placementenquiry {
  border: none;
  width: 200px;
  outline: none;
  padding: 8px 24px;
  background-image: linear-gradient(to right, #014F3E, #2E9000);
  color: white;
  font-size: 17px;
  font-weight: 600;
  border-radius: 41px;

}
@media (min-width:768px) and (max-width:1024px) {

  /* placements  */
  .aboutourplacements {
      width: 95%;
  }}
  @media only screen and (max-width:628px) {

    /* placements  */
    .aboutourplacements {
        width: 93%;
    }}
/* --------------------------------------------- gallery -------------------------------------------------------------------- */
/* <!-- about us  -->  */

.aboutus {
  width: 65%;
  margin: auto;
  margin-block: 15px;
}

.aboutthetech {
  width: 100%;
}

.aboutimg {
  width: 100%
}

.aboutblock {
  display: flex;
  flex-direction: column;

  justify-content: center;
}

.aboutpara {
  font-size: 17px;
  font-weight: 500;
  color: #2F2F2F;
  margin-bottom: 4px;
  text-align: left;
  font-family: 'poppins';

}

.aboutcontent {
  font-family: 'poppins';
  font-size: 25px;
  font-weight: 600;
  color: #001740;
  text-align: left;
  margin-bottom: 26px;
}

.aboutmission {
  font-family: 'poppins';
  font-size: 22px;
  font-weight: 600;
  color: #04543A;
  text-align: left;

}

.abouthighlights {
  background-color: #E7F1FF;
  padding: 18px;
}

.abouthig {
  padding-inline: 59px;
}

.offeredcoursedetails {
  background-color: #E7F1FF;
  padding: 18px;
}

.backcourses {
  background-color: #217E12;
  color: white;
}

.coursetable>.coursedetail>tr>td {
  font-size: 16px;
  font-weight: 500;
  color: #2F2F2F;
  font-family: 'poppins';
}

@media (min-width:768px) and (max-width:1024px) {

  /* about us  */
  .aboutus {
      width: 95%;
  }
}

@media only screen and (max-width:628px) {

  /* about us  */
  .aboutus {
      width: 92%;
  }

  .aboutcontent {
      font-size: 20px;
      text-align: center;
      margin-top: 10px;
  }

  .aboutpara {
      font-size: 16px;
  }

  .abouthig {
      padding-inline: 14px;
  }
}




/* technical course  */
    .technicalcourses {
        width: 65%;
        margin: auto;
        margin-block: 15px;
    }

    .crhead {
        text-align: center;
    }

    .aboutmissiontech {
        font-family: 'poppins';
        font-size: 18px;
        font-weight: 600;
        color: #04543A;
        text-align: left;
        margin-top: 15px;
    }

    .aboutpara1 {
        font-size: 16px;
        font-weight: 500;
        color: #2F2F2F;
        margin-bottom: 4px;
        text-align: left;
        font-family: 'poppins';
    }

    .courseheading {
        font-family: 'poppins';
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 13px;
        width: max-content;
        padding: 6px 30px;
        display: inline-block;
        background-color: #217E12;
        border-radius: 43px;
    }

    .cr1 {

        font-family: 'poppins';
        font-size: 24px;
        font-weight: 600;
        color: #001740;
        margin-bottom: 3px;
    }

    .nontechnical {
        background-color: #E7F1FF;
        padding: 18px;
    }

    .abouthig1 {
        padding-inline: 59px;
    }

@media (min-width:768px) and (max-width:1024px) {

        /* technical course  */
        .technicalcourses {
            width: 95% !important;
        }

        .abouthig1 {
            padding-inline: 19px;
        }}

@media only screen and (max-width:628px) {
        .courseheading {
            font-family: 'poppins';
            font-size: 14px;
        }

        .aboutmissiontech {
            font-size: 16px;
        }
	/* technical course  */
        .technicalcourses {
            width: 90% !important;
        }
        .aboutpara1 {
            font-size: 14px;
        }

        .abouthig1 {
            padding-inline: 24px;
        }}