body {
font-family: 'Poppins', sans-serif;
margin: 0px auto;
overflow-x: hidden;
background: #fff;
font-size: 16px;
color: #1a1a1a;
}
html,body{overflow-x: hidden;}
@media (min-width: 1200px){
    .container{
    max-width: 1280px;
}}
.table-responsive p{margin:0px;padding: 15px;}
.table-responsive h5{margin:0px;padding: 15px;font-weight: 600;text-align: justify;}

.specializations{display: none;}

[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: none!important;
outline: none!important;
cursor: pointer;
}
/*
.tooltip-inner {background-color: #f00;}
.tooltip > .tooltip-arrow { border-bottom-color:#f00; }
.tooltip-arrow { border-bottom-color:#f00; }*/
/*
.tooltip-inner {
font-size: 12px!important;
max-width: 250px;
padding: 8px;
color: #fff;
text-align: left;
background-image: linear-gradient(to right, #ec2b2e 0%, #a3092f);
border-radius: .25rem;
}
*/
 /*.tooltip-inner:before {background-color: #f00;}*/

.awesomplete {
width: 100%;
display: block !important;
}
.awesomplete > ul {
z-index: 9999999 !important;
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,1.0)) !important;
}   
.modal-backdrop{z-index: 1;}
.modal {
z-index: 9991;
}

.modal .submitbtn {
outline: none!important;
width: 150px;
text-align: center;
color: #fff;
background-image: linear-gradient(to right, #ec2b2e 0%, #a3092f);
padding: 10px;
border: 0px solid;  
text-transform: uppercase;    
}

.modal-body img{
text-align: center;
margin: 0 auto;
}


h1,
h2,
h3 {
font-family: 'Raleway', sans-serif;
font-weight: 700!important;
}

.navbar .navbar-collapse {
margin-top: 2%;
}
.navbar{
display: inline-block;
padding: 0;
width: 100%;
transition: all ease-in-out 0.3s;
background: #1a1a1a;
z-index: 9991!important;height: 80px;
}
.darkHeader {
position: fixed!important;
transition: all ease-in-out 0.3s;
background: #fff;
box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.09);
}               


    .homebanner #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


ul li > p{
	margin-bottom: 0px;
}
.social_connect {
float: right;
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.social_connect a{
color: #000!important;
}
.social_connect img{
width: 45px;
}
.navbar-light .navbar-nav .nav-link {
color: #fff!important;
font-size: 14px;
font-weight: 500;
margin: 0 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
  
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 3px !important;}

/*.navbar-nav a.nav-link.active {
font-weight: bold;
color: #fff!important;
}*/

textarea#message {
margin-bottom: 20px;
}
.form-control {
text-align: left;
background-color: transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-top: none;
border-right: 0;
border-left: 0;
border-bottom: 1px solid #eee;
font-size: 14px;
color: #888!important;
line-height: 30px;
height: 30px;
margin-bottom: 20px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
padding-left: 5px;
}
.form-control:focus {
border-color:#888;
box-shadow: none !important;
}

/*
@media (min-width: 1400px) {
.container {
max-width: 1270px;
}
}*/

.modal-title {
font-size: 22px;
margin-bottom: 0;
line-height: 1.5;
font-weight: bold;
}

.btn.focus,
.btn:focus {
outline: 0;
box-shadow: none!important;
border-radius: 0px;
}

.banner-section{
	margin-top: 80px;
}

.scroll {
outline: none!important;
border-radius: 50%!important;
width: 45px;
height: 45px;
color: #1a1a1a !important;
line-height: 40px;
font-size: 30px;
z-index: 9991;
position: fixed;
right: 10px;
bottom: 100px;
padding: 0;
text-align: center;
cursor: pointer;
background: #fbb017;
font-weight: 600;
box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

.apply_now_fixed {
text-align: center;
letter-spacing:1px;
position: fixed;
z-index: 991;
right: -60px;
bottom: 38%;
width: 180px;
cursor: pointer;
transform: rotate(90deg);
background-image: linear-gradient(to right, #ec2b2e 0%, #a3092f);
color: white !important;
font-size: 16px;
text-transform: uppercase;
outline: none!important;
border-radius: 0px;
font-weight: 600;
padding: 18px;
border:0px solid;
box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

.banner-form{
position: absolute;
top: 100px;
right: 8%;
width: 330px;
background: #fff;
box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.2);
}
.banner-form .formdiv{
padding: 20px 20px 10px;
}
.subt_btn .icons_sub{
padding: 10px;
background: #eee;
width: 100%;
}
.subt_btn img{
width: 42px;
}
.subt_btn .submit_btn{
width: 100%;
height:100%;
color: #fff;
padding: 10px;
font-weight: 600;
border: 0px solid;
border-radius:0px;
background-image: linear-gradient(to right, #ec2b2e 0%, #a3092f);
transition: all 0.3s ease-in-out;
}
.apply_now_fixed, .apply_btn{
transition: all 0.3s ease-in-out;
}
.subt_btn .submit_btn:hover{text-decoration: underline;}
p{font-size: 16px;}
.about p{
	text-align: justify;
font-weight: 500;
padding-top: 20px;
color: #1b294e;
font-size: 16px;
}
.programmeme_detl, .modal-body{     text-align: justify;
    font-size: 16px;
    background: #fff;
    padding: 50px;
    border: 1px solid #707070;
    /* width: 900px; */
    padding-right: 25%;
    margin-right: -25%;}

.course_d{
width: 100%;
background: #fff;
padding: 20px 15px 0 15px;
border: 1px solid #707070;
 margin-top: 38%;
float: right;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.course_d img{
width: 45px;
margin-top: 15px;
}
.course_d h6{
font-weight: 500;
    color: #FBB017;
    font-size: 20px;text-align: center;
}
.time_div h3 {
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Poppins';
    font-weight: 600 !important;text-align: center;
}
.time_div1 h6 {
    background: #FBB017;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;font-weight: 600;font-size: 18px;
}
.course_d p{margin-bottom: 0px;font-size: 18px;color: #ffffff;text-align: center;}
.course_d .time_div{
padding: 5px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}

.ranking_content{
justify-content: center;
display: flex;
align-items: center;
text-align: center;
height: 100%;
}

.ranking_content h5{
font-size: 16px;
font-weight: 600;
}

.text_red{
color: #0184b6;
}
.ranking_div {
border-right: 1px solid rgba(158, 158, 167, 0.21);
border-left: 1px solid rgba(158, 158, 167, 0.21);
}

.apply_div a{
text-transform: uppercase;
display: block;
width: 250px;
text-align: center;
color: #fff;
padding:15px;
font-weight: 600;
border-radius:6px;

}

.block{ margin-top: 25%;    font-size: 50px !important;
    text-align: right !important;}
.block span{ display: inline-block ;vertical-align: middle;}
.features {
    padding: 20px;
    background-color: #fff;
    color: #0184B6;
    height: 90%;
}.features h2 {
    font-size: 55px;
    font-weight: 700;
}.features p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.ranking_content img {
    height: 80px;
    padding-bottom: 8px;    object-fit: contain;
}.mainimg{margin-top: 15%;width: 85%;border-radius: 10px;object-fit: contain;box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;}
.download_btn{
background-image: linear-gradient(to right, #FBB017 0%, #FBB017);
    color: #1a1a1a !important;
    padding: 8px 26px;
    width: 150px;
    text-align: center
}
.apply_btn{
text-transform: uppercase;
display: block;
width: 250px;
text-align: center;
color: #fff!important;
padding:15px;
font-weight: 600;
border-radius:6px;
background-image: linear-gradient(to right, #ec2b2e 0%, #a3092f);
}

.text_yellow {
color: #f8c129;
}

.text_green {
color: #1a628f!important;
}

.text-red {
color: #971808!important;
}

.text-dark {
color: #000!important;
}

.text-white {
color: #fff!important;
}
.achieve_div {
padding: 60px 0px 50px;
background-image: url("../images/bg1.jpg");
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-attachment: scroll;
background-position: center center;
}
.souls{font-size: 25px;font-family: 'Poppins';background: #FBB017;width: 50%;padding: 5px 10px; margin-top: -15px;}
.dat1logo {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.dat1logo p{text-align: center;}
.dat1box{padding: 15px 10px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: 5px;margin: 10px 0px;}
.title1 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700 !important;text-transform: uppercase;
    letter-spacing: 0.5px;color: #1a1a1a;
}
.title1 span {

    -webkit-text-fill-color: #FBB017;
    font-size: 40px;
}
.cta-section h3 {
    font-family: 'Poppins';
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.5;font-size: 35px;
}
.item_achieve {
font-weight: 600;
background: #fff;
padding: 45px 35px 20px 50px;
position: relative;
box-shadow:0px 6px 20px 1px rgba(0, 0, 0, 0.18);
border: 0px solid #000;
border-radius: 6px;
margin: 20px 15px;
min-height: 238px;
}
.item_achieve p{margin-bottom: 0px}
.item_achieve .ache_icons{
width: 35px!important;
position: absolute;
left: 10px;
top: 15px;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: center;
    border: 1px solid #dee2e6;
    width: 16%;}
.achieve_div .owl-theme .owl-dots .owl-dot span {
border: 2px solid #fff!important;
}
.achieve_div .owl-theme .owl-dots .owl-dot.active span, 
.achieve_div .owl-theme .owl-dots .owl-dot:hover span{
background: #fff!important;
}
.achieve_div .owl-theme .owl-dots, .owl-theme .owl-nav{
margin-bottom: 0px!important;
}
#ranking_slide.owl-theme .owl-dots .owl-dot span{
border:2px solid #0184b6!important;
}
#ranking_slide.owl-theme .owl-dots .owl-dot.active span,
#ranking_slide.owl-theme .owl-dots .owl-dot:hover span {
background: #0184b6!important;
}
.ranking_content h5 {
font-size: 18px;
}

.scholarships {
background: #F9F5F4;;
background-size: cover, cover;
background-position: bottom, top center;
background-repeat: no-repeat, no-repeat;
padding: 50px 0;
}
.scholarships h2, .scholarships h6{
color: #fff;
}
.scholars_div{
overflow: hidden;
border-radius:15px;
background: #fff;
border: 8px solid #0184b6;
box-shadow: 0px 16px 31px 0px rgba(0, 0, 0, 0.32);
}
.scholarships .apply_btn{
margin: 0 auto;
}
.text-gray{
color: #888;
}

.career_opport_sec{
background: #ebebeb;
}
.career_div{
min-height: 495px;
border-radius: 6px;
background: #fff;
padding: 20px 20px 10px;
}
.career_div h6{
font-weight:600;
color: #0184b6;
margin-bottom: 10px;
}
.career_div ul li{
padding: 10px 0;
margin: 10px 0;
border-bottom: 1px solid #eee;
}
.career_div ul li:nth-last-child(1){
border-bottom: 0px solid #eee;
}
.career_opport_sec .owl-theme .owl-dots .owl-dot span, 
.recruiters .owl-theme .owl-dots .owl-dot span, 
.testimonials .owl-theme .owl-dots .owl-dot span  {
border: 2px solid #0184b6!important;
}
.career_opport_sec .owl-theme .owl-dots .owl-dot.active span, 
.career_opport_sec .owl-theme .owl-dots .owl-dot:hover span, 
.recruiters .owl-theme .owl-dots .owl-dot.active span, 
.recruiters .owl-theme .owl-dots .owl-dot:hover span,
.testimonials .owl-theme .owl-dots .owl-dot.active span, 
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
background: #0184b6!important
}



.career_opport_sec .owl-dots{
margin-top: 30px!important;
}

.placements{
padding: 60px 0px 60px;
background-image: url(../images/placements_div.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-attachment: scroll;
background-position: center;
}
.placements p {
font-weight: 400;
color: #fff!important;
font-size: 20px;
}
.placements h2{
color: #fff;
font-size: 45px;
}
.placements h6{
	color: #f8f9fa!important;
    text-transform: uppercase;
    font-size: 18px;
}
.text_blue{
color: #1b294e;
}



.sp_div ul li a{
background: #fff;
    display: block;
    padding: 5px;
    color: #000;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 22%);
    border: 1px solid #707070;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;min-height: 230px
}
.sp_div ul li h4{
    font-size: 16px;
    font-weight: 600;
    background: #fbb017;
    color: #ffffff;
    padding: 10px;}
    .sp_div ul li p{padding: 15px 10px;}
.sp_div ul li a:hover;{text-decoration: none;}
.box{       display: block;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 1.5rem;
  border: 1px solid #1a1a1a;
    min-height: 300px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.box p{text-align: left;}
.box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FBB017;
    border-radius: 15px 15px 0px 0px;text-align: left;text-transform: uppercase;

}
.number{text-align: left;font-family: 'Poppins';}
.sp_div img{
width: 45px;
}
.box p {
    margin-bottom: 0;
}
.nav-pills .nav-link {
 border-radius: 0 !important;
}
.adm_tabs .nav-pills {
    background: transparent;border: 0px solid transparent;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
    font-size: 18px;
    
}

h4.number {
    font-size: 2.5rem;
    color: #0184b6;
    font-weight: 900;
    margin-bottom: 0;
}
.nav-pills .nav-link{
color: #1a1a1a;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    background: #EEF0F5;
    font-size: 18px;
    font-weight: 600;

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.nav-pills .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
background-image: linear-gradient(to right, #FBB017 0%, #FBB017);
background-color:transparent;
}
a.nav-link{display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;}
.guide li {
    font-size: 16px;
    list-style-type: disclosure-closed;
    color: #111 !important;
}
.bdesbox {
  padding: 10px;
  border: 1px solid #EBEBEB;
    border-left-color: rgb(235, 235, 235);
    border-left-style: solid;
    border-left-width: 1px;
  border-radius: 5px;
  border-left: 5px solid #FBB017;margin-bottom: 15px;width: 100%;
min-height: 80px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
.pattern-dots-sm {
    background-image: radial-gradient(currentColor 0.05px, transparent 0.05px);
    background-size: calc(10 * 0.5px) calc(10 * 0.5px);
    color: #FBE33B !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;text-transform: uppercase;
}
.bg-primary{background-color: #017EAD !important;}

.Schedule_bg{
    background:#1b294d;
    color:#fff;
}
table.dates {
  width: 100%;
    background: #ffffff;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.table th {
font-weight: 600!important;
vertical-align: middle;
border-bottom: 0px solid #dee2e6!important;
}
.book_trial.nav-item {
  background: #FBB017;
  padding: 5px 15px;
  color: #1a1a1a;
  font-weight: 600;
}

.book_trial.nav-item:hover {
  background: #f2f2f2;
  padding: 5px 15px;
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #1a1a1a;
}
.dates td {
    background: #EBEBEB;
padding: 10px;
border: 5px solid #fff;
color: #1a1a1a;
font-weight: 500;
text-transform: uppercase;
font-size: 17px;

}

td.yellow {
   background: #FBB017;
color: #1a1a1a;
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
}
#admission .card {
    margin-bottom: 15px;
}
#admission .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    text-align: justify;
    background: #EBEBEB;}
.scholars_div .table td,
.scholars_div .table th {
color: #1b294e;
font-size: 16px;
text-align: center;
vertical-align:middle!important;
}
.table .bg_blue{
background: #1b294e!important;
color: #fff!important;
}

.bg-dark {
background-color: #f2f2f2!important;
}

hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}

button.navbar-toggler {
border: none!important;
outline: none!important;
}


.testimonials{

background-image: linear-gradient(to right, rgb(1 126 173 / 90%), rgb(1 126 173)), url(../images/quotes.png);
background-size: cover, 150px;
background-position: center, 20px 36px;
background-repeat: no-repeat, no-repeat;
padding: 50px 0px;

}

.testi-box {
    display: flex;
    align-items: center;
}
.item_testi{
	min-height: 280px;
	margin: 20px;
	background: #fff;
	padding: 20px;
	border-bottom: 5px solid #F8E038;
	border-radius: 6px;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.18);
}
#Testimonials_slide.owl-carousel .owl-item img {
    float: right;
}
.testi-box span{    text-align: left !important;}
@media(min-width: 768px){
#reasons .owl-theme .owl-dots .owl-dot {display: none;}
#courses .owl-theme .owl-dots .owl-dot {display: none;}

}
@media(max-width: 767px){
#Testimonials_slide.owl-carousel .owl-item img {
    float: none;
}
.souls{width: 100%;font-size: 20px;}
.bottom-left{padding: 15px !important;}
.bottom-left ul li{line-height: 1.5 !important;}
.block {
    margin-top: 0 !important;
    font-size: 30px !important;
    text-align: center !important;
}
#reasons .owl-carousel {
    margin-left: 0 !important;
}
#reasons .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #f2f2f2 !important;
    margin-top: 15%;
}
.contact_from {
    width: 100% !important;
    float: right;
    background: #fff;
    z-index: 999;
    position: relative !important;
    top: 0;
    align-items: end;
    right: 0;
    border: 10px solid #fbb017;
    margin: 70px 0px !important;
}
.programmeme_detl, .modal-body {
    text-align: justify;
    font-size: 16px;
    background: #fff;
    padding: 15px;
    border: 1px solid #707070;
    width: auto;
    margin-right: 0;
}
.course_d{margin-top: 5%;}
.adt-img{background: #ffffff;}
img.mainimage {
    max-width: 500px !important;
    width: auto;margin-top: 10% !important}
section#dat1 {
    padding: 3rem 0rem !important;}
.item_testi {
    min-height: 300px!important;
}
.testi-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-box p {
     text-align: center !important;
}
.testi-box span{    text-align: center !important;}
}
.item_testi p {
    font-size: 16px;
    text-align: center;
    padding: 15px;
}
.testi-box p{text-align: left;}
.item_testi .t_img{

	width: 95px!important;
	height: 95px!important;
	border-radius: 50%!important;
}

.t_detl{
	display: flex;
	align-items: center;
	height: 100%;
}
.testimonials .owl-theme .owl-dots, 
.testimonials .owl-theme .owl-nav{
	margin-bottom: 0px!important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    
.disp{
    display:block;
}

.mainimg{margin-top: 5%;width: 100%;}
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */
 
.img-1, .img-10, .img-11, .img-12, .img-13, 
.img-15, .img-2, .img-3, .img-4, .img-5, 
.img-6, .img-7, .img-8, .img-9
{ display: inline-block; background: url('../images/sprited.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.img-1 { background-position: -0px -0px; width: 40px; height: 40px; }
.img-10 { background-position: -40px -0px; width: 40px; height: 40px; }
.img-11 { background-position: -80px -0px; width: 40px; height: 40px; }
.img-12 { background-position: -0px -40px; width: 40px; height: 40px; }
.img-13 { background-position: -40px -40px; width: 40px; height: 40px; }
.img-15 { background-position: -80px -40px; width: 40px; height: 40px; }
.img-2 { background-position: -0px -80px; width: 40px; height: 40px; }
.img-3 { background-position: -40px -80px; width: 40px; height: 40px; }
.img-4 { background-position: -80px -80px; width: 40px; height: 40px; }
.img-5 { background-position: -0px -120px; width: 40px; height: 40px; }
.img-6 { background-position: -40px -120px; width: 40px; height: 40px; }
.img-7 { background-position: -80px -120px; width: 40px; height: 40px; }
.img-8 { background-position: -0px -160px; width: 40px; height: 40px; }
.img-9 { background-position: -40px -160px; width: 40px; height: 40px; }
.owl-next {
left: 0;
right: initial;
}
.owl-prev {
right: 0;
left: initial;
}

.footlogo{height:20px;width:auto;}
section#reasons {
    padding: 3rem 0rem !important;
    background: #000000;
    padding-bottom: 5rem !important;
}
section#dat1 {
    padding: 7rem 0rem 4rem 0rem;
    background: #000000;
}
@media (min-width: 768px){
img.mainimage {
   max-width: 550px !important;
    width: 550px !important;
    margin-top: 8% !important;
}}
.highlight{    font-size: 18px !important;
    font-weight: 600;
    color: #0184B6 !important;}

    .adminprocess{object-fit: contain;width: 100%;}
@media (max-width: 767px){
.process-box{margin-bottom: 40px;}
.process-right:after {content: none;}
    .process-left:after {content:none;}
    .ctasec .container .cta-section h3{font-weight:600;font-size:30px;line-height:1.25;color:#191919;text-align: center !important;}
}
.ctasec{padding:36px 15px;background:url(../images/bg66.jpg);background-repeat:no-repeat;background-size:cover;height:300px;align-items:stretch;box-sizing:border-box;}
.ctasec .container{display:flex;align-items:stretch;justify-content:flex-end;height:100%}
.ctasec .container .cta-section{display:flex;width:35%;justify-content:center;flex-direction:column}

.ctasec .container .cta-section p{font-size:24px;line-height:1.5;color:#191919;padding-bottom:30px}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
	.ctasec{background-image:url(../images/bg66.jpg);background-position: center;}
	.ctasec .container .cta-section{display:flex;width:100%;justify-content:center;flex-direction:column}
}
@media (max-width:500px){
.shadow{font-size: 26px !important;}
.ctasec{background-position: right;}
.process-box h5{text-align: center;}.process-box p{text-align: center;}
.ctasec .container .cta-section{display:flex;width:100%;justify-content:center;flex-direction:column}
.botlogo{position: relative !important;margin: 0 auto;border-right: none !important;}
.foot{text-align: center !important;}
}
.botlogo{max-width: inherit;
height: 150px;
padding: 2% 5%;
display: block;
text-align: right;
right: 0;
position: absolute;
border-right: 1px solid #F9B01C;}

footer#Contact {
    padding: 15px 0px;
}
@media (max-width:767px){.navbarmob{overflow:hidden;background-color:#F9E338;color:#333;position:fixed;bottom:0;z-index: 999999;margin-bottom:0;width:100%;min-height:auto}.navbarmob a{float:left;display:block;color:#333;text-align:center;padding:10px 10px;text-decoration:none;font-size:15px;font-family: 'Poppins', sans-serif;}.navbarmob a:hover{background-color:#F9E338;color:#fff}.navbarmob a.active{background-color:#4caf50;color:#fff}}@media(min-width:768px){.navbarmob{display:none}}
.divider
{
	position: relative;
	margin-top: 10px;
	height: 1px;
	margin-bottom: 20px;
}
.banner-form1{background-size: cover;}
.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #0184B6, transparent);
}
.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
    background-color: #f9e338;
    border: 1px solid #0184B6;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 2px white;
}
bannertext p{font-family: 'Poppins', sans-serif;display:block;color:#fff;font-size:16px;font-weight:400}.bannertext a{font-family: 'Poppins', sans-serif;color:#fff;text-decoration:underline;font-size:16px;font-weight:500}
.bannertext {
    padding-top: 15px;
    display: block;
    min-height: 450px;
    align-items: center;
}.bannertext h1 {
    color: #F9E338;
    font-size: 50px;
    margin-top: 50%;
    font-weight: 700;
    text-shadow: 0 1px 0 rgb(255 255 255 / 40%);
}.color-emphasis-1 {
    color: #fff;
}
@media (min-width: 768px){
	.bannertext h1 {
    margin-top: 40% !important;
}
.ctasec .container .cta-section h3{font-weight:600;font-size:30px;line-height:1.25;color:#191919;text-align: left;}
}
.owl-carousel .owl-item img.colg {
 width: 95%;
    height: 280px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
    border: 8px solid #0184b6;
    box-shadow: 0px 16px 31px 0px rgb(0 0 0 / 32%);
}

.highlight1 {
    font-size: 20px !important;
    font-weight: 600;
    color: #0184B6 !important;
    text-transform: uppercase;
}

@media (max-width: 480px){
.owl-theme .owl-dots, .owl-theme .owl-nav {
     margin-bottom: -50px !important;}
}
.banner-form1 .owl-dots {
     margin-bottom: 0px !important;}
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #fbb017 !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fbb017 !important;}
.owl-theme .owl-dots, .owl-theme .owl-nav {
     margin-bottom: 0px;}
.shadow {  
display: inline;
    background: #f9e338;
    line-height: 1.3em;
    font-weight: 700;
    padding: 0.1em;
    font-size: 40px;
    color: #111;border-left: 10px solid #111;}
    @media (min-width: 768px){.formdekstopmt {
    opacity: 1;
    border: 1px solid #777;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;}}
@media (min-width: 768px){
.contact_from {
    width: 350px;
    float: right;
    background: #fff;
    z-index: 999;
    position: absolute;
    float: right !important;
    top: 0;
    align-items: end;
    right: 0;
    margin-right: 10%;
    margin-top: 5%;
}}
.adt-img {
       display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px!important;
    margin-top: -50px;
    padding-top: 10px;
    background: #1a1a1a;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.how-it-work {
    margin-bottom: 60px;
    position: relative;
}
.main-how-it {
    position: absolute;
    top: 217px;
    left: -355px;
    background: #f6f6f6;
    width: 544px;
    height: 110px;
    transform: rotate(-90deg);
    border-radius: 50px;
    box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.4);
}
.main-how-it h4 {
    font-size: 54px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color:#78c043;
    font-weight: 800;
}
.bg-theme {
    color: #008931;
}
@media(min-width: 768px){.hideimage{display: none;}

}
.maintext {
    font-size: 30px;
    font-weight: 900;
}
.faq .card{
margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;border-radius: 0px !important;}
    .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #FBB017;}
.faq h6 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.25;color: #111;}
   .faq .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    font-size: 16px;
    color: #111;
    font-weight:400 ;
    text-align: justify;background: #EBEBEB;
}
.number-text h5 {
  font-size: 18px;
}
.examlist{
padding: 0px 14px;
}
.hidex{overflow-x: hidden;}
.banner-content-counter {
    box-shadow: 0 0 40px #000;
    margin-top: 20px !important;
}.bg-red-color {
    background: #f8e237;
}
.adm_tabs h5 {
   color: #111; 
    font-size: 22px;
    font-weight: 700;
}
.banner-content-counter-icon {

    padding: 10px;
    height: 60px;
    width: 60px;

}
section#cta {
    margin: 50px 0px;
}
@media (min-width: 768px){
button.btn.btn-primary.download_btn {
    margin: 0 !important;
}
.d-desk{display:none}

}
.mainimage {
    width: 85%;
    margin-top: 15%;
}
@media (max-width: 767px){
.banner-form1 {
    height: auto;
    background: #505050;
}
.bannertext h1 {
    margin-top: 5%;font-size: 30px;
}
.navbar-light .navbar-nav .nav-link:hover {
    background: #1a1a1a;
    border: none;
    color: #fbb017 !important;
}
.bannertext{min-height: 0px;    padding-bottom: 15px;}
.banner-content-counter {
    margin-top: 10px !important;
}
.mainimg {
    height: auto;
}

.mainimage {
width: 100% !important;
    margin-top: 0 !important;
}
.navbar .navbar-collapse {margin-top: 0;}
button.navbar-tstyler {
    margin-right: 5%;    margin-top: 1.5rem !important;
}
.nav-pills .nav-link{font-size: 16px;
    height: 120px;}

}
button.btn.btn-primary.download_btn {
      margin: 0 auto !important;
    display: block;
    border-radius: 0PX;
    border: none;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px;
        font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;background: #1a1a1a;width: 250px;
}
button.btn.btn-primary.download_btn:hover{
text-decoration: none;
background: transparent; color: #1a1a1a !important;border:  1px solid #1a1a1a;}
button.btn.btn-primary.download_btn:focus{text-decoration: none;}
img.hideimage.mobbanner{    height: 300px;
    object-fit: cover;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 25px;}
}
span#applynow {
    font-size: 20px;
    font-weight: 600;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #ffffff 0%,
    #ffffff 29%,
    #fff800 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 35px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 0.5em;

}

#countdown li span {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: #0184b6;
}
#countdown ul{    padding-inline-start: 0;
    background: #F9E338;
    margin: 0px 20px;
    border: 1px solid #F9E338;
    border-radius: 5px;
}}


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.item:hover .image {
  opacity: 1;
}

.item:hover .middle {
  opacity: 1;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/hamburger.png);
}
.text {
  background-color: #ffffff;
  opacity: 0.75;
  color: #1a1a1a;
  font-size: 15px;
  padding: 30px 15px;
  min-height: 380px !important;
  min-width: 300px;
  text-align: left;
  min-height: 300px;
  border: 8px solid #EDEDED;
  display: grid;

}
.slategray{color: #f7f7f7b8}
.child {  
  align-self: end;
  background: #FBB017;
  padding:10px 15px;  
  font-weight: 500;
  width: 50%;
}
.child a{color:#ffffff !important;text-decoration: none !important;}
.child:hover{background: #FBB017; color: #ffffff !important;text-decoration: none !important;box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, rgb(255 255 255) 0px 0px 0px 3px !important;}
.bottom-left ul{    padding-inline-start: 15px;}
.bottom-left ul li{list-style-type: square;text-align: left;color: #ffffff;font-size: 16px;font-weight: 500;line-height: 2;}
.bottom-left h3 {font-size: 2rem;font-family: 'Poppins';color: #ffffff;text-align: left;}
.bottom-left {
   color: #fff;
    opacity: var(--content-opacity);
    padding: 0.5rem;
    position: absolute;
    transition: opacity .5s ease-in-out;
    width: 100%;
      align-self: end; 
  font-weight: 500;position: absolute;
bottom: 0;
background: #00000085;
}



.bottom-left h3{color: #fff;font-size: 26px;font-weight: 600;text-transform: uppercase;font-family: 'Poppins';text-align: left;}
.bottom-left p{color: #FBB017;font-size: 20px;font-weight: 500;font-family: 'Poppins';text-align: left;text-transform: uppercase;}
#courses .owl-carousel{margin-left: 5%;}
section#courses {
    background: url(../images/grey.png);
    background-position: top;
    background-size: 100% 55%;
    background-repeat: no-repeat;
}
.foryellow {
    background: #FBB017;
    height: 250px;
    width: 100%;
    position: absolute;
    margin-top: 10%;
}
.forgrey {
    background: #f2f2f2;
    height: 200px;
    width: 100%;
    position: absolute;
    margin-top: 5%;
}
.owl-theme .owl-nav{    /* text-align: left; */
    bottom: 0;
    left: -8px;
    position: absolute;

}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{    margin-top: 15px;}

.content1 {
box-sizing: border-box;
    border: 1px solid #ddd;
    height: 300px;
    overflow-y: scroll;
    padding: 15px;
}
.owl-carousel .owl-nav button.owl-next img {
width: 50px;
    height: 35px;
    object-fit: contain;
    background: #FBB017;
    padding: 8px;    margin-left: 45px;
     clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    transform: translateX(var(--translate-x-btns));
}
.owl-carousel .owl-nav button.owl-prev img{ width: 50px;
    height: 35px;
    object-fit: contain;
    background: #FBB017;
    padding: 8px;
    clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
    -webkit-clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
    transform: translateX(-8px);    margin-left: -10px;}

#reasons .owl-carousel .owl-nav button.owl-prev img{ width: 50px;
    height: 35px;
    object-fit: contain;
    background: #f2f2f2 !important;
    padding: 8px;
    clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
    -webkit-clip-path: polygon(20px 0,100% 0,100% 100%,0 100%);
    transform: translateX(-8px);    margin-left: -10px;}
.box p{font-size: 15px;}
#reasons .owl-carousel .owl-nav button.owl-next img {
width: 50px;
    height: 35px;
    object-fit: contain;
    background: #f2f2f2 !important;
    padding: 8px;
    clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 20px) 100%,0 100%);
    transform: translateX(var(--translate-x-btns));
}
#reasons .owl-carousel {
    margin-left: 12%;
}
.py-md-7 {
    padding-bottom: 5rem !important;
}
.item--one {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://ik.imagekit.io/zns0pjxo7/DAT/mit1_kXrq8JDOQp.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1673953131504")
    no-repeat center / cover;height: 850px;cursor: pointer;
}

.item--two {
  background:  linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://ik.imagekit.io/zns0pjxo7/DAT/avantika_K-oopq94gS.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1673953131607")
    no-repeat center / cover;height: 850px;cursor: pointer;
}

.item--three {
  background:  linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://ik.imagekit.io/zns0pjxo7/DAT/shillong_mMDx_bkuMD.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1673953131422")
    no-repeat center / cover;height: 850px;cursor: pointer;
}
.item--four {
  background:  linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://ik.imagekit.io/zns0pjxo7/DAT/mit_7-zQ4SB8N.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1673954623474")
    no-repeat center / cover;height: 850px;cursor: pointer;
}
@media(max-width: 767px){
.item--one {height: 500px;}
.item--two {height: 500px;}
.item--three {height: 500px;}
.item--four {height: 500px;}
#courses .owl-carousel {
    margin-left: 0;
}
}

.item h1 {
  color: #ffffff;
  font-size: 4rem;
}

.owl-dots {
  height: auto !important;
  position: absolute;
  inset: auto 50% 20px;
  display: flex;
  width: fit-content;
  transform: translateX(-50%);
}

.owl-dot span {
  width: 30px !important;
  height: 5px !important;
  border-radius: 2.5px !important;
}

