body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-family: "f1";
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "f1";
  src: url(../fonts/Euclid\ Circular\ A\ Regular.ttf);
}

@font-face {
  font-family: "f2";
  src: url(../fonts/Euclid\ Circular\ A\ Medium.ttf);
}

@font-face {
  font-family: "f3";
  src: url(../fonts/Euclid\ Circular\ A\ SemiBold.ttf);
}

@font-face {
  font-family: "f4";
  src: url(../fonts/Euclid\ Circular\ A\ Bold.ttf);
}

.w-70 {
  width: 70%;
  margin: auto;
}

.w-90 {
  width: 90%;
  margin: auto;
}

.w-100 {
  width: 100%;
}

h1 {
  font-size: 30px !important;
  color: #000;
  font-family: "f4";
}

h2 {
  font-size: 25px !important;
  color: #000;
  font-family: "f4";
}

h6 {
  color: #808080;
  font-size: 20px;
  font-family: "f2";
}

p {
  font-size: 16px;
  font-family: "f1";
  text-align: justify;
  color: #000;
  line-height: 2;
}

.d-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btn-nc {
  background-color: #ffda30;
  border-radius: 5px !important;
  font-family: "f3";
  font-size: 14px !important;
  border: none;
  padding: 8px 12px;
}

.btn-nc a {
  color: #000 !important;
}

.re_ser .btn-nc {
  background-color: #ffda30;
  border-radius: 5px !important;
  color: #000 !important;
  font-family: "f3";
  font-size: 14px !important;
  border: none;
  padding: 8px 12px;
}

.re_ser .btn-nx {
  background-color: #ffda30 !important;
  border-radius: 5px !important;
  color: #000 !important;
  font-family: "f3";
  font-size: 14px !important;
  border: none;
  padding: 8px 12px;
  margin-top: 10px;
}

.re_ser .btn-nb {
  background-color: #000000 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "f3";
  font-size: 14px !important;
  border: none;
  padding: 8px 12px;
  margin-top: 10px;
}

.test_card .btn-nx {
  background-color: #ffda30 !important;
  border-radius: 5px !important;
  color: #000 !important;
  font-family: "f3";
  font-size: 14px !important;
  border: none;
  padding: 8px 12px;
  margin-bottom: 10px;
}

/* nav starts */

.nav_me img {
  width: 160px !important;
}

.nav_me {
  z-index: 11;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

/* .nav_a{
    background: #006db6;
    padding: 5px;
} */
.nav_me .nav_a li a {
  font-family: "f1";
  font-size: 14px;
  color: #000 !important;
  white-space: inherit;
}

.nav-item {
  position: relative;
}

.nav-link::before {
  position: absolute;
  content: "";
  background: #ffda30 !important;
  margin: auto;
  bottom: 0;
  left: 23%;
  width: 50%;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active {
  font-family: "f3";
}

.navbar-light .navbar-nav .nav-link:hover::before {
  opacity: 1;
  transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active::before {
  opacity: 1;
}

.navbar-light .navbar-toggler {
  background-color: #ffda30;
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
  margin: 0px 10px;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

/* .dropdown-menu li {
  position: relative;
} */

.drop-a-sub-main {
  position: absolute;
  right: 0;
  /* padding-left: 16px;
  padding-right: 16px; */
  /* height: 35px; */
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-drop-down-menu {
  width: 200px !important;
}

.sub-drop-down-menu .dropdown-item:hover {
  background: #fff !important;
}

.drop-caret::after {
  position: absolute;
  right: 20px;
  top: 16px;
}

.sub-drop-down-menu {
  position: inherit !important;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}

.sub-drop-down-menu li {
  width: 100% !important;
}

.sub-drop-down-menu a {
  margin-bottom: 5px;
}

.dropdown-submenu .sub-drop-down-menu {
  background: #ffda30;
}

.dr_hv:hover {
  background: #ffda30 !important;
}

/* nav ends */

/* modal pop starts */
.job-form .clse_btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #ffda30;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #000;
}

.job-form h4 {
  font-family: "f4";
  font-size: 20px;
}

.job-form label {
  font-size: 14px;
  font-family: "f2";
  margin-bottom: 5px;
  display: none;
}

.job-form .form-control {
  font-family: "f1";
  font-size: 14px !important;
  margin-bottom: 10px;
}

.job-form .form-control:focus {
  box-shadow: none !important;
}

.mo-di {
  top: 15%;
  max-width: 350px !important;
}

/* modal pop ends */

/* home banner starts */
.hom-ban img {
  width: 100%;
}

.sea {
  box-shadow: 0px 10px 40px rgb(48 124 255 / 15%);
}

.search-container .form-select {
  width: 25%;
  font-size: 13px;
  font-family: "f1";
  border: none;
  padding: 15px 20px;
}

.search-container .form-control:focus {
  border-color: none !important;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%) !important;
}

.search-container input {
  width: 100%;
  padding: 15px 20px;
  font-size: 13px;
  font-family: "f1";
  border: none;
}

.sea {
  position: relative;
}

.search-container input::placeholder {
  color: #d8d8d8;
}

.search-container .btn-sea {
  background: #ffda30 !important;
  color: #000;
}

.search-container .btn-sea {
  position: absolute;
  right: 11px;
  top: 9px;
  padding: 3px 15px;
  font-size: 17px;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-family: "f3";
}

/* home banner ends */

/* home about starts */

/* home about ends */

/* home 2 step starts */
.st-card {
  background: #fff;
  padding: 20px;
  height: 100%;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.st-card h2 {
  font-family: "f3";
  font-size: 23px;
}

.st-tit {
  display: flex;
  align-items: center;
}

.st-ic {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.st-ic {
  background: #ffec97;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  padding: 5px;
}

/* home 2 steps ends */

/* home enquiry starts */
.hom-enq {
  background: #ffda30;
  padding: 30px 0px 0px;
}

.hom-enquiry img {
  width: 70%;
  margin: auto;
}

.ho-fo {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.enqu-con label {
  font-size: 16px;
  font-family: "f3";
  margin-bottom: 10px;
}

.enqu-con .form-control {
  font-family: "f3";
  font-size: 14px;
}

.enqu-con input::placeholder {
  color: #d8d8d8;
}

/* home enquiry ends */

/* home course starts */
.cou_card {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.cou_img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #000;
}

.cou_img img {
  width: 100%;
  border-radius: 5px;
  transition: 0.5s;
}

.cou_card h3 {
  font-size: 20px;
  font-family: "f3";
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.cou_card p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.6;
}

.cou_card:hover img {
  transform: scale(1.2);
  transition: 0.5s;
  opacity: 0.5;
}

/* home course ends */

/* home testimonial starts */
.hom-test {
  margin-top: 50px;
  margin-bottom: 50px;
}

.test_card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test_cards {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 42px 15px;
  height: 100%;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test_img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background: #ffda30;
  margin-bottom: 10px;
}

.test_img img {
  width: 100%;
  border-radius: 5px;
}

.test_card p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.6;
}

.text_moal button {
  position: absolute;
  right: 0;
  border: 0;
  background: #ffda30;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #000;
}

.re-star .st_ar {
  color: #ffb300;
}

.test_card h5 {
  font-family: "f3";
  font-size: 20px;
}

.test_card p {
  font-family: "f2";
}

.test-ic {
  position: absolute;
  top: 20px;
  right: 20px;
}

.test-ic img {
  width: 60px !important;
  opacity: 0.5;
}

.mo-co {
  width: 350px !important;
}

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

.bg {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test-cer {
  margin-bottom: 22px;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots {
  display: none;
}

/* home testimonial ends */

/* home contact starts */
.con_bg {
  background: url(../img/conbg.jpg);
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  color: #000;
}

.con_bg h4 {
  font-family: "f2";
  font-size: 20px;
}

.con_bg h2 {
  font-family: "f3";
  font-size: 25px;
  word-break: break-all;
}

.con_cir img {
  width: 100%;
}

.con_cir p {
  font-family: "f3";
  font-size: 30px;
}

/* home contact ends */

/* footer starts */
.footer {
  background: #000;
  padding: 30px;
}

.footer p {
  color: #fff;
}

.add p {
  text-align: start;
}

.fo_con img {
  width: 160px;
}

.li_st a {
  font-family: "f1";
  font-size: 16px;
  color: #fff !important;
}

.fa_c {
  background: #ffda30;
  color: #000;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  margin: 2px 10px 0px;
  width: 25px;
  height: 25px;
}

.fo_con p {
  font-size: 16px;
  font-family: "f2";
  color: #fff;
  text-align: center;
}

.footer a {
  color: #fff !important;
}

.add img {
  border-radius: 5px;
}

/* footer ends */

/* Page banner starts */
.ban_imgg {
  background: #000;
}

.ban_imgg {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.ban_imgg img {
  opacity: 0.4;
  min-height: 500px;
}

.ban_imgg h5 {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "f4";
}

/* page banner ends */

/* about starts */
.about h1 {
  color: #ffda30;
}

.content {
  background: #ffda30;
  padding: 20px;
}

.con_img img {
  width: 100%;
}

.miss {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.miss h5 {
  color: #000;
  font-family: "f3";
  font-size: 18px;
}

.miss p {
  font-size: 15px;
  color: #000;
  text-align: justify;
}

/* about ends */

/* contact info starts */
.con_t h1 {
  text-align: center;
}

.con_re {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%);
}

.con_re h4 {
  font-family: "f3";
  font-size: 24px;
}

.cont_act {
  background: #fff;
  box-shadow: 0px 2px 50px 0px rgb(0 0 0 / 8%);
  border-radius: 20px;
}

.con_txt h2 {
  font-family: "f3";
  font-size: 30px;
  color: #ffda30;
  margin-bottom: 20px;
}

.co_ic {
  font-size: 20px;
  color: #ffda30;
}

.co_ic {
  background: #ffda30;
  color: #000;
  border-radius: 100%;
  padding: 8px;
  width: 15px;
  height: 16px;
  font-size: 20px;
}

.con_tit h5 {
  font-family: "f2";
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 5px;
}

.con_txt p {
  font-family: "f1";
  font-size: 15px;
}

.con_txt a {
  font-family: "f1";
  color: #000 !important;
  word-break: break-all;
}

.cont_con {
  padding: 20px 5px;
  border-radius: 5px;
  height: 100%;
  color: #000;
  position: relative;
}

.cont_con::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 62%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.fo_rm {
  z-index: 1;
  position: relative;
}

.cont_box {
  margin-bottom: 15px;
}

.cont_con .cont_box label {
  margin-bottom: 7px;
  font-family: "f2";
  font-size: 14px;
  color: #fff;
}

.cont_con .cont_box .form-control {
  background-color: #2c2c2c70;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  color: #fff !important;
  font-family: "f3";
  font-size: 12px;
}

.cont_con .cont_box .form-control:focus {
  color: #fff !important;
  border: 1px solid #ffda30 !important;
}

.cont_con .bt_sub {
  background: #ffda30 !important;
  color: #000 !important;
  font-family: "f3";
  font-size: 14px;
  padding: 8px 12px;
  border: none;
}

.day {
  background: #ffda30;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.ca_l {
  font-size: 11px;
}

.day h5 {
  font-family: "f2";
  font-size: 16px;
  margin: 0;
  color: #000;
}

/* contact info ends */

/* blog starts */
.dt {
  background: #ffda30;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.dt h5 {
  font-family: "f3";
  font-size: 14px;
  margin: 0;
}

.dt_ic {
  font-size: 16px;
}

/* blog ends */

/* blog view starts */
.blg h2 {
  font-size: 30px;
  font-family: "f4";
}

.blg img {
  width: 100%;
  border-radius: 5px;
  margin: 15px 0px;
}

.pc_ic {
  color: #ffb300;
}

.sidebar {
  position: sticky;
  top: 10%;
}

.blg_r {
  padding: 20px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
  border-radius: 5px;
}

.blg_r h4 {
  font-family: "f3";
  font-size: 20px;
}

.bl_li img {
  width: 100%;
  border-radius: 5px;
}

.bl_li a {
  color: #000;
  font-family: "f2";
  font-size: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 10px;
}

.bl_en {
  background: #ffda30;
  border-radius: 5px;
  padding: 20px;
}

.bl_en h5 {
  font-family: "f3";
}

/* blog view ends */

/* testimonial starts */
.test h1 {
  text-align: center;
}

.bg iframe {
  width: 100%;
  height: 300px;
}

/* testimonial ends */

/* placement starts */
.place h1 {
  text-align: center;
}

/* placement ends */

/* course banner starts */
.bg_cour {
  background: url(../img/co2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 40px;
}

.bg_cour h1 {
  color: #fff;
}

.cour_st {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cour_st p {
  color: #fff;
  margin: 0;
  padding-right: 5px;
  font-family: "f2";
}

.be_li {
  width: 90%;
}

.be_li p {
  color: #fff;
}

.be_li ul {
  display: flex;
  flex-wrap: wrap;
}

.be_li li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px 10px 0;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: "f1";
}

.be_li li i.icons {
  width: 30px;
  height: 30px;
  display: inline-flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.ban_con p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
}

.cou_bg {
  background: #fff;
  padding: 20px;
  border-radius: 5px;

}

.cou_cen {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cours img {
  width: 100px;
}

.courss h1 {
  font-size: 30px;
  font-family: "f4";
  margin-top: 30px;
  color: #000;
  background: #ffda30;
  border-radius: 5px;
  padding: 5px 10px;
}

.courss h5 {
  font-size: 25px;
  font-family: "f4";
}

.call {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 10px 40px rgb(48 124 255 / 15%);
  align-items: center;
}

.call img {
  width: 50px;
}

.call a {
  font-family: "f3";
  font-size: 15px;
  color: #000 !important;
}

/* course banner ends */

/* course details starts */
.product {
  background: #fff6cb;
  padding: 40px 0px;
}

.pro_tit h2 {
  font-size: 30px;
  font-family: "f4";
}

.pro_tit p {
  font-family: "f1";
  font-size: 16px;
}

.nav-pills {
  justify-content: center;
}

.pro_tab {
  position: sticky;
  top: 0%;
  background: #fff6ce;
  padding: 10px;
  z-index: 11;
}

.pro_tab h3 {
  font-size: 17px;
  font-family: "f2";
  margin: 0;
}

.nav-pills .nav-link.active {
  background: #ffda30 !important;
  color: #000 !important;
}

.pro_tab .nav-link {
  background: #fff !important;
  color: #000 !important;
  margin-top: 10px;
}

.nav-link h3 {
  font-size: 14px;
}

.pro_tab .nav-item {
  padding: 0px 8px;
}

.dat_left img {
  border-radius: 5px;
}

.syl h3 {
  font-family: "f4";
  font-size: 25px;
}

.ac-it .ac-he {
  font-family: "f3";
  font-size: 20px;
}

.ac-bo li {
  font-family: "f1";
  font-size: 16px;
  margin-bottom: 10px;
}

.ac-he .accordion-button:not(.collapsed) {
  background: #ffda30 !important;
  color: #000 !important;
}

.ho-fo h5 {
  font-family: "f4";
  font-size: 20px;
  padding-left: 16px;
  margin-bottom: 20px;
}

.dat_left li {
  font-family: "f1";
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}

.cer_img img {
  width: 80%;
  margin: auto;
}

/* course details ends */

/* search */
#searchform {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

#searchform span {
  font-size: 15px;
  font-family: "f1";
}

#search-bar {
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: "f1";
}

.output {
  list-style: none;
  width: 78%;
  min-height: 0px;
  border-top: 0 !important;
  color: #000;
  font-size: 15px !important;
  font-family: "f1";
  transition: min-height 0.2s;
  position: absolute;
  z-index: 5;
}



.output,
#search-bar {
  background: #fff;
  box-shadow: 0px 10px 40px rgb(48 124 255 / 15%);
}

.output .link {
  position: relative;
  z-index: 111;
}

.prediction-item {
  padding: 0.5em 0.75em;
  transition: color 0.2s, background 0.2s;
  margin: 10px 2px;
}

.output:hover .focus {
  background: #fff;
  color: #767676;
}

.prediction-item:hover,
.focus,
.output:hover .focus:hover {
  background: #ffda30;
  color: #333;
}

.prediction-item:hover {
  cursor: pointer;
}

.prediction-item strong {
  color: #333;
}

.prediction-item:hover strong {
  color: #000;
}

#searchform p {
  margin-top: 1em;
}

#searchform h1 {
  color: #439973;
  padding-bottom: 5px;
  border-bottom: 2px dotted #439973;
  font-family: "Patua One";
}

#submit {
  display: block;
  margin: 0.5em 0 2.5em;
  padding: 0.25em 0.5em;
  font-size: 1.2em;
  color: #439973;
  border: 1px solid #439973;
  background: 0;
  transition: color 0.2s, background 0.2s;
}

#submit:hover {
  color: #fff;
  background: #439973;
}

.sus_des h1 {
  line-height: 1.7;
}