@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.rawgit.com/michalsnik/aos/2.0.4/dist/aos.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #133844;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #133844;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #133844;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 200, 0;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 200, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Open Sans", sans-serif;
  --bs-font-monospace: "Open Sans", sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Open Sans", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 26px;
  --bs-body-color: #707070;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #133844;
  --bs-link-hover-color: #cca000;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff4cc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1050px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1050px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1050px;
  }
}
.page-section {
  padding: 6rem 0;
}
.section-heading{
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #133844;
  font-weight: 700;
}
.textBox2 h6{
  font-size: 24px;
  color: #484848;
  line-height: 30px;
  font-weight: 600;
}
.textBox2 p{
  font-size: 20px;
  color: #707070;
  line-height: 28px;
  font-weight: 400;
}
.textBox h3{
  color: #D7FDF5;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 36px;
}
.textBox p{
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}
.textBox p:last-child{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}
.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.btn-primary{
  background: #8EE8D8;
  border: #8EE8D8 solid 1px;
  color: #133844 !important;
}
.btn-primary:hover{
  background: #133844;
  border: #133844 solid 1px;
  color: #fff !important;
}
.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  padding: 0.3rem;
  background: #133844;
}
#mainNav .navbar-toggler img{
  max-width: 30px;
}
#mainNav .navbar-brand {
  color: #133844;
  font-weight: 700;
  max-width: 200px;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #3B4143;
  font-weight: 600;
  text-transform: none;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f15062;
}
#mainNav .navbar-nav .partner{
  background: #133844;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff !important;
}
#mainNav .navbar-nav .partner:hover, #mainNav .navbar-nav .partner.active{
  color: #fff !important;
}

.subjest-list{
  padding: 40px 40px 30px 40px;
  margin-top: 100px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.subjest-list h2{
  font-size: 30px;
  color: #133844;
  margin-bottom: 40px;
  text-align: center;
}
.subjest-list ul{
  padding: 0 0 0 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.subjest-list ul li{
  width: 22%;
  margin: 20px 0;
  position: relative;
  padding-left: 16px;
  color: #414141;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding: 7px 0 7px 0px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.subjest-list ul li img{
  margin-right: 20px;
  max-width: 50px;
}

.explore a{
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
/* .subjest-list ul li::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: #000000;
  top: 16px;
  left: 0;
} */

/* .subjest-list ul li a{
  color: #000;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 7px 0 7px;
  font-weight: 600;
} */


.librarianguide{
  padding: 75px 0;
  background: rgb(208,250,240);
  background: linear-gradient(270deg, rgba(208,250,240,1) 57%, rgba(19,56,68,1) 57%);
}
.scrollbar
{
	float: left;
	width: 100%;
	overflow-y: scroll;
}
.force-overflow{
	max-height: 400px;
}
.force-overflow ul{
  color: #133844;
  list-style: none;
  padding: 0;
}
.force-overflow ul li{
  font-size: 20px;
  padding: 10px 10px;
  line-height: 24px;
  max-width: 98%;
  display: flex;
  align-items: flex-start;
}
.force-overflow ul li img{
  margin-right: 12px;
  padding-top: 9px;
}
.force-overflow ul li:hover{
  background: #8EE8D8;
  border-radius: 10px;
  color: #000000;
}
#style-1::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #747474;
  border-radius: 10px;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #747474;
  border-radius: 10px;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #8EE8D8;
}

/* Menu */
.main_menu > ul{
  margin: 0;
}
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  font-size: 15px;
  color: #3B4143;
  padding: 10px 10px 10px;
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.main_menu ul li .active, .main_menu ul li a:hover,
.main_menu ul li:hover > a {
  color: #133844;
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 220px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  list-style: none;
  padding: 10px 0;
}

.main_menu ul li ul li a {
  padding: 10px 15px;
  font-size: 16px;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

.getfree{
  background: #133844;
  padding: 10px !important;
  border-radius: 5px;
  color: #fff !important;
}

.transfor-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.transfor-list .items{
  width: 28%;
  margin: 1%;
  background: #4b5057;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.transfor-list .items h5{
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  line-height: 30px;
}
.transfor-list .items h5 span{
  display: block;
}
.academic{
  background: url(../assets/academic-bg.webp) no-repeat center right;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
}
.titlebar{
  color: #133844;
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 600;
}
.academic-center{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.academic-center .items:first-child{
  width: 45%;
}
.academic-center .items:last-child{
  width: 55%;
  padding-left: 15px;
}
.paracontent p{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}


@media (min-width: 1600px) {
  .paracontent p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}


/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 991px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 991px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
    background: #133844;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    /* display: none; */
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}










@media (min-width: 992px) {
  #mainNav {
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background-color: #f1f1f1;
    position: fixed;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
header.masthead {
  text-align: center;
  background: url("../assets/banner.webp") no-repeat scroll bottom center;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 63px;
  min-height: 450px;
}
@media (min-width: 1600px){
  header.masthead{
    min-height: 590px;
  }
}
header.masthead-thank {
  background: url("../assets/banner-bg.webp") no-repeat scroll center center;
  height: 100vh;
  background-size: cover;
  margin-top: 0;
}
header.masthead-thank .thankyou h1{
  color: #133844;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
header.masthead-thank .thankyou h5{
  color: #133844;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
header.masthead-thank .thankyou p{
  color: #707070;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
header.masthead-thank .thankyou p a{
  color: #404040;
  text-decoration: none;
}
header.masthead .bannercontent{
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 0;
  display: inline-block;
}
header.masthead .banner-content{
  text-align: left;
}
header.masthead .banner-content span{
  display: block;
}
header.masthead .banner-content h5{
  color: #133844;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
header.masthead .banner-content h1{
  color: #00BDB6;
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
header.masthead .banner-content h1 span{
  color: #fff;
  display: block;
}
.access-align{
  background: #00BDB6;
  padding: 0;
}
.access-align .acclist{
  display: flex;
  align-items: center;
  width: 100%;
}
.access-align .acclist .items{
  width: 25%;
  background: #E8ECED;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  min-height: 220px;
  color: #133844;
  display: flex;
  align-items: center;
  text-align: center;
}
.access-align .acclist .items:hover{
  background: #ffffff;
  color: #00BDB6;
}
.aboutSec {
  position: relative;
  z-index: 1;
  padding: 65px 0;
}
img {
  max-width: 100%;
  height: auto;
}

.about-services{
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.about-services .items{
  width: 24.5%;
  border: #707070 solid 1px;
  border-radius: 6px;
  background: #fff;
  padding: 26px;
  color: #707070;
}
.about-services .items p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.about-services .items .icon-a{
  width: 72px;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.about-services .items:hover{
  background: #D7FDF5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.quality-ielts{
  margin-top: 10px;
}
.quality-ielts .items{
  text-align: center;
  background: url("../assets/ielts.jpg") no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 250px 0;
}
.quality-ielts .items h3{
  font-size: 42px;
  line-height: 52px;
}
.quality-ielts .items h3 span{
  display: block;
}


.benefits{
  padding: 80px 0 60px;
}
.benefits h3{
  color: #133844;
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
  display: block;
}
.benefit-services{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border: #707070 solid;
  border-width: 1px 0px 0px 1px;
}
.benefit-services .items{
  width: 25%;
  border: #707070 solid;
  border-width: 0 1px 1px 0;
  border-radius: 0px;
  background: #fff;
  padding: 45px 25px;
  color: #707070;
}
.benefit-services .items p{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  color: #133844;
  font-weight: 600;
}
.benefit-services .items .icon-a{
  width: 72px;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.benefit-services .items:hover{
  background: #D7FDF5;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.benefit-services .items span{
  display: block;
}

.btn-dark{
  background: #133844;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 6px;
  font-weight: 600;
}
.btn-dark:hover{
  background: #f1b900;
  color: #fff;
}

.form-comb{
  text-align: center;
}
.form-comb h3{
  color: #133844;
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: 700;
}
.form-comb h3 span{
  display: block;
}
.form-comb p span{
  display: block;
}
.form-comb p{
  font-size: 18px;
  margin-bottom: 25px;
  color: #707070;
  font-weight: 500;
}

.footer-para{
  background: #fff;
  padding: 20px 0;
}
.footer-para p{
  color: #707070;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}





.benefits-student{
  background: #133844;
  padding: 50px 50px 10px;
}
.benefits-student h3{
  color: #133844;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

.benefit-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.benefit-box .items{
  width: 33.33%;
  border-right: #000 solid 1px;
  padding-right: 5%;
  padding-left: 5%;
}
.benefit-box .items:first-child{
  padding-left: 0;
}
.benefit-box .items:last-child{
  border: none;
  padding-right: 0%;
}
.benefit-box .items img{
  margin-bottom: 10px;
}
.benefit-box .items p{
  font-size: 20px;
  line-height: 30px;
  color: #3A3A3A;
  margin-bottom: 0;
}
.benefit-box-2{
  display: flex;
}
.benefit-box-2 .items h5{
  font-size: 20px;
  color: #3A3A3A;
}
.benefit-box-2 .items ul{
  list-style: none;
  padding: 0 0 0;
}
.benefit-box-2 .items ul li{
  font-size: 18px;
}
.benefit-box-2 .items:last-child{
  margin-bottom: -70px;
}
.benefit-box-2 .items:last-child img{
  width: 100%;
}

.btn-purple{
  background: #133844;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
}
.btn-purple:hover{
  background: #440439;
  color: #fff;
}
.btn-yellow{
  background: #133844;
  color: #3B4143;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
}
.btn-yellow:hover{
  background: #ceae12;
  color: #3B4143;
}

.benefits-teacher{
  background: #133844;
  margin-top: 70px;
  display: flex;
  padding: 40px 40px 50px;
  width: 100%;
}
.benefits-teacher .items{
  width: 50%;
}
.benefits-teacher .items:first-child{
  margin-top: -80px;
}
.benefits-teacher .items:last-child{
  padding: 10px 0 0 50px;
}
.benefits-teacher .benefits-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-teacher .benefits-items .items{
  width: 46%;
}
.benefits-teacher .items h3{
  color: #133844;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.benefits-teacher .items .instru h6{
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 28px;
}
.benefits-teacher .items .instru img{
  margin-bottom: 10px;
  max-height: 55px;
}

.tab-camb{
  display: flex;
  justify-content: space-between;
}
.tab-camb li{
  width: 19.5%;
  text-align: center;
}
.tab-camb .nav-link{
  background: #fff;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 12px 6px;
  border: #707070 solid 1px;
}
.tab-camb .nav-link span{
  display: block;
}


.tab-camb{
  margin-bottom: 35px;
}
.tab-camb .nav-link.active, .tab-camb .show > .nav-link{
  background: #133844;
  color: #fff;
  position: relative;
  border: transparent solid 1px;
}
.tab-camb .nav-link.active::after{
  position: absolute;
  content: "";
  z-index: 99;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 15px;
  border-top: solid 15px #133844;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

.learning-form{
  background: #f5f5f5;
  padding: 60px 0;
}
.student-benefits{
  padding: 50px 0;
}
.student-benefits{
  padding: 50px 0;
}
.librarian{
  padding: 70px 0;
}
.choose-coll{
  display: flex;
  align-items: center;
  background: #00BDB6;
  margin-top: 15px;
}
.choose-coll .items{
  width: 50%;
}
.choose-coll .items ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.choose-coll .items ul li{
  background: #00BDB6;
}
.choose-coll .items ul li{
  padding: 34px 20px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  border-bottom: #fff solid 1px;
}
.choose-coll .items ul li:last-child{
    border:none;
}
/*.choose-coll .items ul li:hover{*/
/*  color: #133844;*/
/*  background: #D7FDF5;*/
/*}*/
.levelupstduies{
  background: url(../assets/benefits-inst.webp) no-repeat center center/cover;
  width: 100%;
  padding: 60px 0;
}
.power-title h2{
  color: #133844;
  font-size: 30px;
  margin-bottom: 20px;
}
.power-title p{
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 28px;
}

.level-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}
.level-flex .items{
  width: 24.4%;
  background: #fff;
  padding: 40px 25px 25px;
  margin-bottom: 0.9%;
}
.level-flex .items:first-child svg{
  stroke: none;
}
.level-flex .items:last-child{
  background: none;
  display: flex;
  align-items: center;
}
.level-flex .items:last-child:hover{
  background: transparent;
}
.level-flex .items:last-child a{
  background: #133844;
  color: #fff;
  text-decoration: none;
  padding: 30px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  border-radius: 5px;
}
.level-flex .items:last-child a:hover{
  background: #5E0A4F;
}
.level-flex .items svg{
  fill: #000;
  stroke: #000;
  margin-bottom: 15px;
  max-height: 60px;
}
.level-flex .items:hover{
  background: #133844;
}
.level-flex .items:hover svg, .level-flex .items:hover h6{
  fill: #fff !important;
  color: #fff !important;
  stroke: #fff;
}
.level-flex .items h6{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.level-flex .items h6 strong{
  font-weight: 700;
  margin-bottom: 0;
}
.bg-light{
  background: #E8ECED !important;
}
.poweruptouch{
  padding: 60px 0 60px;
}

.librarian-guide{
  background: #D7FDF5;
  padding: 0 0 50px;
}
.slider .slick-slide {
  margin: 15px 7px !important;
}
.benefits-students{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.benefits-students .items{
  width: 48.5%;
  text-align: center;
}
.benefits-students .items h4{
  color: #133844;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.benefits-students .items p{
  color: #707070;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 32px;
}
.welcome-content p{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0px;
}
.welcome-content p:last-child{
  margin-bottom: 0;
}
.ourplan{
  background: url(../assets/ourplan.webp) no-repeat center center;
  width: 100%;
  background-size: cover;
  padding: 70px 0;
}
.planlist{
  background: #ffffff;
  border: #00BDB6 solid 3px;
  border-radius: 12px;
  display: flex;
  margin-top: 30px;
}
.planlist .items{
  width: 25%;
  padding: 25px 25px 15px;
  position: relative;
  min-height: 375px;
}
.planlist .items h3{
  color: #133844;
  font-size: 20px;
  font-weight: 700;
  border-bottom: #00BDB6 solid 2px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.planlist .items p{
  margin-bottom: 0;
  font-size: 20px;
  color: #707070;
  line-height: 28px;
}
.planlist .items:hover{
  background: #00BDB6;
  border-radius: 12px;
  top: -20px;
  position: static;
  box-shadow: rgba(0, 189, 182, 0.5) 0px 7px 29px 0px;
  padding: 30px;
  position: relative;
}
.planlist .items:hover h3{
  border-bottom: #ffffff solid 2px;
  color: #ffffff;
}
.planlist .items:hover p{
  color: #ffffff;
}
.modernlibraries{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.modernlibraries .items{
  width: 32%;
  border: #00BDB6 solid 2px;
  border-radius: 12px;
  padding: 50px 40px 40px;
  margin: 10px 0;
}
.modernlibraries .items:hover{
  background: #133844;
}
.modernlibraries .items svg{
  fill: #133844;
  stroke: #133844;
}
.modernlibraries .items h5{
  color: #133844;
  font-weight: 700;
  font-size: 20px;
  min-height: 50px;
  margin-bottom: 10px;
}
.modernlibraries .items h5 span{
  display: block;
}
.modernlibraries .items img{
  max-height: 75px;
}
.modernlibraries .items p{
  font-size: 20px;
  color: #707070;
  line-height: 28px;
  margin-bottom: 30px;
  min-height: 110px;
  max-width: 90%;
} 
.modernlibraries .items:hover h5, .modernlibraries .items:hover p{
  color: #fff;
}
.modernlibraries .items:hover svg{
  fill: #ffffff;
  stroke: #ffffff;
}
.modernlibraries .items .icon-newly{
  background: url(../assets/newly-icon.png) no-repeat;
  width: 102px;
  height: 80px;
}
.modernlibraries .items .icon-elements{
  background: url(../assets/elements-icon.png) no-repeat;
  width: 100px;
  height: 93px;
}
.modernlibraries .items:hover .icon-newly{
  background: url(../assets/newly-icon-h.png) no-repeat;
  width: 102px;
  height: 80px;
}
.modernlibraries .items:hover .icon-elements{
  background: url(../assets/elements-icon-h.png) no-repeat;
  width: 100px;
  height: 93px;
}





@media screen and (max-width: 1200px) and (min-width: 992px) {
  header.masthead .banner-content h5 {
    text-align: left;
    font-size: 24px;
  }
  header.masthead .banner-content h1 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }
  header.masthead{
    background-size: cover;
    min-height: 300px;
    margin-top: 60px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 10px 7px 10px;
  }
  #mainNav .navbar-brand {
    max-width: 200px;
  }
  header.masthead-thank .thankyou h1{
    font-size: 36px;
    line-height: 40px;
  }
  header.masthead-thank .thankyou h5{
    font-size: 28px;
  }
  header.masthead-thank .thankyou p{
    font-size: 18px;
    font-weight: 400;
  }
  header.masthead-thank {
    background: url("../assets/banner-bg.webp") no-repeat scroll center center;
    height: 100vh;
    background-size: cover;
    margin-top: 0;
    align-items: center;
  }
}

@media screen and (max-width: 991px) and (min-width: 651px) {
  .about-services, .benefit-services{
    flex-wrap: wrap;
  }
  .about-services .items {
    width: 49%;
    margin-bottom: 15px;
  }
  .benefit-services .items {
    width: 50%;
    padding: 20px;
  }
  .quality-ielts .items {
    padding: 170px 0;
    background-size: cover;
    background-position: center right;
  }
  .quality-ielts .items h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .quality-ielts .items h3 span{
    display: inline;
  }
  header.masthead {
    background: url(../assets/banner.webp) no-repeat center center;
    height: 100%;
    padding: 50px 0px;
    background-size: cover;
    min-height: 100%;
  }
  .btn-primary{
    border-radius: 0;
  }
  .access-align .acclist .items{
    padding: 10px;
  }
  .access-align .acclist .items{
    min-height: 180px;
  }
  .titlebar{
    font-size: 26px;
    margin-bottom: 15px !important;
    display: block;
  }
  .welcome-content p{
    margin-bottom: 15px !important;
    display: block;
  }
  header.masthead .align-items-center{
    align-items: self-start;
  }
  .textBox p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-heading {
    font-size: 30px;
  }
  .pe-4 {
    padding-right: 0.5rem !important;
  }
  .tab-camb .nav-link{
    font-size: 13px;
    padding: 12px 3px;
  }
  .masthead .row .col-md-7, .masthead .row .col-md-5{
    width: 100%;
  }
  header.masthead .banner-content {
    text-align: left;
    padding-left: 0px;
    padding-top: 30px;
    max-width: 100%;
  }
  header.masthead .banner-content h5 {
    text-align: left;
    font-size: 18px;
  }
  header.masthead .banner-content h1 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }
  .subjest-list {
    padding: 30px;
    margin-top: 20px;
    background: #f5f5f5;
  }
  .benefits-student {
    background: #133844;
    padding: 30px;
  }
  .btn-purple {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
  }
  .benefits-teacher .items:first-child {
    margin-top: 0px;
  }
  .student-benefits{
    padding: 25px 0;
  }
  .student-benefits{
    padding: 25px 0;
  }
  .librarian{
    padding: 25px 0;
  }
  .benefits-teacher .items h3 {
    color: #133844;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .subjest-list h2, .benefits-student h3, .form-comb h3 {
    font-size: 24px;
  }
  .benefits-students .items {
    padding: 0px;
  }
  .poweruptouch {
    padding: 30px 0;
  }
  .choose-coll .items ul li a{
    padding: 13px 20px;
  }
  .planlist{
    flex-wrap: wrap;
  }
  .planlist .items{
    width: 50%;
  }
  .planlist .items:hover{
    top: 0;
    border-radius: 8px;
  }
  .modernlibraries .items {
    padding: 15px;
    margin: 8px 0;
  }
  .transfor-list .items {
    padding: 15px;
  }
  .transfor-list .items h5{
    font-size: 20px;
  }
  .academic-center{
    flex-direction: column;
  }
  .academic-center{
    padding: 0;
  }
  .academic-center .items:first-child, .academic-center .items:last-child{
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  header.masthead-thank .thankyou h1{
    font-size: 30px;
    line-height: 40px;
  }
  header.masthead-thank .thankyou h5{
    font-size: 24px;
  }
  header.masthead-thank .thankyou p{
    font-size: 15px;
    font-weight: 400;
  }
  header.masthead-thank {
    background: url("../assets/banner-bg.webp") no-repeat scroll center center;
    height: 100vh;
    background-size: cover;
    margin-top: 0;
    align-items: center;
  }
  .main_menu > ul{
    padding-left: 0;
  }
  .main_menu ul li a{
    padding-left: 0;
  }
  .modernlibraries .items p {
    min-height: 144px;
    max-width: 100%;
  }
  .planlist .items {
    min-height: 260px;
  }
  .planlist .items h3{
    font-size: 18px;
  }
}

@media screen and (max-width: 650px) and (min-width: 320px) {
  .about-services {
    flex-direction: column;
    margin-top: 50px;
  }
  .about-services .items{
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
  }
  .about-services .items .icon-a{
    text-align: center;
    margin: 0 auto 15px;
    display: table;
  }
  .imgBox {
    margin-bottom: 30px;
  }
  .imgBox.pe-4 {
    padding-right: 0rem !important;
  }
  .benefit-services{
    flex-direction: column;
  }
  .benefit-services .items{
    width: 100%;
    padding: 25px 25px;
    text-align: center;
  }
  .benefit-services .items .icon-a{
    text-align: center;
    margin: 0 auto 15px;
    display: table;
  }
  .quality-ielts .items {
    padding: 100px 0;
    background-size: cover;
    background-position: center right;
  }
  .quality-ielts .items h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .quality-ielts .items h3 span{
    display: inline;
  }
  header.masthead .bannercontent h1 {
    font-size: 30px;
  }
  header.masthead {
    background: url(../assets/bannerbg-mobile.webp) no-repeat bottom center;
    align-items: end;
    margin-top: 58px;
    background-size: cover;
  }
  .subjest-list {
    padding: 20px;
    margin-top: 50px;
    background: #f5f5f5;
  }
  .subjest-list ul li {
    width: 100%;
    margin: 10px 0;
  }
  .subjest-list h2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .benefit-box, .benefit-box-2{
    flex-direction: column;
  }
  .benefit-box .items {
    width: 100%;
    border-right: #000 solid 0px;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 25px;
    text-align: center;
  }
  .benefits-student {
    background: #133844;
    padding: 20px;
  }
  .benefit-box-2 .items{
    margin-bottom: 20px;
    text-align: center;
  }
  .benefit-box-2 .items:last-child {
    margin-bottom: 0px;
  }
  .benefits-teacher {
    background: #133844;
    margin-top: 20px;
    display: flex;
    padding: 20px;
    width: 100%;
    flex-direction: column;
  }
  .benefits-teacher .items:first-child {
    margin-top: 0px;
  }
  .benefits-teacher .items {
    width: 100%;
  }
  .benefits-teacher .items:last-child {
    padding: 10px 0 0 0px;
    text-align: center;
  }
  .tab-camb li {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
  .tab-camb .nav-link span{
    display: inline;
  }
  .tab-camb .nav-link.active::after{
    display: none;
  }
  header.masthead .banner-content{
      margin-top: 0px;
      text-align: center;
      padding: 0 10px 20px;
      max-width: 100% !important;
  }
  header.masthead .banner-content h1 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  header.masthead .banner-content h5 {
    text-align: center;
    font-size: 20px;
  }
  .welcome-content{
    text-align: center;
    margin-top: 30px;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  header.masthead {
    padding: 0px 0 15px;
  }
  .student-benefits{
    padding: 25px 0;
  }
  .student-benefits{
    padding: 25px 0;
  }
  .librarian{
    padding: 25px 0;
  }
  #mainNav .navbar-brand{
    max-width: 180px;
  }
  .benefits-teacher .items h3 {
    font-size: 20px;
  }
  .form-comb h3, .benefits-student h3, .subjest-list h2 {
    font-size: 24px;
  }
  .level-flex{
    flex-direction: column;
  }
  .level-flex .items {
    width: 100%;
    margin-bottom: 10px;
  }
  .level-flex .items:last-child {
    justify-content: center;
  }
  .levelupstduies{
    padding: 60px 0 30px;
  }
  .benefits-students{
    border: none;
    margin-top: 0;
  }
  .benefits-students .items {
    width: 100%;
    margin: 10px 0;
  }
  .benefits-students .items p{
    text-align: center;
  }
  .section-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .librarianguide{
    padding: 50px 0;
  }
  .masthead .row{
    flex-direction: column-reverse;
  }
  .librarianguide {
    padding: 50px 0;
    background: rgb(208,250,240);
    background: linear-gradient(0deg, rgba(208,250,240,1) 57%, rgba(19,56,68,1) 57%);

    /* background: rgb(208,250,240);
    background: linear-gradient(270deg, rgba(208,250,240,1) 57%, rgba(19,56,68,1) 57%); */
  }
  .librarianguide .textBox{
    text-align: center;
    margin-bottom: 40px;
  }
  .transfor-list{
    flex-direction: column;
  }
  .transfor-list .items{
    width: 100%;
    margin: 1% 0;
    padding: 10px;
  }
  .transfor-list .items h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .titlebar {
    font-size: 24px;
  }
  .academic-center{
    flex-direction: column;
  }
  .academic-center{
    padding: 0;
  }
  .academic-center .items:first-child, .academic-center .items:last-child{
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .textBox h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .main_menu > ul {
    margin: 0;
    padding: 10px;
  }
  .main_menu ul li a{
    padding-left: 0;
  }
  header.masthead-thank .thankyou h1{
    font-size: 30px;
    line-height: 40px;
  }
  header.masthead-thank .thankyou h5{
    font-size: 24px;
  }
  header.masthead-thank .thankyou p{
    font-size: 15px;
    font-weight: 400;
  }
  header.masthead-thank {
    background: url("../assets/banner-bg.webp") no-repeat scroll center center;
    height: 100vh;
    background-size: cover;
    margin-top: 0;
    align-items: center;
  }
  .aboutSec {
    padding: 25px 0 25px;
  }
  .force-overflow{
    max-height: 350px;
  }
  .access-align .acclist, .choose-coll{
    flex-direction: column;
  }
  .access-align .acclist .items{
    width: 100%;
    padding: 15px 40px;
    min-height: 110px;
    text-align: center;
    justify-content: center;
  }
  .choose-coll .items {
    width: 100%;
    text-align: center;
  }
  .choose-coll .items ul li a{
    padding: 20px !important;
  }
  .planlist{
    flex-direction: column;
    margin-top: 0;
  }
  .planlist .items {
    width: 100%;
    text-align: center;
    min-height: 100%;
  }
  .planlist .items:hover{
    top: 0px;
    border-radius: 8px;
  }
  .ourplan{
    padding: 30px 0;
  }
  .poweruptouch{
    padding: 25px 0 10px;
  }
  .modernlibraries{
    flex-direction: column;
  }
  .modernlibraries .items{
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .modernlibraries .items p {
    margin-bottom: 15px;
    min-height: auto;
    max-width: 100%;
  }
  .aboutSec .mb-4{
    margin-bottom: 0 !important;
  }
  .modernlibraries .items h5{
    min-height: 100%;
  }
  .btn-primary{
    border-radius: 0px;
  }
  .modernlibraries .items .icon-newly{
    margin: 0 auto;
  }
  .modernlibraries .items .icon-elements{
    margin: 0 auto;
  }
  .modernlibraries .items:hover .icon-newly{
    margin: 0 auto;
  }
  .modernlibraries .items:hover .icon-elements{
    margin: 0 auto;
  }
}