@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/*--------------------------------------------------------------# General--------------------------------------------------------------*/
.item_content p,
.item_content a,
p,
.header_top .main-navigation ul li a,
.marquee_section p,
.marquee_section ol li p a,
.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p,
.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p span,
.courses .courseList .box .card .card-body .btn-sec_cnt a,
.blogList .blogCnt .blogText p,
.error_page .error_page_sec p,
.departmentInner .courseList .box .card .card-body .btn-sec_cnt a,
.campusList .courseList .box .card .card-body .btn-sec_cnt a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
body {
  background-color: #f3f3ff !important;
}

.header_sec .header_sec_cnt a,
.header_sec .header_sec_cnt .mail_sec,
.header_sec .header_sec_cnt .location_sec,
.facilites .facilitiesText .contentList .box P {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

h3,
.item_content h3,
.sec-head {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName h5,
.courses .courseList .box .card .card-body h5,
.footer .footerInner .footer_cont_sec h5,
.blogList .blogCnt .blogText h4,
.departmentInner .courseList .box .card .card-body h5,
.campusList .courseList .box .card .card-body h5 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content h2,
.aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span,
.aboutSec2 .aboutSec2Inner .aboutUs2_content h2,
.aboutSec2 .aboutSec2Inner .aboutUs2_content h2 span,
.innerbannerSec .innerbannerCnt .head h2 {
  font-size: 58px;
  font-weight: 700;
  text-transform: capitalize;
}

.facilites .facilitiesText .contentList .box h4,
.Administration .featureList .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.head_cnt {
  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;
}

.head_cnt .cntHead {
  width: 50%;
}

.head_cnt .cntHead p {
  width: 85%;
  padding-top: 15px;
}

.item_content {
  position: absolute;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 540px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 6px 21px 7px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 21px 7px rgba(0, 0, 0, 0.06);
  padding: 54px 36px;
}

.item_content h3 {
  color: #393939;
}

.item_content a {
  font-weight: 700;
  text-transform: capitalize;
}

.contactform {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 30px;
}

.contactform .btn-link {
  margin-top: 30px;
}

.contactform .btn-link:hover {
  background: transparent;
  border: 2px solid #26215f !important;
  color: #26215f !important;
}

.contactform .btn-link:active {
  background: transparent;
  border: 2px solid #26215f !important;
  color: #26215f !important;
}

.contactform .btn-link:focus {
  background: transparent;
  border: 2px solid #26215f !important;
  color: #26215f !important;
}

.contactform form {
  margin: 0;
}

.contactform .form-group {
  float: left;
  margin-bottom: 20px;
  padding: 0;
}

.contactform .form-group:last-child {
  margin-bottom: 0;
}

.contactform .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.95rem;
  height: calc(1.99rem + 15px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  color: #000000;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactform textarea.form-control {
  height: 119px !important;
  border-radius: 25px;
}

.contactform .changeform {
  border-radius: 16px;
}

.btn-link {
  color: #ffffff;
  background-color: #26215f !important;
  border-radius: 8px;
  border: 2px solid #26215f !important;
  padding: 8px 26px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  font-family: "Inter", sans-serif;
  -webkit-box-shadow: 0px 3px 16px #00000029;
  box-shadow: 0px 3px 16px #00000029;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  cursor: pointer;
}

.btn-link:hover {
  background: #f15a29 !important;
  border: 2px solid #f15a29 !important;
  color: #ffffff;
  text-decoration: none !important;
  letter-spacing: 0.2px;
}

.btn-link:active {
  background: #f15a29 !important;
  border: 2px solid #f15a29 !important;
  color: #ffffff;
}

.btn-link:focus {
  background: #f15a29 !important;
  border: 2px solid #f15a29 !important;
  color: #ffffff;
}

.btn-link i {
  font-size: 20px;
  vertical-align: bottom;
  line-height: 30px;
  margin-left: 12px;
}

.text_cnt span {
  color: #26215f !important;
}

.text_cnt p {
  width: 90%;
  color: #666666;
  padding-top: 15px;
}

.text_cnt .btn-sec {
  padding-top: 25px;
}

body {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background: #f6f3fd;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #c5c2ff !important;
}

::-webkit-scrollbar-thumb {
  background: #f15a29 !important;
  border-radius: 60px;
  padding: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff4001 !important;
}

a {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

ol {
  list-style-position: inside;
  text-align: left;
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  text-align: left;
}

h3 {
  font-family: "Inter", sans-serif;
  color: #393939;
}

p {
  color: #666666;
  font-family: "Inter", sans-serif;
}

figure {
  margin: 0;
}

.underline {
  width: 130px;
  height: 8px;
  /* background: #F15A29 !important; */

  background: #f15a29 !important;
  text-align: center;
  position: relative;
  border-radius: 50px;
  left: 0;
  margin: 0 auto;
  float: none;
  display: inline-block;
  /* color: #F15A29; */
}

.heading {
  text-align: center;
}

.container {
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

/*******************header_sec********************/
.header_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 5px 0 5px;
  background: #26215f !important;
}

.header_sec .header_sec_cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_sec .header_sec_cnt a {
  color: #ffffff;
}

.header_sec .header_sec_cnt .mail_sec i {
  color: #f15a29 !important;
}

.header_sec .header_sec_cnt .location_sec span {
  padding: 0px 5px;
}

.header_sec .header_sec_cnt .location_sec ul li {
  display: inline-block;
  border-right: 2px solid #ffffff;
  padding: 0 14px;
  list-style: none;
}

.header_sec .header_sec_cnt .location_sec ul li i {
  color: #f15a29 !important;
}

.header_sec .header_sec_cnt .location_sec ul li:last-child {
  border-right: 2px solid transparent;
  margin: 0;
}

.header_sec .header_sec_cnt .social_link span {
  color: #ffffff;
  float: left;
}

.header_sec .header_sec_cnt .social_link ul {
  float: left;
}

.header_sec .header_sec_cnt .social_link ul li {
  display: inline-block;
  padding-left: 12px;
  list-style: none;
}

.header_sec .header_sec_cnt .social_link ul li a i {
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.header_sec .header_sec_cnt .social_link ul li a i:hover {
  color: #f15a29 !important;
}

/****************header_top**************/
.header_top {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  position: relative;
  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;
  padding: 10px 52px;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header_top .logo img {
  width: 200px;
}

.header_top .main-navigation ul li {
  display: inline-block;
  padding: 5px 0px;
  margin: 0 5px;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  list-style: none;
}

.header_top .main-navigation ul li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 6px;
  background: #26215f !important;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_top .main-navigation ul li:hover::before {
  bottom: -5px;
  opacity: 1;
}

.header_top .main-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.header_top .main-navigation ul li i {
  font-size: 14px;
  color: "Inter", sans-serif;
  vertical-align: baseline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

.header_top .main-navigation ul ul {
  position: absolute;
  width: 200px;
  left: -50px;
  top: 35px;
  padding: 10px;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0 0 5px 5px;
  border-bottom: 6px solid #26215f !important;
  background: #f6f5f5;
}

.header_top .main-navigation ul ul li {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
}

.header_top .main-navigation ul ul li::before {
  display: none;
}

.header_top .main-navigation ul ul li a {
  display: block;
  color: #000000;
  padding: 0px 5px 0px 5px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
}

.header_top .main-navigation ul ul li a:hover {
  color: #26215f !important;
  border-bottom: 1px solid #26215f !important;
}

.header_top .bar {
  display: none;
  color: #26215f !important;
  cursor: pointer;
  font-size: 20px;
}

.header_top .fa-times {
  color: #26215f !important;
}

.header_top .rotateIcon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header_top .social-link ul li {
  display: inline-block;
  margin-left: 20px;
  list-style: none;
}

.header_top .social-link ul li:first-child {
  margin-left: 0;
}

.header_top .social-link ul li i {
  color: #26215f !important;
  font-size: 20px;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header_top .social-link ul li i:hover {
  opacity: 0.6;
}

.header-scrolled {
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 10px 52px;
  /* -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */

  box-shadow: 0 10px 30px #0019531e !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  border-radius: 0 0 15px 15px;
}

/******************banner_sec*****************/
.banner_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 1;
}

.banner_sec .bannerInner {
  width: 100%;
  height: auto;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.banner_sec .bannerSlide {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
}

.banner_sec .bannerSlide .bnr_Slide {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.banner_sec .bannerSlide .bnr_Slide .item figure {
  width: 100%;
  height: 600px;
}

.banner_sec .bannerSlide .bnr_Slide .item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner_sec .bannerSlide .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.banner_sec .bannerSlide .owl-nav .owl-prev,
.banner_sec .bannerSlide .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 14px;
  color: #ffffff;
  background: #26215f !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-left: 10px;
  margin-right: 10px;
}

.banner_sec .bannerSlide .owl-nav .owl-prev:hover,
.banner_sec .bannerSlide .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #f15a29 !important;
}

.banner_sec .bannerSlide .owl-nav .owl-prev {
  float: left;
}

.banner_sec .bannerSlide .owl-nav .owl-next {
  float: right;
}

.banner_sec .bannerSlide .owl-dots {
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.banner_sec .bannerSlide .owl-dots .owl-dot {
  width: 15px !important;
  height: 5px !important;
  background: transparent;
  border: 2px solid #f15a29 !important;
  border-radius: 50px !important;
  display: inline-block;
  margin-right: 11px;
  /* background-color: #f15a29 !important; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5 !important;
}

.banner_sec .bannerSlide .owl-dots .active {
  width: 40px !important;
  background: #f15a29 !important;
  opacity: 1 !important;
}

/*****marque*********/
.marquee_section {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  background: #26215f !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
}

.marquee_section p {
  line-height: 40px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.marquee_section ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-position: inside;
  position: relative;
  padding: 0;
}

.marquee_section ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-left: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee_section ol li img {
  width: 40px;
  height: 30px;
}

.marquee_section ol li p {
  margin: 0;
}

.marquee_section ol li p a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  padding-left: 10px;
}

/***************aboutSec1****************/
.aboutSec1 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 95px 0 65px;
}

.aboutSec1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  width: 150px;
  height: 296px;
  /*background: url(../images/aboutcircle.png) no-repeat right;*/
}

.aboutSec1 .aboutSec1Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex: row-reverse;
  flex: row-reverse;
  /* flex-flow: row !important; */
}

.aboutSec1 .aboutSec1Inner .aboutSec1Img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.aboutSec1 .aboutSec1Inner .aboutSec1Img::before {
  content: "";
  position: absolute;
  background: #f15a29 !important;
  width: 192px;
  height: 192px;
  border-radius: 15px;
  z-index: -1;
  right: 0;
  top: 0;
}

.aboutSec1 .aboutSec1Inner .aboutSec1Img figure {
  width: 90%;
  margin-left: 40px;
  margin-top: 22px;
  height: 540px;
}

.aboutSec1 .aboutSec1Inner .aboutSec1Img figure img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  /* margin-left: 50px; */
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content span {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  color: #f15a29 !important;
  font-family: "Inter", sans-serif;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
  font-family: "Inter", sans-serif;
  color: #393939;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
  display: block;
  color: #26215f !important;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName {
  padding-top: 40px;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p {
  font-size: 18px;
}

.aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p span {
  color: #666666;
  font-size: 18px;
  display: block;
}

/***************aboutSec2****************/
.aboutSec2 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 95px 0 95px;
}

.aboutSec2 .aboutSec2Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutSec2 .aboutSec2Inner .aboutSec2Img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.aboutSec2 .aboutSec2Inner .aboutSec2Img::before {
  content: "";
  position: absolute;
  background: #3ccf88;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  z-index: -1;
  left: -13px;
  top: -50px;
}

.aboutSec2 .aboutSec2Inner .aboutSec2Img::after {
  content: "";
  position: absolute;
  background: #f15a29 !important;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  z-index: 1;
  right: 116px;
  bottom: -55px;
}

.aboutSec2 .aboutSec2Inner .aboutSec2Img figure {
  width: 442px;
  margin-left: 40px;
  margin-top: 22px;
  height: 500px;
}

.aboutSec2 .aboutSec2Inner .aboutSec2Img figure img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
  border: 10px solid #ffffff;
  border-radius: 100px 20px;
}

.aboutSec2 .aboutSec2Inner .aboutUs2_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.aboutSec2 .aboutSec2Inner .aboutUs2_content h2 {
  font-family: "Inter", sans-serif;
  color: #393939;
}

.aboutSec2 .aboutSec2Inner .aboutUs2_content h2 span {
  display: block;
  color: #26215f !important;
}

.aboutSec2 .aboutSec2Inner .aboutUs2_content p {
  height: 150px;
  overflow: hidden;
}

/***********noticeboard**********/
.noticeBoard {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.noticeBoard .noticeBoard_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #26215f !important;
  border-radius: 94px;
}

.noticeBoard .noticeBoard_inner::before {
  content: "";
  position: absolute;
  /*background: url(../images/notice_before.png) no-repeat right;*/
  bottom: -26px;
  right: 65px;
  width: 400px;
  height: 100%;
  background-size: 100%;
}

.noticeBoard .noticeBoard_inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  background: #ffd15c;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.noticeBoard .noticeBoard_inner .noticeimg {
  width: 40%;
}

.noticeBoard .noticeBoard_inner .noticeimg figure {
  width: 390px;
  height: 494px;
  position: absolute;
  bottom: -26px;
  right: 75px;
}

.noticeBoard .noticeBoard_inner .noticeimg figure img {
  width: 75% !important;
  height: 95%;
  -o-object-fit: cover;
  object-fit: cover;
}

.noticeBoard .noticeBoard_inner .text {
  padding: 30px;
  position: relative;
  padding-left: 100px;
  width: 60%;
}

.noticeBoard .noticeBoard_inner .text h3 {
  color: #ffffff;
  text-align: left;
}

.noticeBoard .noticeBoard_inner .text .scrollcontent {
  width: 100%;
  float: left;
  padding: 15px 0;
  height: 250px;
  overflow: hidden;
}

.noticeBoard .noticeBoard_inner .text .marQuee {
  padding: 0 !important;
}

.noticeBoard .noticeBoard_inner .text .marQuee li p a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  text-align: left;
}

.noticeBoard .noticeBoard_inner .text .marQuee li p a:hover {
  color: #fff;
}

.noticeBoard .noticeBoard_inner .text .marQuee li p a img {
  width: 40px;
  height: auto;
  margin-left: 8px;
}

.noticeBoard .noticeBoard_inner .text .marQuee li {
  list-style-type: none;
}

.noticeBoard .noticeBoard_inner .text .btn-sec {
  text-align: center;
  padding-top: 5px;
}

/*************facilites*****************/
.facilites {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 55px 0 25px;
}

.facilites::before {
  content: "";
  position: absolute;
  /*background: url(../images/campus_circle.png) no-repeat right;*/
  width: 425px;
  height: 100%;
  top: 0;
  right: 0;
}

.facilites .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facilites .facilitiesText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
}

.facilites .facilitiesText .contentList {
  margin-top: 40px;
}

.facilites .facilitiesText .contentList .box {
  width: 286px;
  height: 221px;
  background: transparent;
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.facilites .facilitiesText .contentList .box:hover {
  -webkit-box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.15);
  box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.15);
  background: #ffffff;
}

.facilites .facilitiesText .contentList .box figure {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
}

.facilites .facilitiesText .contentList .box figure img {
  padding: 6px;
  width: 95%;
  height: 95%;
}

.facilites .facilitiesText .contentList .box h4 {
  padding-top: 15px;
}

.facilites .facilitiesText .contentList .box P {
  line-height: 25px;
  margin: 0;
  height: 70px;
  overflow: hidden;
}

.facilites .facilitiesText .contentList .box:nth-child(1) figure {
  background: #99e7fa;
}

.facilites .facilitiesText .contentList .box:nth-child(2) figure {
  background: #ffd7b4;
}

.facilites .facilitiesText .contentList .box:nth-child(3) figure {
  background: #d4e1ff;
}

.facilites .facilitiesText .contentList .box:nth-child(4) figure {
  background: #8effc9;
}

.facilites .facilitiesImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
}

.facilites .facilitiesImg p {
  height: 150px;
  overflow: hidden;
}

/**************courses**************/
.courses {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 80px 0 80px;
}

.courses::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*background: url(../images/course_circle.png) left;*/
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}

.courses .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.courses .courseText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.courses .courseText .text_cnt {
  width: 90%;
  margin-left: 5%;
}

.courses .courseText .text_cnt p {
  height: 110px;
  overflow: hidden;
}

.courses .courseList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  float: right;
  padding: 0;
}

.courses .courseList .box {
  float: left;
}

.courses .courseList .box .card {
  border: 6px solid transparent;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.courses .courseList .box .card:hover {
  -webkit-box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
  box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
}

.courses .courseList .box .card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.courses .courseList .box .card figure {
  width: 100%;
  height: 219px;
  overflow: hidden;
  border-radius: 25px;
}

.courses .courseList .box .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.courses .courseList .box .card .card-body {
  padding: 1.25rem 5px;
}

.courses .courseList .box .card .card-body h5 {
  color: #393939;
  height: 26px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.courses .courseList .box .card .card-body p {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

.courses .courseList .box .card .card-body .btn-sec_cnt {
  float: left;
}

.courses .courseList .box .card .card-body .btn-sec_cnt a {
  color: #f15a29 !important;
  font-weight: 500;
  text-transform: capitalize;
}

.courses .courseList .box .card .card-body .btn-sec_cnt a i {
  color: #f15a29 !important;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.courses .courseList .box .card .card-body .btn-sec_cnt a:hover i {
  margin-left: 10px;
}

/******************Administration***************/
.Administration {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.Administration::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 98px;
  width: 150px;
  height: 296px;
  background: url(../images/aboutcircle.png) no-repeat left;
  background-size: 92%;
  z-index: -1;
}

.Administration .featureList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.Administration .featureList .box {
  float: left;
}

.Administration .featureList .box .card {
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
}

.Administration .featureList .box .card:hover {
  -webkit-box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
  box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
}

.Administration .featureList .box .card .imgBox {
  position: relative;
  height: 200px;
  text-align: center;
  border-radius: 30px 30px 0px 0;
  overflow: hidden;
}

.Administration .featureList .box .card .imgBox figure {
  height: 240px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Administration .featureList .box .card .imgBox figure img {
  height: 100%;
}

.Administration .featureList .box:nth-child(1) .card {
  background: radial-gradient(50% 50% at 50% 50%, #64b9cd 0%, #4ea3b7 100%);
}

.Administration .featureList .box:nth-child(2) .card {
  background: radial-gradient(50% 50% at 50% 50%, #ffcaca 0%, #ffbebf 100%);
}

.Administration .featureList .box:nth-child(3) .card {
  background: radial-gradient(50% 50% at 50% 50%, #a5beff 0%, #7ba0fb 100%);
}

.Administration .featureList .content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 15px;
}

.Administration .featureList .content h5 {
  color: #393939;
  font-family: "Inter", sans-serif;
  height: 20px;
  overflow: hidden;
}

.Administration .featureList .content p {
  margin: 0;
  height: 20px;
  overflow: hidden;
}

/******************gallerySec*********************/
.gallerySec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 67px 0 78px;
}

.gallerySec:before {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 0;
  border-radius: 50%;
  border: 10px solid #fdb917;
  width: 100px;
  height: 100px;
}

.gallerySec .galleryInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: 45px;
}

.gallerySec .galleryInner ul li {
  float: left;
  width: 25%;
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  list-style: none;
}

.gallerySec .galleryInner ul li a {
  position: relative;
}

.gallerySec .galleryInner ul li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(22, 53, 162, 0.25)),
    to(#1635a2)
  );
  background: linear-gradient(180deg, rgba(62, 22, 162, 0.25) 0%, #011456 100%);
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gallerySec .galleryInner ul li a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  width: 90%;
  height: 90%;
  padding: 10px;
  margin: auto;
  border-radius: 20px;
}

.gallerySec .galleryInner ul li a span i {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 5px 8px;
  line-height: 25px;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallerySec .galleryInner ul li a figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.gallerySec .galleryInner ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallerySec .galleryInner ul li:nth-child(1) {
  width: 50%;
}

.gallerySec .galleryInner ul li:nth-child(6) {
  width: 50%;
}

.gallerySec .galleryInner ul li:hover span {
  opacity: 1;
}

/**********************contact_us********************/
.contact_us {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.contact_us .contact_us_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_us .contact_us_sec .contact_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  background: unset !important;
  background: linear-gradient(45deg, #eb4808a5, #26215fbc 80%), no-repeat center !important;
  background-size: cover !important;

  padding: 50px 50px 50px 35px;
}

.contact_us .contact_us_sec .contact_inner h3 {
  color: #fff;
}

.contact_us .contact_us_sec .contact_inner p {
  color: #fff;
}

.contact_us .contact_inner_map {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  overflow-x: hidden;
}

/*************************footer****************************/
.footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 65px 0 91px;
}

.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 219px;
  background: #26215f !important;
  bottom: 0;
}

.footer .container {
  max-width: 90%;
  margin-left: 5%;
}

.footer .footerInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 4px 30px 2px rgba(182, 152, 248, 0.2);
  box-shadow: 0px 4px 30px 2px rgba(182, 152, 248, 0.2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 55px 28px 44px;
  background: #f6f3fd;
  border-radius: 30px 30px 0 0px;
}

.footer .footerInner .footer_cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.footer .footerInner .footer_cnt img {
  width: 200px;
}

.footer .footerInner .footer_cnt p {
  color: #666666;
  margin-top: 25px;
  width: 90%;
}

.footer .footerInner .footer_cnt .social_link {
  float: left;
}

.footer .footerInner .footer_cnt .social_link ul li {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  list-style: none;
}

.footer .footerInner .footer_cnt .social_link ul li:last-child {
  margin-right: 0;
}

.footer .footerInner .footer_cnt .social_link ul li .fab {
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .footerInner .footer_cnt .social_link ul li .fab:hover {
  color: #26215f !important;
}

.footer .footerInner .footer_cont_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.footer .footerInner .footer_cont_sec h5 {
  color: #000000;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.footer .footerInner .footer_cont_sec li {
  display: block;
  padding-bottom: 15px;
  list-style: none;
}

.footer .footerInner .footer_cont_sec li:last-child {
  padding-bottom: 0px;
}

.footer .footerInner .footer_cont_sec li a {
  color: #666666;
  text-transform: capitalize;
}

.footer .footerInner .footer_cont_sec li a:hover {
  color: #f15a29 !important;
}

.footer .footerInner .footer_cont_sec .address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  list-style: none;
}

.footer .footerInner .footer_cont_sec .address li span {
  padding-right: 15px;
  color: #26215f !important;
  font-weight: 600;
}

.footer .footerInner .footer_cont_sec .address li p {
  margin: 0;
  width: 77%;
}

.footer .footerInner .footer_cont_sec:nth-child(1) {
  width: 28%;
}

.footer .footerInner .footer_cont_sec:nth-child(2) {
  width: 25%;
}

.footer .footerInner .footer_cont_sec:nth-child(3) {
  width: 19%;
}

.footer .footerInner .footer_cont_sec:nth-child(4) {
  width: 28%;
}

.footer .footerInner .links ul li {
  width: 50%;
  float: left;
  list-style: none;
}

/**********************footer_end********************/
.footer_end {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  background: #f6f3fd;
  padding: 0 28px;
  border-radius: 0px 0px 30px 30px;
  text-align: center;
}

.footer_end .footerndcnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  border-top: 1px solid #93c5d8;
  padding: 14px 0;
}

.footer_end p {
  color: #666666;
  margin: 0;
}

.footer_end p a {
  color: #f15a29 !important;
  font-weight: 700;
}

/******************innerbannerSec********************/
.innerbannerSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.innerbannerSec .innerbannerCnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.innerbannerSec .innerbannerCnt figure {
  width: 100%;
  height: 350px;
  
}

.innerbannerSec .innerbannerCnt figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(22, 53, 162, 0.25)),
    to(#1635a2)
  ); */
  background: linear-gradient(
    180deg,
    rgba(43, 38, 132, 0.25) 0%,

    #de5018d7 100%
  ) !important;
  z-index: 1;
}

.innerbannerSec .innerbannerCnt figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innerbannerSec .innerbannerCnt .head {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.innerbannerSec .innerbannerCnt .head h2 {
  color: #ffffff;
  text-transform: capitalize;
}

/******************innerContent***********/
.innerContent {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 50px 0 0px;
  /***********galleryInner********/
}

.innerContent .aboutSec1_inner {
  width: 100%;
  display: contents;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerContent .aboutSec1_inner .aboutSec1_img {
  position: relative;
  width: 40%;
  padding: 0;
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}

.innerContent .aboutSec1_inner .aboutSec1_img figure {
  width: 490px;
  height: 499px;
}

.innerContent .aboutSec1_inner .aboutSec1_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px 10px;
  border: 10px solid #ffffff;
}

.innerContent .aboutSec1_inner .aboutUs_content {
  position: relative;
  width: 60%;
  float: left;
  display: inherit;
}

.innerContent .aboutSec1_inner .aboutUs_content h3 span {
  display: block;
}

.innerContent .aboutSec1_inner .aboutUs_content p {
  width: 95%;
  margin: 0;
}

.innerContent .mission-vision {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 30px;
}

.innerContent .galleryInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: 45px;
}

.innerContent .galleryInner ul li {
  float: left;
  width: 25%;
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  list-style: none;
}

.innerContent .galleryInner ul li a {
  position: relative;
}

.innerContent .galleryInner ul li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(22, 53, 162, 0.25)),
    to(#1635a2)
  );
  background: linear-gradient(180deg, rgba(22, 53, 162, 0.25) 0%, #1635a2 100%);
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.innerContent .galleryInner ul li a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ffffff;
  width: 90%;
  height: 90%;
  padding: 10px;
  margin: auto;
  border-radius: 20px;
}

.innerContent .galleryInner ul li a span i {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 5px 8px;
  line-height: 25px;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.innerContent .galleryInner ul li a figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.innerContent .galleryInner ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innerContent .galleryInner ul li:hover span {
  opacity: 1;
}

.blogList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.blogList .blogCnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.blogList .blogCnt .blogImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.blogList .blogCnt .blogImg figure {
  width: 90%;
  height: 300px;
}

.blogList .blogCnt .blogImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.blogList .blogCnt .blogText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.blogList .blogCnt .blogText p {
  height: 155px;
  overflow: hidden;
}

.blogList .blogCnt .blogText .btn-sec {
  margin-top: 30px;
}

.blogListInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.blogListInner .blog_inner_page_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 80%;
  margin-left: 10%;
  text-align: center;
}

.blogListInner .blog_inner_page_sec h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 600;
}

.blogListInner .blog_inner_page_sec figure {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

/**************404_page***************/
.error_page {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 50px 0 50px;
}

.error_page .error_page_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 90%;
  margin-left: 5%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  padding: 40px 40px;
  overflow: hidden;
  border-radius: 30px;
}

.error_page .error_page_sec h1 {
  font-size: 14.5rem;
  letter-spacing: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #26215f !important;
}

.error_page .error_page_sec span {
  font-size: 4.5rem;
  font-family: "Inter", sans-serif;
  display: block;
}

.error_page .error_page_sec p {
  font-family: "Inter", sans-serif;
  display: block;
}

/*************************notice_board**********************/
.notice_board {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 50px 0 50px;
}

.notice_board .notice_board_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.notice_board .notice_board_sec ul li {
  margin-bottom: 20px;
  list-style: none;
}

.notice_board .notice_board_sec ul li .link_icon {
  display: inline-block;
}

.notice_board .notice_board_sec ul li .link_icon i {
  font-size: 26px;
  color: #f15a29 !important;
}

.notice_board .notice_board_sec ul li .link_icon_text {
  display: inline-block;
  padding-left: 20px;
}

.notice_board .notice_board_sec ul li .link_icon_text img {
  margin-left: 6px;
  width: 32px;
  height: 32px;
}

/**********departmentInner***************/
.departmentInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.departmentInner .courseList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.departmentInner .courseList .box {
  float: left;
  padding: 10px 10px;
}

.departmentInner .courseList .box .card {
  border: 6px solid transparent;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.departmentInner .courseList .box .card:hover {
  -webkit-box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
  box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
}

.departmentInner .courseList .box .card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.departmentInner .courseList .box .card figure {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 10px;
}

.departmentInner .courseList .box .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.departmentInner .courseList .box .card .card-body {
  padding: 1.25rem 5px;
}

.departmentInner .courseList .box .card .card-body h5 {
  color: #393939;
  height: 26px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.departmentInner .courseList .box .card .card-body p {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

.departmentInner .courseList .box .card .card-body .btn-sec_cnt {
  float: left;
}

.departmentInner .courseList .box .card .card-body .btn-sec_cnt a {
  color: #f15a29 !important;
  font-weight: 500;
  text-transform: capitalize;
}

.departmentInner .courseList .box .card .card-body .btn-sec_cnt a i {
  color: #f15a29 !important;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.departmentInner .courseList .box .card .card-body .btn-sec_cnt a:hover i {
  margin-left: 10px;
}

.campusList .courseList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}

.campusList .courseList .box {
  float: left;
  padding: 10px 10px;
}

.campusList .courseList .box .card {
  border: 6px solid transparent;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.campusList .courseList .box .card:hover {
  -webkit-box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
  box-shadow: 0px 4px 30px 7px rgba(109, 109, 109, 0.15);
}

.campusList .courseList .box .card:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.campusList .courseList .box .card figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.campusList .courseList .box .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.campusList .courseList .box .card .card-body {
  padding: 0.8rem 5px;
}

.campusList .courseList .box .card .card-body h5 {
  color: #393939;
  height: 26px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 18px;
}

.campusList .courseList .box .card .card-body p {
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 0;
}

.campusList .courseList .box .card .card-body .btn-sec_cnt {
  float: left;
}

.campusList .courseList .box .card .card-body .btn-sec_cnt a {
  color: #f15a29 !important;
  font-weight: 500;
  text-transform: capitalize;
}

.campusList .courseList .box .card .card-body .btn-sec_cnt a i {
  color: #f15a29 !important;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.campusList .courseList .box .card .card-body .btn-sec_cnt a:hover i {
  margin-left: 10px;
}

/********loader**********/
.loader {
  background-color: #ecf0f1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100000;
}

.loader__element {
  border-radius: 100%;
  border: 5px solid #26215f !important;
  margin: calc(5px * 2);
}

.loader__element:nth-child(1) {
  -webkit-animation: preloader 0.6s ease-in-out alternate infinite;
  animation: preloader 0.6s ease-in-out alternate infinite;
}

.loader__element:nth-child(2) {
  -webkit-animation: preloader 0.6s ease-in-out alternate 0.2s infinite;
  animation: preloader 0.6s ease-in-out alternate 0.2s infinite;
}

.loader__element:nth-child(3) {
  -webkit-animation: preloader 0.6s ease-in-out alternate 0.4s infinite;
  animation: preloader 0.6s ease-in-out alternate 0.4s infinite;
}

@-webkit-keyframes preloader {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes preloader {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.wpcf7 form .wpcf7-response-output {
  float: left !important;
  width: 100% !important;
  text-align: center !important;
}

.wpcf7-not-valid-tip {
  color: white !important;
}

.pagination {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  display: block;
}

.pagination .page-numbers {
  width: 30px;
  height: 30px;
  background: #26215f !important;
  display: inline-block;
  padding: 2px 5px;
  margin: 0px 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 60px;
}

.pagination .page-numbers:hover {
  background: #f15a29 !important;
  color: #ffffff;
}

.pagination .current {
  background: #f15a29 !important;
  color: #ffffff;
}

.pagination .prev {
  border: none !important;
  width: auto !important;
  background: transparent !important;
  color: #000000 !important;
}

.pagination .prev:hover {
  color: #26215f !important;
}

.pagination .next {
  border: none !important;
  width: auto !important;
  background: transparent !important;
  color: #000000 !important;
}

.pagination .next:hover {
  color: #26215f !important;
}

.page-template-page-contact .contactform .form-control {
  border-radius: 8px;
}
/*# sourceMappingURL=style.css.map */
