html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
}

:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-main-color: #070f40;
  --bs-main-blue-color: #333;
  --bg-theme-color3: var(--theme-color3);
  --theme-color3: #7054e6;

  --theme-color1: #191e24;
  --theme-color2: #00c7c4;
  --theme-color3: #7054e6;
  --theme-color4: #f89321;
  --theme-color5: #ff214f;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --bg-theme-color5: var(--theme-color5);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --border-theme-color4: var(--theme-color4);
  --border-theme-color5: var(--theme-color5);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #164333;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color-bg-theme-color5: #fff;
  --text-color: #7d8185;
  --headings-color: var(--theme-color1);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "DM Sans", sans-serif;
  --title-font: "DM Sans", sans-serif;
  --style-font: "Reey";
  --body-font-size: 18px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 84px;
  --h2-font-size: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.1em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #c2c0c0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff214f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* common */

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-35 {
  margin-bottom: 35px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-108 {
  margin-top: 108px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

a {
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

a:hover {
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

p {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul,
li {
  padding-bottom: 0;
  margin-bottom: 0;
}

.text-left  {
  text-align: left !important;
}


/* headerCssStart */

.dropdown-toggle::after  {
  display: none;
}

.header-info-section  {
  padding: 8px 0;
  background: var(--bs-main-color);
}

.top-info  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-info-contact a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

p.top-info-contact {
  margin-top: 0px;
}

.top-info div:first-child  {
  margin-right: 0px;
}

p.top-info-contact span {
  position: relative;
  top: 7px;
}

.login-btn  {
  background: green;
  border-color: green;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 25px 5px;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  border: none;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  line-height: 28px;
  border-top-left-radius: 15px;
}

.login-btn:hover  {
  border-color: #fff;
  background: #fff;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  color: #333;
}

.login-btn span  {
  position: relative;
  top: 5px;
}

.signup-btn {
  font-size: 16px;
  text-decoration: none;
  padding: 0px 25px 5px;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  background: #ff214f;
  border: none;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  line-height: 28px;
  border-bottom-right-radius: 15px;
}

.signup-btn:hover  {
  border-color: #fff;
  background: #fff;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  color: #333;
}

.signup-btn span  {
  position: relative;
  top: 5px;
}

.top-info-list li a  {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.top-info-list li  {
  padding:15px;
  background: red;
  margin-right: 5px;
}



.top-info-list  {
  margin-bottom: 0;
  padding-bottom: 0;
}


header {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 999;
  margin-top: 0;
  background: #ebf6ff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-white-bg {
  padding: 0px;
  position: sticky;
  top: 0;
}

.menu_fixed .iit-logo-fixed {
  width: 85%;
  display: block;
}

.menu_fixed .iit-logo {
  display: none;
}

.navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0 12px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #ff214f;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:focus {
  color: #ff214f;
}

a.active {
  color: #ff214f !important;
}

.navbar-nav .nav-link:hover {
  color: #ff214f;
}

li.nav-item {
  margin-right: 7px;
}

li.nav-item:last-child {
  margin-right: 0px;
}

.menu_fixed {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  border-radius: 0;
  transition: 0.2s all ease-in-out;
}

.menu_fixed .navbar-nav .nav-item .nav-link {
  color: #000;
}

.menu_fixed .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #007fd0;
}

.menu_fixed .navbar-nav .nav-link:hover {
  color: #007fd0;
}

/* headerCssEnded */


/* SliderCssStart */

.slider-left-text-strip  {
  padding: 30px;
  background: rgb(9 17 65 / 30%);
  border-radius: 30px;
}

.slider-left-text-strip h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 00px;
  text-transform: uppercase;
}

.slider-left-text-strip h2 {
  font-size: 47px;
  font-weight: 200;
  padding: 0px 0 10px;
  margin-bottom: 0;
  color:#acb7fd;
}

.slide-text h4 {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 10px;
}

.slide-text h3 {
  font-size: 30px;
  color: var(--bs-main-color);
  font-weight: 700;
  padding: 0px;
  margin-bottom: 00px;
  text-transform: uppercase;
}

.slide-text h2 {
  font-size: 30px;
  font-weight: 200;
  padding: 0px 0 10px;
  margin-bottom: 0;
  color: #333;
}

.slide-text p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 200;
  color: #333;
}

/* sliderCssEnded */




.form-text h4 {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 10px;
}

.form-text h3 {
  font-size: 55px !important;
  color: #ff214f;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 0px;
  text-transform: lowercase;
  text-align: left !important;
}

.form-text h2 {
  font-size: 25px;
  font-weight: 500;
  padding: 0px 0 10px;
  margin-bottom: 0;
  color: #333;
}

.form-text p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 200;
  color: #333;
}

.readmore-btn {
  font-size: 32px;
  text-decoration: none;
  padding: 10px 25px 10px 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--bs-main-color);
  text-transform: capitalize;
}

.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn:hover {
  color: #fff;
}

.readmore-btn:hover .readmore-icon {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn:hover span {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about {
  font-size: 18px;
  text-decoration: none;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--bs-main-color);
}

.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about:hover {
  color: #333;
}

.readmore-btn-about:hover .readmore-icon {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about:hover span {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about {
  font-size: 18px;
  text-decoration: none;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--bs-main-color);
}

.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about:hover {
  color: #333;
}

.readmore-btn-about:hover .readmore-icon {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn-about:hover span {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}


.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.book-now-btn {
  font-size: 18px;
  text-decoration: none;
  padding: 5px 25px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  background: #ff214f;
  line-height: 41px;
  border: none;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.book-now-btn:hover {
  color: #f5f5f5;
  background: var(--bs-main-color);
}

.title-strip {
  margin-bottom: 15px;
}

.title-strip h3 {
  color: var(--bs-main-color);
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 15px;
}

.title-strip h4 {
  color: var(--bs-main-color);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.title-strip p {
  font-size: 20px;
  line-height: 25px;
  color: #333;
  font-weight: 200;
  margin-bottom: 10px;
}

.text-justify {
  text-align: justify;
}

/* back to top */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn-backtotop {
  z-index: 99999;
  background: var(--bs-main-color);
  transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -webkit-transition: 0.7s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.btn-backtotop:hover {
  background: #ff214f;
  transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -webkit-transition: 0.7s all ease-in-out;
}

.btn-backtotop i {
  color: #fff;
  font-size: 30px;
}

/* text content */

.slide-text {
  text-align: left;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 60px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin-top: -150px;

}


.slide-text h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
}

/* button */
.slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

button:focus {
  outline: 0;
}

.form-banner-strip {
  background: #fff;
  position: relative;
  z-index: 99;
  height: 100%;
  border-top-left-radius: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}


.form-img-strip {
  background: #fff;
  padding: 0px;
  height: 100%;
  border-bottom-right-radius: 100px;
}

.form-img-strip img  {
  width: 100%;
} 

.form-banner-strip h3 {
  font-size: 26px;
  text-align: center;
  padding: 0px;
  font-weight: 600;
  color: var(--bs-main-color);
}

.form-banner-strip h4 {
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

.form-banner-strip2 {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: -200px;
}

.form-banner-strip2 h3 {
  font-size: 26px;
  text-align: center;
  padding: 0px;
  font-weight: 600;
  color: var(--bs-main-color);
  margin-bottom: 5px;
}

.form-banner-strip2 h4 {
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 200;
}

.form-banner-strip3 {
  background: #fff;
  padding: 35px 30px 35px;
  border-radius: 15px;
  position: relative;
  z-index: 99;
}

.form-banner-strip3 h3 {
  font-size: 26px;
  text-align: center;
  padding: 0px;
  font-weight: 600;
  color: var(--bs-main-color);
  margin-bottom: 5px;
}

.form-banner-strip3 h4 {
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 200;
}

.banner-section {
  padding:120px 0 60px;
  background: url(../images/banner-img.jpg) no-repeat top center fixed;
  background-size: cover;
  height: 750px;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
}

.innerpage-banner-section {
  padding: 60px 0;
  background: #fff;
  background-size: cover;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.banner-section-2 {
  padding: 120px 0;
  background: url(../images/backgrounds/search-form-bg.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  position: relative;
}

.course-section {
  padding: 120px 0;
  position: relative;
}

.course-section::after {
  background: url(../images/pattern-2.png) bottom no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 44%;
  left: 0;
  z-index: -1;
  bottom: 0;
}

.course-sub-section {
  padding: 120px 0;
}

.one-bg {
  background: #fdfaef;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo {
  width: 150px;
}

.book-now-btn span.material-symbols-outlined {
  position: relative;
  top: 6px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.readmore-btn span.material-symbols-outlined {
  position: relative;
  top: 5px;
  font-size: 34px;
}

.owl-carousel .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.border-radius20 {
  border-radius: 0px;
}

button.owl-next {
  border: 2px solid #fff !important;
  color: #fff;
}

button.owl-next i {
  color: #fff;
  font-size: 28px;
}

button.owl-prev i {
  color: #fff;
  font-size: 28px;
}

button.owl-prev {
  border: 2px solid #fff !important;
  color: #fff;
}

.form-icon {
  position: absolute;
  left: 0px;
  top: 14px;
  z-index: 999;
  color: #000;
  width: 25px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.contact-form-field {
  padding-left: 30px;
  height: 55px;
  font-size: 18px;
  border-bottom: 2px solid #dedede;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}

.contact-form-field::placeholder {
  color: #333;
}


#news-slider {
  margin-top: 80px;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.owl-nav {
  display: none;
}

.accordion .fa {
  margin-right: 0.5rem;
}

.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}

.card {
  border-radius: 45px;
  margin-bottom: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px !important;
}

button.accordion-button.collapsed {
  border-radius: 15px !important;
}

button.accordion-button {
  border-radius: 15px !important;
}

.card-header {
  padding: 5px 20px;
  background: #191e24;
  border-radius: 99px !important;
}

.card-header h2 button {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-header h2 button:hover {
  color: #e4e3e3;
}

.card-body p {
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 15px;
}

.card-body h4 {
  font-size: 22px;
}

.p-120 {
  padding: 120px 0 !important;
}

.accordion-button {
  font-size: 21px !important;
  line-height: 28px;
}

.accordion-body p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-main-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) {
  color: #fff;
}


.logo-sticky {
  display: none;
}

.menu_fixed .logo-sticky {
  display: block;
  width: 150px;
}

.menu_fixed .logo {
  display: none;
}

.close-btn-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 40px;
  border: none;
  background: var(--bs-main-color);
  color: #fff;
  font-size: 30px;
  border-radius: 11px;
  z-index: 9999;
}

.close-btn-modal:hover {
  opacity: 0.8;
}

.close-btn-modal span {
  padding-top: 0px;
  position: relative;
  top: -13px;
  font-size: 38px;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 9999999;
  height: 250px;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s ease-in-out;
  padding-top: 60px;
  height: 100vh;
}

.sidepanel a {
  padding: 13px;
  text-decoration: none;
  font-size: 14px;
  color: #dbd7d7;
  display: block;
  transition: 0.3s;
  /* border-bottom: 1px solid #404040; */
  font-weight: 100;
  margin: 15px;
  background: #2d2e2e;
  border-radius: 11px;
}

.sidepanel a:hover {
  color: #fff;
  padding: 13px 13px 13px 20px;
  background: #3d3e3e;
}

.sidepanel a.closebtn:hover {
  color: #fff;
  padding: 0;
  background: #eb1818;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  border: none;
  background: #fe4646;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background: linear-gradient(120deg, #37d0e0 0%, #2676e4 100%);
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  z-index: 999;
  opacity: 1;
  /* left: 3px; */
  left: 20px;
  text-decoration: none;
  /* top: 50%; */
  bottom: -5px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

  width: 170px;
  text-align: center;
}

.openbtn:hover {
  background-color: #1fe379;
}

***/ .courses-section-two {
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
  overflow: hidden;
}

.courses-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 587px;
  background-color: #f1f7f7;
  background-image: url(../images/icons/pattern-2.png);
  content: "";
}

.courses-section-two .icon-group-1 {
  left: -325px;
  bottom: -320px;
  z-index: -1;
}

.courses-section-two .icon-group-2 {
  right: -350px;
  bottom: -300px;
  z-index: -1;
}

.courses-section-two .icon-e {
  left: -350px;
  bottom: 250px;
  width: 193px;
  height: 191px;
  top: auto;
}

.course-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.course-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin-bottom: 25px;
  height: 100%;
}

.course-block-two .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.course-block-two .inner-box:hover .image-box .image:after {
  left: 0;
  right: 0;
  opacity: 0;
}

.course-block-two .image-box {
  position: relative;
}

.course-block-two .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.course-block-two .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 303px;
  object-fit: contain;
}

.course-block-two .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.course-block-two .image-box .price {
  position: absolute;
  right: 0;
  top: 20px;
  height: 30px;
  width: 80px;
  background: var(--bg-theme-color5);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 27px;
}

.course-block-two .image-box .value {
  position: absolute;
  left: 30px;
  bottom: -15px;
  height: 30px;
  background: var(--bg-theme-color3);
  padding: 5px 20px;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.course-block-two .content-box {
  position: relative;
  padding: 30px 30px 30px;
}

.course-block-two .content-box .course-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-left: 0;
  margin-left: 0;
}

.course-block-two .content-box .course-info li {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 10px;
  list-style: none;
}

.course-block-two .content-box .course-info li i {
  margin-right: 7px;
  color: var(--theme-color2);
  font-size: 14px;
}

.course-block-two .content-box .title {
  margin-bottom: 15px;
  padding: 15px 0;
}

.course-block-two .content-box .title a {
  color: #333;
  text-decoration: none;
}

.course-block-two .content-box .title:hover {
  color: var(--theme-color5);
}

.course-block-two .content-box .other-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dae6e6;
  padding-top: 15px;
}

.course-block-two .content-box .rating-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-block-two .content-box .rating-box .text {
  font-size: 14px;
  color: #7d8185;
  margin-bottom: 0;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.course-block-two .content-box .rating-box .rating {
  margin-right: 10px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: var(--theme-color4);
}

.course-block-two .duration {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
}

.course-block-two .duration i {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}

.btn-viewmore {
  font-size: 18px;
  text-decoration: none;
  padding: 5px 25px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  background: #ff214f;
  line-height: 41px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: none;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  display: block;
}

.readmore-icon {
  width: 25px;
  vertical-align: middle;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.btn-viewmore:hover {
  color: #f5f5f5;
  background: var(--bs-main-color);
}

.btn-viewmore:hover .readmore-icon {
  margin-left: 15px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.btn-viewmore:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.btn-viewmore span.material-symbols-outlined {
  position: relative;
  top: 6px;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.btn-w-auto  {
  width: auto !important;
  display: inline-block !important;
}

.news-section {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

.colleges-block {
  position: relative;
  padding: 15px;
}

.colleges-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.colleges-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.colleges-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.colleges-block .image-box {
  position: relative;
}

.colleges-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.colleges-block .image-box .image img {
  display: block;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.colleges-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.colleges-block .image-box .date {
  position: absolute;
  right: 30px;
  top: 0px;
  background: var(--theme-color5);
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 0 0 50px 50px;
  letter-spacing: 1px;
}

.colleges-block .image-box .date b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #fff;
}

.colleges-block .content-box {
  position: relative;
  margin-top: -100px;
  padding: 0 20px;
}

.colleges-block .content-box .content {
  position: relative;
  padding: 20px 30px 1px;
  background-color: #fff;
  border-radius: 15px 15px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.colleges-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

.colleges-block .content-box .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #7d8185;
  font-weight: 400;
  margin-right: 14px;
  list-style: none;
}

.colleges-block .content-box .post-info li i {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}

.colleges-block .content-box .title {
  margin-bottom: 25px;
}

.colleges-block .content-box .title a {
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
}

.colleges-block .content-box .title:hover {
  color: var(--theme-color5);
}

.colleges-block .read-more {
  font-size: 14px;
  line-height: 30px;
  color: #7d8185;
  padding: 10px 30px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #dae6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colleges-block .read-more i {
  margin-left: 10px;
  color: var(--theme-color1);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.colleges-block .read-more:hover {
  color: var(--theme-color4);
}

.colleges-block .read-more:hover i {
  color: var(--theme-color4);
}

.featured-colleges {
  padding: 120px 0;
  background: #fdfdfd;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.tabs-section {
  padding: 120px 0;
}

.registration-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-tabs .nav-link {
  color: #333;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  width: 200px;
  text-align: center;
  background: var(--bs-main-color);
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}

.form-strip {
  padding: 15px;
}

.tabs-content {
  border: 1px solid #ccc;
  padding: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #443ea2;
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border-bottom: 1px solid transparent;
}

.nav-tabs {
  border-bottom: none;
}

.tabs-content .active {
  background: none !important;
}

.tabs-content .active .form-strip {
  padding: 0;
}

.registration-tabs {
  border-bottom: none;
}

.sidebar {
  background: #191e24;
  padding: 30px;
  border-radius: 15px;
}

.profile-pic-strip {
  text-align: center;
}

.profile-pic-strip img {
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  border: 5px solid #fff;
}

.dashboard-right-strip {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.name-admin {
  padding: 15px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

.admin-roll {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.dashboard-menu-list li {
  padding: 10px 0;
  background: #007fd0;
  margin-bottom: 5px;
  border-radius: 25px;
}

.dashboard-menu-list li a {
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.dashboard-section {
  padding: 110px 0 190px;
}

.border-radius-15 {
  border-radius: 25px;
  padding: 7px 40px;
  font-size: 18px;
  color: #fff !important;
}

.login-section {
  padding: 160px 0 140px;
  background: url(../images/login-shapes.svg) no-repeat left top;
}

.signup-section {
  padding: 160px 0 140px;
  background: url(../images/login-shapes.svg) no-repeat right top;
}

.course-innerpage-section {
  padding: 60px 0 120px;
}

.mr-1 {
  margin-right: 10px;
}

.bg-none {
  background: none !important;
}

.border-file-upload {
  border: 1px solid #ccc;
  background: #fff;
  height: 38px !important;
}

.login-page {
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
}

.form-right i {
  font-size: 100px;
}

.form-style {
  height: 50px;
  border-radius: 0;
}

.input-group-text {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgot-text {
  text-decoration: none;
  color: #333 !important;
  font-size: 13px;
}

.inner-page-header {
  background: #fff;
  background-size: cover;
  position: relative;
  margin-top: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login-leftside-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg,
      rgba(2, 0, 36, 0.7707457983193278) 0%,
      rgba(62, 62, 214, 1) 48%,
      rgba(0, 212, 255, 1) 100%);
}

.innerpage-banner {
  background: url(../images/inner-page-banner.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 240px 0 60px;
  position: relative;
}

.innerpage-banner::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.breadcrumb-one li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-one li {
  font-size: 20px;
}

.breadcrumb-section {
  background: #a3b2b2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #449e9e 0%, #c2c5ca 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #449e9e 0%, #c2c5ca 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #449e9e 0%, #c2c5ca 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3b2b2', endColorstr='#e5e5e5', GradientType=1);
  /* IE6-9 */

  padding: 15px 0;
  box-shadow: 0px 0px 25px -10px;
}

a.dashboard-nav-item.active {
  background: var(--bs-main-color);
  color: #fff !important;
}

.login-form-strip {
  padding: 30px;
}

.change-bg {
  background: #f0f3fa;
}

/* Blog section */

.blogs-section {
  padding: 120px 0 200px;
  background: #f3f8f9;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs-strip {
  background: #fff;
}

.blog-content {
  padding: 30px 30px 0;
}

.blog-content .blog-meta {
  margin-bottom: 0px;
  color: #505050;
  margin-left: 0;
  padding-left: 0;
}

.blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}

.blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.fa-user-o:before {
  content: "\f2c0";
}

.blog-content h4 {
  padding: 15px 0;
  font-size: 20px;
  margin-bottom: 0;
}

.blog-text {
  font-size: 15px;
  color: #505050;
  text-align: justify;
}

.blog-content .read-more {
  font-size: 16px;
  line-height: 30px;
  color: #7d8185;
  padding: 10px 30px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #dae6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  text-decoration: none;
  margin-top: 25px;
}

.blog-content .read-more:hover {
  color: var(--theme-color4);
}

.testimonials-section {
  padding: 120px 0;
  background: url(../images/testimonials-bg.jpg) center center fixed;
  background-size: cover;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

/* College details */

.details-main-div  {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.details-main-div img  {
  border-radius: 15px;
}

.details-main-div p  {
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.details-list li  {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #7d8185;
  font-weight: 400;
  margin-right: 14px;
  list-style: none;
}

.details-list li i  {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.college-facilities-img-strip  {
  border-radius: 15px;
  margin-bottom: 30px;
}

.college-facilities-img-strip img  {
  border-radius: 15px;
}

.example-image  {
  border-radius: 15px;
}

/* Blog Css */

.blog-readmore  {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.related-blog-title  {
  font-size: 18px;
}

.related-blogs-strip p  {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.related-blogs-strip p a {
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  text-decoration: none;
  color: #000;
}

/* Programe Type Css */

.program-type-strip  {
  background:#fff;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.nowrap  { 
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  
.wrap li {
  background: gold;
}

.flex-item {
  background: tomato;
  padding:5px 40px 5px 43px;
  width:auto;
  height: auto;
  margin: 5px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.flex-item a  {
  color: #000;
  text-decoration: none;
}

.flex-item a span.program-icon {
  top: 5px;
  position: absolute;
  left: 12px;
}

.flex-item a span.arrow-icon {
  top: 5px;
  position: absolute;
  right: 12px;
}

.dropdown-strip  {
  background: #070f40;
  padding: 15px;
  border-radius: 25px;
  width: 100%;
  height: auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.program-sub-strip  {
  background: #007fd0;
  border-radius: 15px;
  padding: 10px 40px 10px 20px;
  position: relative;
  margin: 5px;
}

.program-sub-strip a  {
  color: #fff;
  text-decoration: none;
}

.program-sub-strip a span {
  top: 10px;
  position: absolute;
  right: 12px;
}

/* About css */

.about-img  {
  margin-bottom: 30px
}

/* FOOTER CSS START */

footer {
  padding: 90px 0;
  background: url(../images/backgrounds/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

.footer-list li:hover {
  padding-left: 10px;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
}

.footer-list li a i {
  color: var(--bs-main-color);
  padding-right: 10px;
}

.list-inline li {
  display: inline;
}

.footer-list-social-media li a img {
  width: 28px;
  text-decoration: none;
}

ul.list-inline.footer-list-social-media li {
  margin-right: 8px;
}

.footer-list-social-media li a {
  text-decoration: none;
}

.copy-right {
  color: #989898;
  font-size: 18px;
}

.copy-right-section {
  padding: 25px 0;
  background: #11204d;
}


.footer-menu-list li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

ul.list-inline.footer-menu-list li {
  padding-right: 20px;
}

.footer-curve {
  position: relative;
}

.footer-curve:before {
  background: url(../images/bgr-footer.png) no-repeat center 0 / cover;
  width: 100%;
  height: 79px;
  content: "";
  position: absolute;
  left: 0;
  top: -78px;
}

.footer-curve-2 {
  position: relative;
}

.footer-curve-2:before {
  background: url(../images/bgr-footer-3.png) no-repeat center 0 / cover;
  width: 100%;
  height: 79px;
  content: "";
  position: absolute;
  left: 0;
  top: -78px;
}

.footer-curve-3 {
  position: relative;
}

.footer-curve-3:before {
  background: url(../images/bgr-footer-3.png) no-repeat center 0 / cover;
  width: 100%;
  height: 79px;
  content: "";
  position: absolute;
  left: 0;
  top: -78px;
}

.footer-container {
  background: url(../images/backgrounds/footer-bg-1.jpg) no-repeat center 0 / cover;
  padding: 90px 0 0px 0;
}

.zoom-two {
  -webkit-animation: zoom-two 10s infinite linear;
  animation: zoom-two 10s infinite linear;
}

.footer-unicrypt {
  max-width: 90%;
  padding-right: 10px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 150px;
}

.footer-col p {
  color: #989ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
  font-weight: 400;
}

.footer-col ul {
  padding: 4px 0 0 0;
  margin-bottom: 0;
}

.footer-col ul li {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 13px;
  list-style-type: none;
  font-weight: 400;
}

.footer-col ul li a i {
  margin-right: 0px;
}

.footer-col ul li a {
  color: #989ea6;
  font-weight: 400;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;

}

.footer-col ul li a:hover  {
  color: #ff214f;

}

.social-link li a {
  color: #fff;
  font-size: 22px;
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #2a3037;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.social-link li a:hover {
  background: #ff214f;
  color: #fff !important;
}

.social-link li {
  margin-right: 15px;
}

.footer-col h4 {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  padding-bottom: 28px;
  font-weight: 500;
}

.footer-col ul {
  padding: 4px 0 0 0;
  margin-bottom: 0;
}

.foo-social span {
  width: 20px;
  float: left;
  margin-top: 6px;
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
}

.foo-social p {
  color: #989ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 0 30px;
  font-weight: 400;
}

.foo-social a .fa-envelope,
.foo-social a .fa-map-marker-alt {
  padding-left: 1px;
}

.footer-bottom-content {
  border-top: 1px solid #7c7c7c;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.footer-bottom-content p {
  color: #989ea6;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: 400;
}

.footer-bottom-content ul {
  padding: 0;
  margin: 0;
}

.footer-bottom-content ul li:first-child {
  padding-left: 0;
}

.footer-bottom-content ul li {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  padding: 2px 0 10px 51px;
  list-style-type: none;
  font-weight: 400;
}

.footer-top-content {
  margin-bottom: 40px;
}


/* FOOTER CSS ENDED */

.about-content-strip  {
  padding: 120px 60px;
  display: flex;
  justify-content:center;
  flex-flow: column;
  align-content: center;
  height: 100%;
}

.about-content-strip h3  {
  color: var(--bs-main-color);
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 15px;
}

.about-content-strip h3 b  {
  color: #ff214f;
}

.about-content-strip p  {
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 15px;
}

.abouthome-img  {
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
}

.what-we-do-section  {
  padding: 120px 0;
  background: antiquewhite;
}

.what-we-do-strip  h3  {
  color: var(--bs-main-color);
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.what-we-do-strip  p  {
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 15px;
}

.what-we-do-home-img  {
  border-top-left-radius: 50px;
  height: 100%;
}

.what-we-do-strip  {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  min-height: 100%;
}

.what-we-do-strip:hover  {
  background: aliceblue;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.students-login  {
  background: rgb(210,210,215);
  background: linear-gradient(0deg, rgba(210,210,215,1) 0%, rgba(226,226,231,1) 35%, rgba(255,255,255,1) 100%);
  padding: 30px;
}

.students-login .contact-form-field {
  padding: 15px 35px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.students-login .form-icon {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 999;
  color: #000;
  width: 25px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.students-login h3  {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding: 0px 0 10px;
  margin-bottom: 30px;
  color: #ff214f;
  text-transform: uppercase;
}

.students-login label  {
  font-size: 16px;
}