.inter-<uniquifier> {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}


.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}





body {
  margin: 0px;
  padding: 0px;
  font-family: 'Creato Display' !important;

}

img {
  max-width: 100%;
}


html {
  scroll-behavior: smooth;
}

a:active {
  color: green;
}

a:hover {
  text-decoration: none !important;
}


p {
  font-family: "Creato Display";
  font-size: 17px !important;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 16px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #FB8F05 !important;
}

.custom-container {
  width: 90%;
  margin: 0 5%;
  margin: 0 auto;

}

.navbar-toggler-icon {
  background: url('../../assets/images/hmenu.svg') no-repeat center center !important;
  width: 36px !important;
  height: 24px !important;
  background-size: cover;
}



/* header starts */
.header {
  position: fixed;
  /* position: absolute; */
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3% !important;
  /*padding: 15px 30px;*/
  padding: 9px 30px !important;
  border-radius: 15px;
  background: #FFF;
  z-index: 999;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.10);
}

   .header img{
    width:93%;
   }
   
.header .navbar-expand-xl .navbar-nav .nav-link {
  padding: 0rem 1rem !important;
  font-weight: 600;
  color: #ffffff;
  font-family: "Roboto", serif;
  font-size: 18px;
}

.navbar-nav li:last-child {
  border-right: none;
}

.navbar {
  padding: 0rem 0rem !important;
}

.navbar-toggler {
  padding: .25rem 0rem;
}

.header .nav-item {
  padding: 20px 9px;
  /* padding: 20px 0px; */
}

.red {
  color: #ED0101;
}

.navbar-text {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(84deg, #195C9D 0%, #388ADA 97.88%);
  padding: 12px 30px !important;
  margin-left: 10px;
  text-align: center;
  border: 2px #fff solid;
  border-radius: 30px;
  transition: 0.3s;
}

.gotobottom {
  position: absolute;
  z-index: 99;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 266px;
}

.navbar-text a {
  color: #ffffff !important;
  font-family: "Roboto", serif;
}

.navbar-text:hover {
  background: #000000;
  color: #ffffff;
  border: 2px #fff solid;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #ffffff !important
}

.secnav {
  width: 80% !important;
  text-align: center !important;
  margin: 0 auto !important;
  border-radius: 60px !important;
}



.navbar-expand-xl .navbar-nav .nav-link {
  font-size: 16px;
}


.navsub {
  width: 70%;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0 25px #000000;
  box-shadow: 0 0 25px #000000;
}

.sec1 .navbar {
  padding: 0rem 1rem;
  z-index: 10;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}

.sec1 .nav-link:hover {
  color: #FD8F01 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #FD8F01 !important;
  background: none !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #FF8901 !important;
  font-weight: bold;
  border-bottom: 1px #FF8901 solid;
  font-family: 'Roboto Flex', sans-serif !important;
}

.botarrowpic {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  z-index: 9;
}

.navdesk .navbar-nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
  border: none;
  /*     color: #FF8901 !important; */
}

.navdesk .nav-link {
  padding: 0px !important;
  font-size: 19px;
}

.navdesk .navbar-nav li {
  border-right: 1px #000 solid;
  padding: 0 52px;
}

.navdesk .navbar-nav li:last-child {
  padding: 0px 38px !important;
  border-right: none;
}

.navdesk .navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
  font-family: "Roboto", serif;
}

.header .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 20px;
  font-family: "Roboto", serif;
}

.header .navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 20px;
}

.navdesk {
  padding: 60px 0 20px 0px;
}

.registerBtn a {
  display: block;
  margin: 0 auto;
}

.dropdown-item {
  /* border-bottom: 1px #FD8F01 solid !important; */
  font-size: 16px;
  color: #000000 !important;
  padding: 10px 20px !important;
  font-weight: 400 !important;
  min-width: 300px;
  font-family: "Roboto", serif !important;

}

.last {
  border-bottom: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none !important;
  color: #000000 !important;
}



.header .navbar-expand-xl .navbar-nav .nav-link {
  padding: 0rem 0.6rem !important;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", serif;
}


.navbar-nav li:last-child {
  border-right: none;
}

.header .nav-item {
  padding: 20px 2px;
  /* padding: 20px 0px; */
}

.btn-custom {
  background: #EB2024 !important;
  color: #ffffff;
  padding: 5px 10px;
}

.dropdown-menu {
  border: none !important;
  border-radius: 0 !important;
}

.navbar-hover .collapse ul ul ul {
  top: -2px;
  left: 100%;
  min-width: auto;
}

/* header ends */


/* section 1 starts */
.sec1 {
  position: relative;
}

.bannerText {
  position: absolute;
  z-index: 2;
  top: 18%;
  margin: 0 auto;
  left: 5%;
  right: 0;
}

.bannerText h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px;
  /* 113.889% */
}

.bannerText img {
  max-width: 92px;
  border-radius: 10px;
  display: inline-block !important;
  background: #ffffff;
}

.bannerText h1 {
  color: #FFF;
  font-family: "Bebas Neue";
  font-size: 136px;
  font-style: normal;
  margin-bottom: 0px;
  font-weight: 400;
  padding-bottom: 0px;
  line-height: 90%;
  /* 210px */
}

.bannerText h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px;
  /* 117.143% */
}

.bannerText p {
  color: #FFF;
  font-family: Inter;
  max-width: 700px;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 48px */
}

.bannerText h1 span:first-child {
  color: #ED0101;
}

.bannerText ul {
  margin: 25px 0 0 0;
  padding: 0;
}

.bannerText ul li {
  list-style-type: none;
  transition: 0.3s;
  display: inline-block;
  padding: 12px 40px;
  margin-right: 20px;
  border-radius: 120px;
  background: #FD8F01;
}

.bannerText ul li:hover {
  background: #000000;
}

.bannerText ul li a {
  color: #FFF;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Body-Large-Line-Height, 24px);
  /* 120% */
  font-variant: all-small-caps;
  letter-spacing: var(--Body-Large-Tracking, 0.5px);
}


.home_banner .slick-prev {
  top: 46%;
  position: absolute;
  left: 20px;
  z-index: 9;
  content: "";
  border: none;
  width: 56px;
  height: 56px;
  background: none;
  font-size: 0;
  background: url('../../assets/images/prev.svg') no-repeat center center !important;
  background-size: cover !important;
}

.home_banner .slick-next {
  top: 46%;
  position: absolute;
  right: 20px;
  z-index: 9;
  content: "";
  border: none;
  width: 56px;
  height: 56px;
  background: none;
  font-size: 0;
  background: url('../../assets/images/next.svg') no-repeat center center !important;
  background-size: cover !important;
}

/* .home_banner .slick-next{ top: 40%; position: absolute; right: 20px; z-index: 9; } */

/* section 1 ends */


/* sec 2 starts */
.sec2 {
  padding: 0 0 60px 0px;
}

.sec2Inside {
  border-radius: 30px;
  background: #060E31;
  padding: 20px 20px 20px 20px;
  margin-bottom: 0px;
}

.sec2box1 {
  border-radius: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.10);
  padding: 68px 30px;
  backdrop-filter: blur(20px);
}

.sec2box1 h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 96px */
}

.sec2box1 p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 100%;
  /* 30px */
}


.sec2 a {
  background: #ffffff;
  display: block;
  max-width: 200px;
  border: 2px #000000 solid;
  border-radius: 30px;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  color: #EB2024 !important;
  transition: 0.3s;
  margin-bottom: 40px;
}

.sec2 a:hover {
  background: #000000;
  border: 2px #fff solid;
}

.sec2 p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.sec2Left {
  padding-top: 20px
}

.sec2Left h2 {
  font-size: 52px;
  max-width: 700px;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 10px;
}

.sec2Left h2 span {
  color: #ED0101;
}

/* sec 2 ends */



/* sec3 start */
.sec3 {
  padding: 60px 0px;
}

.award {
  max-width: 120px;
}

.world {
  max-width: 120px;
  display: inline-block;
}

.sec3 h2 {
  color: #15375B;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 0px;
  line-height: 120%;
  /* 76.8px */
}

.sec3 p {
  color: #333;
  font-family: Inter;
  font-size: 24px !important;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: 400;
  max-width: 1100px;
  line-height: 34px;
  /* 36px */
}

/* sec3 ends */


/* sec 4 starts */
.sec4 {
  position: relative;
}

.sec4 h2 {
  color: #15375B;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 76.8px */
}

.sec4 p {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 150%;
  /* 36px */
}

.UpperElements {
  position: relative;
  z-index: 99;
}

.sec4 a {
  border-radius: 30px;
  border: 1px solid #7D7D7D;
  background: #FFF;
  color: #000;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 32.4px */
  display: flex;
  width: 260px;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 999 !important;
  flex-shrink: 0;
}

.sec4 span {
  display: block;
  border-radius: 110px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.25);
  width: 330px;
  height: 60px;
  flex-shrink: 0;
  color: #333;
  padding: 13px 0px;
  margin-bottom: 6px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
}

.sec4 .sec4btn1 {
  position: relative;
  left: 26%;
}

.sec4 .sec4btn2 {
  position: relative;
  left: 50%;
  margin-bottom: 0px;
}

.sec4 .sec4btn3 {
  position: relative;
  left: 20%;
}

.sec4 .sec4btn4 {
  position: relative;
  left: 50%;
  margin-bottom: 60px;
}

#solar-system {
  position: absolute;
  top: 0%;
  left: 45%;
  transform: translate(-50%, -50%)
}


.venus {
  width: 26px;
  height: 26px;
  background-color: #FD8F01;
  top: -11px;
  left: 192px;
  border-radius: 50%;
  position: relative;
}

.venus-orbit {
  content: "";
  position: absolute;
  border: solid 1px #999;
  width: 380px;
  height: 380px;
  top: 105px;
  left: -108px;
  border-radius: 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
}

.earth {
  width: 26px;
  height: 26px;
  background-color: #0E375A;

  top: 15px;
  left: 124px;
  border-radius: 50%;
  position: relative;
}

.earth-orbit {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: solid 1px #cccccc;
  top: 47px;
  left: -170px;
  border-radius: 50%;

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 13s;
  -moz-animation-duration: 13s;
}

.mars {
  width: 26px;
  height: 26px;
  background-color: #0E375A;
  top: 185px;
  left: 0px;
  border-radius: 50%;
  position: relative;
}

.mars-orbit {
  content: "";
  position: absolute;
  width: 590px;
  height: 590px;
  border: solid 1px #cccccc;
  top: 0px;
  left: -215px;
  border-radius: 50%;

  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
}


@-webkit-keyframes orbit {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

/* sec 4 ends */



/* sec 5 starts here */
.sec5 {
  padding: 60px 0px;
  background: #060E31;
}

.sec5Left h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 64px;
  padding-top: 0px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 76.8px */
}

.sec5Left p {
  color: #FFF;
  font-family: Inter;
  font-size: 24px !important;
  padding-top: 10px;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.sec5Left a. {
  display: flex;
  width: 260px;
  height: 60px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.feature-box img {
  max-width: 60px;
  margin-bottom: 20px;
}

.feature-box h3 {
  color: #FFF;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 141.667% */
}

.feature-box p {
  color: #FFF;
  font-family: Inter;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.whychoose .slick-slide {
  padding-right: 20px;
}

.whychoose .slick-prev {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  background: url('../../assets/images/prev.svg') no-repeat;
  width: 81px;
  height: 81px;
  position: absolute;
  right: 120px;
  top: -120px;
}

.whychoose .slick-next {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  background: url('../../assets/images/next.svg') no-repeat;
  width: 81px;
  height: 81px;
  position: absolute;
  right: 20px;
  top: -120px;
}

.whychoose .slick-dots {
  max-width: 270px;
  /* max-width: 148px; */
  padding: 0px;
  margin: 40px auto 0 auto;
}

.whychoose .slick-dots li {
  display: inline-block;
  list-style-type: none;
  font-size: 0;
  background: #d9d9d9;
  width: 17px;
  height: 18px;
  /* width: 20px;
  height: 20px; */
  border: none;
  border-radius: 20px;
  margin: 0 5px;
  cursor: pointer;
}

.whychoose .slick-dots .slick-active {
  background: #FD8F01;
  width: 40px;
}

.whychoose .slick-dots button {
  display: none;
}


.feature-box {
  background: #1a2345;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  min-height: 350px;
  transition: 0.3s ease-in-out;
}

.feature-box:hover {
  background: #222b55;
}

.feature-box i {
  font-size: 30px;
  color: #ff9900;
  margin-bottom: 10px;
}

.btn-custom {
  background-color: #FD8F01 !important;
  color: white;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.btn-custom:hover {
  color: #ffffff;
}

.industryexperts div {
  position: relative;
}

.industryexperts h3 {
  position: absolute;
  color: #FFF;
  top: 80%;
  font-family: poppins;
  left: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.industryexperts h2 {
  color: #FFF;
  position: absolute;
  font-family: poppins;
  left: 20px;
  font-size: 22px;
  top: 88%;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
  /* 90.909% */
  /* font-variant: all-small-caps; */
}

.industryexperts .slick-slide {
  padding-right: 20px;
  color: #000000;
}

 .industryexperts .slick-prev {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  /* background: url('../../assets/images/prev.svg') no-repeat; */
  width: 81px;
  height: 81px;
  position: absolute;
  right: 120px;
  top: -120px;
}

.industryexperts .slick-next {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  /* background: url('../../assets/images/next.svg') no-repeat; */
  width: 81px;
  height: 81px;
  position: absolute;
  right: 20px;
  top: -120px;
} 



/* sec6 starts */
.sec6 {
  padding: 60px 0 0 0px;
  background: url('../../assets/images/whatcoursesbg.webp') no-repeat center center; background-size: cover;
}

.sec6 h2 {
  color: #15375B;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 15px;
  line-height: 120%;
  /* 76.8px */
}

.sec6 p {
  color: #333;
  font-family: Inter;
  font-size: 24px !important;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: 400;
  max-width: 900px;
  line-height: 32px;
  /* 36px */
}

.coursesoffered {
  border-radius: 30px 0px 0px 30px !important;
  background: linear-gradient(90deg, #FFF 0.33%, rgba(255, 255, 255, 0.00) 99.67%);
  padding: 20px 30px 10px 30px;
  
}

.coursesoffered p {
  color: #333;
  font-family: Inter;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.coursesoffered img {
  margin-bottom: 15px;
}

.coursesoffered h3 {
  color: #333;
  font-family: Inter;
  font-size: 30px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 36px */
}

.coursesoffered .slick-slide {
  padding-right: 20px;
}

.coursesoffered .slick-prev {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  background: url('../../assets/images/prev.svg') no-repeat;
  width: 81px;
  height: 81px;
  position: absolute;
  left: -15%;
  bottom: 22%;
}

.coursesoffered .slick-next {
  background: none;
  outline: none;
  border: none;
  font-size: 0px;
  background: url('../../assets/images/next.svg') no-repeat;
  width: 81px;
  height: 81px;
  position: absolute;
  left: -10%;
  bottom: 22%;
}

.MainSliderSec {
  padding: 60px 0px;
}

/* sec6 ends */

/* sec 7 starts */
.sec7 {
  background: url('../../assets/images/sec7bg.webp') no-repeat;
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.sec7main h2 {
  text-align: center;
  color: #15375B;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 120%;
  /* 76.8px */
}

.sec7 img {
  display: block;
  margin: 0 auto;
}

.blurpicsec7 {
  position: absolute;
  right: 0;
  top: 0;
}

/* sec 7 ends */


/* sec 8 starts */
.sec8 {
  border-radius: 120px 120px 0px 0px;
  background: #060E31;
  padding: 60px 0 0 0px;
}

.sec8 h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  padding-top: 10%;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 120%;
  /* 76.8px */
}

.sec8 p {
  color: #FFF;
  font-family: Inter;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 150%;
  /* 36px */
}

.sec8 a {
  border-radius: 120px;
  background: #FD8F01;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 40px;
}

.sec8 a:hover {
  color: #fff;
}

/* footer starts */
.footer {
  padding: 60px 0px;
  background: #06091A;
}

.footer h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 100%;
  /* 27.72px */
}

/* .focusareas h2:after{ height: 0 !important; } */
.footer ul {
  padding: 0px;
}

.footer ul li {
  list-style-type: none;
  padding-bottom: 16px;
  color: #B8B8B8 !important;
}

.footer ul li:last-child {
  list-style-type: none;
  padding-bottom: 0px;
}

.footer ul li a {
  color: #B8B8B8 !important;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.footer ul li a:hover {
  color: #FD8F01 !important;
}

.footer p {
  color: #B8B8B8;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  max-width: 370px;
  line-height: 24px;
  /* 27px */
}

.fone img {
  margin-bottom: 20px;
}

.footer3 ul {
  padding: 0px;
}

.footer3 ul {
  color: #ffffff;
}

.footer3 ul li a {
  background: url('../../assets/images/location.svg') no-repeat left top;
  padding: 0 0 0 40px;
  display: block;
}

.footer3 ul li:nth-child(2) a {
  background: url('../../assets/images/call.svg') no-repeat left top;
  padding: 2px 0 2px 40px;
  display: block;
}

.footer3 ul li:nth-child(3) a {
  background: url('../../assets/images/email.svg') no-repeat left top;
  padding: 0px 0 0px 46px;
  display: block;
}

.followus ul {
  padding: 0 0 20px 0px;
}

.followus ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.footerbot {
  background: #FB8F05;
  padding: 10px 0px;
}

.footerbot p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px !important;
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 30px;
  /* 187.5% */
}

/* footer ends */

@media only screen and (max-width: 1800px) {
  .bannerText {
    top: 16%;
  }

  .bannerText h2 {
    font-size: 64px;
  }

  .bannerText h1 {
    font-size: 130px;
  }

  .bannerText h3 {
    font-size: 70px;
  }

  .bannerText p {}

  .sec2box1 h3 {
    font-size: 88px;
  }

  .sec3 h2 {
    font-size: 60px;
  }

  .industryexperts h3 {
    font-size: 16px;
  }

  .industryexperts h2 {
    font-size: 20px !important;
  }

  .sec4 h2 {
    font-size: 58px;
  }

  .sec4 p {
    font-size: 20px !important;
  }

  .sec5Left h2 {
    font-size: 58px;
  }

  .sec5Left p {
    font-size: 20px !important;
  }

  .feature-box p {
    font-size: 20px !important;
  }

  .sec6 h2 {
    font-size: 58px;
  }

  .coursesoffered h3 {
    font-size: 26px;
  }

  .sec7main h2 {
    font-size: 60px;
  }

  .sec8 h2 {
    font-size: 58px;
  }

  .sec8 p {
    font-size: 22px !important;
  }
}


@media only screen and (max-width: 1640px) {
  .bannerText {
    top: 16%;
  }

  .bannerText h2 {
    font-size: 46px;
    margin: 0px;
    padding: 0px;
  }

  .bannerText h1 {
    font-size: 110px;
    padding: 0;
    margin: 0;
  }

  .bannerText h3 {
    font-size: 60px;
    padding: 0;
    margin: 0;
  }

  .bannerText p {
    font-size: 22px !important;
  }

  .gotobottom {
    bottom: 10%;
  }

  .sec2box1 {
    min-height: 292px;
  }

  .sec2box1 h3 {
    font-size: 70px;
  }

  .sec2 p {
    font-size: 18px;
  }

  .sec3 {
    padding: 0 0 60px 0px;
  }

  .sec3 h2 {
    font-size: 48px;
  }

  .sec3 p {
    font-size: 22px !important;
    max-width: 1020px;
  }

  .industryexperts h3 {
    font-size: 16px;
  }

  .industryexperts h2 {
    font-size: 19px !important;
  }

  .sec4 h2 {
    font-size: 46px;
  }

  .sec4 p {
    font-size: 20px !important;
    padding-bottom: 5px;
  }

  .sec5Left h2 {
    font-size: 46px;
  }

  .feature-box {
    min-height: 400px;
  }

  .feature-box h3 {
    font-size: 24px;
  }

  .feature-box p {
    font-size: 18px !important;
  }

  .sec6 h2 {
    font-size: 48px;
    padding-bottom: 0px;
  }

  .coursesoffered h3 {
    font-size: 26px;
  }

  .coursesoffered .slick-prev {
    left: -19%;
  }

  .coursesoffered .slick-next {
    left: -10%;
  }

  .sec7main h2 {
    font-size: 46px;
  }

  .sec7 img {
    max-width: 600px;
  }

  .sec8 h2 {
    font-size: 42px;
  }

  .sec8 p {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .header .nav-item {
    padding: 10px 0px;
    border-bottom: 1px #FD8F01 solid;
  }

  .header .nav-item:last-child {
    border-bottom: none !important;
    padding-bottom: 20px;
  }

  .navbar-nav {
    padding-top: 10px;
  }

  .logo img {
    max-width: 270px;
  }

  .bannerText {
    top: 20%;
  }

  .bannerText img {
    max-width: 52px;
  }

  .bannerText h2 {
    font-size: 36px;
    margin: 0px;
    padding: 5px 0px;
    line-height: 40px;
  }

  .bannerText h1 {
    font-size: 70px;
    padding: 0;
    margin: 0;
  }

  .bannerText h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    line-height: 44px;
  }

  .bannerText p {
    font-size: 18px !important;
    max-width: 500px !important;
    padding-top: 5px;
  }

  .gotobottom {
    bottom: 10%;
  }

  .bannerText ul {
    margin: 15px 0 0 0px;
  }

  .award {
    max-width: 80px;
  }

  .sec2box1 {
    min-height: 258px;
  }

  .sec2box1 h3 {
    font-size: 60px;
  }

  .sec2 p {
    font-size: 18px !important;
  }

  .sec3 {
    padding: 0 0 60px 0px;
  }

  .sec3 h2 {
    font-size: 34px;
  }

  .sec3 p {
    font-size: 20px !important;
    max-width: 700px;
  }

  .industryexperts h3 {
    font-size: 16px;
  }

  .industryexperts h2 {
    font-size: 19px !important;
  }

  .sec4 h2 {
    font-size: 46px;
  }

  .sec4 p {
    font-size: 20px !important;
  }

  .sec5Left h2 {
    font-size: 46px;
  }

  .feature-box h3 {
    font-size: 24px;
  }

  .feature-box p {
    font-size: 18px;
  }

  .sec6 h2 {
    font-size: 46px;
    padding-bottom: 0px;
  }

  .coursesoffered h3 {
    font-size: 26px;
  }

  .sec6 p {
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .coursesoffered .slick-dots {
    max-width: 188px;
    padding: 20px 0 0 0px;
    margin: 0px auto 0 auto;
  }

  .coursesoffered .slick-dots li {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
  }

  .coursesoffered .slick-dots .slick-active {
    background: #ef4b4f;
    width: 40px;
  }

  .coursesoffered .slick-dots button {
    display: none;
  }

  .sec7main h2 {
    font-size: 46px;
  }

  .sec7 img {
    max-width: 600px;
  }

  .sec8 h2 {
    font-size: 36px;
  }

  .sec8 p {
    font-size: 18px !important;
  }

  .fone img {
    max-width: 255px;
  }

  .footer p {
    max-width: 310px;
  }


  #solar-system {
    position: absolute;
    top: 0%;
    left: 45%;
    transform: translate(-50%, -50%)
  }


  .venus {
    width: 26px;
    height: 26px;
    background-color: #FD8F01;
    top: -11px;
    left: 146px;
    border-radius: 50%;
    position: relative;
  }

  .venus-orbit {
    content: "";
    position: absolute;
    border: solid 1px #999;
    width: 300px;
    height: 300px;
    top: 98px;
    left: -113px;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
  }

  .earth {
    width: 26px;
    height: 26px;
    background-color: #0E375A;

    top: 15px;
    left: 91px;
    border-radius: 50%;
    position: relative;
  }

  .earth-orbit {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    border: solid 1px #cccccc;
    top: 46px;
    left: -170px;
    border-radius: 50%;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 13s;
    -moz-animation-duration: 13s;
  }

  .mars {
    width: 26px;
    height: 26px;
    background-color: #0E375A;
    top: 153px;
    left: 0px;
    border-radius: 50%;
    position: relative;
  }

  .mars-orbit {
    content: "";
    position: absolute;
    width: 490px;
    height: 490px;
    border: solid 1px #cccccc;
    top: 0px;
    left: -215px;
    border-radius: 50%;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
  }


  @-webkit-keyframes orbit {
    from {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(360deg)
    }
  }


}


@media only screen and (max-width: 1024px) {
  .logo img {
    max-width: 185px;
  }

  .bannerText {
    top: 23%;
  }

  .bannerText img {
    max-width: 40px;
  }

  .bannerText h2 {
    font-size: 24px;
    margin: 0px;
    padding: 5px 0px;
    line-height: 28px;
  }

  .bannerText h1 {
    font-size: 54px;
    padding: 0;
    margin: 0;
  }

  .bannerText h3 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 24px;
  }

  .bannerText p {
    font-size: 18px !important;
    max-width: 500px !important;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }

  .gotobottom {
    display: none;
  }

  .bannerPic {
    min-height: 352px;
    /* min-height: 464px; */
  }

  .bannerText ul {
    margin: 5px 0 0 0px;
  }

  .bannerText ul li a {
    font-size: 24px !important;
  }

  .sec2box1 {
    padding: 30px 20px 0px 20px !important;
  }

  .sec2box1 {
    min-height: 258px;
    margin-bottom: 30px;
  }

  .sec2box1 h3 {
    font-size: 74px;
    padding-top: 20px;
  }

  .sec2 p {
    font-size: 20px !important;
  }

  .award {
    max-width: 60px;
  }

  .btn-custom {
    font-size: 16px;
    max-width: 210px;
    display: block;
    margin-bottom: 40px;
  }

  .sec3 {
    padding: 0 0 30px 0px;
  }

  .sec3 h2 {
    font-size: 34px;
  }

  .sec3 p {
    font-size: 20px !important;
    max-width: 700px;
  }

  .industryexperts .slick-dots {
    max-width: 188px;
    padding: 20px 0 30px 0px;
    margin: 0px auto 0 auto;
  }

  .industryexperts .slick-dots li {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
  }

  .industryexperts .slick-dots .slick-active {
    background: #ef4b4f;
    width: 40px;
  }

  .industryexperts .slick-dots button {
    display: none;
  }


  .industryexperts h3 {
    font-size: 16px;
  }

  .industryexperts h2 {
    font-size: 19px !important;
  }

  .sec4 h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .sec4 p {
    font-size: 20px !important;
    padding-bottom: 25px;
    margin-bottom: 0px;
  }

  .sec4 .sec4btn1 {
    left: 1%;
    margin-bottom: 20px;
  }

  .sec4 .sec4btn2 {
    left: 40%;
    margin-bottom: 20px;
  }

  .world {
    max-width: 57px;
  }

  .sec4 a {
    margin-bottom: 30px;
  }

  .sec4 .sec4btn3 {
    left: 4%;
  }

  .sec4 .sec4btn4 {
    left: 40%;
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .sec5Left h2 {
    font-size: 36px !important;
  }

  .feature-box h3 {
    font-size: 24px;
  }

  .feature-box p {
    font-size: 18px;
  }

  .sec6 {
    padding: 30px 15px 0 15px;
  }

  .sec6 h2 {
    font-size: 36px;
    padding-bottom: 0px;
  }

  .coursesoffered h3 {
    font-size: 26px;
  }

  .sec6 p {
    font-size: 18px !important;
    line-height: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .coursesoffered .slick-prev {
    left: -25%;
  }

  .coursesoffered .slick-next {
    left: -13%;
  }



  .coursesoffered .slick-dots {
    max-width: 188px;
    padding: 20px 0 0 0px;
    margin: 0px auto 0 auto;
  }

  .coursesoffered .slick-dots li {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
  }

  .coursesoffered .slick-dots .slick-active {
    background: #ef4b4f;
    width: 40px;
  }

  .coursesoffered .slick-dots button {
    display: none;
  }

  .sec7 {
    padding: 30px 0 0 0px;
  }

  .sec7main h2 {
    font-size: 36px;
    font-weight: 600;
  }

  .sec7 img {
    max-width: 600px;
    width: 100%;
  }

  .sec8 {
    padding: 60px 0px;
  }

  .sec8 h2 {
    font-size: 36px;
    padding-top: 0px;
  }

  .sec8 img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .sec8 p {
    font-size: 18px !important;
  }
}




@media only screen and (max-width: 768px) {
  .logo img {
    max-width: 191px;
    /* max-width: 240px; */
  }

  .bannerText {
    top: 11%;
  }

  .bannerText img {
    max-width: 52px;
  }

  .bannerText h2 {
    font-size: 36px;
    margin: 0px;
    padding: 5px 0px;
    line-height: 40px;
  }

  .bannerText h1 {
    font-size: 70px;
    padding: 0;
    margin: 0;
  }

  .bannerText h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    line-height: 44px;
  }

  .bannerText p {
    font-size: 18px !important;
    max-width: 500px !important;
    padding-top: 5px;
  }

  .gotobottom {
    display: none;
  }

  .bannerText ul {
    margin: 15px 0 0 0px;
  }

  .sec2box1 {
    padding: 30px 20px 0px 20px !important;
  }

  .sec2box1 {
    min-height: 258px;
    margin-bottom: 30px;
  }

  .sec2box1 h3 {
    font-size: 74px;
    padding-top: 20px;
  }

  .sec2 p {
    font-size: 20px !important;
  }

  .award {
    max-width: 60px;
  }

  .btn-custom {
    font-size: 14px;
    max-width: 183px;
    display: block;
    margin-bottom: 40px;
  }

  .sec3 {
    padding: 0 15px 30px 15px;
  }

  .sec3 h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .sec3 p {
    font-size: 20px !important;
    max-width: 700px;
  }

  .industryexperts .slick-dots {
    max-width: 188px;
    padding: 20px 0 30px 0px;
    margin: 0px auto 0 auto;
  }

  .industryexperts .slick-dots li {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
  }

  .industryexperts .slick-dots .slick-active {
    background: #ef4b4f;
    width: 40px;
  }

  .industryexperts .slick-dots button {
    display: none;
  }

  .sec8 a {
    font-size: 16px;
  }


  .industryexperts h3 {
    font-size: 16px;
  }

  .industryexperts h2 {
    font-size: 19px !important;
  }

  .sec4 h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .sec4 p {
    font-size: 20px !important;
    padding-bottom: 25px;
    margin-bottom: 0px;
  }

  .sec4 .sec4btn1 {
    left: 14%;
    /* left: 1%; */
    margin-bottom: 20px;
  }

  .sec4 .sec4btn2 {
    left: 16%;
  }

  .world {
    max-width: 57px;
  }

  .sec4 a {
    margin-bottom: 30px;
  }

  .sec4 .sec4btn3 {
    left: 20%;
    /* left: 4%; */
  }

  .sec4 .sec4btn4 {
    left: 21%;
    /* left: 24%; */
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .sec5 {
    padding: 30px 0px;
  }

  .sec5Left h2 {
    font-size: 32px !important;
    line-height: 34px;
  }

  .feature-box h3 {
    font-size: 24px;
  }

  .feature-box p {
    font-size: 18px;
  }

  .sec6 {
    padding: 30px 15px 0 15px;
  }

  .sec6 h2 {
    font-size: 28px;
    padding-bottom: 0px;
  }

  .coursesoffered h3 {
    font-size: 16px;
  }

  .sec6 p {
    font-size: 12px !important;
    line-height: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .coursesoffered .slick-prev {
    left: -25%;
  }

  .coursesoffered .slick-next {
    left: -13%;
  }



  .coursesoffered .slick-dots {
    max-width: 188px;
    padding: 20px 0 0 0px;
    margin: 0px auto 0 auto;
  }

  .coursesoffered .slick-dots li {
    display: inline-block;
    list-style-type: none;
    font-size: 0;
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
  }

  .coursesoffered .slick-dots .slick-active {
    background: #ef4b4f;
    width: 40px;
  }

  .coursesoffered .slick-dots button {
    display: none;
  }

  #solar-system {
    position: absolute;
    top: 7%;
    left: 32%;
    /* top: 0%;
    left: 28%; */
    transform: translate(-50%, -50%)
  }


  .venus {
    width: 20px;
    height: 20px;
    background-color: #FD8F01;
    top: 48px;
    left: 136px;
    border-radius: 50%;
    position: relative;
  }

  .venus-orbit {
    content: "";
    position: absolute;
    border: solid 1px #999;
    width: 150px;
    height: 150px;
    top: 67px;
    left: 64px;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
  }

  .earth {
    width: 20px;
    height: 20px;
    background-color: #0E375A;

    top: -5px;
    left: 70px;
    border-radius: 50%;
    position: relative;
  }

  .earth-orbit {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: solid 1px #cccccc;
    top: 27px;
    left: 26px;
    border-radius: 50%;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 13s;
    -moz-animation-duration: 13s;
  }

  .mars {
    width: 20px;
    height: 20px;
    background-color: #0E375A;
    top: 68px;
    left: 0px;
    border-radius: 50%;
    position: relative;
  }

  .mars-orbit {
    content: "";
    position: absolute;
    width: 284px;
    height: 284px;
    border: solid 1px #cccccc;
    top: 0px;
    left: 0;
    border-radius: 50%;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
  }

  .mobilerevers{ flex-direction: column-reverse; }
  .mobilerevers .jetpic{ margin-top: 70px; }


  @-webkit-keyframes orbit {
    from {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(360deg)
    }
  }

  .sec7 {
    padding: 30px 0 0 0px;
  }

  .sec7main h2 {
    font-size: 28px;
    font-weight: 500;
  }

  .sec7 img {
    max-width: 600px;
    width: 100%;
  }

  .sec8 {
    padding: 30px 0 40px 0px;
    border-radius: 30px 30px 0 0;
  }

  .sec8 h2 {
    font-size: 34px;
    padding-bottom: 0px;
  }

  .sec8 img {
    /* max-width: 251px; */
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

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

  .footer {
    padding: 30px 0 0 0;
  }

  .footerbot p {
    font-size: 12px !important;
  }

  .footer h2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .aboutsec4 {
    background-color: rgba(19, 22, 43, 1) !important;
    background-image: none !important;
    
}
}



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

  .logo img {
    max-width: 141px;
  }

  .navbar {
    padding: 0 0 !important;
  }

  .bannerText {
    top: 13%;
  }

  .bannerText img {
    max-width: 52px;
  }

  .bannerText h2 {
    font-size: 28px;
    margin: 0px;
    padding: 5px 0px;
    line-height: 40px;
  }

  .bannerText h1 {
    font-size: 49px;
     /* font-size: 52px; */
    line-height: 55px; 
    padding: 0;
    margin: 0;
  }

  .bannerText h3 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 22px;
  }
  .bannerText ul li{
    padding: 7px 18px;
  }
  .bannerText ul li a {
    font-size: 19px !important;
}

  .bannerText p {
    font-size: 15px !important;
    /* font-size: 18px !important; */
    max-width: 500px !important;
    padding-top: 10px;
  }

  .gotobottom {
    display: none;
  }

  .bannerText ul {
    margin: 15px 0 0 0px;
  }

  .sec4 span {
    width: 230px;
    height: auto;
    line-height: 24px;
  }

  .sec2box1 {
    padding: 30px 20px 0px 20px !important;
  }

  .sec2box1 {
    min-height: 258px;
    margin-bottom: 30px;
  }

  .sec2box1 h3 {
    font-size: 74px;
    padding-top: 20px;
  }

  .sec2 p {
    font-size: 20px !important;
  }

  .award {
    max-width: 40px;
  }

  .btn-custom {
    font-size: 17px;
    max-width: 205px;
    margin: 37px auto 10px auto;
    /* margin: 0 auto 40px auto; */
    display: block;
  }

  .sec3 {
    padding: 0 15px 30px 15px;
  }

  .sec3 h2 {
    font-size: 32px;
  }

  .sec3 p {
    font-size: 20px !important;
    max-width: 700px;
  }


  #solar-system {
    position: absolute;
    top: 0%;
    left: 8%;
    transform: translate(-50%, -50%)
  }


}



/* jadugar section css */
.container-hy {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.jadugar {
  background: url("../../assets/images/sec7bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 30px;
}

.profile-image-hy {
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  /*border: 2px dashed #000000;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -158px;
  margin-top: -80px;
}

.profile-image-hy img {
  width: 95%;
  height: 100%;
  object-fit: contain;
}

.icon-hy {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.1s linear, opacity 0.3s ease;
}

.icon-hy img {
  width: 90px;
  height: 100%;
}

@media screen and (max-width:1000px) {
  .profile-image-hy {
    width: 760px;
    height: 760px;
    margin-bottom: -120px;
    margin-top: -80px;
  }

  .icon-hy {
    position: absolute;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width:760px) {
  .profile-image-hy {
    width: 580px;
    height: 580px;
    margin-bottom: -92px;
    margin-top: -30px;
  }

  .icon-hy {
    position: absolute;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width:580px) {
  .profile-image-hy {
    width: 450px;
    height: 450px;
    margin-bottom: -72px;
    margin-top: -15px;
  }

  .icon-hy {
    position: absolute;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width:450px) {
  .profile-image-hy {
    width: 300px;
    height: 300px;
    margin-bottom: -48px;
    margin-top: 0px;
  }

  .icon-hy {
    position: absolute;
    width: 25px;
    height: 25px;
  }
}

h2.spc-txt {
  padding-bottom: 28px !important;
}

.footer3 ul li a {
  white-space: normal;
}


/* for man image tab */
@media (max-width: 768px) {
  .image-wrapper-sm {
    display: flex;
    justify-content: center;
  }

  .centered-img {
    width: 42%;
  }
  .footer3 ul li a {
    word-break: break-word;
    white-space: normal;
  }
}


.mobile-slider {
  display: none;
}

@media (max-width: 767px) {
  .mobile-slider {
    display: block;
  }

  .row.d-none.d-md-flex {
    display: none;
  }
}

.slick-prev,
.slick-next {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  background: #fff;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev {
  background-image: url('../images/arrow-prev.png');
  background-repeat: no-repeat;
  background-size: 11px 13px;
}

.slick-next {
  background-image: url('../images/arrow-next.png');
  background-size: 11px 13px;
  background-repeat: no-repeat;

}

.slick-prev,
.slick-next {
  position: absolute;
  /* bottom: 10px; */
  z-index: 2;
}

.slick-prev {
  left: 50%;
  margin-left: -27px;
}

.slick-next {
  left: 50%;
  /* margin-left: 29px; */
}

/* Responsiveness */
@media screen and (max-width: 767px) {

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    padding: 7px 5px 26px 33px;
  }
}

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

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    padding: 7px 5px 26px 33px;
  }

  .slick-prev {
    margin-left: -48px;
  }

  .slick-next {
    margin-left: 19px;
  }

  .box1.green,
  .box1.red,
  .box1 {
    height: 97%;
  }

}

/* @media (max-width: 768px) {
  .bannerPic {
    min-height: 356px;
}
} */

/* } */


.text-red{
  color: #EB2024 !important;
}

.text-success{
  color: #46e416 !important;
}

@media only screen and (width: 768px) {
  .header {
    padding: 8px 28px !important;
  }
}

@media (max-width: 575.98px) {
  .whychoose .slick-dots {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
   .sec4btn1 {
      left: 44%;
  }
  /* .sec4btn1 , .sec4btn2 {
    width: 204px !important;
    height: 51px !important;
    padding: 8px 0px !important;
  } */
  /* .sec4btn1 {
    left:17% !important;
  } */
  .sec4btn1, .sec4btn2 {
    width: 290px !important;
    height: 47px !important;
    padding: 4px 0px 0px 12px !important;
}
}

@media (max-width: 575.98px) {
	.mobile-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.mobile-grid .sec2box1 {
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.10);
    padding: 68px 30px;
    backdrop-filter: blur(20px);
	}
  @media only screen and (max-width: 500px) {
    .mobile-grid  .sec2box1 h3 {
        font-size: 32px;
        padding-top: 0px;
    }
    .sec2 p {
      font-size: 12px !important;
    }
}
}

@media only screen and (max-width: 500px) {
  .mobile-grid  .sec2box1 {
      min-height: 146px !important;
      margin-bottom: 0px !important;
  }
}

.linkmob{
  padding: 0 0 0 44px !important;
}

.followus{
  padding: 0 0 0 43px;
}
@media only screen and (max-width: 500px) {
  .footer h2{
    font-size: 16px;
  }
  .footer p {
    font-size: 14px !important;
  }
  .footer ul li a {
    font-size: 14px;
  }
  .followus ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 9px;
  }
  .footer3 ul li:nth-child(2) a {
    padding: 10px 0 2px 40px;
    display: block;
  }
}

@media only screen and (max-width: 380px) and (min-width: 370px) {
    .bannerText {
  top: 11% !important;
}
.bannerText h1 {
  font-size: 43px !important;
}
.bannerText h3 {
  font-size: 27px !important;
}
.bannerText p {
  font-size: 12px !important;
}
.bannerText ul li {
  padding: 4px 18px !important;
}
.bannerText ul li a {
  font-size: 21px !important;
}
}

@media only screen and (max-width:900px) and (min-width:820px){
.footer3 ul li:nth-child(3) a{
  word-break: break-word;
}
}

.gindex{
  z-index: 12;
}

/* solar section for mobile view */
@media only screen and (max-width: 768px){
.sec4 .mob-solar1 {
  left: 31%;
  margin-bottom: 20px;
}
.sec4 .mob-solar2 {
  left: 31%;
  margin-bottom: 20px;
}
.sec4 .mob-solar3 {
  left: 31%;
  margin-bottom: 20px;
  margin-top:23%;

}
.sec4 .mob-solar4 {
  left: 31%;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 480px){
  .sec4 .mob-solar1 {
    left: 21%;
    margin-bottom: 20px;
  }
  .sec4 .mob-solar2 {
    left: 21%;
    margin-bottom: 20px;
  }
  .sec4 .mob-solar3 {
    left: 21%;
    margin-bottom: 20px;
    margin-top:36%;
  
  }
  .sec4 .mob-solar4 {
    left: 21%;
    margin-bottom: 20px;
  }
  .sec4btn1, .sec4btn2 {
    width: 221px !important;
    height: 42px !important;
    padding: 4px 0px 0px 12px !important;
}
.sec4 span{
  font-size: 12px;
}
#solar-system {
  position: absolute;
  top: 4%;
  left: 13%;
  transform: translate(-50%, -50%);
}
  }
/* solar section for mobile view ends*/


@media only screen and (min-width: 769px) and (max-width: 900px) {
    .sec4 .mob-solar1 {
    left: 31%;
    margin-bottom: 20px;
  }
  .sec4 .mob-solar2 {
    left: 31%;
    margin-bottom: 20px;
  }
  .sec4 .mob-solar3 {
    left: 34%;
    margin-bottom: 20px;
    margin-top: 46%;
}
  .sec4 .mob-solar4 {
    left: 34%;
    margin-bottom: 20px;
  }
  #solar-system {
    position: absolute;
    top: 5%;
    left: 51%;
    transform: translate(-50%, -50%);
}
  }
  
  @media only screen and (min-width: 1280px) and (max-width: 1355px) {
    .industryexperts h2 {
      font-size: 17px !important;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1280px) {

  .sec6 .slick-dots{
    visibility: hidden;
  }
}

/* @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) {
    
  .bannerText h1 {
    font-size: 46px;
  }

  .bannerText p {
    font-size: 15px !important;
  }  
  .bannerText1 {
    top: 25%;
}

  .bannerText {
    top: 26% !important;
  }
  .header {
    padding: 8px 30px !important;
}
.bannerPic {
  object-fit: cover;
  height: 36em;
}
} */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {

.bannerPic {
  background-size: cover;
  height: 39em;
}
.header {
  padding: 10px 35px !important;

  }
}
@media only screen and (max-width: 1920px) {
  .aboiutsec3 img {
  position: relative;
  bottom: -1px;
}
}

@media only screen and (max-width: 1536px) {
/* .girl-couch {
  height: 38em;
} */

.aboutsec11 p {
  font-size: 19px !important;
}
}


  /* solar view ends */

  .coursesoffered .slick-prev:hover,
.coursesoffered .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: translateY(-2px); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

@media only screen and (max-width: 500px) {
  .sec8 h2{
    max-width: 7em;
  }
  }

  @media only screen and (min-width: 1024px) and (max-height: 1366px)  {
    .contbanner{
 height: auto !important;
 }
    }

    .scroll-para {
      max-height: 223px; /* Set the desired scroll height */
      overflow-y: auto;
    }
    
