@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url("https://fonts.googleapis.com/css?family=Vidaloka&display=swap");
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
a {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
img {
  max-width: 100%;
}

body {
  color: #444;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.align_items_center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.body_wraper {
  width: 100%;
  float: left;
  overflow: hidden;
  display: contents;
}
.header_outer {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.header_align {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}

.logo_part {
  width: auto;
  float: left;
  display: inline-block;
}
.logo_part a {
  display: block;
  width: 220px;
}

.top_yearofexp {
  width: auto;
  margin: auto;
  font-family: "Vidaloka", serif;
  display: flex;
  line-height: 1.4;
}

.top_yearofexp h4 {
  font-size: 60px;
  font-weight: 600;
  color: #fb621b;
  margin: 0;
  line-height: 1;
  padding-right: 10px;
}
.top_yearofexp h4 span {
  position: relative;
  top: 10px;
}
.top_yearofexp p {
  color: #000;
  margin: 0;
}

.top_contact {
  width: auto;
  float: right;
  display: inline-block;
}

.top_contact ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.top_contact ul li:last-child {
  margin-bottom: 0;
}

.top_contact ul li a {
  color: #000;
}
.top_contact ul li i {
  color: #098bc6;
  position: absolute;
  left: 0;
  top: 4px;
}

@media (max-width: 991px) {
  .top_contact {
    display: none;
  }
}

@media (max-width: 575px) {
  .logo_part {
    width: 100%;
    display: block;
    text-align: center;
  }
  .logo_part a {
    margin: auto; display: inline-block;
  }
  .header_align {
    height: auto;
    display: block;
    padding: 15px 0;
  }
  .top_yearofexp {
    float: left;
    width: 100%;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin-top: 15px;
  }
  .top_yearofexp p {
    width: 137px;
    max-width: 100%;
  }
  .top_yearofexp p br {
    display: none;
  }
  .top_yearofexp h4 {
    font-size: 30px;
  }
}

.banersec {
  width: 100%;
  float: left;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg7.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 768px) {
.banersec {
  width: 100%;
  float: left;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg8.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

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

.bnr_overlaymain {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.display_flex {
  display: flex;
}


.carousel-item {
  min-height: 480px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bnr_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.carousel-caption h2 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.banersec .carousel-control-prev-icon {
  background-image: url("../images/arrows-left.svg");
  background-size: 40px 40px;
}

.banersec .carousel-control-next-icon {
  background-image: url("../images/arrows-right.svg");
  background-size: 40px 40px;
}

.bnr_form {
  width: 370px;
  max-width: 100%;
  float: right;
}

.thim-register-now-form {
  width: 100%;
  float: left;
  background: rgb(251, 98, 27, 0.9);
  padding: 30px 0 10px;
}

.thim-register-now-form .title {
  position: relative;
  padding: 22px 30px 22px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.thim-register-now-form .title span {
  color: #fff;
  position: relative;
  font-size: 24px;
}
.thim-register-now-form .title:before {
  background-color: #2f6fd9;
}

.bnr_form_outer {
  width: 100%;
  float: left;
  padding: 0 40px 60px;
}

.bnr_form_outer p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  top: -13px;
  line-height: 1.5;
}

.input_row {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.input_row input {
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, .1);
  outline: none;
  box-shadow: none;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.input_row ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}
.input_row input[type="submit"] {
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 0 15px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  background: #fb621b;
  margin-top: 5px;
  border: 1px solid #fb621b;
  text-transform: uppercase;
}

.input_row input[type="submit"]:hover {
  background: #2f6fd9;
  color: #fff;
  border-color:#2f6fd9
}

.col_pdg {
  padding: 0 !important;
}

.row_magn {
  margin: 0 !important;
}

.mobile_enquiry {
  display: none;
}

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

.bnr_imagebox {
  width: 100%; float: left;
  position: relative;
  height:400px;
  padding-top: 70px;
  text-align: right;
}
.bnr_imagebox img{
  width: 550px;
}
.bnr_shap {
  position: absolute;
  right: -480px;
  top: -428px;
  height: 100%;

}

.bnr_shap img {
  width: 1220px;
  opacity: 0.08;
}


.brn_info {
  width: 100%;
  display: flex;
  padding-top: 270px;
  padding-left: 50px;
}

.brn_infoiner{
  width: 100%;

}
.brn_info h1 {
  font-size: 40px;
  color: #fb621b;
  line-height: 1.1;
  font-weight:700;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
.brn_info h1 span {
  font-weight:300;
  color:#fff
}

.brn_info p {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color:#fff; 
}

.brn_info h4 {
  font-size:16px;
  color:#fff; 
  padding: 10px 0 15px; 
  font-weight: 300;
  line-height:1.7;
}

.brn_info a{
  background: #fb621b;
  color:#fff; 
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;

}

.brn_info a:hover{
  color:#fff;
  background: #2f6fd9;
}

@media (max-width: 991px) {

  .brn_info {
   justify-content: center;
   text-align: center;
   padding: 80px 0 50px 0;
   padding-top: 270px;
  }
  .bnr_imagebox {
    text-align: center;
  }

  .bnr_imagebox {
    height: auto;
  }
  
}

@media (max-width: 767px) {
  .brn_info h1 {
    font-size: 60px;
  }
  .brn_info h1 span {
    font-size: 20px;
    display: block;
}
}

@media (max-width: 575px) {
  .brn_info {
    padding: 80px 0 30px 0;
   }

}

@media (max-width:430px) {
.brn_info h4 br{
	display:none
}
}

.course_sec {
  width: 100%;
  float: left;
  padding: 80px 0;
  background: #fff;
}

.course_margin {
  width: 100%;
  float: left;
  position: relative;
  top: 0px;
  padding: 0;
}

.home_comen_title {
  width: 100%;
  float: left;
}
.home_comen_title h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #021844;
  text-transform: uppercase;
}



.course_list_outer {
  width: 100%;
  float: left;
}
.cs_outer_div {
  width: 100%;
  float: left;
}
.course_box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
}

.course_box h4 {
  font-size: 18px;
  color: #021844;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
}
.course_box h4 span {
  font-size: 15px;
  font-weight: 400;
}
.course_box ul li {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}

.course_box ul li:before {
  content: "\f501";
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.course_box ul li:last-child {
  margin-bottom: 0px;
}

.course_sec .home_comen_title {
  text-align: center;
}

@media (max-width: 575px) {
  .course_sec {
    padding: 60px 0 40px;
  }
}

.center_sec {
  width: 100%;
  float: left;
}

.center_in {
  width: 100%;
  float: left;
  display: flex;
}

.center_left {
  width: 100%;
  float: left;
  background: #fb621b;
  display: flex;
  padding: 100px 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.center_left:before {
  left: auto;
  height: 100%;
  right: -60px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 1000%;
  bottom: 0px;
  background: #021844;
  position: absolute;
  transform: skew(-15deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: none;
}

.center_right {
  width: 50%;
  float: left;
  background: #ccc url("../images/img1.jpg") no-repeat center;
  display: flex;
  position: relative;
  z-index: 1;
}

.center_right:before {
  left: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
}

.formoredetailse_left {
  width: 100%;
  float: left;
  text-align: center;
}

.formoredetailse_left .call_no {
  display: inline-block;
  font-size: 40px;
  color: #2f6fd9;
}

.formoredetailse_left h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 10px;
}



@media (max-width: 991px) {
  .center_left {
    width: 100%;
  }
  .center_right {
    display: none;
  }
  .center_in {
    display: block;
  }
}

@media (max-width: 575px) {
  .center_left {
    padding: 60px 30px 70px;
  }

  .formoredetailse_left h4 br {
    display: none;
  }
  .formoredetailse_left h4 {
    font-size: 28px;
  }
  .formoredetailse_left .call_no {
    font-size: 28px;
  }
}


.fecilitysec {
  width: 100%;
  float: left;
  padding: 80px 0 100px;
  background: #021844;
}

.fecilitysec .home_comen_title {
  text-align: center;
  margin-bottom: 20px;
}

.fecilitysec .home_comen_title h3 {
  color: #fff;
}

.facility_box {
  width: 100%;
  float: left;
  padding-left: 30px;
}

.facility_box ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.facility_box ul li:before {
  content: "\f0a4";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f6fd9;
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
}

@media (max-width: 991px) {
  .facility_box {
    padding-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .fecilitysec {
    padding: 60px 0;
  }
  .fecilitysec .home_comen_title {
    margin-bottom: 0;
  }
}

.about_sec {
  width: 100%;
  float: left;
  background: #fff;
  padding: 80px 0;
}

.about_sec .home_comen_title {

}

.about_align {
  width: 100%;
  float: left;

}

.about_logo {
  width: 100%;
  float: left;
}

.about_logo  img {
  width: 300px;
}

.about_content {
  width: 100%;
  float: left;
  padding-left: 60px;
}

.about_content h3 {
  font-size: 40px;
  color:#021844; 
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about_content h3 span {
  font-weight: 200;
}

.about_content p {
  text-align: justify;
}

@media (max-width:991px) {
  .about_content {
    padding-left: 0; padding-top: 40px;
  }
  .about_logo, .about_content h3 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about_sec {
    padding: 60px 0 50px;
  }
}

.gallery_sec {
  width: 100%;
  float: left;
  background: #3473dd;
  background-image: linear-gradient(to bottom right, #1a5fd3, #2f6fd9);
  padding: 100px 0 130px;
  -webkit-clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
}

.gallery_sec .home_comen_title {
margin-bottom: 10px;
}

.gallery_sec .home_comen_title h3{
 color:#fff;     font-weight: 400;
}

.light_box {
  margin-bottom: 30px;
}

@media (max-width: 991px) { 
  .gallery_sec{
    -webkit-clip-path: polygon(100% 0, 100% 97%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 98%, 0 100%, 0 0);
  }
  
}


@media (max-width: 575px) {
  .gallery_sec {
    padding: 60px 0 ;
  }
}

.footer_sec {
  width: 100%;
  float: left;
  background: #021844;
  background-size: cover;
  padding: 100px 0 0px 0;
}

.footer_contact {
  width: 100%;
  float: left;
}

.footer_title {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}

.footer_title h4 {
  color: #f1f1f1;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
}

.footer_contact ul li {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, .8);
}

.footer_contact ul li a {
  color: rgba(255, 255, 255, .8);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.footer_contact ul li span {
  display: block;
  color: #f1f1f1;
  margin: 0 0 10px 0;
}

.footer_contact ul li span i {
  padding-right: 10px;
  color: #fb621b;
}

.footer_contact ul li a:hover {
  color: #fff;
}

.footer_form {
  width: 100%;
  float: left;
  padding-left: 60px;
}

.footer_form .footer_title p {
  color: rgba(255, 255, 255, .8);
}

.footer_form .footer_title h4 {
  margin-bottom:15px;
}
.footer_form .footer_title  {
  margin-bottom:10px;
}

.footer_form input {
  width: 100%;
  float: left;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 45px;
  padding: 0 15px;
  outline: none;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.footer_form textarea {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 150px;
  padding: 15px;
  outline: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.footer_form input[type="submit"] {
  background: #fb621b;
  color: #fff;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.footer_form input[type="submit"]:hover {
  background: #2f6fd9;
  color: #fff;
}

.footer_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

.copy_rightsec {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
  text-align: center;
  margin-top: 60px;
  background: #021844;
}

.copy_rightsec p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.copy_rightsec p a img {
  width: 120px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .footer_form {
    padding-left: 0;
    padding-top: 30px;
  }

  .copy_rightsec {
    padding-bottom: 30px;
    position: relative;
    z-index: 11;
  }
}

@media (max-width: 991px) {
  .footer_sec {
    padding: 60px 0 0;
  }
}

.call_btn,
.whatsapp_btn {
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.call_btn {
  background: #01aef0;
  bottom: 85px;
}

.whatsapp_btn {
  background: #0bb868;
  bottom: 30px;
}

.call_btn:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
}

.whatsapp_btn:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 20px;
}

.call_btn:hover,
.whatsapp_btn:hover {
  background: #021844;
  color: #fff;
}

.popup_sec .modal-dialog {
  max-width: 530px;
  margin-bottom: 100px;
}

.popup_sec .modal-body {
  padding: 0;
}

.popup_sec {
  background: rgba(0, 0, 0, 0.7);
}
.popup_sec .modal-content {
  border-radius: 0 0 0 0;
  border: 0;
}
.popup_sec button.close:before {
  content: "\e04a";
  vertical-align: middle;
  font-family: "linea-arrows-10";
}
.popup_sec button.close {
  color: #000;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  outline: none;
  background: none;
  right: 0;
  z-index: 5;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.popup_sec button.close:hover {
  color: #000;
  opacity: 1;
}
.onload_pop button.close i {
  font-size: 14px;
}

.popup_contalign {
  width: 100%;
  float: left;
  display: flex;
}

.onload_bgsec {
  width: 40%;
  float: left;
  background: #2f6fd9;
  position: relative;
  text-align: center;
  padding-top: ;
}

.onload_bgsec img {
  height: 475px;
  position: absolute;
  right: 35px;
  bottom: 0;
}

.onload_right {
  width: 100%;
  float: left;
  padding: 0;
  background: #fff;
  padding:50px 60px 80px;
  position: relative;
  overflow: hidden;
}

.onload_right .mba_coutnter_svgbottom {
  position: absolute;
  width: 150%;
  left: -230px;
  bottom: -35px;
}

.onload_right .mba_coutnter_svgbottom svg {
  fill: #ff9e6f;
}


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


.onload_right h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fb621b;
  line-height: 1.4;
  position: relative;
margin-bottom: 20px;
}

.onload_right form {
  width: 100%;
  float: left;

}

.onload_right form h5 {
  text-align: center;
  font-size: 20px;
  color: #666;
  font-weight: 400;
  margin-bottom: 20px;
}

.onload_right input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  background: none;
  height: 45px;
  font-size: 14px;
  color: #333;
  padding: 0;
  outline: none;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.onload_right ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.input_load {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.input_load p {
  margin-bottom: 5px;
  color: #999;
}

.onload_right .intl-tel-input .flag-dropdown .selected-flag {
  padding-top: 2px;
}

.onload_right input[type="submit"] {
  background: #fb621b;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.onload_right input[type="submit"]:hover {
  background: #021844;
  color: #fff;
}

@media (max-width: 991px) {
  .onload_right {
    width: 100%;
  }
  .onload_bgsec {
    display: none;
  }
  .popup_sec button.close {
    color: #333;
  }
}

@media (max-width: 575px) {
  .onload_right {
    padding: 60px 30px 40px 30px;
  }

  .onload_right h3 {
    font-size: 24px;
  }
}

.text_er {
  width: 100%;
  float: left;
  height: 500px;
  background: #021844;
}

.counter_sec {
  width: 100%;
  float: left;
  background:#021844 ;
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
}

.counter_sec:before {
position: absolute;
left: 0;
top:0;
content: "";
background: rgba(0,0,0,.6);
width: 100%; height: 100%;
z-index: -1; 
display: none;
}

.counter_sec .home_comen_title {
  text-align: center;
  margin-bottom: 20px;
}

.counter_sec .home_comen_title p {
  color:rgba(255,255,255,.8)
}

.counter_sec .home_comen_title h3 {
  color: #fff; margin-bottom: 15px;
}

.cout_title {
  width: 100%;
  float: left;
}

.coutner_box {
  width: 100%;
  float: left;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col_border {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.col_border:last-child {
  border-right: 0;
}

.coutner_box h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.7;
  text-transform:capitalize
}

.coutner_box h4 span {
  font-weight:600;
  font-size: 40px;
  display: block;
  margin-bottom:0px;
  color:#fb621b
}

.mba_coutnter_svgbottom {
  position: absolute;
  width: 100%;
  left: 0; bottom:-1px
}
.mba_coutnter_svgbottom svg {
  fill: #fff;
}

@media (max-width: 991px) {
  .counter_sec .col_border:nth-child(3) {
    border-right: 0;
  }
  .coutner_box {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .coutner_box h4 span {
    font-size: 30px;
  }
  .coutner_box h4 {
    font-size: 16px;
  }

  .counter_sec {
    padding: 60px 0 40px;
  }
  
}

.course_amesec {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0px 0 100px;
}

.ame_cont {
  width: 100%;
  float: left;
  background: #fff;
  padding-left: 30px;
}

.ame_cont h3 {
  color: #021844;
  font-size: 40px;
  margin-bottom: 20px;
}

.ame_cont ul {
  margin-top: 20px;
  width: 100%;
  display: block;
}

.ame_cont ul li {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}

.ame_cont ul li:before {
  content: "\f501";
  position: absolute;
  left: 0;
  top: 0;
  color: #fb621b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.course_amesec .carousel-control-prev-icon {
  background-image: url("../images/arrows-left.svg");
  background-size: 40px 40px;
}

.course_amesec .carousel-control-next-icon {
  background-image: url("../images/arrows-right.svg");
  background-size: 40px 40px;
}

.course_amesec .scroll_down a {
  color:#fff; 
  background: #2f6fd9;
  border-color:#2f6fd9
}

.course_amesec .scroll_down a:hover{
  background: #fb621b;
  border-color:#fb621b;
}

@media (max-width:991px) {
  .ame_cont {
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width:991px) {
  .ame_cont {
    padding-left: 0;
    padding-top: 40px;
  }
}



.course_approved {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  padding: 100px 0 200px 0;
}

.course_approved:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 171px;
  content: "";
  background: url("../images/shap1.png") no-repeat right;
  background-size: cover;
}

.cert_box {
	width: 100%;
	float: left;
	border:1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
}

.category-slide a {
  display: block;
}
.category-slide .slick-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-slide .prev.slick-arrow {
  right: auto;
  left: -50px;
}

.category-slide .slick-arrow i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}


.course-slide .slick-arrow {
  position: absolute;
  top: -70px;
  right: 15px;
}
.course-slide .prev.slick-arrow {
  left: auto;
  right: 65px;
}
.course-slide .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.course-slide .slick-arrow:hover i {
  border-color: #fb621b;
  background-color: #fb621b;
  color:#fff
}

.slick-dots {
  margin: 0 auto;
}
.slick-dots li {
  display: inline-block;
  margin-top: 15px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 0;
  padding: 0;
  border: 0;
  margin: 0 3px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #fb621b;
}

.slick-disabled {
  opacity: 0.3;
}

.event-slider .slick-list {
  margin: -15px 0;
}
.event-slider .slick-slide {
  padding: 15px 0;
}
.event-list-thumb {
  width: 100%;
  display: table-row;
  background-color: rgba(0, 0, 0, 0.15);
}

.event-slider.dot-1 .slick-dots {
  top: 50%;
  width: auto;
  right: 0px;
  bottom: auto;
  height: auto;
  position: absolute;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.event-slider.dot-1 .slick-dots li {
  float: left;
  clear: both;
  margin: 3px 0;
}

.accredi_title h3{
  font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color:#021844
}

.course_approved #course-part {
  margin-bottom: 80px;
}

@media (max-width:991px) {
  .course_approved:before {
    background: url("../images/shap1.png") no-repeat center;
      background-size: cover;
  }
 }

@media (max-width:575px) {
  .accredi_title h3 {
    font-size: 20px;
    margin-bottom: 36px;
  }
  .course_approved {
    padding: 70px 0 55px 0;
}
.course_approved:before {
  height: 80px;
}

.cert_box {
  padding: 7px;
}
}



.major_recruter_sec {
  background: #f1f8f9 ;
  width: 100%;
  float: left;
  padding: 100px 0;
}
.major_recruter_sec .home_comen_title {
  text-align: center;
}
.major_recruter_sec .home_comen_title h3 {
  font-size: 26px;
}

.rlogo_ul {
  width: 100%;
  float: left;
}
.rlogo_ul li{
 width: 20%;
 float: left;
 padding: 0 15px;
 display: flex;
}

.rlogo_box {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 10px 14px 0px rgba(9, 107, 216, 0.05);
}


.mba_coursesec {
  width: 100%;
  float: left;
  padding: 100px 0;
  background: #fff;
}

.mba_course_right{
  width: 100%;
  float: left;
  padding-left:30px;
}

.course_row {
  width: 100%;
  float: left;
  margin-bottom:15px;
}

.course_row h4{
  color:#fb621b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom:25px;
  position: relative;
  z-index: 1;
}
.course_row h4 span {
  background: #fff;
  padding-right: 15px;
}
.course_row h4:before {
  height: 1px ;
  content: "";
  width: 100%;
  position: absolute;
  left: 0; top:12px; z-index: -1;
}
.course_row h4 span {
  display: inline-block;
}

.course_row ul li {
  display: flex;
  padding: 0 15px 0 0;
  float: left;
  margin-bottom: 15px;
}

.course_row ul li span {
  display: inline-block;
  padding: 0px 0px 0 20px;
  border-radius: 5px;
  position: relative;
  padding-right: 15px;
}

.course_row ul li span:before{
background:#021844; content: "";
position: absolute;
left: 5px; top:10px;
width: 6px;
height: 6px; 
border-radius: 50%;
}

.mba_form_title {
  width: 100%;
  float: left;
}

.mba_form_title h4{
  color:#fff; font-weight:300;
  font-size:16px;
  margin-bottom:30px;
  line-height: 1.5;
}

.mba_form_title h4 span{
  font-weight: 600; color:#fb621b
}

.mba_form_outer {
  width: 100%;
  float: left;
  padding-right: 30px;
}

.mba_form {
  width: 100%;
  float: left;
  padding: 60px  50px  45px  50px;
  background: #021844;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
}

.major_Recruiters_sec {
  width: 100%;
  float: left;
  padding: 80px 0 80px;
  border-top:1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
}

.major_Recruiters_sec .home_comen_title{
  text-align: center;
}
.recruiter_outer {
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.10);
}


.content {
  min-height: 100px;
  width: 20%;
  color: #333;
  float: left;
  font-size: 24px;
  line-height: 100px; /* centering text just for view */
  text-align: center;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
}
.loader_more {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
}
#loadMore {
  color: #fb621b;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  padding: 10px 25px;
  border-radius: 5px;
  border:1px solid #fb621b;
  background-color: #fff;
  transition: .3s;
}

#loadMore i {
  padding-left: 5px;
}

#loadMore:hover {
  color: #2f6fd9;
  background-color: #fff;
  border: 1px solid #2f6fd9;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
  opacity: 0; visibility: hidden;
}


@media (max-width: 991px) { 
  .mba_course_right {
    padding-left: 0;
    padding-top: 60px;
  }
  .mba_coursesec {
    padding-bottom: 60px;
  }
  .mba_form_outer {
    padding-right: 0;
  }
  .recruiter_outer .content {
    width: 33.33%;
  }
}

@media (max-width: 575px) { 

  .mba_coursesec {
    padding-bottom: 40px;
    padding-top:70px ;
  }

  .mba_form_title h4 {
    font-size: 20px;
  }
  .mba_form {
    padding-left: 30px; padding-right: 30px;
  }
}

.mr_logos {
  width: 100%;
  float: left;
  padding: 15px 20px;
}
.mr_logos img {
  filter: grayscale(100%);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.mr_logos:hover img {
  filter: grayscale(0);
}

#loadMore.noContent {
  margin: 0; padding: 0; width: 0;
  height: 0; line-height: 0;
}

@media (max-width: 575px) { 
  .major_Recruiters_sec {
    padding: 60px 0 40px;
  }
  .mr_logos {
    padding: 5px;
  }
}


.facility_sec {
  width: 100%;
  float: left;
  background: #fff;
  padding:0px 0 90px 0;
  position: relative;
}



.facility_sec .home_comen_title {
  text-align: center; margin-bottom: 20px;
}

.facility_sec .home_comen_title p {
  color:rgba(255, 255, 255, .6); width: 100%; max-width: 100%;
  margin: auto auto 10px auto;
  line-height: 2; text-align: justify;
}

.facility_cont {
  width: 100%;
  float: left;
}

.facility_cont ul {
  display: flex;
  flex-wrap: wrap;

}
.facility_cont ul li {
  display: flex;
  position: relative;
 padding: 0 15px;
 width: 25%;
 
}


.fec_box {
  width: 100%;
  float: left;
  padding: 15px;
  background:#021844;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 230px;
  margin-bottom: 30px;
}

.fec_box_in {
  width: 100%;
  float: left;
}

.fec_box_icon {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.fec_box_icon img {
  width: 40px;

}

.fec_box_icon.icon_indorgame img {
  width: 35px;

}

.fec_box h4 {
  font-size: 16px;
  font-weight: 400;
  color:rgba(255,255,255,.8);
  line-height: 1.7;
}


@media (max-width:991px) {
  .facility_cont ul li {
    width: 33.333%;
  }
}

@media (max-width:575px) {
  .facility_cont ul li {
    width: 50%;
  }
  .fec_box h4 {
    font-size: 14px;
  }
  .facility_sec {
    padding-bottom: 60px;
  }

}


.mba_about {
  width: 100%;
  float: left;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

.mba_about:before {
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top:0;
  content: "";
  background: #021844;
}

.mba_about_content{
  width: 100%;
  float: left;

}

.mba_about_img{
  width: 100%;
  float: left;
  padding-top: 60px;
}

.mba_about_content p {
  text-align: justify;
  color:rgba(255, 255, 255, .7)
}

.mba_about_content .home_comen_title h3 {
  margin-bottom: 20px; color:#fff
}

.home_comen_title h3 span {
  font-weight: 300;
}


.ngi_yearexp {
  width: 100%;
  float: left;
  font-family: "Vidaloka", serif;
}

.ngi_yearexp h4 {
  color:rgba(255,255,255,.8); font-size: 18px;
  line-height: 1.6; letter-spacing: 1px; 
}

.ngi_yearexp  span {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 130px; font-weight: bold; display: block;
  background: url("../images/text-bg.jpg") no-repeat  top right; 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}


@media (max-width:991px) {
  .ngi_yearexp {
    text-align: center;
    margin-bottom: 30px;
  }
  .mba_about_content {
    text-align: center;
  }

  .ngi_yearexp h4 {
    color:rgba(255,255,255,.6)
  }
  
}




.colm_flex {
	display:flex
}

.college_box {
    box-shadow: 0px 4px 15px 5px rgba(51, 51, 51, 0.1);
    width: 100%;
    float: left;
    padding: 40px 30px 20px;
    background: #fff;
    margin-bottom: 30px;
}

.college_img {
    width: 100%;
    float: left;
}

.college_box_in {
    width: 100%;
    float: left;
    padding-top: 30px;
}


.college_box_in {
  width: 100%;
    float: left;
  padding-top:30px
}

.colg_title_row {
  width: 100%;
  float: left;
}

.colg_title_row h4 {
  font-size: 18px;
  color: #444;
  margin-bottom: 7px;
  line-height: 1.5;
  font-weight: 600;
}

.colg_address {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.colg_address p {
  position: relative;
  padding-left: 30px;
}

.colg_address p i {
  color: #098bc6;
  left: 0;
  top: 5px;
  position: absolute;
}


.colleges_sec{
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  padding: 60px 0 80px;
  z-index: 1;
}

.colleges_sec:before{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top:0;
  background: rgba(0,0,0,.8);
  z-index: -1;
  display: none;
}

.colleges_sec .home_comen_title  {
  text-align: center; margin-bottom: 30px;
}

.colleges_sec .home_comen_title p {
  width:680px; max-width: 100%;
  margin: auto;
}

.colleges_sec .home_comen_title h3 {
  margin-bottom: 15px;
}

.college_logo_outer {
  width: 100%;
  float: left;
}

.college_logo_outer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.college_logo_outer ul li {
   padding: 0 15px;
  display: flex;

}

.coll_logo_box {
  width: 100%;
  float: left;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid rgba(0, 0, 0, .2); 
}
.coll_logo_box img {
  width: 250px;
}

@media (max-width:767px) { 
  .college_logo_outer ul li {
    margin-bottom: 30px;
  }
  .colleges_sec {
    padding-bottom: 60px;
  }
}

@media (max-width:575px) { 
  
  .colleges_sec {
    padding-bottom: 30px;
  }
}



.phar_accsec {
	width: 100%;
	float: left;
	padding:40px 0 30px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  }

  .aclogo_col {
	width: 20%;
	float: left;
	padding: 0 15px; 
  }

  .aclogo_box {
	width: 100%;
	float: left;
	text-align: center;
	padding:15px;
	background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.10);
	margin-bottom: 30px;

  }
  
  
  .phar_accsec .home_comen_title {
	text-align: center;
  }
  .phar_accsec .home_comen_title h3{
	font-size: 20px;

  }
  @media (max-width:991px) {
	.aclogo_col {
	  width: 33.33%;
	}
	.aclogo_box {
		padding: 30px;
	}
  }
  

  @media (max-width:575px) {
	.phar_accsec {
	  padding: 60px 0 40px;
	}
	.aclogo_col {
		width:50%;
	  }
	  .aclogo_box {
		  padding: 30px;
	  }
  }

  @media (max-width:400px) {
	  .aclogo_box {
		  padding: 15px;
	  }
  }
  
  
  
.top_yearsvg {
  width: auto;
  margin: auto;
  display: flex;
}

.top_yearsvg img {
	width:100px
}

.mb_exp {
	width:80px; height:80px; border-radius:50%;
	display:flex; align-items:center; text-align:center;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.10); padding:8px;
	background:#fff; 
	position:absolute; right:15px; top:110px; z-index:100;
	visibility:hidden; opacity:0}

.mb_exp img {
	width:100%
}

@media (max-width:575px) {
	.top_yearsvg {
		display:none
	}
	.mb_exp {
		visibility:visible; opacity:1
	}
}

  .google_form iframe{
    height:600px;
  }

@media only screen and (max-width: 600px) {
  .google_form iframe{
    height:2900px;
  }
}



.rules_sec {
  width: 100%;
  float: left;
  padding: 100px 0;
  background: #f3f3f3;
}

.rules_right{
  width: 100%;
  float: left;
  padding-left:30px;
}


@media (max-width: 991px) { 
  .rules_right {
    padding-left: 0;
    padding-top: 60px;
  }
  .rules_sec {
    padding-bottom: 60px;
  }
}


@media (max-width: 575px) { 

  .rules_sec {
    padding-bottom: 40px;
    padding-top:70px ;
  }
}

.rules_sec h3{
  text-align: center;
}

.rules_sec th{
  text-align: center;
}

.rules_sec td{
  text-align: center;
}

  
