.container-fluid .container .row {
	    height: 40px;
    padding-top: 5px;
}
.container-fluid .container .col-md-6 {
	display: -webkit-inline-box;
    padding-left: 111px;
}
.container-fluid .container .col-md-6  p {
	    padding-top: 5px;
}

.founder_msg {
		padding-top: 120px;
	}

	
.testimonials_sec .col-6 {
	max-width: 33%;
    display: flex;
}

.alumnusList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    margin-top: 40px;
}

.alumnusList li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc((100% - 120px) / 6);
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px 0;
}
.alumnusList li img {
	width: 100%;
}

.amity_blogs .col-md-7 {
	max-width: 50%;
}
.amity_blogs .event_img {
	min-height: 130px;
}
.amity_blogs .text_content2 {
text-decoration: underline;
}


.blogList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    margin-top: 40px;
	display: inline-flex;
}

.blogList li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 20px) /2);
    margin-right: 20px;
    margin-bottom: 20px;
}

.blogBlock {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 15px;
    background: #fff;
}
.blogPic {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 40%;
    position: relative;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.blogContent {
    width: 100%;
    float: left;
    height: auto;
    padding: 25px 15px;
    box-sizing: border-box;
}
.blogContent h3 {
    font-size: 15px;
    line-height: 23px;
    min-height: 72px;
}
.blogPic img {
    min-height: 100%;
    max-height: 100%;
	width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.blogContent a {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    margin-top: 35px;
	text-decoration: underline;
}


li {
    font-family: verdana,geneva,sans-serif;
}
body {
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;

}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0e375b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}
#topbar a {
    color: #000;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #FFF url(../img/line.jpg) bottom; background-repeat-y: no-repeat; background-repeat: repeat-x;;
}

#header.header-scrolled,
#header.header-pages {
  height: 120px;
  padding: 0px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); width:100%; background: #FFF url(../img/line.jpg) bottom; background-repeat-y: no-repeat; background-repeat: repeat-x; position:fixed; 
}
.header-scrolled .bg_top {margin-bottom:15px;}

 

#header .container { width:100%; max-width:100%;}
#intro .container { width:100%; max-width:1230px;}
#founder .container { width:100%; max-width:1230px;}

.inner_page .container { width:100%; max-width:1230px;}
footer#footer .container { width:100%; max-width:1230px;}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0px 0;
 
}

.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: auto; margin-top:118px;
  position: relative;
  background-size: cover;
  background: #fff;
}

#founder {
  width: 100%;
  height: auto; margin-top:118px;
  position: relative;
  background-size: cover;
  background: #fff;
}

@media screen and (min-width: 1600px)
{
.home-intro {
    height: 650px !important;
    background: url(http://amityonline.com/img/home_banner.jpg) !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

#intro .desk_home_banner {

  display: none !important;
}  
  
}

@media screen and (min-width: 1600px)
{
#founder {
    max-width: 1230px;
    margin-left : auto;
    margin-right: auto;
  }
}

#intro .intro-info h2 {
  color: #000;
  margin-bottom: 50px;
  font-size: 48px;     line-height: 0.9;
  font-weight: 500;
}

#founder .intro-info h2 {
  color: #000;
  margin-bottom: 50px;
  font-size: 48px;     line-height: 0.9;
  font-weight: 500;
}

#intro .intro-info h2 span {
  color: #2473B7; display:block; font-weight:700;
}

#founder .intro-info h2 span {
  color: #2473B7; display:block; font-weight:700;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#founder .intro-info .btn-get-started,
#founder .intro-info .btn-services {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#founder .intro-info .btn-get-started:hover,
#founder .intro-info .btn-services:hover {
  background: #0a98c0;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

.home_background {min-height:440px;background-size: 100%!important;}
.white_text_box {
    width: 225px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 10px;
}
.white_text_box p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.white_text_box p span {
    display: block;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
}
.img_link {
    background: #FFF;
    width: 35px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 50%;
}

.bg_top {
    background: #F2f2f2;
    margin-bottom: 15px;
    padding: 3px; font-size:14px; color:#000;
}

.search_box {width:85%; position:relative}
.search_box input[type="text"]{
    border-radius: 50px;
    font-style: italic;
    text-indent: 10px; color:#969696;     height: 50px;
}
.search_box input[type="submit"] {
    font-size: 0;
    width: 34px;
    height: 23px;
    border: 0;
    background: url(../img/search_icon.jpg) no-repeat;
    float: right;
    position: absolute;
    top: 14px;
    right: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}


.browse_course {
   float: right;
    margin-left: 45px;
    margin-top: 0px;     position: relative;
}
.browse_course a {
    color: #343434;
    font-size: 16px; font-weight:500;
}
.browse_mega_Menu {display:none;}
.browse_course a:hover .browse_mega_Menu { display:block;}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
#clients img {opacity: 1!important;}

header.section-header.our h3 {
    font-size: 14px;
    color: #000; font-weight:800;
}

.banner_text {
    font-size: 18px;
    padding-top: 25px;
    padding-right: 0px;
    font-weight: 500; 
  }
.img-carousel .item img {width:100%;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #343434;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #343434;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}


nav.main-nav ul {
    padding-top: 5px;
}

.header-scrolled .main-nav ul {
    padding-top: 5px;
}


li.login {
    background: #eb5139;
    border-radius: 84px;
    padding: 0 25px;
    color: #FFF;
}
li.login:hover {
    background: #172d5c; color:#FFF;
}
 
li.login a {color:#FFF; font-weight:700;}
li.login a:hover {color:#f2f2f2;}

.drop_menu_list {width:230px; height:560px;  background:#fff5f3; /*border-top:solid 6px #e8d437;  border-bottom:solid 6px #e8d437; */padding-top:10px;}
.drop_menu_list2 {width:850px; /*border-top:solid 6px #474747;  border-bottom:solid 6px #474747; */ margin-top: 0px;
    height: 450px; padding:0!important;}
 
.main-nav .drop-down ul.drop_menu_list {background:#fff; top:65px}
.main-nav .drop-down ul.drop_menu_list li:hover {background:#f3f3f3;}
.main-nav .drop-down ul.drop_menu_list li a {font-size:12px; color:#333333; font-weight:500;}
.main-nav .drop-down ul.drop_menu_list li a:hover {color:#000;}
.main-nav .drop-down ul.drop_menu_list li  {position:initial;}
.menu_details .menu_box {padding:20px 20px;}
.menu_details .menu_box p a { font-weight:600!important; font-size:14px!important; color:#000!important;}
.menu_details .menu_box p span  {display:block; padding-top:10px;}
.menu_details .menu_box p span a { font-weight:500!important; font-size:12px!important; display:block; padding-bottom:7px; padding-top:0px;!important;
color:#333!important;
   }
 
.menu_details .menu_box p a:hover {color:#333!important;}
.menu_details .menu_box p span a:hover {color:#666!important;}

.main-nav .drop-down ul.drop_menu_list2 .menu_details .menu_box a  { padding-left:0!important}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

@media screen and (min-device-width: 767px) and (max-device-width:1024px) {

button.mobile-nav-toggle {
    display: none !important;
}

}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.academicArea{border-top:#eee;float:left;height:auto;padding:0 0 25px;width:100%;}
.academicArea h3{font-weight:500;font-size:20px;line-height:18px;letter-spacing:.5px;margin:0;padding:25px 40px}
.academicPartner{border-radius:5px;padding:15px 0;box-sizing:border-box;background-color:#f8fafc;border:1px solid #e3ebf3;width:100%;-webkit-box-shadow:-4px 5px 5px -1px rgba(0,0,0,0.35);-moz-box-shadow:-4px 5px 5px -1px rgba(0,0,0,0.35);box-shadow:-4px 5px 5px -1px rgba(0,0,0,0.35)}
.academiclist{margin:0;padding:0;list-style-type:none;text-align:center}
.academiclist li{display:inline-block;vertical-align:middle;padding:0 20px;box-sizing:border-box}
.academiclist li img{max-width:140px}
.approachArea{width:100%;float:left;height:auto;padding:30px 0 20px;position:relative}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}


.home_head {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    color: #000;
    padding-bottom: 15px;
}

.home_tabbing .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {border-bottom:solid 2px #ec4c2b!important;}
.home_tabbing .nav-tabs .nav-link {border-top:0px; border-right:0; border-left:0; border-bottom: solid 1px #FFF;    font-size: 18px;    color: #000;}
.home_tabbing .nav-tabs {border-bottom:solid 1px #FFF;}
.home_tabbing .nav-link { padding:.5rem 1.8rem}			   
.tab_background { background:#f2f2f2;    width: 100%;
    overflow: hidden;
}

.tab_background .card .collapse { background:#f2f2f2;}
.tab_background .box {  background: #FFF;height: 400px;}
.tab_background .box img {width:100%;}
.tab_background .top_padd{ padding-top:0px;}
.tab_background h4.title {
   font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    color: #333333;
	padding-left:10px;
}
.tab_background .box_content span {
	padding-left:10px;
}
.box_content {
    padding: 0px; padding-bottom:45px;
}
p.description {
    color: #4c4c4c;
    font-size: 14px; margin-bottom: 15px;
}
.time_icon img {
    width: 100%;    zoom: 0.9;
}

.time_icon {
    font-size: 14px;
}
.time_icon span { display:block;     padding-top: 25px;
    font-size: 14px;
}
.btn_box {
    margin-top: 25px;
    text-align: center;
}
a.btn.btn-danger.start_course {
    padding: 8px 30px;
    border-radius: 50px;
    background: #e95139; border:0;
}

a.btn.btn-danger.start_course:hover {
    padding: 8px 30px;
    border-radius: 50px;
    background: #f7c500;
}

a.btn.btn-danger.start_course2 {
    padding: 8px 30px;
    border-radius: 50px;
    background: #e95139; border:0;
}

a.btn.btn-danger.start_course2:hover {
    padding: 8px 30px;
    border-radius: 50px;
    background: #0b395f !important;
}

.half_bg_testimonials { background:#f2f2f2; padding-top:100px; margin-bottom:0; padding-bottom:30px;}
.testimonials_sec {}
section.testimonials_sec .home_head {
    font-size: 36px;
    line-height: 1;
    padding-top: 15px;
}
.home_tabbing .home_head {
	    font-size: 30px;
}
.testimonial-item.counter_text {
    border-right: solid 1px #b2b2b2;
    text-align: center;
}
.testimonial-item.counter_text span.number_text:after {
    content: 'K +';
    position: absolute;
}

.more_btn {
    text-align: center;    position: relative;padding: 40px 0;
}
.more_btn a {
    font-size: 14px;
    color: #666666;
}

.more_btn a:after {
    content: '';
    position: absolute;
    top: 50px;
    width: 42%;
    height: 2px;
    background: #dfdfdf;
    right: 0px;
}
.more_btn a:before {
    content: '';
    position: absolute;
    top: 50px;
    width: 42%;
    height: 2px;
    background: #dfdfdf;
    left: 0px;
}
i.fa.fa-angle-down {
    color: #000;
}

section.how_it_work {
    background: #f7c500;
    padding: 18px 0 30px 0 !important;
}

section.how_it_work1 {
    background:#f2f2f2;
}

.how_it_work1 img{
  width: 80%;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1600px)
{
.how_it_work1 img {
  width: auto;
  display:block;
  margin-left: auto;
  margin-right: auto;
  }
}

@media screen and (max-width:765px)
{
.how_it_work1 img {
  width: 100%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  }
}

.number {
  width: 25%;
    float: left;
    font-size: 70px; text-align:right;
    font-weight: 800;
    vertical-align: text-bottom;
    line-height: 1; color:#fadc66;
}
.number_content p {
    font-size: 18px;
    font-weight: 700;
    color: #333333; line-height: 1.3;
}

.number_content p span {
    font-size: 14px; padding-top:15px;
    font-weight: 500; display:block;
    color: #333333;
}
.number_content {
   padding-top: 5px;
    width: 75%;
    float: left;
    padding-left: 15px;
}
.how_to_box img {
    padding-bottom: 15px;
}









/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/
 
/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

.testi_section {
    height: 400px;
}

.img_sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.img_sec {position:relative;}
.news_sec {
    content: '';
    position: absolute;
    bottom: 50px;
    color: #FFF;
    z-index: 9;
    left: 50px;
}

.event_img {
    min-height: 207px;
    background-size: 100% 100%!important;
}

.event_img2 {min-height:437px;background-size: 100% 100%!important;}

.date {
    font-size: 14px;
    padding-bottom: 15px;
}
.text_content {
    font-size: 18px;
    padding-right: 100px;
}
.event_text {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    background: #000;
    padding: 5px 14px;
    color: #fff;
    z-index: 9;
	display:none
}

.img_sec2 .event_text {right:1px;}

.date2 {
    color: #4c4c4c;
    font-size: 16px;
}
.text_content2 {
    color: #333;
    font-size: 18px;
    padding-top: 15px;
}

.img_sec img {
    width: 100%;
    height: 446px;
}
.img_sec2 {position:relative;}
.img_sec2 img {width:100%; height:211px;}
.event_text a {
    color: #FFF;
}

.news_section .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9!important;
}

.news_section .owl-nav, .news_section .owl-dots {


    margin-top: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0px;
}

.news_section .owl-dot.active {
    background-color: #000000!important;
}
.subscribe {/*margin-top:60px;*/ background:#f2f2f2; padding-bottom: 30px;}
.sub_head {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #333;
    /*padding: 30px 180px;*/
	padding: 30px 100px 0px 100px;
    /*padding-bottom: 30px;*/
	display: flex;
}
.sub_head p {
	padding-left:10px;
	
}
.sub_head2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.subscribe_input {padding-top:50px;}
.subscribe_input input[type="text"] {
    width: 100%;
    text-align: left;
    border-radius: 50px;
    background: none;
    font-style: italic;
    font-weight: 300;
}

.subscribe_input {
    padding-top: 50px;
    width: 50%;
    margin: 0 auto; position:relative;
}
input.btn.btn-danger.submit {
    position: absolute;
    right: 0;
    bottom: 1px;
    background: #e95139;
    border: 0;
    font-size: 20px;
    padding: 3px 30px;
    border-radius: 50px;font-weight: 500;
}
.footer_head {
    font-weight: 700;
    font-size: 14px; padding-bottom:18px;
}
.footer_li ul li {
    list-style: none;
    font-size: 12px;
    color: #333333; font-weight:500; padding-bottom:4px;
}
.footer_li ul {padding-left:0;}
.footer_li ul li a {color:#333;}
.footer_li ul li a:hover {color:#666;}
.footer-top p {font-size: 12px; font-weight: 500;}

section.news_section {
    overflow: hidden; padding-bottom:60px;padding-top:20px;
}

#why-us {overflow:hidden;}

.collabration_sec .container {width:100%; max-width:1200px;}
.collabration_sec {padding:20px 0;border-bottom: solid 2px #d8d8d8;}

.how_to_box ul li a {
    color: #000;
}
.how_to_box ul li a:hover {color:#333;}

/*humburger-menu css*/

.mobile_nav .mobile_nav_icon {content: ''; background: url(../img/icon-sprite.png) -0px -204px no-repeat;width: 38px;height: 35px;display: inline-block;
top: 0; right: 0; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; z-index: 10001; border-radius: 2px; position: relative;}
.mobile_nav .mobile_nav_icon.open {background: url(../img/icon-sprite.png) -0px -252px no-repeat;}
.mobile_nav .navbar-collapse.menuopened {margin: 0px 0 0;  z-index: 10000;  height: calc(100vh + 40px); background: #1a1a1a;}
.mobile_nav  .navbar-collapse {display: block!important;  background: #020202; max-width: 350px; width: 100%; height: 100vh;position: fixed;top: 25px; right: 0%; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; margin-right:-350px; height: 100vh;
overflow: auto; padding-top: 85px;}
.mobile_nav  .main-menu ul li {display: block;padding:7px 16px;vertical-align: top;position: relative;text-align: left;border-bottom: 1px solid rgba(221, 221, 221, 0.14901960784313725);width: 100%;}
.mobile_nav   .navbar-nav .dropdown-menu {position: static;  float: none; display: none;  background: none; margin: 0;  border: 0;}
.mobile_nav  .navbar-nav .nav-item .add.arrow_icon:after { content:""; background: #000 url(../img/icon-sprite.png) -391px -244px no-repeat;
width: 29px; height: 24px; display: inline-block;  position: absolute; top: 19px;  right: 13px; margin-top: -10px;
-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.mobile_nav  a.nav-link.dropdown-toggle{/* background: #000 url(../images/icon-sprite.png) -127px -234px no-repeat; */display: block;}
.mobile_nav  .navbar-nav .nav-item .arrow_icon:after {background: #000 url(../img/icon-sprite.png) -361px -244px no-repeat; width: 29px;height: 24px;  display: inline-block; position: absolute;
top: 19px;  right: 24px;   margin-top: -5px;  -webkit-transition: all .3s;    -moz-transition: all .3s;  transition: all .3s;}
.mobile_nav  .dropdown-toggle::after{display:none;}
.mobile_nav  .navbar-nav .dropdown-menu.show {display:block!important;}
.mobile_nav  .navbar-nav .dropdown-menu li {padding: 8px; border: 0;}
.mobile_nav .navbar-nav .dropdown-menu li a {font-size: 14px;}
.mobile_nav .navbar-nav .dropdown-menu li li a {font-size: 13px!important; font-weight: 500!important;}
.mobile_nav  .main-menu .navbar-nav .dropdown-menu ul li ul li a { font-size: 14px;}
.mobile_nav a.navbar-brand {margin-top:0px; padding:0;}
.mobile_nav .main-menu ul li a {color: #fff; padding: 5px 0; text-decoration: none; font-size: 16px;}
.mobile_nav .main-menu ul li ul{margin-left:0px;padding-bottom: 20px; border-top: 1px solid rgba(221, 221, 221, 0.14901960784313725); padding-top: 20px;}
.mobile_nav .main-menu ul li ul li{position:relative;}
.mobile_nav .main-menu ul li ul li a.submenu:before { background:none;}
.mobile_nav .main-menu ul li ul li a:before { background:none;}
.mobile_nav ul {padding: 0;margin: 0;}
header .mobile_nav .main-menu ul li a.submenu:before {content: "";  background-image: url(../img/minus-icon1.png); width: 11px; height: 11px; position: absolute; right: 24px; top: 15px;}
header .mobile_nav .main-menu ul li a.collapsed:before {content: ""; background-image: url(../img/plus-icon1.png); width: 11px; height: 11px; position: absolute; right: 24px;top: 15px;}
header .mobile_nav .main-menu ul li a.no_back:before {background:none!important;}
header .mobile_nav .main-menu ul li ul li a {font-size: 14px; color: #9c9c9c; font-weight: 400;  padding: 0;} 
.mobile_nav .main-menu ul li ul li {border-bottom: 0px;}
header .mobile_nav ul.navbar-nav {padding-left: 40px;}
.mobile_nav .main-menu ul li {display: block; padding: 2px 0px; vertical-align: top; position: relative;text-align: left; border-bottom: 1px solid rgba(221, 221, 221, 0.14901960784313725); width: 100%;}
.mobile_nav .main-menu ul li a {color: #fff; padding: 8px 0;text-decoration: none;font-size: 16px; font-weight: 300;}




header .mobile_nav .main-menu ul li ul li a.submenu:before {
    content: "";
  background-image: url(../img/minus-icon1.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 24px;
    top: 4px;
}
header .mobile_nav .main-menu ul li ul li a.collapsed:before {
    content: "";
    background-image: url(../img/plus-icon1.png);
    width: 11px;
    height: 11px;
    position: absolute;
    right: 24px;
    top: 4px;
}


header .mobile_nav .main-menu ul li ul li a.active {
    color: #FFF;
}
 

/* Why Us Section
--------------------------------*/

#why-us {padding: 0px 0 0px 0;}
#why-us .why-us-content .features {margin: 0 0 15px 0; padding: 0;  transition: 0.3s ease-in-out;}
#why-us .why-us-content .features i {font-size: 36px;float: left;}
#why-us .why-us-content .features h4 {font-size: 24px;font-weight: 600;margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 0px;
}

#why-us .counters span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
    font-size: 50px;
    display: block;
    color: #000000; line-height:1;
}

#why-us .counters p {
 padding: 10px 0;
    margin: 0 0 0px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #333333;
}

 
  
/* Testimonials Section
--------------------------------*/

.testimonials_sec  {
 
}

.testimonials_sec .section-header {
  margin-bottom: 40px;
}

.testimonials_sec .testimonial-item .testimonial-img {
width: 300px;
    border-radius: 0 14% 0;
    border: 0px solid #fff;
    float: left;     margin-right: 50px;
}

.testimonials_sec .testimonial-item h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0px 0 50px 190px;
  color: #333;
  
}


h4.job1 {
    margin-top: -45px !important;
}

h4.job2 {
    margin-top: -35px !important;
}


.testimonials_sec .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 185px;
}

.testimonials_sec .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 95px;
}

.testimonials_sec .owl-nav,
.testimonials_sec .owl-dots {
 margin-top: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 50px;
    left: -90px;
    top: 320px;
}

.testimonials_sec .owl-dot {
  display: inline-block;
  margin: -45px 5px !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9!important;
}

.testimonials_sec .owl-dot.active {
  background-color: #000!important;
}

/* Team Section
--------------------------------*/

 
/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0; margin: 0 auto;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

#clients .owl-dot.active {
  background-color: #000;
}

 

/* Frequently Asked Questions Section

--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 30px 25px;
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 700; padding-right: 20px; color: #000; background:#f2f2f2; 
}
#faq #faq-list a.collapsed {background:#FFF;}
#faq #faq-list a span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f107" !important;
}

tr.bg_yellow {
    background: #e6b400;
}
.fee_str table tr.bg_yellow td {
    font-size: 14px;
    font-weight: 800;
    text-align: right; color:#000;
}
.fee_str table tr.bg_yellow td:first-child {
    text-align: left;}
	
.fee_str table td:first-child, .fee_str table th:first-child {padding-left:25px;}
.fee_str table td {
    font-size: 14px;
    font-weight: 500;
    text-align: right; color:#000;
}
.fee_str table tr td:first-child {
    text-align: left;
}
.fee_str table th {color:#0f385f}
tr.bg_lightgray {
    background: #fafafa;
}
.fee_str .table td, .fee_str .table th {
    padding: 1.25rem;}

tr.bg_gray {
    background: #f2f2f2;
}

.fee_str table.table.table_border {
    border: solid 1px #f4f4f4;
}

.table-bordered td, .table-bordered th {border:solid 1px #f5f5f5;}
#faq #faq-list a:hover {background:#f2f2f2;}
a.btn.btn-danger.start_course2.text-black {color:#000!important;}
a.btn.btn-danger.start_course2.text-black:hover {color:#FFF!important;}

/*--------------------------------------------------------------
# Programe Page CSS
--------------------------------------------------------------*/

.programe_back {background-size: cover!important; position:relative}
.programe_back_ground:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 27, 66, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.programe_content {
    z-index: 9;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
}
.programe_head h1 {font-size:42px; font-weight:200; color:#FFF;}
.intro-info2 {padding-top:70px;}
.programe_text_box p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.programe_text_box p span {
    color: #FFF; display:block;
    font-size: 18px;
    font-weight: 400;
}
.admission_content {border-left:1px solid #8baed1; margin-top:00px; padding-top:110px; padding-left: 40px;
}

.admission_content h6 {
    color: #FFF;
    font-size: 28px;
}
.admission_content h4 {
    color: #FFF; font-weight:600;
    font-size: 18px;
}

a.btn.btn-danger.start_course2.yellow_btn {
    background: #f7c500;
    color: #000;
    text-align: left; font-size:18px; font-weight:500;
}

i.fa.fa-angle-down.arrow_btn {
    right: 0;
    background: #FFF;
    padding: 7px 12px;
    border-radius: 50%;
    margin-left: 20px;
}
.btn_box.admission_btn {
    position: relative;
    width: 230px; text-align:left;
}
a.btn.btn-danger.start_course2.yellow_btn {
    background: #f7c500;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-right: 2px;
    padding: 3px;
    width: 182px;
    padding-left: 20px;
}
.programe_content .container {width:100%; max-width:1200px;}
.inner_page .home_head {text-align:left; }
.inner_page .home_head2 {text-align: left;
    font-weight: 300;
    text-transform: capitalize; font-size: 36px;
      color: #000;
    padding-bottom: 15px;}
.overview_section {

    padding-right: 45px;
    overflow: hidden;
}
.inner_page p {padding-bottom: 15px; margin-bottom: 0; font-size: 14px;}
.feature_section {padding-top:0px;}
.bullet_list2 { margin-top: 30px;}
.bullet_list2 ul {
    list-style: none;
    padding: 0;
}
.bullet_list2 ul li {
    padding-bottom: 25px; font-size:14px;display: flex;color: #333333;
}
.bullet_list2 ul li i {
  font-size: 14px;
    color: #000;
    background: #FFF;
    padding: 3px 6px 3px 8px;
    border-radius: 50%;
    margin-right: 20px; height:21px; 
}



.bullet_list {
    margin-top: 0px;
}
 

 .bullet_list ul {
    list-style: none;
    padding: 0;
}
.bullet_list ul li {
    padding-bottom: 25px; font-size:14px;display: flex;
}
.bullet_list ul li i {
  font-size: 14px;
    color: #FFF;
    background: #f6c509;
    padding: 3px 6px 3px 8px;
    border-radius: 50%;
    margin-right: 20px; height:21px; 
}

.structure_section { background:#f2f2f2; padding:30px 0; margin-top:30px;}
.structure_text p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}

.structure_text p span {
    font-size: 16px;
    color: #333333; display:block;
    font-weight: 600;
    text-align: center;
}
.padd_left {padding-left:50px;}
.eligibility_section {padding:30px 0;}
.f-600 {font-weight:600;}
.eligibility_section .sub_head {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.bullet_list ul li a {
    display: contents;
}
.international_toll {
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    padding-left: 40px;
}

.international_toll span a {color:#000;}
.international_toll span a:hover {color:#333;}

hr.line {
    margin: 0;
    height: 2px;
    background: #d8d8d8;
}
.program_fee {padding:0px 0;}



.rupey_text {font-size:30px; color:#000; font-weight:700;}
.rupey_text i.fa.fa-inr {
    font-size: 27px;
    color: #000;
}
.btn_box.text-left.mt-2 {
    display: inline-block;
    padding-right: 15px;
}
section.programe_benifit {background: linear-gradient(90deg, #f7c500 50%, #f9d133 0); padding:80px 0}
section.programe_benifit .sub_head {
    padding: 0;
    text-align: left;
    font-size: 24px;
    padding-right: 135px;
    line-height: 1.3;
    font-weight: 700;
}
.padd_box {
    padding-right: 110px;
}
.view_more {
    padding-left: 40px;
    color: #333;
}
.view_more a {color:#333;}
.view_more a:hover {color:#666;}
.padd_box2 {
    padding-left: 70px;
}
.form_head {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.form_area .form-control {
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
    border-radius: 0;
    border: 0;
    padding: 14px 20px;
    height: auto;
}
.form_area {
    padding-top: 25px;
}
.form_area p {
    padding: 15px 0;
}
.form_area p span a {color:#000;}
input.btn.btn-danger.start_course2 {
        padding: 8px 60px;
    border-radius: 50px;
    background: #e95139;
    border: 0;
}

input.btn.btn-danger.start_course2:hover {  background: #0b395f;
}

.left_panel {margin-top:0px; padding-left:0px; padding-top:15px; padding-bottom:20px;    width: 90%; background:#FFF;
    height: 100%;}
	
 main.inner_page.left_scroll_down.fixed .left_panel {margin-top:65px;}

.left_panel ul {
    padding-left: 0;
}
.left_panel ul li {
    list-style: none;
    padding-bottom: 0px; font-weight: 500; padding-left:30px; width:100%;
}
.left_panel nav.main-nav.left_menu {
    border-left:solid 2px #e7e7e7;
}

.left_panel ul li a {
    color: #4c4c4c;
    font-size: 14px;padding-left: 0;
}
.left_panel ul li a:hover {color:#000;}

.i-anchor {
    position: relative;
    top: -90px;
    height: 0;
    width: 1px;
    overflow: hidden;
}

.left_panel nav.main-nav.left_menu ul li.active {
    border-left: 5px solid #f7c500;
        padding-left: 25px;
}

#Overview, #Program_Features, #Program_Structure, #Eligibility_Criteria, #Program_Fee, #Program_Benefits {position:relative;}

.left_scroll_down.fixed #left {
    position: fixed;
    top: 70px; height: 100%; 
    bottom: 0; z-index:99;
}


.left_scroll.fixed #left_scroll {
    position: fixed;
    top: 140px; height: 100%; 
    bottom: 0; z-index:99;
}
.mobile_nav .mobile_nav_icon.open:before {
    content: "";
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: fixed;
    left: -350px;
    top: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    height: calc(100vh + 40px);
}



.btn_box.text-left.left_btn {
    padding-left: 30px;    display: inline-block;}
.btn_box.text-left.left_btn a.btn.btn-danger.start_course2 {padding: 8px 30px;
    border-radius: 50px;
    background: #f7c500;
    border: 0}
	
.btn_box.text-left.left_btn a.btn.btn-danger.start_course2:hover {padding: 8px 30px;
    border-radius: 50px;
    background: #eb5139; color:#FFF;
    border: 0}	
	
	.pdf_icon img {
    float: left;
    padding-right: 18px;
}

.pdf_icon a {
    font-size: 18px;
    font-weight: 600;
}
.pdf_icon a:hover {color:#000;}
.pdf_icon {
    padding-left: 19px;
    padding-top: 30px;
}
 .payment_sec {
    padding-bottom: 100px;
}
.inner_page .payment_sec .home_head {
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
}
.payment_sec2 p abbr {
    text-align: center;
    color: #009e51;
    font-weight: 600;
    font-size: 14px;
}
.payment_sec2 p {
    text-align: center;
    font-weight: 600;
    color: #000; padding-bottom:0;
}
.payment_sec2 p span {
    font-size: 36px;
    display: block;
}

.payment_sec2 p span.text {
    font-size: 14px;
    display: block;
    padding-top: 25px; font-weight:500;
}
.payment_sec2 {
    border: solid 2px #4a6987;
    padding: 70px 0; margin-top:25px;
}

	abbr.blue_color {
    color: #5761a4!important;
    font-size: 36px!important;
}
.payment_sec .sub_head {
    font-size: 24px;
    text-align: left;
    padding: 0;
    color: #000;
    padding-top: 25px;
}
p.payment_option_text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-top: 35px;
}

.net_banking_sec {
    border: solid 1px #e3e3e3;
    padding: 45px;
}
.net_banking_sec a {
    background: url(../img/radio.png) no-repeat left;
    height: 50px;
}
.net_banking_sec a.active {
    background: url(../img/radio_active.png) no-repeat left;
    height: 50px;
}
.net_banking_sec a img {
    padding-left: 40px;
}

.btn_blue_pay.btn a {
    background: #0f385f;
    padding: 12px 139px;
    color: #FFF;
}

.btn_blue_pay.btn a:hover {background:#000;}
.view_btn {
    right: 20px;
    bottom: 50px;
    z-index: 1;
    float:right
}

.view_btn a {
    font-size: 14px;
    color: #666666;
}
.view_btn a:hover {color:#000;}

main.inner_page {
    padding-top: 30px;
}
.inspring_sec {
    background: #f2f2f2;
    margin-bottom: 30px;
	height: 630px;
}
.inspring_sec_details {
    padding: 30px;
}
.row.padd_top {
    padding-top: 20px;
}

.inspring_sec_details p.name {
   font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 20px; color: #333;
}
.inspring_sec_details p.name span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}
.more_btn.arrow-icon i {
    font-size: 18px;
}

.line_height {line-height:1;}
.inner_page .home_head span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.2;
}
.back_btn {margin:50px 0;}
.back_btn i {
    background: #f1f1f1;
    padding: 0px 6px;
    line-height: 1;
    border-radius: 2px;
    padding-bottom: 2px;
}

.back_btn a {
    font-size: 14px;
    color: #000;
}
.back_btn a:hover {color:#555;}
.inspring_content {
    padding-left: 20px;
}

.admission_content.contact_page {
    margin: 0;
    padding: 0;
    border-left: 0;
}
.admission_content.contact_page h6 {
    width: 265px;
}
.gallery_sec {position:relative; margin-bottom: 30px;}
.photo_gallery {position:relative; margin-bottom: 30px;}
.number_box {
    background: #2e80ff;
    color: #FFF;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px; line-height: 1.2; text-align:center; font-size: 20px; z-index: 1;
}
.number_box span {
    display: block;
    font-size: 12px;
}
.text_gallery {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
}
.gallery_sec {overflow:hidden;}
.gallery_sec a {color:#333333;}
.gallery_sec a:hover {color:#666;}

.photo_gallery {overflow:hidden;}
.photo_gallery a {color:#333333;}
.photo_gallery a:hover {color:#666;}

.link_page span a {
    font-size: 18px;
    color: #000;
}
.link_page span {
    padding: 0 15px;
}
.link_page span a.active {
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    font-weight: 700;
}
.link_page {
    text-align: right;
}
.more_btn.arrow-icon a:hover {
    color: #000;
}


/* Quick-zoom Container */
.gallery_sec img {
 
}

/* The Transformation */
.gallery_sec:hover img {
  
}

/* Quick-zoom Container */
.box {overflow:hidden;}
.box img {
  transition: transform .5s ease;
}
.box:hover img {
  transform: scale(1.05);
}

.zoom {overflow:hidden;}
.zoom img {
  transition: transform .5s ease;
}
.zoom:hover img {
  transform: scale(1.05);
}



.press_menu.intro-info2 {
    text-align: right;
}
.press_menu.intro-info2 span a {
    font-size: 18px;
    color: #FFF;
}
.press_menu.intro-info2 span a:hover {}
.press_menu.intro-info2 span {
    padding: 0 15px;
}
.press_menu.intro-info2 span a.active {
    border-bottom: solid 2px #8597af;
    padding-bottom: 10px;
    font-weight: 600;
}
.date_text {
    font-size: 14px;
    color: #FFF;
}

.padd_top2 {padding-top:40px;}
main.inner_page.press_release_sec {
    padding-top: 0;
    margin-top: -120px; padding-bottom:100px;
}
section.press_release_sec .container {width: 100%;max-width: 1200px;}
.press_img img {
    padding-bottom: 50px;
}

.back_btn.press_btn {
    margin: 0;
    float: right;
}
.back_btn.press_btn a {
    color: #FFF;
}
.back_btn.press_btn a i {
    color: #000;
}

.programe_content.contact_page {
    position: absolute;
    top: 0;
}


.programe_back_ground.contact:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 27, 66, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact_left ul li {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
    list-style: none;
    display: flex;
}
 .contact_left ul li img {
    height: 27px;
    margin-bottom: 0;
    width: 21px;
    margin-top: 2px;
    margin-right: 25px;
}
.contact_left ul li a {
    color: #000;
}
.contact_left ul li span {
    font-weight: 500;
    padding-left: 6px;
    font-style: italic;
}

.contact_tabb .nav-tabs .nav-link {
    border: solid 0px;
    font-size: 18px;
    color: #4c4c4c;
    padding-right: 60px;     padding-bottom: 21px;
}
.contact_tabb li.nav-item {
    height: 90px;
}
.contact_tabb .nav-tabs {border-bottom:0px;}
.contact_tabb .nav-link.active {color:#000;}
.contact_tabb .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: solid 2px #9d9d9d!important;
    padding-bottom: 21px;
}
.card-body.contact_from {
    padding: 40px 0;
}
.card-body.contact_from input, .card-body.contact_from select {
    border-radius: 50px;
    font-size: 14px;
    color: #808080;
    padding: 20px;
}
.btn_box.admission_btn.contact_submit {
   background: #e7b500;
    border-radius: 63px;
    width: 200px;
}
input.btn.contact_submit {
      padding: 8px;
    text-indent: 10px;
    color: #000;
    font-weight: 600;
    background: #e7b500;
    width: 100%;
    text-align: left;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)!important;
}

.btn_box.admission_btn.contact_submit img {
    position: absolute;
    right: 4px;
    top: 3px;
    background: #FFF;
    padding: 11px 8px;
    border-radius: 80px;
}
.contact_left ul li a:hover {
    color: #0a355c;
}



.img-carousel button.owl-next span {
    background: url(../img/right_arrow.png) no-repeat;
    font-size: 0;
    width: 13px;
    height: 24px;
    z-index: 999;
    float: right;
    position: absolute;
    right: -20px;
    top: 120px;
}


.img-carousel button.owl-prev span {
    background: url(../img/left_arrow.png) no-repeat;
    font-size: 0;
    width: 13px;
    height: 24px;
    z-index: 999;
    float: right;
    position: absolute;
    left: -30px;
    top: 120px;
}

.work_with p.text {
    font-size: 18px;
    color: #333;
}

.work_with p.text a {
    font-size: 18px;
    color: #333;
}
.row.contact_tabb.work_with_us {
    padding-top: 20px;
}
.row.contact_tabb.work_with_us .nav-tabs {
    border-bottom: solid 1px#CCC;
}

.row.contact_tabb.work_with_us li.nav-item {
    height: auto;
}

.card-body.work_page {
    padding: 50px 0;
}

.current_opening {
    background: #f2f2f2;
    padding: 0px;
}

.current_head {
    font-size: 24px;
    color: #3c5d7c;
    padding: 30px;
}
.current_head span {
    display: block;
    font-size: 16px;
    color: #000;
}

.current_head abbr {
    font-weight: 500;
}

.yellow_box {
    background: #e7b500;
    padding: 12px 30px;
}

.yellow_box span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-right: 60px;
}
.yellow_box span a {color:#333;}
.yellow_box span a:hover {color:#666;}
.yellow_box img {
    padding-left: 10px;
}

.news_inner_sec {
    background: #FFF; margin-bottom: 30px;
}
.news_inner_details {
    padding: 25px; height: 200px;
}
.news_inner_details .date {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.news_inner_details .discription {
    font-size: 18px;
    color: #333; font-weight: 500;
}

main.inner_page.press_release_sec.bg_back_ground {
    background: #f2f2f2;
}

.news_inner_sec {overflow:hidden;}
.news_inner_sec img {
  transition: transform .5s ease;
}
.news_inner_sec:hover img {
  transform: scale(1.05);
}
.select_box select {
    padding: 10px;
    border: 0;
    border-radius: 60px; color: #808080;
    font-size: 14px;
	background: url(../img/drop_down_icon.png) no-repeat right #fffdfd;
    -webkit-appearance: none;
    background-position-x: 134px;
    width: 160px;
}
.select_box {
    margin-top: 40px;
    float: right;
}

.select_box :focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.select_box span {
    padding: 5px;
}
.news_inner_details.press_sec {
    height: 300px;
    position: relative;
}
.pdf_press {
    position: absolute;
    bottom: 30px;
}

.amity_info p {
    color: #FFF;
    padding: 10px 0;
}
.padd_right {
    padding-right: 20px;
}

.for_addmission input.form-control, .for_addmission select.form-control{
    border-radius: 60px;
    border: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    text-indent: 5px;
}
.for_addmission input.submit_info {
    font-size: 0;
    background: url(../img/request_visit.png);
    width: 207px;
    height: 45px; border:0px;
}

.btn_box.admission_btn a.btn.btn-danger.start_course2.yellow_btn:hover {background:#e95139!important; color:#FFF;}
input.btn.contact_submit:hover {background:#e95139!important; color:#FFF;}
input.btn.contact_submit.info_btn {
    border-radius: 70px;
}

main.inner_page.bg_back_ground {
    background: #f2f2f2;
}

.contact_tabb.work_with_us.amity_info_tab .nav-link.active {background:#f2f2f2!important;}
.card-body.info_tab {
    background: #f2f2f2;
padding: 35px 0 0;
}
.select_box.info_select {
    padding: 10px;
    margin-top: 0;
    float: none;
    text-align: center; margin-bottom: 30px;
}

.select_box.info_select select {
    padding: 10px;
    border: 0;
    border-radius: 60px;
    color: #808080;
    font-size: 14px;
    background: url(../img/drop_down_icon.png) no-repeat right #fffdfd;
    -webkit-appearance: none;
    background-position-x: 190px;
    width: 220px;
    text-indent: 10px;
}
.contact_tabb.work_with_us.amity_info_tab .nav-tabs .nav-link {
    border: solid 0px;
    font-size: 18px;
    color: #000;
    padding: 0 50px;
    padding-bottom: 21px;
}

.contact_tabb.work_with_us.amity_info_tab li.nav-item {
    height: auto;
}

.contact_tabb.work_with_us.amity_info_tab .nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}
.contact_tabb.work_with_us.amity_info_tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: solid 1px #000000!important;
  
}
.info_box {
    background: #fff;     margin-bottom: 30px;
}
.info_box_sec {
    padding: 25px;
}
.info_box_sec p span {
    font-size: 18px;
    font-weight: 600;
}

.info_box_sec ul li {
    display: flex;
    list-style: none;
    padding-bottom: 15px; font-size:14px;
}
.info_box_sec ul {
    padding-left: 0;
}
.info_box_sec ul li img {padding-right:15px; width: auto;
    height: 27px;}
.info_box_sec ul li a{color:#333;}
.info_box_sec ul li a:hover{color:#666;}
.left_info .admission_content {margin-top:170px;    padding-top: 0; border-left: 1px solid #d8d8d8;}
.left_info .admission_content h4 {color:#000;}
.left_info .admission_content h6 {color:#333333;}



.admission_content  ul li {
    display: flex;
    list-style: none;
    padding-bottom: 15px; font-size:14px;
}
.admission_content  ul {
    padding-left: 0;
}
.admission_content  ul li img {padding-right:15px; width: auto;
    height: 27px;}
.admission_content  ul li a{color:#4c4c4c;}
.admission_content  ul li a:hover{color:#666;}
.admission_content ul li span {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px; width: 100%;
}


.left_info .pdf_icon a {
    color: #000;
    width: 160px;
}

.programe_text_box abbr {
    font-size: 36px;
    color: #FFF;
}

.programe_text_box abbr span.number {
    font-size: 14px; display:block;
    color: #FFF;
}

p.number_box2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.2;
}
p.number_box2 span {
    font-size: 14px;font-weight: 600;
}


.map_sec {
    background: url(../img/map.png) no-repeat;
    background-size: 100%;
}

.map_ul
.map_ul ul {
    padding-left: 0; position:relative;
}
.map_ul ul li {
    width: 48%;
    font-size: 14px;
    height: 170px;
    float: left;
    list-style: none;
    padding-right: 25px; font-weight:500; position:relative;
}
.map_ul ul li:after {
    content: '';
    position: absolute;
    width: 88%;
    height: 2px;
    background: url(../img/line2.png) no-repeat;
    display: flex;
    margin-bottom: 0;
    bottom: 35px;

}

.map_sec .map_head {
    font-size: 30px;
    color: #FFF;
    line-height: 1;
    padding: 30px;
    padding-right: 70px;
    font-weight: 700;
}
.map_sub_head {
    padding-top: 8px;
}
.map_sub_head p {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}
.map_sub_head p span {
    display: block;
    font-size: 14px;
    padding-right: 180px;
}

section.map_section {
    background: url(../img/map_back.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top; margin-top: 50px; padding: 100px;
}
.left_panel.left_info {background:none; width:100%}
.left_panel.left_info ul li {padding-left:0;}
main.inner_page.left_scroll_down.fixed .left_panel.left_info {
    padding-right: 50px;
}
.left_panel.left_info .admission_content  {padding-left:30px;}
.contries_list ul li {
    list-style: none;
    color: #333;
    font-size: 14px; line-height:1.5; padding-bottom: 5px;
}
.contries_list ul li a {color:#333; font-weight: 500;}
.contries_list ul li a:hover {color:#666;}
.contries_list {
    padding-top: 60px;
}
.contries_list ul {
    padding-left: 0;
}
.btn_box.admission_btn.enqr_btn.pt-2 {
    width: auto;
    text-align: center;
}

.left_panel.left_internationl {
    border-left: solid 1px #d8d8d8; height:auto;    padding-top: 0;
}
.left_panel.left_internationl ul li a {display: block;
    position: relative;
    color: #4c4c4c;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;}
.left_panel.left_internationl ul li.active  {border-left: 5px solid #f7c500; color:#000;
    padding-left: 25px;}
	
	.left_panel.left_internationl ul li.active a {color:#000;}
	
section.international_prog {
    background: #f2f2f2;
    padding: 100px 0 30px;
}
.font-500 {font-weight:500;}
section.eligibility_sec {
    padding: 90px 0 50px;
}
section.eligibility_sec .sub_head {
    padding: 0;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    padding-top: 25px;
    color: #333; margin-bottom:35px;
}
.inter_toll {
    font-size: 24px;
    font-weight: 600; line-height:1;
    padding-left: 40px;
}
.inter_toll span a {font-weight:800; color: #000; display:block;}


#testimonials .testimonial-item.program_img .testimonial-img {width: 250px;
    border-radius: 0 14% 0;
    border: 0px solid #fff;
    float: left;
    margin-right: 40px;}
#testimonials .testimonial-item.program_img p {width:100%!important; margin:0!important}
#testimonials .testimonials-carousel.prog_testi .owl-nav, #testimonials .testimonials-carousel.prog_testi .owl-dots {
    margin-top: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 90px;
}

.testi_section.program_sec {height:300px;}
section.how_it_work.programe_work {
    background: #e7b500;
}
section.how_it_work.programe_work p {
    font-size: 18px;
    font-weight: 600;
}

section.how_it_work.programe_work .how_to_box {
    margin-bottom: 0;
    height: 200px;
}
.subscribe_text_box input.form-control {
    width: 300px;
    margin: 0 auto 10px;
    font-size: 14px;    font-style: italic;
}
.subscribe_text_box {
    text-align: center;
    margin-top: 50px;
}
.font-18 {font-size:18px!important;}
.gallery_sec:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    top: 0;
}

.gallery_sec2 a {
    color: #333;
    font-size: 14px;
}
.back_img_sec {
    position: absolute;
    top: 35%;
    margin: 0 auto;
    width: 50px;
    left: 0;
    right: 0; z-index:1;
}
section.faculty_sec {
    background: #f2f2f2; padding:80px 0 110px
}

.faculty_box {background:#FFF;}
.faculty_details p {
    font-size: 18px;
    font-weight: 600;
 padding:30px;
}
.faculty_box img {width:100%!important;}
.faculty_details p span {font-size:14px; font-weight:400; display:block; padding-top:15px;}
.faculty-carousel .owl-dots { position: absolute;  z-index: 9999; bottom: -50px; left: 0; right: 0; margin: 0 auto; width: 150px;}
.faculty-carousel .owl-dots button.owl-dot { width: 12px; height: 12px; background: #d9d9d9; margin: 5px;border-radius: 50px;}
.faculty-carousel .owl-dots button.owl-dot.active {background:#000;}
section.testimonials_sec.inner_testimonials {
    padding: 100px 0;
}


.font-21.text_fee {
    font-size: 21px;
    font-weight: 500;
    float: left;
}
.select_box.fee select {
    background: url(../img/drop_down_icon.png) no-repeat right #f2f2f2; -webkit-appearance: none;
    background-position-x: 130px;
}

.contact_left ul {
    padding-left: 0;
}

.font-21.text_fee span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.payment_text {
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: #333; padding-bottom:40px;
}

.payment_text span{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.online_mode {
    padding: 40px 30px;
    background: #f2f2f2;
    margin-bottom: 50px; height: 450px;
}
.head_text {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    padding-top: 25px;
}
.online_mode p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-top: 20px;
}

.online_mode2 img {
    float: left;
    display: flex;
    padding-bottom: 80px;
    padding-right: 30px;
    padding-top: 0;
}

.online_mode2 .head_text {padding-top:0; padding-bottom: 10px;}
.font-12 {font-size:12px!important;}
.left_panel.height_auto {
    height: auto;
}

 .student_border {padding-top:40px;}
.student_form a {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
}
.student_form a span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.color_blue {color:#08365d!important;}
.student_border .student_form {border-bottom:solid 1px #ddd; padding-bottom:25px;}
.student_border .student_form.active {border-bottom:solid 1px #e4d375; padding-bottom:25px;}
.student_border .student_form.active a {color:#000;}
.student_enrollment_form {padding:20px 0;}
.student_enrollment_form label {font-size:12px; font-weight:600; color:#333333;}
.student_enrollment_form .sub_head {
    font-size: 24px;
    padding: 0;
    text-align: left;
    padding-bottom: 25px;
}

.row.student_enrollment_form input, .row.student_enrollment_form select.form-control, .row.student_enrollment_form textarea.form-control {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
    height: 40px;
    color: #8a8a8a;
}
.select_box2 select {
    background: url(../img/drop_down_icon.png) no-repeat right #FFF;
    -webkit-appearance: none;
    background-position-x: 70px;
    width: 98px;
}

.select_box3 select {
    background: url(../img/drop_down_icon.png) no-repeat right #FFF;
    -webkit-appearance: none;
    background-position-x: 400px; width:430px
 
}
.student_enrollment_form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #d8c039;
    background-color: #d8c039;
}
label.custom-control-label {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.male_box a {
    background: #FFF;
    border: solid 0px #ccc;
    padding:10px 15px; text-align:center;
    margin: 0; font-size:12px; color:#000; font-weight:600;
}
.male_box a.active {background:#d8c039;}
.male_box {
    width: 141px;
    border: solid 1px #ccc;
    padding: 7px 0;
    margin: 0; position:relative; height:41px
}
.female {position: absolute;
     right: 0;
    height: 39px;
    width: 50%;
    float: left; top:0;
    border-radius: 3px 0px 0px 3px;}

.male {position: absolute;
     left: 0; top:0;
    height: 39px;
    width: 50%;
    float: left;
    border-radius: 0px 3px 3px 0px;}

 
 input.btn.btn-danger.start_course2.btn_student_form {
   font-size: 14px;
    color: #FFF;
    font-style: normal;
    padding: 8px 40px;
}

.from_head {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 20px 0px 10px 0;
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 20px;
}

 
.btn_box.btn_submit_student {
    text-align: left;
    position: relative; width:220px;
}
.btn_box.btn_submit_student i {
    position: absolute;
    right: 40px;
    top: 8px;
    font-size: 22px;
    color: #FFF;
    font-weight: 500;
}
 
 .academic_logo ul {
    padding-left: 0;
}

.academic_logo ul li {
    width: 31%;
    float: left;
    list-style: none;
    text-align: center;
    background: #fafafa;
    margin: 10px;
    padding: 30px;
}
 
.logo_img {
    background: #fafafa;
    padding: 70px 40px;
    text-align: center;
    border: solid 2px #e8e8e8;
}

.bullet_list3 {
    margin: 0px 0;
}
.bullet_list3 li {
  padding: 0px 0px 10px 25px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    list-style: none;
}
.bullet_list3 li:before {
    content: '';
    background: #e6b400;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 26px;
}
 
.bullet_list3 ul {padding-left:10px;} 
.bg_gray_box {
    background: #fafafa;
    padding: 40px; margin-bottom: 30px; min-height:180px;
} 
.bg_gray_box2 {
    background: #fafafa;
    padding: 30px; margin-bottom: 30px; min-height:300px;
}  
 .bg_gray_box2 ul li {
    list-style: none;
    width: 20%;
    float: left;
}
  .bg_gray_box2 ul {padding-left:0;}
 .bg_gray_box2 ul li  span {display:block; padding-bottom:10px;}
  .bg_gray_box2 ul li {list-style:none; font-size:13px; padding:10px; text-align:left; padding-right: 30px;}
  
 .black  {color:#000;}
  .partner_ship_head {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}
 
 .admission_head {
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.admission_date {
    font-size: 21px;
    font-weight: 800;
    color: #000; padding: 20px 0;
}
.admission_date abbr {
    font-weight: 500;
}
.admission_date span {
    background: #0f385f;
    color: #FFF;
    font-size: 14px;
    padding: 6px 10px;
    margin: 0 10px;
    border-radius: 90px;
    font-weight: 500;
}
.admission_cycle {
    border-top: solid 2px #e7e7e7;
    border-bottom: solid 2px #e7e7e7;
    padding: 25px 0;
}


.admission_process {padding-top:40px;}

.admission_process ul {
    padding-left: 0;
}
.admission_process ul li {
    list-style: none; margin-bottom:30px; position:relative; padding-left: 70px; padding-top: 10px;
}

.admission_process ul li:after {
   position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #e6b400;
    left: 27px;
    top: 33px;
    display: flex;
}

 
.admission_process ul li span {
   background: #e6b400;
    padding: 7px 10px;
    color: #000;
    border-radius: 50px;
    position: absolute; top:0;
    left: 10px;     font-weight: 700;
}
.apply_box {
    background: #f2f2f2;
    padding: 30px;
    height: 160px;
    font-size: 21px;
    color: #000;
    font-weight: 700;
}
 
.apply_box abbr {
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding-top: 20px; color: #333;
}
.apply_box abbr a {
    color: #000;
}

.apply_box abbr a:hover {
    color: #333;
}
.admission_process a {
    color: #000;
}
abbr.note_text {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    font-style: italic;
}
.apply_box.document {
    height: 330px;
}
.note_text {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    font-style: italic;
}
.admission_process ul li:last-child:after {display:none;}



/* 
 .row.admission_process ul li span:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    bottom: 0;
}
.row.admission_process ul li span {
    background: #000;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 50px;
    margin-right: 20px;
    display: flex;
    width: 35px;
    height: 34px;
    float: left;
    position: relative;
}*/



.file {
  position: relative;
  display: inline-block;
  cursor: pointer; width:100%
}
.file input {
  
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.7rem;
    padding: 0.7rem 1rem;
    color: #8a8a8a;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-style: italic;
}
.file-custom:after {
  content: "Upload your Recent file";
}
.file-custom:before {
 position: absolute;
    top: -0.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Choose a file...";
    padding: 0.7rem 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #0b385f;
    border: .075rem solid #17356a;
    border-radius: 0 .25rem .25rem 0;
    font-weight: 600;
    font-style: normal;
}

/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

span.same_add a {
    text-align: left;
    padding-left: 70px;
    color: #888;
}
abbr.programe_name {
    font-size: 14px;
    font-weight: 500;
}
.news_inner_sec.testimonials {
    background: #f2f2f2;
}
.news_inner_sec.testimonials a {color:#000;}
section#clients img {
    zoom: 0.7; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.home-carousel {position:relative;}
.home_banner_text {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
}

.home-carousel .item img {width:100%;}
 
 .home-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background: #000!important;
    margin: 6px;
    border-radius: 57%;
}
.home-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px;
    bottom: 30px;
    text-align: center;
}
 header .mobile_nav .main-menu ul li ul li a:hover {color:#FFF;}

.select_box.news_select {
    margin-top: 0;
}

.select_box.news_select select {padding: 10px; border: 0;  border-radius: 60px; color: #808080; font-size: 14px; background: url(../img/drop_down_icon.png) no-repeat right #f2f2f2; -webkit-appearance: none; background-position-x: 134px;  width: 160px;}
.i-anchor1 {
    position: relative;
    top: -140px;
    height: 0;
    width: 1px;
    overflow: hidden;
}
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0px 0;
  font-size: 14px;

  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fafafa;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #535074;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
 
  color: #fff;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
a.facebook { background:#4c6fa4}
a.linkedin { background:#2c80b6}
a.instagram { background:#1b577c}
a.youtube { background:#da2a26}
 

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #696592;
}

#footer .footer-top .footer-links ul a:hover {
  color: #1bb1dc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;

  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}

  .mobile_menu {display:none;}
  .desktop_menu {display:block;}
 .browse_course_menu {display:block;}
 .padd_search {
    margin-top: 140px;
}
.desk_home_banner {display:block;}
.mobile_home_banner {display:none;}
 

.mobile_menu_new {
    display: none;
}

button.close.pop-up {
    position: absolute;
    right: 10px;
    top: 0;
    color: #000;
}

.padd_pop_up_box {
    padding: 40px 30px 20px;
}

.pro_img_text {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.collabration_sec img {height:90px;}

span.amity_university {
    font-size: 16px!important;
    font-weight: 300!important;
    padding-right: 30px;
}

.amity_university {
    margin: 20px 0;
}
.amity_university ul {padding-left:0;}
.amity_university li {
   padding: 0 30px 15px 25px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    list-style: none;
    width: 47%;
    display: inline-block;
    margin-right: 20px;
}
.amity_university li:before {
    content: '';
    background: #edba16;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 26px;
}


.university-carousel button.owl-next span {
    background: url(../img/right_arrow.png) no-repeat;
    font-size: 0;
    width: 13px;
    height: 24px;
    z-index: 999;
    float: right;
    position: absolute;
    right: 10px;
    top: 45%;
}


.university-carousel button.owl-prev span {
    background: url(../img/left_arrow.png) no-repeat;
    font-size: 0;
    width: 13px;
    height: 24px;
    z-index: 999;
    float: right;
    position: absolute;
    left: 10px;
    top: 45%;
}
.amity_university_logo {
    background: #fbfbfb;
    padding: 40px;
}
.amity_university_logo img {
    float: right;
    padding-left: 40px;
}
.placement_box {
    background: #f2f2f2;
}
.placement_box p {
    padding: 30px;
}
.placement_head {
    padding: 15px 0;
    font-size: 21px;
 
}
.placement_text_box {
    height: 250px;
}
.placement_text_box.new {
    height: 285px;
}

.login_box {
    background: #f2f2f2;
    padding: 10px;
}
.home_head2.login {
    font-size: 24px;
    padding-bottom: 20px;
}
a.signup {
    color: #000;
}
.mobile_live_chat, .mobile_programe {display:none;}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1600px) {
.home_tabbing .nav-link {
    padding: .5rem 2.2rem;
}
#intro .intro-info {
    padding-top: 160px;
}

#intro{
  max-width: 1230px ;
  margin-left: auto ;
  margin-right:auto ;
}

#founder .intro-info {
    padding-top: 160px;
}
.home_background {
    min-height: 610px;
    background-size: 100%!important;
}
#intro .intro-info h2 {
    color: #000;
    margin-bottom: 50px;
    font-size: 63px;
    padding-top: 90px;
}

#founder .intro-info h2 {
    color: #000;
    margin-bottom: 50px;
    font-size: 63px;
    padding-top: 90px;
}

.padd_search {
    margin-top: 325px;
}

}
@media (max-width: 1440px) {
	.info_box_sec p span {
    font-size: 16px;
    font-weight: 600;
}
	
}
@media (max-width: 1280px) {
  .drop_menu_list2 {
    width: 750px;}
	
}

@media (max-width: 1024px) {
  .drop_menu_list2 {
    width: 530px;}
	.menu_details .menu_box {
    padding: 20px 6px 0 15px;
}
}




@media (min-width: 991px) {
  
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 70px;
  }

  #founder .intro-info {
    padding-top: 70px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
    font-size: 14px;
    color: #333333;
    font-style: normal;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
  
  .mobile_menu {display:block;}
  .desktop_menu { display:none;}
  .browse_course_menu {display:none;}
  
  .header-scrolled .bg_top {margin-bottom:15px;}
  #header {
    height: 70px;
    padding: 0px 0; position:relative;
  }
  
  #header.header-scrolled, #header.header-pages {height:70px; transition: all 0.5s;}
  .logo.float-left {
    padding-top: 10px;
}

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
  
  .sub_head {font-size:19px; line-height: 1.3;  color: #333;  padding: 10px 0;}
  .home_head {font-size:21px;}
  .white_text_box {display:none;}
  #intro {margin-top:50px;}
  #header .logo img {padding: 0; margin: 0px 0; zoom: 0.7;}
  #clients { padding: 0 0px 50px;}
  .search_box {width:auto;}
  .banner_text {padding-right: 0;}
  .bg_top {padding: 4px 0; font-size: 12px;}
  .search_box input[type="submit"] {top:8px;}
  .search_box input[type="text"] {height:auto;}
  .half_bg_testimonials {height:auto; padding-top:0}
  section.testimonials_sec .home_head {font-size:21px; text-align:center;}
  .testimonials_sec .testimonial-item .testimonial-img img {display:block; width:100%; padding-bottom:15px;}
  .testi_section {height:auto;}
  .testimonials_sec .testimonial-item p {font-style: italic;  margin: 0 0 0 0;}
   #why-us .counters span {font-size:28px;}
   #why-us .counters p {font-size:14px; padding:0}
  
  
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 12px; padding:20px 0 20px 10px; font-weight:600;
  }
  .select_box.fee select {background-position-x: 110px; margin-top: 20px;}

  #faq #faq-list i {
    top: 13px;
  }
  .left_info {display:none;}
    #Home_EnrollNow {
    margin-left: 35% !important;
}

  
}

@media (max-width: 767px) {
	#why-us {
		padding: 0px 0 50px 0;
	}
  #intro {
    height: auto;
  }

  #founder {
    height: auto;
  }
  .home_banner_text {position:relative;}

.padd_search {
    margin-top: 0;
}

.call-back-section {
    margin: 0;
}

.desk_home_banner {display:none;}
.mobile_home_banner {display:block;}
#clients .owl-dot {width:8px; height:8px;}
footer#footer .col {
    width: 100%;
    flex: auto;
    text-align: center;
}
.sub_head2 {font-size:12px;}
.sub_head {font-size:18px; padding:40px 0 10px;}
.subscribe_text_box { margin-top:30px;}

<!--============== MENU CLOSE CSS START =================-->
.mobile-nav-active .mobile-nav {display:none!important;}
nav.mobile-nav.d-lg-none {display:none!important;}
.mobile-nav-overly {display:none!important}
button.mobile-nav-toggle.d-lg-none {
    display: none;
}
<!--============== MENU CLOSE CSS END =================-->

<!-- ==================== NEW MOBILE CSS ===================== -->
.mobile_menu_new.demo-1 {display:block;}
.mobile_menu_new {
    display:none;
}
<!-- ==================== NEW MOBILE CSS ===================== -->
 


  #founder .container {
    height: auto !important;
  }

  #founder .intro-img {
    width: 80%;
  }

  #founder .intro-info {
    text-align: center;
    padding-top: 0px;
  }

section#clients img {zoom:1;}
  #founder .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px; padding-top: 30px;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 0px;
  }

section#clients img {zoom:1;}
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px; padding-top: 30px;
  }



  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
    .row.top_padd {
    margin-top: -44px;
}
  .phone-search {
    width: 90% !important;
}

  .country-code {
    width: 30% !important;
    
}
  .phone-number {
    width: 83% !important;
    height: 38px;
}
  .wrap-but-submit {
    margin-left: 23%;
}
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}



.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }


}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}



.structure_section .nav-tabs {
  display: none;
}

.structure_section .nav-tabs .nav-item {
    margin-bottom: -1px;
    border-top: solid 1px #ddd;
    border-right: 0;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px)  {
.testimonials_sec .col-6{

  max-width: 100%;
  margin: auto;
  padding: 10px;

  }

.academiclist li img{
  max-width: 110px;
}


}

@media (min-width: 768px)  {


.structure_section .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }
  .structure_section .nav-tabs {
    border-bottom: none;
    border-right: 0px solid #ddd;
    display: flex;
  }
  .structure_section .nav-tabs {
    margin: 0px;
  }
  .structure_section .nav-tabs .nav-item + .nav-item {
    margin-top: 0;
  }
  .structure_section .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
	font-size: 21px;
    padding: 20px;
    border-bottom: solid 1px #ccc!important; color: #000;
  }
 .structure_section .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }
  .structure_section .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .structure_section .nav-tabs .nav-link.active:hover {
    background-color: #FFF;
    border-color: #f2f2f2 #f2f2f2 #f2f2f2 #f2f2f2;
  }

  .structure_section .card {
    border: none;
  }

 .structure_section .card .card-header {
    display: none;
  }

  .structure_section .card .collapse {
    display: block;
  }
}


@media (max-width: 767px) {
  .structure_section .tab-pane {
    display: block !important;
    opacity: 1;
  }


  .programmes-text{ width: 100% !important;}
}


.modal-dialog {
      max-width: 1000px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
 padding: 30px 30px 0 30px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
   text-shadow: 0 0px 0 #fff;
}
 
.video_popup .modal-content {
    border: solid 0px!important;
}
.inspring_stories a {
    color: #333;
}

.global_campus {padding:90px 0;}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    top: 0;
    width: 150px;
	background: #e7b500;
}
.carousel-indicators li {
   box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: 1px;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
    background: #e7b500;
    background-clip: padding-box;
    padding: 4px;
    opacity: 1;
    transition: opacity .6s ease;
    font-size: 14px;
    color: #000;
    padding-left: 30px;
    font-weight: 500;
}

ul.carousel-indicators {
    height: 310px;
    top: 40px; padding-top: 25px;
}
ul.carousel-indicators li {position:relative;}

ul.carousel-indicators li.active {font-weight: 600;}
ul.carousel-indicators li.active:after {
    content: '';
    position: absolute;
    left: 15px;
    width: 5px;
    height: 10px;
    background: url(../img/arrow_left.png) no-repeat;
    top: 8px;
}

ul.carousel-indicators li.active:before {
    content: '';
    position: absolute;
    right: 15px;
    width: 5px;
    height: 10px;
    background: url(../img/arrow_right.png) no-repeat;
    top: 8px;
}
.carousel-inner {padding-left:70px;}

section.overview_section ul {padding-left:0;}
.card-body.li_list ul {margin-left:50px;}
section.eligibility_section ul {padding-top:15px;}
section.feature_section ul, .card-body.li_list ul {padding-top:0px;}
section.eligibility_sec ul, section.feature_section ul, .card-body.li_list ul, section.eligibility_section ul {padding-left:0;}
section.overview_section ul li, section.eligibility_sec ul li, section.feature_section ul li, .card-body.li_list ul li, section.eligibility_section ul li {position: relative;
    list-style: none;
    padding-left: 40px;
    padding-bottom: 20px;}
	
section.overview_section ul li:after, section.eligibility_sec ul li:after, section.feature_section ul li:after, .card-body.li_list ul li:after, section.eligibility_section ul li:after, section.overview_section ul li:after{
    content: '';
    position: absolute;
    background: url(../img/bullet_arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
}
ul.row.placement-image-ad {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;padding-left: 0;
}
ul.row.placement-image-ad.no-gutters li {
    text-align: center;
    list-style: none; padding:30px 30px; border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
ul.row.placement-image-ad.no-gutters li span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    padding: 10px 10px;
}
.br_bottom_head {
    border-bottom: solid 1px #cfcfcf;
}
.page_head {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding-top: 30px;
}
.hr_line {
    border-bottom: solid 1px #cfcfcf; margin-bottom:40px;
}
.pdf_icon {    width: 220px;
    padding-left: 40px;
        display: none;
}
.pdf_icon a {color:#333; width:150px;}
.font-500 {font-weight:500;}
.font-600 {font-weight:600;}
.font-700 {font-weight:700;}
.font-800 {font-weight:800;}
.font-900 {font-weight:900;}
.home_head_social {
    font-size: 36px;
    text-align: left;
    font-weight: 700;
    color: #333333; padding-right:25px; line-height:1.2;
    padding-bottom: 15px;
}
.social_padd {
    padding-right: 20px;
}
 
 img.img-fluid.pan {
    float: right;
    padding-left: 50px; padding-bottom:40px;
}
.pane_img_content {
    position: absolute;
    top: 65px;
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    width: 410px;
    left: 65px;
    line-height: 1.3;
}
.bg_pan {
    background: #e6b400;
    padding: 40px; margin-bottom:60px;
}
.pan_text_box {
    padding-right: 40px;
}
.pan_text_box p {
    font-size: 24px;
    font-weight: 800;
}
.pan_text_box p span{
    font-size: 14px;
    font-weight: 400; display:block; padding-top:20px;
}
.africa_text {
    font-size: 36px;
    text-align: left;
    font-weight: 700;
    color: #333333;
    padding-right: 25px;
    line-height: 1.2;
    padding-bottom: 15px;
}

.africa_bullet_list li {
    padding: 0 0px 20px 35px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6; list-style:none;
}
.africa_bullet_list li:before {
    content: '';
    background: #edba16;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 26px;
}
.africa_bullet_list {
    margin: 20px 0;
}
.africa_bullet_list li span {font-weight:600;}
.secio_text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding-bottom: 30px; line-height: 1.2;
}

img.img-fluid.leader_img {
    width: 100%;
}
.leadership_content {
    position: absolute;
    top: 270px;
    width: 390px;
	 border-left: solid 5px transparent;
    padding-left: 30px;
}

.leader_page_top .leadership_head {
    font-size: 24px;
    font-weight: 700;
    padding-top: 00px;
    
    padding-bottom: 20px;
    line-height: 1.3;
}

.leader_page_top {
   position: absolute;
    top: 50px;
    width: 500px;
    border-left: solid 5px #f8c701;
    padding-left: 30px;
}
p.leadership_disc {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
}

.leader_bottom_content {position: absolute;
    right: 16px;
    bottom: -50px;
    width: 450px;
    padding: 40px;
    background: #333333;
    color: #FFF;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600; }
	
	.leadership_box {
    margin-top: 130px;
}
.border_leader {
    border-left: solid 5px #e6b400;
}
.leader_disc {
    font-size: 18px;
    padding: 40px 0;
    color: #343333;
    height: 180px;
}
p.leader_name {
    font-size: 16px;
    font-weight: 500;
}
.leadership_disc {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}

.toll_free {
    background: #fac804;
    width: 224px;
    text-align: center!important;
    /*padding: 5px;*/
	display: inline-block;
}

.icon_icon i {
    font-size: 23px;
    padding: 2px 5px;
}

.icon_icon p {
	padding-right: 10px;
    padding-top: 4px;
}
	
.icon_icon {
    float: right;
	display: flex;
	width: 170px;
}

.top_icon_toll_free {
    /*width: 410px;*/
    float: right;
}
i.fa.fa-whatsapp {
    color: #33721e;
	font-size: 22px;
}

.list_programe ul li a {
   background: #FFF!important;
    color: #000!important;
    padding: 0!important;
    margin-bottom: 0!important;     font-weight: 400!important;
}


/*Manoj kumar code satrt here*/

.modal-content.wrap-modal {
    width: 1000px;
    margin-left: 0%;
    margin-top: 10%;
}
button.close {
    margin: -1rem 1rem 0rem 0rem !important;
}

span#spanMinimumamountPayable {
    margin: -10px 5px 0 0;
}
td {
    width: 43%;
}

th {
    padding: 15px !important;
}
table#tblpaymenthistory {
    border: none;
}

/*16 oct 2019 css update here*/

h1.bnrText3 {
    font-size: 20px;
    padding-left: 15px;
}

h4 {
    font-size: 18px !important;
    text-align: left;
    padding: 0px;
}

.mediaquerymargintop {
    margin-bottom: 15px;
}



.modal-header {
    border-bottom: 2px solid #deae15;
}

.labelText {
    color: #036 !important;font-size: 14px;
}
textarea#txtPopQuery {
    width: 940px;
    margin-left: 15px;
}

input#BtnEnquryPop {
    width: 100px;
    background: #036;
    border-radius: 50px;
    color: #fff;
    margin-bottom:30px
}

button#btnClose {
    color: #036;
    padding: 15px 25px 0 0;
}

#enquireNow1 .form-group {
    margin-top: -25px;
}

#dvTestimonials .testimonial-img {
    height: 300px;
    width: 300px !important;
}

.phoneicon {
    width: 11.6px;
    margin: 1px 3px;
    display: inline-block;
}



/*manoj kumar*/
#wrap-details.admission_process {padding-top:40px;}

#wrap-details.admission_process ul {
    padding-left: 0;
        list-style-type: none;
}
#wrap-details.admission_process ul li {
        width: 31%;
    float: left;
    padding-left: 0;
    padding-top: 60px;
    margin: 10px;
}

#wrap-details.admission_process ul li:after {
  position: absolute;
    content: '';
    width: 68%;
    height: 2px;
    background: #e6b400;
    left: 36px;
    top: 20px;
    display: flex;
}

 
#wrap-details.admission_process ul li span {
   background: #e6b400;
    padding: 7px 10px;
    color: #000;
    border-radius: 50px;
    position: relative; 
    top:-62px;
    left: 10px;     
    font-weight: 700;z-index: 1;
}
#wrap-details.apply_box {
    background: #f2f2f2;
    padding: 20px;
    height: 180px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    width: 100%;
    margin-top: -10%;

}
 
#wrap-details.apply_box abbr {
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding-top: 20px; color: #333;
}
#wrap-details.apply_box abbr a {
    color: #000;
}

#wrap-details.apply_box abbr a:hover {
    color: #333;
}
#wrap-details.admission_process a {
    color: #000;
}
abbr.note_text {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    font-style: italic;
}
#wrap-details.apply_box.document {
    height: 330px;
}
#wrap-details.note_text {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    font-style: italic;
}
#wrap-details.admission_process ul li:last-child:after {display:none;}

/*Manoj kumar end */

/*Manoj kumar code start here*/
.Affiliate_process ul li {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
}

.Affiliate_process ul li span {
    background: #e6b400;
    padding: 7px 10px;
    color: #000;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 25px;
    font-weight: 700;    z-index: 1; display:none
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.Affiliate_process ul {
    padding-left: 0;
}

li.wrap-affiliates {
    width: 33%;
    float: left;
}
.wrap-box-apply {
    background: #f2f2f2;
    padding: 20px;
    height: 180px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    width: 100%;margin-top: 10%;
}

.Affiliate_process.partner ul li:after {
   position: absolute;
    content: '';
    left: 60px;
    top: 20px;
    display: flex;
    width: 88%;
    height: 2px;display:none
}

.Affiliate_process ul li:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #e6b400;
    left: 27px;
    top: 33px;
    display: flex;
}

/*08-11-2019 css update */
section#Career_Prospects {
    /* border: 1px solid; */
    padding: 0px !important;
    margin: -30px 0 -70px 0 !important;
}

section#Program_Fee {
    margin-top: 8%;
}

/*12-11-2019 Css Update here*/
@media screen and (min-device-width: 320px) and (max-device-width:480px){
    .view_btn {
    margin-top: 25%;
}

.ugc-logo {
    height: 101px;
    float: none !important;
}


}


ul#ulProgram_Features ul li {
    /* border: 1px solid; */
    margin-top: -10px;
}
p#ulProgramBenefits ul li {
    margin-top: -10px;
}
ul#ulEligibility ul li {
    margin-top: -10px;
}
.pb-4, .py-4 {
    padding-bottom: 1px;
}
section#Program_Features .home_head {
    /* border: 1px solid red; */
    margin-top: -10px;
}
ul#ulEligibility strong {
    /* border: 1px solid; */
    margin-top: -24px !important;
    position: inherit;
    float: left;
}

.home_head.Eligibility-Criteria {
    /* border: 1px solid; */
    margin-bottom: -25px;
}
.home_head.pb-4.Program-Benefits {
    margin-top: 10px;
}
.home_head.Program-Fee {
    margin-top: 15px;
}

/*14-11-2019 Css update here*/
.faculty{
    padding: 0 0 0 25px;
   
}

.faculty h1{
   font-size:20px; 
   font-weight:600;
    margin-top:20px;
    float: left;
    width: 100%;
}

.faculty-wrap {
    margin-bottom: 20px;
    background: #eaeaea;
    padding: 3px;
}
.faculty_name {
    padding: 20px 0 0 9px;
}

.faculty_name p {
    font-size: 11px;
}

iframe#launcher {
   /*border: 2px solid #036 !important;*/
   margin: 0px 60px 0 0px !important;
   height: 63px !important;
}
.owl-prev {
    width: 97%;
    float: left;
}

/*03-01-2020 Css update here*/
.program-details {
background:none; min-height:470px;

}

.programmes-text{ width: 76%;}

.phone-search {
    width: 30%;
    margin: auto;
    
}

.country-code {
    width:16%;float: left;border-radius: 15px 0px 0px 15px;
}
.phone-number{
    width: 59% !important;border-radius: 0px 15px 15px 0px !important;
}

@media (max-width: 767px) {
	.testimonials_sec .col-6 {
		max-width: 100%;
		display: block;
    margin: auto;
	}
	.founder_msg {
		padding-top: 0px;
	}
	.founder_msg h3 {
		font-size: 20px;
	}
	.sub_head p {
		font-size: 19px;
	}

  .founder_msg #Home_EnrollNow{
      margin-left: 0 !important;
  }

  .academicArea{
    margin-top: 20px;
  }

  .academicArea .col-2 h3{
      text-align: center;
  }
  .academicArea .col-2{
      max-width:100%;
      flex: 100%;
  }

  .academicArea .col-10{
      max-width:100%;
      flex: 100%;
  }
  .academiclist li{
    padding: 10px 20px;
  }

}

.ugc-logo {
  max-width: 110px;
  float: right;

}
.wrap-top-banner-text {

 display:flex;
}