@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");

:root {
  --ff-poppins: "Poppins", sans-serif;
  --ff-roboto: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --ff-g: "EB Garamond", serif;
  --ff-i: "Italianno", cursive;
  --ff-l: "Lora", serif;
}

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
img,
a:hover,
img:hover {
  border: 0px;
  outline: 0px;
  color: #ff0056;
  text-decoration: none;
  vertical-align: top;
}

body {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  font-family: var(--ff-poppins);
  background: #fff;
  color: #333;
}

input,
select,
textarea,
button {
  font-family: var(--ff-poppins);
}

input[type="file"]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--ff-poppins);
}

p {
  margin-bottom: 15px;
  display: block;
}

.scrollup {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #ff0056;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  display: none;
  border-radius: 100%;
  transition: all 0.5s;
}

.scrollup:hover {
  border: 1px solid #ff0056;
  color: #ff0056;
  background: #fff;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .wrapper_inner {
    max-width: 1300px;
  }
}

.wrapper_inner {
  position: relative;
  padding: 0 15px;
  max-width: 1360px;
  margin-inline: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  transition: all ease-in-out 0.5s;
}

.logo_bar {
  text-align: center;
  padding: 5px 0;
}

.logo img {
  height: 130px;
  transition: all ease-in-out 0.5s;
}

.header.fix .logo img {
  height: 80px;
}

.menuicon {
  display: none;
  float: right;
  margin-top: 20px;
}

.fixedNavigation {
  display: none;
  position: fixed;
  width: 300px;
  right: -100%;
  top: 84px;
  height: calc(100% - 84px);
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
}

.fixedNavigation.open {
  right: 0;
}

.fixedNavigation li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.fixedNavigation li:last-child {
  border-bottom: 0px solid #000;
}

.fixedNavigation li .fa {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background-color: #e6e6e6;
  top: 0;
}

.fixedNavigation li.active .fa,
.fixedNavigation li li.active .fa,
.fixedNavigation li li li.active .fa {
  transform: rotate(180deg);
}

.fixedNavigation li.active li .fa,
.fixedNavigation li li.active li .fa {
  transform: rotate(0);
}

.fixedNavigation li a {
  float: left;
  width: 100%;
  padding: 0 20px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}

.fixedNavigation li ul {
  width: 100%;
  float: left;
  display: none;
  background: #c9aa54;
}

.menuMasked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 0.5s;
}

.menuMasked.open {
  display: block;
}

body.menuOpened {
  overflow: hidden;
}

.menuicon span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 24px;
}

.menuicon.open span:before {
  content: "\f00d";
}

.navigation {
  background: #c9aa54;
  text-align: center;
}

.navigation ul {
  display: flex;
  width: 100%;
  /* max-width: 1100px; */
  margin-inline: auto;
  justify-content: center;
  gap: 15px;
  /* justify-content: space-between; */
}

.navigation ul li {
  float: left;
  /* position: relative; */
  transition: all ease-in-out 0.5s;
}

.navigation ul li a {
  float: left;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
  padding: 0 15px;
  text-transform: uppercase;
}

.navigation ul li.bordered a {
  background: #141f3d;
  color: #fff;
  padding: 0 25px;
}

.navigation ul li.bordered a.active {
  background-color: #b58d1f;
  color: #fff;
}
.navigation .dropDown {
  position: absolute;
  top: 90%;
  left: 0;
  width: 230px;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all ease-in-out 0.5s;
}

.navigation ul li:hover .dropDown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}

.navigation .dropDown li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navigation .dropDown li a {
  width: 100%;
  margin: 0;
  padding: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #f1f1f1;
}

.navigation .dropDown li a:hover {
  border-bottom: 1px solid #cf9431;
}

.navigation ul li a.active {
  /* color: #cf9431; */
  background-color: #b58d1f;
}

/* .navigation ul li.bordered:hover a {
  color: #333;
} */

.navigation ul li:hover li a {
  color: #333;
}
/*section1*/

.section1 {
  width: 100%;
  display: inline-block;
  padding: 0px;
  background-color: #39385a;
  position: relative;
  padding-left: 200px;
}
.section1_hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #141f3d;
  display: block;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 1px;
}
.news_pd {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 42px;
  float: right;
}

.news_scroll {
  list-style: none;
}

.news_scroll li {
  display: inline-block;
  /* float: left; */
  padding: 0 5px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.news_scroll li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  padding: 0 10px;
}
.news_scroll li a:hover{opacity: 1;}
/*section1_end*/

/* banner */
.mtop {
  margin-top: 195px;
}

.banner {
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.bannerTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerTxt .txt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bannerBg.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bannerTxt .txt::after {
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  content: "";
  background: #404042;
  opacity: 0.79;
}

.bannerTxt .txt {
  position: relative;
  width: 42%;
  float: left;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bannerTxt .txt h2 {
  font-family: var(--ff-poppins);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.bannerTxt .txt h2 span {
  display: block;
  color: #f8d880;
}

.bannerTxt .txt .p {
  font-size: 18px;
  font-weight: 500;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 1%;
  width: 60px;
  margin: 0;
  display: block;
}

.carousel-indicators li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
  text-indent: 0px;
  color: #fff;
  background: transparent;
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.5s;
}

.carousel-indicators .active {
  background: transparent;
}

.carousel-indicators li span {
  float: left;
  padding-left: 50px;
  color: transparent;
  transition: all ease-in-out 0.5s;
}

.carousel-indicators li.active span {
  color: #fff;
}

.carousel-indicators li span:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  left: 0;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  opacity: 0.5;
}

.carousel-indicators li.active span:before {
  width: 40px;
}

.bannerTxt .txt .btns a + a {
  margin-left: 10px;
}

.buttonA {
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-top: 20px;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 70px;
  padding: 0 60px;
  background-image: url(../images/buttonA.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.1s;
}

.buttonB {
  background-image: url(../images/buttonB.png);
}

.buttonA span {
  position: relative;
  z-index: 2;
}

.buttonA:hover {
  background-image: url(../images/buttonAHover.png);
  color: #00b6aa;
}

.buttonB:hover {
  color: #ff0056;
}

/* about_section */
.about_section {
  padding: 40px 0;
  overflow: hidden;
}

.about_section .as_img {
  float: left;
  width: 35%;
  position: relative;
}

.about_section .as_img::before {
  position: absolute;
  bottom: -40px;
  left: -70px;
  width: 25%;
  height: 100%;
  content: "";
  background-image: url(../images/aboutBgSTart.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.about_section .as_img img {
  width: 100%;
  position: relative;
}

.about_section .as_txt {
  float: right;
  width: 58%;
  font-size: 18px;
}

.about_section .bottomBg::before {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 33%;
  height: 100%;
  content: "";
  background-image: url(../images/aboutBgGlobe.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.home_h1 {
  font-size: 30px;
  font-weight: 800;
  margin: 30px 0;
}

.buttonC {
  color: #fff;
  float: left;
  margin-top: 20px;
  text-align: center;
  position: relative;
  line-height: 50px;
  height: 50px;
  padding: 0 60px;
  font-size: 14px;
  transition: all ease-in-out 0.5s;
}

.buttonD {
  color: #3217b2;
}

.buttonC:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/buttonC.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.5s;
}

.buttonC:after {
  position: absolute;
  top: 5px;
  left: 3px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/buttonCshadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.5s;
}

.buttonD:before {
  background-image: url(../images/buttonD.png);
}

.buttonD:after {
  background-image: url(../images/buttonDHover.png);
}

.buttonC span {
  position: relative;
  z-index: 2;
}

.buttonC:hover:before {
  top: 5px;
  left: 5px;
  z-index: 0;
}

.buttonC:hover:after {
  top: 0;
  left: 0px;
  z-index: 1;
}

.buttonC:hover {
  color: #422774;
}

.buttonD:hover {
  color: #fff;
}

/* why_section */
.why_section {
  overflow: hidden;
}

.why_section .ws_img {
  float: right;
  width: 56%;
  height: 600px;
  margin-right: -20%;
}

.why_section .ws_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.why_section .ws_txt {
  float: left;
  width: 60%;
}

.why_section .ws_txt li {
  width: 50%;
  float: left;
  margin: 20px 0;
}

.why_section .ws_txt .icon {
  width: 80px;
  height: 85px;
  float: left;
  background-image: url(../images/w1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_section .ws_txt li:nth-child(2n) .icon {
  background-image: url(../images/w2.png);
}

.why_section .ws_txt li:nth-child(3n) .icon {
  background-image: url(../images/w3.png);
}

.why_section .ws_txt li:nth-child(4n) .icon {
  background-image: url(../images/w4.png);
}

.why_section .ws_txt li:nth-child(5n) .icon {
  background-image: url(../images/w5.png);
}

.why_section .ws_txt li:nth-child(6n) .icon {
  background-image: url(../images/w6.png);
}

.why_section .ws_txt .icon img {
  height: 40px;
}

.why_section .ws_txt .p {
  display: flex;
  align-items: center;
  height: 85px;
  float: right;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 100px);
}

/* Academics */
.academics_section {
  background: #fff;
}

.academics_section_box {
  max-width: 1536px;
  margin-inline: auto;
  /*max-height: 1230px;*/
  /*overflow: hidden;*/
}

.academics_section_img {
  width: 100%;
  margin-top: -130px;
}

.academics_section_txt {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
}

.academics_section_txt .ams_txt {
  float: right;
  width: 53%;
  color: #fff;
}

.academics_section_txt .ams_txt li {
  width: 50%;
  float: left;
  margin: 20px 0;
}

.academics_section_txt .ams_txt .icon {
  width: 80px;
  height: 85px;
  float: left;
  background-image: url(../images/ams1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.academics_section_txt .ams_txt li:nth-child(1) .icon,
.academics_section_txt .ams_txt li:nth-child(2) .icon {
  background-image: url(../images/ams2.png);
}

.academics_section_txt .ams_txt .icon img {
  height: 40px;
}

.academics_section_txt .ams_txt .p {
  display: flex;
  align-items: center;
  height: 85px;
  float: right;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 100px);
}

.academics_section_txt .ams_txt2 {
  float: left;
  width: 55%;
  margin-top: 180px;
}

.academics_section_txt .ams_txt2 .span {
  color: #858493;
  font-size: 16px;
  margin-bottom: 40px;
  padding-right: 25%;
}

.academics_section_txt .ams_txt2 li {
  width: 50%;
  float: left;
  margin: 20px 0;
}

.academics_section_txt .ams_txt2 .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.academics_section_txt .ams_txt2 .icon img {
  width: 100%;
}

.academics_section_txt .ams_txt2 li .p {
  display: flex;
  align-items: center;
  height: 50px;
  float: right;
  font-weight: 600;
  font-size: 18px;
  width: calc(100% - 70px);
}

.ams_txt_bottom {
  margin-top: 150px;
  padding-left: 5%;
}

.ams_txt_bottom h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}

.ams_txt_bottom .p {
  font-size: 16px;
  font-weight: 500;
}

.ams_txt_bottom .span {
  display: inline-block;
  font-family: var(--ff-poppins);
  line-height: 35px;
  font-weight: 500;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 30px;
}

.ams_txt_bottom .span img {
  float: left;
  height: 35px;
  margin-right: 10px;
}

.ams_txt_bottom .buttonC:after {
  background-image: url(../images/buttonCshadow2.png);
}

/* facilities_section */
.facilities_section {
  background: #fff;
  padding-top: 40px;
}

.facilities_section .fs_title {
  text-align: center;
  padding: 0 30%;
}

.facilities_section .fs_title:before {
  position: absolute;
  top: -63px;
  left: -45px;
  width: 130px;
  height: 130px;
  content: "";
  background-image: url(../images/facilities_left_png.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.facilities_section .fs_title:after {
  position: absolute;
  top: -50px;
  right: -100px;
  width: 150px;
  height: 150px;
  content: "";
  background-image: url(../images/facilities_right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.facilities_section .home_h1 {
  margin: 10px 0;
}

.facilities_section .fs_title .p {
  font-size: 16px;
  color: #858493;
}

.fs_scroll {
  padding: 0 8%;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.fs_scroll .img {
  background: #ddd;
  overflow: hidden;
  border-radius: 100px;
  margin-bottom: 20px;
}

.fs_scroll .owl-nav button {
  position: absolute;
  top: 35%;
  border: 0px;
  background: transparent;
}

.fs_scroll .owl-nav .owl-prev {
  left: -150px;
}

.fs_scroll .owl-nav .owl-next {
  right: -150px;
}

.fs_scroll .owl-nav img {
  width: 45px;
  transition: all ease-in-out 0.5s;
}

.fs_scroll .owl-nav button:hover img {
  transform: translateY(-10px);
}

.fs_btn {
  text-align: center;
}

.fs_btn .buttonC {
  float: none;
  display: inline-block;
}

/* tests_section */
.tests_section {
  margin-top: 5px;
  color: #fff;
}

.tests_section_img {
  width: 100%;
}

.tests_section_txt {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.tests_section_txt .ts_txt {
  padding-left: 20%;
}

.ts_txt_title {
  float: left;
  width: 200px;
  text-align: center;
}

.ts_txt_scroll {
  float: right;
  width: calc(100% - 300px);
  font-size: 16px;
}

.ts_txt_scroll .quotes {
  width: 65px;
  margin-bottom: 20px;
}

.ts_txt_scroll .p:before,
.ts_txt_scroll .p:after {
  content: '"';
}

.ts_txt_scroll span {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.ts_txt_scroll .carousel-control {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -290px;
  opacity: 1;
}

.ts_txt_scroll .carousel-control-next {
  left: -230px;
}

.ts_txt_scroll .carousel-control img {
  width: 48px;
}

/* .news_section { */
.news_section {
  padding-top: 50px;
}

.news_section .ns_title {
  text-align: center;
}

.ns_scroll {
  padding: 0 7%;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ns_scroll h5 {
  font-size: 16px;
  font-family: var(--ff-poppins);
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.ns_scroll .date {
  margin-bottom: 10px;
}

.ns_scroll .txt a {
  float: left;
  color: #000;
  margin-top: 10px;
  text-decoration: underline;
  transition: all ease-in-out 0.5s;
}

.ns_scroll .txt a:hover {
  color: #21b1fa;
}

.ns_scroll .date i {
  color: #21b1fa;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.ns_scroll .p {
  color: #858493;
}

.ns_scroll .img {
  position: relative;
  float: left;
  width: 50%;
}

.ns_scroll .img:before {
  position: absolute;
  bottom: -13px;
  right: -3px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/news-img-shadow.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ns_scroll .img img {
  position: relative;
  z-index: 2;
}

.ns_scroll .txt {
  width: 45%;
  float: right;
  padding-top: 60px;
}

.ns_scroll .owl-nav button {
  position: absolute;
  top: 35%;
  border: 0px;
  background: transparent;
}

.ns_scroll .owl-nav .owl-prev {
  left: -100px;
}

.ns_scroll .owl-nav .owl-next {
  right: -100px;
}

.ns_scroll .owl-nav img {
  width: 45px;
  transition: all ease-in-out 0.5s;
}

.ns_scroll .owl-nav button:hover img {
  transform: translateY(-10px);
}

.news_section .ns_scroll:after {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 130px;
  height: 130px;
  content: "";
  background-image: url(../images/cloud.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* footer? */
.footer_enquiry_img {
  width: 100%;
  padding-top: 5px;
}
.footer.footer123{background: #39385a; padding: 40px 0 20px;}
.footer.footer123 .footer_enquiry{position: relative;}
.footer.footer123 .footer_nav1{margin-top: 0; }
.footer_enquiry {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.textCenter {
  text-align: center;
}

.fe_form {
  float: right;
  margin-top: 100px;
  width: 68%;
  padding: 0 12%;
}

.fe_form .home_h1 {
  margin: 20px 0;
}

.fe_form .p {
  font-size: 16px;
  color: #fff;
  padding: 0 10%;
  margin-bottom: 20px;
}

.fe_form input,
.fe_form textarea {
  width: 100%;
  float: left;
  margin-top: 15px;
  border: 0px;
  background: transparent;
  color: #fff;
  line-height: 40px;
  border-bottom: 2px dotted #fff;
  transition: all ease-in-out 0.5s;
}
.fe_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.fe_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.fe_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.fe_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.fe_form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.fe_form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.fe_form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.fe_form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.fe_form input:hover,
.fe_form input:focus,
.fe_form textarea:hover,
.fe_form textarea:focus {
  border-bottom: 2px dotted #422774;
}

.fe_form textarea {
  height: 70px;
}

.fe_form button {
  float: none;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
  margin-top: 110px;
}

.footer_nav {
  margin-top: 175px;
}

.foo_nav {
  margin-bottom: 30px;
}

.foo_nav li {
  display: inline-block;
}

.foo_nav li + li {
  margin-left: 40px;
}

.foo_nav li a {
  float: left;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}

.foo_socail {
  margin-bottom: 30px;
}

.foo_socail h6 {
  display: inline-block;
  color: #ffb600;
  font-family: var(--ff-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.foo_socail a {
  display: inline-block;
  color: #fff;
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
  transition: all ease-in-out 0.5s;
}

.foo_socail a:hover,
.foo_nav li a:hover {
  color: #ffb600;
}

.copyrights {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0px;
}
.footer_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  /* padding: 0 50px; */
  margin-bottom: 50px;
}
.footer_grid_row1 p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.75;
  text-align: left;
}
.footer_grid_row1 a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.footer_grid_row1 hr {
  border-color: #c9aa54;
}
.footer_grid_row2 h3 a {
  color: #fff;
  font-size: 21px;
  border-bottom: 1px solid #c9aa54;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.footer_grid_row2 ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.75;
}
.footer_grid_row2 ul li a:hover {
  opacity: 1;
}
/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width: 1500px) {
  .footer_nav {
    margin-top: 80px;
  }
  .academics_section_txt .ams_txt2 {
    margin-top: 20px;
  }
  .academics_section_txt .ams_txt2 li {
    margin: 10px 0;
  }
  .navigation ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .wrapper_inner {
    max-width: 980px;
  }

  .logo img {
    height: 80px;
  }

  .mtop {
    margin-top: 145px;
  }

  .banner img,
  .bannerTxt .txt {
    height: 400px;
  }

  .bannerTxt .txt {
    width: 50%;
  }

  .bannerTxt .txt h2 {
    font-size: 40px;
  }

  /* #homeSlider .carousel-indicators {
    top: 15%;
  } */

  .buttonA {
    line-height: 50px;
    padding: 0 20px;
  }

  .academics_section_txt .ams_txt {
    width: 57%;
  }

  .academics_section_txt {
    top: 18%;
  }

  .academics_section_txt .home_h1,
  .academics_section_txt .ams_txt li {
    margin: 10px 0;
  }

  .academics_section_txt .ams_txt .icon {
    width: 60px;
    height: 60px;
  }

  .academics_section_txt .ams_txt .icon img {
    height: 30px;
  }

  .academics_section_txt .ams_txt .p {
    height: 60px;
    width: calc(100% - 70px);
  }

  .academics_section_txt .ams_txt2 {
    margin-top: 120px;
    width: 60%;
  }

  .academics_section_txt .ams_txt2 .span {
    margin-bottom: 10px;
  }

  .academics_section_txt .ams_txt2 li {
    margin: 10px 0;
  }

  .academics_section_txt .ams_txt2 .icon {
    width: 40px;
    height: 40px;
  }

  .academics_section_txt .ams_txt2 li .p {
    height: 40px;
    font-size: 18px;
    width: calc(100% - 55px);
  }

  .ams_txt_bottom {
    margin-top: 60px;
    padding: 0;
  }

  .academics_section_txt {
    /* border-bottom: 50px solid #99e291; */
  }

  .ams_txt_bottom .span {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 25px;
  }

  .ams_txt_bottom .buttonC {
    margin-top: 10px;
  }

  .facilities_section .fs_title::after {
    right: 0;
  }

  .tests_section {
    overflow: hidden;
  }

  .tests_section_img {
    height: 400px;
    object-fit: cover;
    object-position: top left;
  }

  .ts_txt_scroll .carousel-control {
    left: -200px;
  }

  .ts_txt_scroll .carousel-control-next {
    left: -150px;
  }

  .ts_txt_scroll {
    width: calc(100% - 250px);
  }

  .tests_section_txt .ts_txt {
    padding-left: 26%;
  }

  .ns_scroll {
    padding: 0 5%;
  }

  .ns_scroll .owl-nav .owl-prev {
    left: -50px;
  }

  .ns_scroll .owl-nav .owl-next {
    right: -50px;
  }

  .footer .academics_section_box {
    position: relative;
  }

  .footer .academics_section_box img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer_enquiry {
    position: relative;
    float: left;
  }

  .footer {
    background: #39385a;
    margin-top: 5px;
  }

  .footer_enquiry_img {
    margin: 0;
    padding: 0;
  }

  .fe_form {
    margin-top: 35px;
  }

  .fe_form .p {
    padding: 0;
  }

  .footer_nav {
    margin-top: 50px;
  }
  .navigation ul li a {
    font-size: 12px;
  }
  .navigation ul {
    gap: 0;
  }
}

@media screen and (max-width: 979px) {
  .wrapper_inner {
    max-width: 768px;
  }

  .why_section .ws_img {
    display: none;
  }

  .why_section .ws_txt {
    width: 100%;
  }

  .academics_section_img {
    margin: 0;
  }

  .academics_section_box {
    display: none;
  }

  .academics_section_txt {
    position: relative;
    float: left;
    top: 0;
  }

  .ams_txt_top {
    background: #3117b2;
    padding: 40px 0;
  }

  .academics_section_txt .ams_txt {
    width: 100%;
  }

  .ams_txt_middle {
    padding: 40px 0;
  }

  .academics_section_txt .ams_txt2 {
    margin: 0;
    width: 100%;
  }

  .ams_txt_bottom {
    background: #99e291;
    padding: 40px 0;
    margin-top: 0;
  }

  .ams_txt_bottom .span {
    margin-left: 0;
    float: left;
  }

  .ams_txt_bottom .span + .span {
    margin-left: 20px;
  }

  .academics_section_txt .ams_txt2 .span {
    padding: 0;
  }

  .ams_txt_bottom .buttonC {
    margin-top: 25px;
  }

  .facilities_section .fs_title {
    padding: 0;
  }

  .facilities_section .fs_title .p {
    z-index: 2;
  }

  .fs_scroll {
    padding: 0 100px;
  }

  .fs_scroll .owl-nav .owl-prev {
    left: -80px;
  }

  .fs_scroll .owl-nav .owl-next {
    right: -80px;
  }

  .news_section .home_h1 {
    margin: 0;
  }

  .news_section {
    padding-bottom: 40px;
  }

  .fe_form {
    width: 100%;
    margin: 50px 0;
    padding: 50px;
    border-radius: 30% / 40%;
    background: #ffb600;
  }

  .fe_form .home_h1 {
    margin-top: 0;
  }

  .footer_nav {
    margin-top: 0;
  }

  .navigation ul li a {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper_inner {
    max-width: 550px;
  }

  .fixedNavigation {
    width: 100%;
    display: block;
  }

  .scrollup {
    bottom: 10px;
    right: 10px;
  }

  .logo img,
  .header.fix .logo img {
    height: auto;
    max-height: 80px;
    max-width: 100%;
  }

  .navigation ul {
    display: none;
  }

  .menuicon {
    display: block;
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }

  .menuicon span {
    float: right;
    margin-left: 10px;
    width: 18px;
  }

  .menuicon span::before {
    line-height: 30px;
    font-size: 18px;
  }

  .mtop {
    margin-top: 84px;
  }

  .bannerTxt {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: calc(100% - 20px);
    height: auto;
  }

  .bannerTxt .txt {
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  .bannerTxt .txt .btns,
  .bannerTxt .txt::after {
    display: none;
  }

  .bannerTxt .txt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #404042;
    opacity: 0.79;
  }

  .bannerTxt .txt h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
  }

  .bannerTxt .txt .p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }

  #homeSlider .carousel-indicators {
    display: none;
  }

  .banner img {
    height: 300px;
  }

  .bannerTxt .txt {
    height: auto;
  }

  .about_section .bottomBg::before {
    width: 100%;
    right: 0;
    bottom: -35px;
  }

  .about_section .as_img,
  .about_section .as_txt {
    width: 100%;
  }

  .about_section .as_img::before {
    left: 0;
  }

  .about_section .as_txt {
    font-size: 16px;
  }

  .why_section .ws_txt li,
  .academics_section_txt .ams_txt li,
  .academics_section_txt .ams_txt2 li {
    width: 100%;
    margin: 10px 0;
  }

  .why_section {
    padding-bottom: 40px;
  }

  .ams_txt_bottom .span {
    width: 100%;
    margin-top: 15px;
  }

  .ams_txt_bottom .span + .span {
    margin-left: 0;
  }

  .facilities_section .home_h1 {
    z-index: 2;
  }

  .fs_scroll {
    padding: 0 50px;
  }

  .fs_scroll .owl-nav .owl-prev {
    left: -55px;
  }

  .fs_scroll .owl-nav .owl-next {
    right: -55px;
  }

  .ns_scroll .img {
    width: 100%;
    padding: 0 20px;
  }

  .ns_scroll .txt {
    width: 100%;
    margin-top: 30px;
  }

  .ns_scroll .owl-nav .owl-prev {
    left: -25px;
  }

  .ns_scroll .owl-nav .owl-next {
    right: -25px;
  }

  .fe_form {
    padding: 20px;
  }

  .foo_nav li + li {
    margin-left: 0;
  }

  .foo_nav li {
    margin: 2px 10px;
  }

  .footer,
  .news_section,
  .facilities_section,
  .academics_section,
  .why_section,
  .about_section {
    overflow: hidden;
  }

  .facilities_section .fs_title::before {
    height: 80px;
    width: 100px;
    top: -50px;
  }

  .facilities_section .fs_title::after {
    top: -80px;
    right: -50px;
  }
  .footer_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 359px) {
  .wrapper_inner {
    max-width: 320px;
  }
}
