@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/*--------------------------------------------------------------# General--------------------------------------------------------------*/
.blogList .blogCnt .blogText p, .error_page .error_page_sec p, .aboutSec3 .aboutSec3Inner .aboutUs_content ul li span, .banner_sec .bannerBlock article p, .header_top .main-navigation ul li a, .courseList .box .card .card-body .btn-sec_cnt a, p, div, .item_content a, .item_content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

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

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

.blogList .blogCnt .blogText h4, .footer .footerInner .footer_cont_sec h4, .testimonial .testimonial_inner .testimonialText .item article h4, .banner_sec .bannerBlock article span, .banner_sec .bannerBlock article h2 small, .courseList .box .card .card-body h5, .text_cnt span {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.innerbannerSec .innerbannerCnt .head h2, .banner_sec .bannerBlock article h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
}

.facilites .facilitiesText .contentList .box h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.head_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_cnt .cntHead {
  width: 50%;
}
.head_cnt .cntHead p {
  width: 85%;
}

.item_content {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 21px 7px rgba(0, 0, 0, 0.06);
  padding: 54px 36px;
}
.item_content h3 {
  color: #03399F;
}
.item_content a {
  font-weight: 700;
  text-transform: capitalize;
}

.btn-link {
  color: #ffffff;
  background-color: #E67717;
  border-radius: 50px;
  border: 2px solid #E67717;
  padding: 8px 26px;
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1607843137);
  text-decoration: none !important;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
}
.btn-link:hover {
  background: #03399F;
  border: 2px solid #03399F;
  color: #ffffff;
  text-decoration: none !important;
}
.btn-link:active {
  background: #E67717;
  border: 2px solid #E67717;
  color: #ffffff;
}
.btn-link i {
  font-size: 20px;
  vertical-align: bottom;
  line-height: 30px;
}

.text_cnt span {
  color: #454545;
  font-size: 20px;
}
.text_cnt p {
  width: 82%;
  color: #666666;
  padding-top: 10px;
}
.text_cnt .btn-sec {
  padding-top: 25px;
}

.contactform {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 30px;
}
.contactform form {
  margin: 0;
}
.contactform .form-group {
  float: left;
  margin-bottom: 20px;
  padding: 0;
}
.contactform .form-group:last-child {
  margin-bottom: 0;
}
.contactform .btn-link:hover {
  background: #03399F !important;
  border: 2px solid #E67717 !important;
}
.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: "Poppins", sans-serif;
  color: #000000;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contactform textarea.form-control {
  height: 119px !important;
  border-radius: 25px;
}
.contactform .changeform {
  border-radius: 16px;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 32px;
}

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

div a {
  color: #03399F;
}

ul {
  text-align: left;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

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

::-webkit-scrollbar-track {
  background: #03399F;
}

::-webkit-scrollbar-thumb {
  background: #E67717;
}

::-webkit-scrollbar-thumb:hover {
  background: #E67717;
}

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

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

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

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-position: inside;
}

h3 {
  font-family: "Poppins", sans-serif;
  color: #03399F;
  margin-bottom: 5px;
}

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

figure {
  margin: 0;
}

.heading {
  text-align: center;
}

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

.courseList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  float: right;
  padding: 0;
}
.courseList .box {
  float: left;
}
.courseList .box .card {
  border: 9px solid transparent;
  background: #FFF7F0;
  border-radius: 30px;
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.courseList .box .card:hover {
  box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.2);
}
.courseList .box .card:hover img {
  transform: scale(1.1);
}
.courseList .box .card figure {
  width: 100%;
  height: 172px;
  overflow: hidden;
}
.courseList .box .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transition: 0.5s ease-in-out;
}
.courseList .box .card .card-body {
  padding: 1.25rem 5px;
}
.courseList .box .card .card-body h5 {
  color: #03399F;
  font-family: "Poppins", sans-serif;
}
.courseList .box .card .card-body p {
  font-size: 14px;
  height: 70px;
  overflow: hidden;
}
.courseList .box .card .card-body .btn-sec_cnt {
  display: inline-block;
  float: left;
}
.courseList .box .card .card-body .btn-sec_cnt a {
  color: #03399F;
  font-weight: 500;
  text-transform: capitalize;
}
.courseList .box .card .card-body .btn-arrow {
  float: right;
}
.courseList .box .card .card-body .btn-arrow i {
  color: #E67717;
  transition: 0.3s;
}
.courseList .box .card .card-body .btn-arrow i:hover {
  color: #03399F;
}

/*******************header_sec********************/
.header_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #03399F;
  padding: 5px 0 5px;
}
.header_sec .header_sec_cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.header_sec .header_sec_cnt a {
  color: #ffffff;
}
.header_sec .header_sec_cnt .mail_sec i {
  color: #E67717;
}
.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: #E67717;
}
.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;
  transition: 0.5s ease-in-out;
}
.header_sec .header_sec_cnt .social_link ul li a i:hover {
  color: #E67717;
}

/****************header_top**************/
.header_top {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.header_top .headertopSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  transition: all 0.5s;
  background: #ffffff;
  padding: 10px 0px;
}
.header_top .logo a img {
  width: 60px;
}
.header_top .main-navigation ul li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in;
  list-style: none;
  cursor: pointer;
}
.header_top .main-navigation ul li:hover {
  color: #03399F;
}
.header_top .main-navigation ul li a {
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.header_top .main-navigation ul li a:hover {
  color: #03399F;
}
.header_top .main-navigation ul li i {
  font-size: 20px;
  color: "Poppins", sans-serif;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.header_top .main-navigation ul .active {
  color: #03399F;
}
.header_top .main-navigation ul ul {
  position: absolute;
  width: 180px;
  left: -50px;
  top: 26px;
  padding: 10px;
  display: none;
  overflow: hidden;
  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 #03399F;
  background: rgb(246, 245, 245);
}
.header_top .main-navigation ul ul li {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
}
.header_top .main-navigation ul ul li a {
  display: block;
  color: #000000;
  padding: 0px 5px 0px 5px;
  line-height: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.header_top .main-navigation ul ul li a:hover {
  color: #03399F;
  border-bottom: 1px solid #FFC593;
}
.header_top .bar {
  display: none;
  color: #03399F;
  cursor: pointer;
  font-size: 20px;
}
.header_top .fa-times {
  color: #03399F;
}
.header_top .rotateIcon {
  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: #03399F;
  font-size: 20px;
  vertical-align: bottom;
  transition: 0.3s ease-in-out;
}
.header_top .social-link ul li i:hover {
  opacity: 0.6;
}

.inner_headnav {
  width: 100%;
  position: relative;
  background: #FBFBFB;
  padding: 10px 98px;
  transition: all 0.5s !important;
  z-index: 99;
}
.inner_headnav .main-navigation ul li {
  list-style: none;
}
.inner_headnav .main-navigation ul li a {
  color: #03399F !important;
}
.inner_headnav .main-navigation ul li a:hover {
  color: #E67717 !important;
}

.header-scrolled {
  width: 100%;
  position: fixed;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 99;
}
.header-scrolled li {
  list-style: none;
}
.header-scrolled li a {
  color: #03399F !important;
}

/******************banner_sec*****************/
.banner_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #F4F1FD;
  z-index: 1;
}
.banner_sec::before {
  content: "";
  position: absolute;
  bottom: 29px;
  left: 0;
  width: 96px;
  height: 96px;
  background: url(../images/circle_banner.png) no-repeat left;
}
.banner_sec .bannerInner {
  width: 100%;
  height: auto;
  padding: 0;
  align-items: center;
  display: flex;
  position: relative;
  flex-flow: row-reverse;
}
.banner_sec .bannerInner::before {
  content: "";
  position: absolute;
  background: url(../images/bnr_icon.png) no-repeat left;
  background-position: bottom left;
  width: 100%;
  height: 100%;
}
.banner_sec .bannerBlock {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  padding-left: 35px;
}
.banner_sec .bannerBlock article {
  width: 95%;
  position: relative;
}
.banner_sec .bannerBlock article h2 {
  color: #03399F;
  font-family: "Poppins", sans-serif;
}
.banner_sec .bannerBlock article h2 small {
  font-size: 42px;
  color: #000000;
  display: block;
}
.banner_sec .bannerBlock article span {
  color: #E67717;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.banner_sec .bannerBlock article p {
  color: #666666;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  width: 95%;
}
.banner_sec .bannerBlock article .btn-sec {
  margin-top: 35px;
}
.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: 650px;
}
.banner_sec .bannerSlide .bnr_Slide .item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_sec .bannerSlide .owl-nav {
  position: absolute;
  margin-top: 20px;
  right: 35px;
  bottom: 16px;
}
.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: #454871;
  transition: 0.5s ease-in-out;
  margin-left: 10px;
}
.banner_sec .bannerSlide .owl-nav .owl-prev:hover,
.banner_sec .bannerSlide .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #E67717;
}
.banner_sec .bannerSlide .owl-nav .owl-prev {
  float: left;
}
.banner_sec .bannerSlide .owl-nav .owl-next {
  float: left;
}

/***************aboutSec3****************/
.aboutSec3 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 95px 0 95px;
}
.aboutSec3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 296px;
  height: 296px;
  background: url(../images/aboutcircle.png) no-repeat right;
}
.aboutSec3::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -99px;
  width: 390px;
  height: 390px;
  background: url(../images/side_img.png) no-repeat right;
}
.aboutSec3 .aboutSec3Inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
  content: "";
  position: absolute;
  background: #03399F;
  width: 259px;
  height: 259px;
  border-radius: 30px;
  z-index: -1;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img::after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 62px;
  height: 62px;
  background: #FFC593;
  border-radius: 50px;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
  width: 80%;
  margin-left: 40px;
  margin-top: 40px;
  height: 540px;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img figure img {
  width: 100%;
  height: 100%;
  border-radius: 0 0px 0px 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content h3 span {
  display: block;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content ul li {
  list-style: none;
  padding: 5px 0;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content ul li i {
  color: #21376E;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content ul li span {
  margin-left: 11px;
  color: #000000;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content .btn-sec {
  padding-top: 40px;
}

/**************courses**************/
.courses {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 80px 0 80px;
  background: #FAFBFF;
}
.courses .container {
  display: flex;
  align-items: center;
}
.courses .courseText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
}

/*************facilites*****************/
.facilites {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 55px 0 55px;
}
.facilites::before {
  content: "";
  position: absolute;
  background: url(../images/f_side.png) no-repeat right;
  width: 425px;
  height: 100%;
  top: 0;
  right: 0;
}
.facilites .container {
  display: flex;
  align-items: center;
}
.facilites .facilitiesText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.facilites .facilitiesText .contentList {
  margin-top: 40px;
}
.facilites .facilitiesText .contentList .box {
  width: 286px;
  height: 221px;
  background: #ffffff;
  box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.15);
  border-radius: 15px 15px 0px 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.facilites .facilitiesText .contentList .box figure {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #FFC593;
  text-align: center;
  box-shadow: 0px 4px 11px 3px rgba(230, 119, 23, 0.25);
}
.facilites .facilitiesText .contentList .box figure img {
  padding: 6px;
  width: 95%;
  height: 95%;
}
.facilites .facilitiesText .contentList .box h4 {
  color: #21376E;
  padding-top: 15px;
}
.facilites .facilitiesText .contentList .box P {
  line-height: 25px;
  margin: 0;
  height: 70px;
  overflow: hidden;
}
.facilites .facilitiesImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.facilites .facilitiesImg figure {
  width: 546px;
  height: 596px;
  position: relative;
  float: right;
}
.facilites .facilitiesImg figure::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  background: #FFC593;
  border-radius: 50px;
  top: -37px;
  left: -22px;
}
.facilites .facilitiesImg figure::after {
  content: "";
  position: absolute;
  width: 221px;
  height: 115px;
  background: url(../images/dots.png) no-repeat left;
  bottom: -37px;
  left: -64px;
  z-index: -1;
}
.facilites .facilitiesImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***********noticeboard**********/
.noticeBoard {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #FAFBFF;
}
.noticeBoard::before {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 0;
  background: url(../images/notice_circle.png) no-repeat right;
  width: 201px;
  height: 219px;
}
.noticeBoard .noticeBoard_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-right: 82px;
  width: 80%;
  margin-left: 10%;
}
.noticeBoard .noticeBoard_inner figure {
  width: 594px;
  height: 598px;
}
.noticeBoard .noticeBoard_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.noticeBoard .noticeBoard_inner .text {
  background: #3660C8;
  border-radius: 30px;
  padding: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 50%;
}
.noticeBoard .noticeBoard_inner .text h3 {
  color: #ffffff;
  text-align: center;
}
.noticeBoard .noticeBoard_inner .text .devider {
  border-top: 1px solid #618BF3;
  margin-bottom: 5px;
}
.noticeBoard .noticeBoard_inner .text .scrollcontent {
  width: 100%;
  float: left;
  padding: 15px;
  height: 380px;
  display: flex;
  overflow: hidden;
}
.noticeBoard .noticeBoard_inner .text .marQuee {
  padding: 0 !important;
}
.noticeBoard .noticeBoard_inner .text .marQuee li p a {
  color: #fff;
  font-family: "Lato", sans-serif;
  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;
}

/******************gallerySec*********************/
.gallerySec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 67px 0 78px;
}
.gallerySec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/gal_circle.png) no-repeat left;
  width: 144px;
  height: 144px;
}
.gallerySec .galleryInner {
  margin-top: 45px;
}
.gallerySec .galleryInner ul li {
  float: left;
  width: 25%;
  padding: 10px;
  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: linear-gradient(180deg, rgba(3, 57, 159, 0.26) 0.5%, #03399F 100%);
  box-shadow: 0px 4px 26px 3px rgba(69, 59, 59, 0.1);
  border-radius: 20px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.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;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallerySec .galleryInner ul li a figure {
  width: 100%;
  height: 200px;
  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(3) {
  width: 50%;
  float: right;
}
.gallerySec .galleryInner ul li:nth-child(3) a figure {
  height: 420px;
}
.gallerySec .galleryInner ul li:hover span {
  opacity: 1;
}

/******************studentZone***************/
.studentZone {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 83px 0 83px;
  background: #FAFBFF;
}
.studentZone .courseList {
  margin-top: 50px;
  position: relative;
}
.studentZone .courseList::before {
  content: "";
  position: absolute;
  bottom: -51px;
  left: -16px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #FFC593;
}
.studentZone .courseList .box .card {
  background: #ffffff;
}
.studentZone .courseList .box .card figure {
  width: 100%;
  height: 212px;
}

/**********************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: flex;
}
.contact_us .contact_us_sec .contact_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  background: url(../images/contact_bg.png) no-repeat center;
  background-size: cover;
  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;
}

/************testimonial************/
.testimonial {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 75px 0 75px;
  background: url(../images/testimonial_bg.png) no-repeat right;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.testimonial .testimonial_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 30px;
}
.testimonial .testimonial_inner .testimonialText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 50px;
}
.testimonial .testimonial_inner .testimonialText .client_Slide {
  width: 100%;
  position: relative;
}
.testimonial .testimonial_inner .testimonialText .item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #BCE2F0;
  box-shadow: 0px 4px 27px 4px rgba(78, 78, 78, 0.12);
  border-radius: 10px;
  padding: 86px 70px;
  overflow: visible;
}
.testimonial .testimonial_inner .testimonialText .item::before {
  content: "";
  position: absolute;
  background: url(../images/quote.png) no-repeat left;
  background-position: top left;
  width: 100%;
  height: 100%;
  top: -25px;
  left: 10px;
  z-index: 9;
}
.testimonial .testimonial_inner .testimonialText .item article p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.testimonial .testimonial_inner .testimonialText .item article h4 {
  font-weight: 600;
  color: #21376E;
}
.testimonial .testimonial_inner .testimonialText .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  overflow-x: clip !important;
}
.testimonial .testimonial_inner .testimonialText .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  top: -150px;
  right: 0;
}
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-prev,
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 30px;
  padding: 4px 12px;
  color: #ffffff;
  background: #03399F;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
  margin-left: 20px;
}
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-prev:hover,
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #E67717;
  border: 2px solid #E67717;
}
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-prev {
  float: left;
}
.testimonial .testimonial_inner .testimonialText .owl-nav .owl-next {
  float: right;
}

/*************************footer****************************/
.footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 85px 0 0px;
  background: url(../images/footer_bg.png) no-repeat center;
  background-size: cover;
}
.footer .footerInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 44px;
}
.footer .footerInner .footer_cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.footer .footerInner .footer_cnt img {
  width: 60px;
}
.footer .footerInner .footer_cnt span {
  color: #ffffff;
  color: #E5E5E5;
  display: block;
  margin-top: 10px;
}
.footer .footerInner .footer_cnt span strong {
  font-weight: bolder;
  display: block;
}
.footer .footerInner .footer_cnt p {
  color: #E5E5E5;
  margin-top: 20px;
  width: 70%;
}
.footer .footerInner .footer_cont_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.footer .footerInner .footer_cont_sec h4 {
  color: #ffffff;
  padding-bottom: 20px;
  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: #E5E5E5;
  text-transform: capitalize;
}
.footer .footerInner .footer_cont_sec li a:hover {
  color: #E67717;
}
.footer .footerInner .footer_cont_sec .address li {
  display: flex;
  flex-flow: column;
  list-style: none;
}
.footer .footerInner .footer_cont_sec .address li span {
  padding-right: 15px;
  color: #E67717;
  font-weight: 600;
}
.footer .footerInner .footer_cont_sec .address li p {
  color: #E5E5E5;
  margin: 0;
  width: 77%;
}
.footer .footerInner .footer_cont_sec:nth-child(1) {
  width: 30%;
}
.footer .footerInner .footer_cont_sec:nth-child(2) {
  width: 30%;
}
.footer .footerInner .footer_cont_sec:nth-child(3) {
  width: 20%;
}
.footer .footerInner .footer_cont_sec:nth-child(4) {
  width: 25%;
}
.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;
}
.footer_end .footerndcnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  border-top: 1px solid #93C5D8;
  padding: 14px 0;
}
.footer_end .social_link {
  float: left;
}
.footer_end .social_link ul li {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.5s;
  list-style: none;
}
.footer_end .social_link ul li:last-child {
  margin-right: 0;
}
.footer_end .social_link ul li .fab {
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 8px;
  transition: all 0.5s;
}
.footer_end .social_link ul li .fab:hover {
  color: #E67717;
}
.footer_end p {
  float: right;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}
.footer_end p a {
  font-weight: 600;
  color: #E67717;
  transition: 0.3s ease-in-out;
}
.footer_end p a:hover {
  text-decoration: underline;
}

/******************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: linear-gradient(180deg, rgba(3, 57, 159, 0.26) 0.5%, #03399F 100%);
  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%;
  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 50px;
  /********contact*******/
}
.innerContent .aboutSec1_inner {
  width: 100%;
  display: contents;
  align-items: center;
  justify-content: space-between;
}
.innerContent .aboutSec1_inner .aboutSec1_img {
  position: relative;
  width: 40%;
  padding: 0;
  float: left;
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 50px;
}
.innerContent .aboutSec1_inner .aboutSec1_img::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 499px;
  border: 1px solid #03399F;
  left: 30px;
  top: 30px;
  z-index: -1;
}
.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;
}
.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%;
}
.innerContent .contact_us_page_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: flex;
}
.innerContent .contact_us_page_sec .contact_us_page_inner_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
  display: flex;
}
.innerContent .contact_us_page_sec .contact_us_page_inner_sec img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0.98;
  transform: scaleX(-1);
}
.innerContent .contact_us_page_sec .contact_us_page_inner_sec_text {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #03399F;
}
.innerContent .contact_us_page_sec .contact_us_page_inner_sec_text h3 {
  text-align: left;
  color: #ffffff;
}

.map_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.map_sec .contact_inner_map {
  height: 350px;
}

/**************404_page***************/
.error_page {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #EDEAEB;
  padding: 50px 0 50px;
}
.error_page .error_page_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 90%;
  margin-left: 5%;
  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::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #E67717;
  left: -44px;
  top: -44px;
}
.error_page .error_page_sec h1 {
  font-size: 14.5rem;
  letter-spacing: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #21376E;
}
.error_page .error_page_sec span {
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.error_page .error_page_sec p {
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

/*************************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;
  float: left;
}
.notice_board .notice_board_sec ul li .link_icon i {
  font-size: 26px;
  color: #E67717;
}
.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;
}

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

.loader__element {
  border-radius: 100%;
  border: 5px solid #03399F;
  margin: 10px;
}

.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% {
    transform: scale(2);
  }
}

@keyframes preloader {
  100% {
    transform: scale(2);
  }
}
.float_icon {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}
.float_icon ul li {
  display: block;
  margin-bottom: 15px;
  list-style: none;
}
.float_icon ul li i {
  font-size: 30px;
  width: 66px;
  height: 66px;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease-in-out;
  color: #ffffff;
  padding: 18px 19px;
}
.float_icon ul .floatcall {
  background: #1681E9;
}
.float_icon ul .floatcall:hover {
  background: #21376E;
}
.float_icon ul .floatwhatsp {
  background: #009140;
}
.float_icon ul .floatwhatsp:hover {
  background: #005726;
}

.changeBlock {
  float: right !important;
}

.wpcf7-response-output {
  color: #ffffff;
}

.wpcf7 form.failed .wpcf7-response-output {
  color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
  float: left;
}

.innerGallery .gallerySec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 67px 0 78px;
}
.innerGallery .gallerySec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/gal_circle.png) no-repeat left;
  width: 144px;
  height: 144px;
}
.innerGallery .gallerySec .galleryInner {
  margin-top: 0px !important;
}
.innerGallery .gallerySec .galleryInner ul li {
  float: left;
  width: 25%;
  padding: 10px;
  transition: 0.5s ease-in-out;
  list-style: none;
}
.innerGallery .gallerySec .galleryInner ul li a {
  position: relative;
}
.innerGallery .gallerySec .galleryInner ul li a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 57, 159, 0.26) 0.5%, #03399F 100%);
  box-shadow: 0px 4px 26px 3px rgba(69, 59, 59, 0.1);
  border-radius: 20px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.innerGallery .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;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.innerGallery .gallerySec .galleryInner ul li a figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.innerGallery .gallerySec .galleryInner ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerGallery .gallerySec .galleryInner ul li:nth-child(3) {
  width: 25%;
  float: left;
}
.innerGallery .gallerySec .galleryInner ul li:nth-child(3) a figure {
  height: 200px;
}
.innerGallery .gallerySec .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%;
}

.page-numbers {
  width: 30px;
  height: 30px;
  /* background: orange; */
  border: 1px solid #03399F;
  display: inline-block;
  border-radius: 50px;
  padding: 4px 5px;
  margin: 0px 5px;
}
.page-numbers:hover {
  border: 1px solid #03399F;
  background: #03399F;
  color: #ffffff;
}

.prev {
  border: none !important;
  width: auto !important;
}

.next {
  border: none !important;
  width: auto !important;
}

/*--------------------------------------------------------------
#Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1100px) {
  .bar {
    display: block !important;
  }
  .main-navigation {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    background: #323232;
    position: fixed;
    left: -100%;
    height: 100%;
    transition: 0.6s ease-out;
    opacity: 0;
    overflow-y: scroll;
  }
  .main-navigation ul {
    margin-top: 60px;
  }
  .main-navigation ul li {
    width: 100%;
    margin: 0 !important;
    color: #ffffff !important;
  }
  .main-navigation ul li a {
    padding: 8px 10px;
    border-bottom: 1px solid #4e4e4e;
    display: block;
    margin: 0px 10px;
    color: #ffffff !important;
  }
  .main-navigation ul li a:hover {
    border-bottom: 1px solid #FFC593;
  }
  .show-menu {
    left: 0;
    opacity: 1;
  }
  .fa-times {
    transition: all 0.6s;
    transform: rotate(180deg);
  }
  .header_top .main-navigation ul ul {
    position: static;
    width: 100%;
    left: -14px;
    border-radius: 2px;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: none !important;
  }
  .header_top .main-navigation ul ul li a {
    padding: 8px 10px;
    border-bottom: 1px solid #4e4e4e;
    display: block;
    margin: 0px 10px;
    color: #fff !important;
  }
  .header_top .main-navigation ul li i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 5px;
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
  .head_cnt .cntHead p {
    width: 100%;
  }
  .page-numbers {
    margin: 0px 0px;
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  .container {
    max-width: 90%;
  }
  .btn-link {
    padding: 6px 16px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  .float_icon ul li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px 11px;
  }
  .aboutSec3:after {
    background-size: 100px !important;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    height: 280px !important;
  }
  .courses {
    padding: 40px 0 40px !important;
  }
  .facilites .facilitiesText .contentList .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .noticeBoard .noticeBoard_inner {
    width: 90% !important;
    margin-left: 5% !important;
    padding-right: 0px;
  }
  .noticeBoard .noticeBoard_inner figure {
    display: none !important;
  }
  .noticeBoard .noticeBoard_inner .text {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    right: 0px !important;
    transform: translateY(0) !important;
  }
  .head_cnt {
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .head_cnt .cntHead {
    width: 100% !important;
  }
  .head_cnt .btn-sec {
    margin-top: 30px !important;
  }
  .gallerySec .galleryInner ul li {
    width: 100% !important;
  }
  .gallerySec .galleryInner ul li:nth-child(3) {
    width: 100% !important;
  }
  .contact_us .contact_us_sec .contact_inner {
    padding: 50px 30px 50px 30px !important;
  }
  .testimonial .testimonial_inner .testimonialText .owl-nav {
    top: -50px !important;
  }
  .testimonial .testimonial_inner .testimonialText .item {
    padding: 25px 20px !important;
  }
  .testimonial .testimonial_inner .testimonialText .item article p {
    font-size: 15px !important;
    line-height: 26px !important;
    padding-top: 30px !important;
  }
  .noticeBoard::before {
    background-size: 50px !important;
  }
  .banner_sec::before {
    display: none !important;
  }
  .float_icon {
    bottom: 82px !important;
  }
  .banner_sec .bannerInner {
    display: block;
  }
  .banner_sec .bannerInner .bannerSlide .bnr_Slide .item figure {
    height: 350px !important;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 35px !important;
  }
  .innerContent .aboutSec1_inner {
    display: block;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 100%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    height: 300px !important;
  }
  .innerContent .contact_us_page_sec .contact_us_page_inner_sec_text h3 {
    font-size: 21px !important;
  }
  .error_page .error_page_sec h1 {
    font-size: 5rem !important;
  }
  .error_page .error_page_sec span {
    font-size: 1.5rem !important;
  }
  .innerGallery .gallerySec .galleryInner ul li {
    width: 100% !important;
  }
  .blogListInner .blog_inner_page_sec {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .blogListInner .blog_inner_page_sec h1 {
    font-size: 20px !important;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 320px !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 60%;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
  h2 {
    font-size: 28px;
  }
  .text_cnt p {
    width: 90%;
  }
  .location_sec {
    display: none;
  }
  .logo {
    width: 48%;
  }
  .logo a img {
    width: 100px;
  }
  .banner_sec::before {
    display: none;
  }
  .banner_sec .bannerInner {
    display: block;
  }
  .banner_sec .bannerInner .bannerBlock {
    padding: 40px 0 40px;
    padding-left: 30px;
  }
  .banner_sec .bannerInner .bannerBlock article h2 {
    font-size: 35px;
    line-height: 30px;
    margin: 0;
  }
  .banner_sec .bannerInner .bannerBlock article h2 small {
    font-size: 25px;
  }
  .banner_sec .bannerInner .bannerBlock article span {
    font-size: 16px;
  }
  .banner_sec .bannerInner .bannerBlock article p {
    width: 90%;
    font-size: 14px;
    height: 98px;
    overflow: hidden;
    color: #000000;
  }
  .banner_sec .bannerInner .bannerSlide .bnr_Slide .item figure {
    height: 450px;
  }
  .banner_sec .bannerInner .bannerSlide .owl-nav {
    right: 30px;
  }
  .aboutSec3 {
    padding: 55px 0 55px;
  }
  .aboutSec3 ::after {
    background-size: 200px;
  }
  .aboutSec3::before {
    background-size: 50px;
  }
  .aboutSec3 .aboutSec3Inner {
    display: block;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::after {
    display: none;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    height: 380px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    margin-top: 30px;
  }
  .courses .container {
    display: block;
  }
  .courses .courseList {
    margin-top: 40px;
  }
  .courses .courseList .box {
    margin-bottom: 30px;
  }
  .facilites::before {
    display: none;
  }
  .facilites .container {
    display: block;
  }
  .facilites .facilitiesImg {
    display: none;
  }
  .facilites .facilitiesText .contentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .facilites .facilitiesText .contentList .box {
    width: 45%;
  }
  .facilites .facilitiesText .contentList .box h4 {
    font-size: 16px;
    height: 35px;
    overflow: hidden;
  }
  .noticeBoard .noticeBoard_inner figure {
    width: 80%;
    height: 398px;
  }
  .noticeBoard .noticeBoard_inner .text {
    width: 80%;
  }
  .noticeBoard .noticeBoard_inner .text .scrollcontent {
    height: 200px;
  }
  .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .gallerySec .galleryInner ul li:nth-child(3) {
    float: left;
  }
  .gallerySec .galleryInner ul li:nth-child(3) a figure {
    height: 200px;
  }
  .contact_us .contact_us_sec {
    display: block;
  }
  .contact_us .contact_inner_map {
    height: 350px;
  }
  .footer .footerInner {
    flex-wrap: wrap;
  }
  .footer .footerInner .footer_cnt p {
    width: 90%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer_end .social_link {
    float: left;
    text-align: center;
    display: block;
    width: 100%;
  }
  .footer .footer_end p {
    text-align: center;
    width: 100%;
  }
  .studentZone .courseList .box {
    margin-bottom: 30px;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 45px;
  }
  .innerContent .aboutSec1_inner {
    display: block;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 100%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img::before {
    width: 100%;
    height: 399px;
    display: none;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 399px;
  }
  .innerContent .aboutSec1_inner .aboutUs_content {
    width: 100%;
    display: block;
  }
  .innerContent .contact_us_page_sec {
    flex-wrap: wrap;
  }
  .error_page .error_page_sec::before {
    width: 120px;
    height: 120px;
  }
  .error_page .error_page_sec h1 {
    font-size: 9.5rem;
    letter-spacing: 1rem;
  }
  .error_page .error_page_sec span {
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
  }
  .innerGallery .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .innerGallery .gallerySec .galleryInner ul li:nth-child(3) {
    width: 50%;
  }
  .blogList .blogCnt .blogImg figure {
    width: 100%;
  }
  .blogList .blogCnt .blogText {
    margin-top: 30px;
  }
  .blogListInner .blog_inner_page_sec {
    width: 90%;
    margin-left: 5%;
  }
  .blogListInner .blog_inner_page_sec h1 {
    font-size: 28px;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 350px;
  }
  .blogListInner .blog_inner_page_sec figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 40%;
  }
  .logo {
    width: 65%;
  }
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 28px;
  }
  .show_phn_box {
    display: none;
  }
  .location_sec {
    display: none;
  }
  .banner_sec::before {
    background-size: 40px;
  }
  .banner_sec .bannerBlock article h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }
  .banner_sec .bannerBlock article h2 small {
    font-size: 20px;
  }
  .banner_sec .bannerBlock article span {
    font-size: 16px;
  }
  .banner_sec .bannerBlock article p {
    width: 90%;
    font-size: 14px;
    height: 98px;
    overflow: hidden;
  }
  .banner_sec .bannerSlide .bnr_Slide .item figure {
    height: 500px;
  }
  .aboutSec3 {
    padding: 55px 0 55px;
  }
  .aboutSec3 ::after {
    background-size: 200px;
  }
  .aboutSec3::before {
    background-size: 50px;
  }
  .aboutSec3 .aboutSec3Inner {
    display: block;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::after {
    display: none;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    height: 380px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    margin-top: 30px;
  }
  .courses .container {
    display: block;
  }
  .courses .courseList {
    margin-top: 40px;
  }
  .courses .courseList .box {
    margin-bottom: 30px;
  }
  .facilites::before {
    display: none;
  }
  .facilites .container {
    display: block;
  }
  .facilites .facilitiesImg {
    display: none;
  }
  .facilites .facilitiesText .contentList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .facilites .facilitiesText .contentList .box {
    width: 45%;
  }
  .noticeBoard .noticeBoard_inner figure {
    width: 80%;
    height: 398px;
  }
  .noticeBoard .noticeBoard_inner .text {
    width: 60%;
  }
  .noticeBoard .noticeBoard_inner .text .scrollcontent {
    height: 200px;
  }
  .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .gallerySec .galleryInner ul li:nth-child(3) {
    float: left;
  }
  .gallerySec .galleryInner ul li:nth-child(3) a figure {
    height: 200px;
  }
  .contact_us .contact_us_sec {
    display: block;
  }
  .contact_us .contact_inner_map {
    height: 350px;
  }
  .footer .footerInner {
    flex-wrap: wrap;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 100%;
    margin-bottom: 20px;
  }
  .studentZone .courseList .box {
    margin-bottom: 30px;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 45px;
  }
  .innerContent .aboutSec1_inner {
    display: block;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 100%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img::before {
    width: 100%;
    height: 399px;
    display: none;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 399px;
  }
  .innerContent .aboutSec1_inner .aboutUs_content {
    width: 100%;
    display: block;
  }
  .innerContent .contact_us_page_sec {
    flex-wrap: wrap;
  }
  .error_page .error_page_sec::before {
    width: 120px;
    height: 120px;
  }
  .error_page .error_page_sec h1 {
    font-size: 9.5rem;
    letter-spacing: 1rem;
  }
  .error_page .error_page_sec span {
    font-size: 2.5rem;
    font-family: "Poppins", sans-serif;
  }
  .innerGallery .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .innerGallery .gallerySec .galleryInner ul li:nth-child(3) {
    width: 50%;
  }
  .blogList .blogCnt .blogImg figure {
    width: 100%;
  }
  .blogList .blogCnt .blogText {
    margin-top: 30px;
  }
  .blogListInner .blog_inner_page_sec {
    width: 90%;
    margin-left: 5%;
  }
  .blogListInner .blog_inner_page_sec h1 {
    font-size: 28px;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 350px;
  }
  .blogListInner .blog_inner_page_sec figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 40%;
  }
  .logo {
    width: 75%;
  }
  h3 {
    font-size: 26px;
  }
  .show_phn_box {
    display: none;
  }
  .banner_sec .bannerSlide .bnr_Slide .item figure {
    width: 100%;
    height: 550px;
  }
  .banner_sec .bannerBlock article h2 {
    font-size: 55px;
  }
  .banner_sec .bannerBlock article h2 small {
    font-size: 32px;
    display: block;
  }
  .banner_sec .bannerBlock article p {
    padding-top: 10px;
    width: 100%;
  }
  .aboutSec3::before {
    background-size: 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    height: 340px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content .text_cnt p {
    width: 85%;
    height: 80px;
    overflow: hidden;
  }
  .courses .container {
    display: block;
  }
  .courses .courseList {
    margin-top: 40px;
  }
  .courses .courseList .box {
    margin-bottom: 30px;
  }
  .facilites::before {
    display: none;
  }
  .facilites .container {
    display: block;
  }
  .facilites .facilitiesImg {
    display: none;
  }
  .noticeBoard .noticeBoard_inner figure {
    width: 494px;
    height: 498px;
  }
  .noticeBoard .noticeBoard_inner .text .scrollcontent {
    height: 200px;
  }
  .footer .footerInner {
    flex-wrap: wrap;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 33%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 33%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 33%;
  }
  .studentZone .courseList .box {
    margin-bottom: 30px;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img::before {
    width: 100%;
    height: 399px;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 399px;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 55px;
  }
  .error_page .error_page_sec h1 {
    font-size: 11.5rem;
  }
  .blogListInner .blog_inner_page_sec h1 {
    font-size: 32px;
  }
  .blogListInner .blog_inner_page_sec figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-numbers {
    margin: 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 40%;
  }
  .logo {
    width: 75%;
  }
  .banner_sec .bannerBlock article h2 {
    font-size: 55px;
  }
  .banner_sec .bannerBlock article h2 small {
    font-size: 32px;
    display: block;
  }
  .banner_sec .bannerBlock article p {
    padding-top: 10px;
    width: 100%;
  }
  .facilites .facilitiesImg figure {
    width: 100%;
    height: 596px;
  }
  .noticeBoard .noticeBoard_inner figure {
    width: 594px;
    height: 498px;
  }
  .courseList .box {
    padding-left: 5px;
    padding-right: 5px;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img::before {
    width: 100%;
    height: 399px;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 399px;
  }
}/*# sourceMappingURL=responsive.css.map */