@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

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

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

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

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

body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
/*Header sticky*/
#header_container {
  transition: top 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#header_container.hide-nav {
  top: -200px;
}

.top-hegt-space {
  margin-top: 85px;
}

/*Header sticky*/
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

/*main menu style*/
.hero {
  width: 100%;
  display: flex;
}
.hero .menu-btn {
  position: absolute;
  top: 14px;
  right: 0;
  color: #fff;
  cursor: pointer;
  letter-spacing: 5px;
  border: 1px solid #0C4D8B;
  font-weight: bold;
  background: #0C4D8B;
  padding: 6px 11px 6px 15px;
  border-radius: 6px;
}
.hero .menu-btn:hover span:nth-child(1) {
  width: 70px;
}
.hero .menu-btn:hover span:nth-child(2) {
  width: 65px;
  margin-left: -10px;
}
.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 65px;
  height: 5px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
}
.hero .menu-btn span:nth-child(2) {
  width: 40px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/menu-bg.jpg) center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .btn-close {
  font-size: 17px !important;
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 14px;
  z-index: 999;
}
.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}
.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  position: relative;
}
.menu .links-container a:hover {
  color: #00eca6;
  font-size: 4.5em;
  margin-left: 10px;
}
.menu .links-container a:before {
  color: whitesmoke;
}
.menu .home:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542149624-8a12d5285934?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a91f847fdcc99b00a29d5a39a2b6f4b9&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -250%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}
.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .places:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1542140372-de3e121eb11e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6feeb58669ba6adbd2aacc9c89391713&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -350%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .places:hover:after {
  visibility: visible;
  top: -375%;
}
.menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .about:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1527402992-00b58e9a4edf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=24056e5c05fb23e069e2b1f47fdaf8f1&auto=format&fit=crop&w=675&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -450%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}
.menu .about:hover:after {
  visibility: visible;
  top: -475%;
}
.menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}
.menu .contact:after {
  content: "";
  position: absolute;
  background: url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=665f85219b6ad4ee4b274871593f3394&auto=format&fit=crop&w=1350&q=80");
  width: 600px;
  height: 800px;
  background-size: cover;
  top: -550%;
  right: -1000px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  /*transition-delay: .2s;*/
  filter: grayscale(75%);
  visibility: hidden;
}

.mnu-hdd_menu {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 7px auto;
  padding-right: 7px;
  letter-spacing: 2px;
}

/*main menu style*/
/*our campuses*/
.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
}

#target {
  width: 100%;
  padding: 0px;
  display: none;
}

.Hide {
  display: none;
}

/*our campuses*/
#header-top {
  background: #F1F1F1;
  border-top: 7px solid #fff;
  padding: 15px 0;
}
#header-top .container, #header-top .container-lg, #header-top .container-md, #header-top .container-sm, #header-top .container-xl, #header-top .container-xxl {
  max-width: 100%;
  padding: 0 187px;
}
#header-top .logo-and-menu {
  display: flex;
  justify-content: space-between;
}
#header-top .logo_1 {
  padding-right: 345px;
}
#header-top .lang-btn {
  padding: 7px 0;
}
#header-top .admissn_btn a {
  background: #0C4D8B;
  border: 1px solid #0C4D8B;
  border-radius: 7px;
  padding: 5px 23px 8px;
}
#header-top .dropdown-toggle::after {
  display: none;
}
#header-top .lang-bnttb {
  background: #fff;
  color: #000;
  border: 1px solid #CDCDCD;
  padding: 5px 12px 8px;
}
#header-top .togglle-menu {
  padding: 9px 0;
}
#header-top .admissn_btn {
  padding: 6px 21px;
}
#header-top .header-right-items {
  display: flex;
}

.search-inline {
  width: 41%;
  right: 0;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  top: 138px;
  height: 8%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: #efefef;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}

.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0;
  top: 0;
  right: 80px;
  padding: 0;
  cursor: pointer;
  width: 80px;
  height: 100%;
  background: #0c4d8b;
  color: #fff;
}

.search-inline .form-control {
  border: 0;
  padding-left: 20px;
  font-size: 20px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  font-weight: 700;
  outline: none;
}

.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
  padding: 10px 0;
}

.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.search-open {
  background: #0c4d8b;
  color: #fff;
  padding: 10px 14px 12px;
  position: fixed;
  right: 0;
  top: 223px;
  z-index: 9;
  border: 2px solid #fff;
  border-right: 0;
  border-radius: 9px 0 0 9px;
}

.search-open:hover {
  background: #1074d1;
  color: #fff;
  padding: 10px 14px 12px;
  position: fixed;
  right: 0;
  top: 223px;
  z-index: 9;
  border: 2px solid #fff;
  border-right: 0;
  border-radius: 9px 0 0 9px;
}

#smicons {
  margin-left: -60px;
  transition: 0.4s;
  position: absolute;
  margin-top: 20vh;
  z-index: 100;
  height: 450px;
}

#smicons:hover {
  margin-left: 0px;
}/*# sourceMappingURL=header-style.css.map */