@media only screen and (max-width : 600px){
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: font;
}
.top-info__block.text-right.mt-4 {
    display: none;
}
.dropdown-slide > .dropdown-menu {
  opacity: 0.3;
  
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  display: none!important;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: block!important;
  max-width: 100%!important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transition: 0.5s ease-in-out;
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    transform: scale(1.1, 1.1);
    transition: 0.5s ease-in-out;
  }
}
a.nav-link:hover {
     background-color: rgb(40 22 111 / 82%);
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
div#demo {
    position: relative;
     top: 0px; 
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
}
ul.navbar-nav.m-auto{
      /*border: 1px dotted;*/
    padding: 3px 2px;
}
.dropdown-menu{
	font-size: 12px;
  cursor: pointer;
   background: #25407e;
   color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-menu{
  display: block;
  }
 .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: normal!important;
    background-color: transparent;
    border: 0;
    border-bottom: 0.4px solid #666;
     /*box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 60%); */
}

img.img-ht {
	height: 350px;
}
.carousel-caption h3 {
    font-size: 25px!important;
    font-family: 'PT Serif', serif;
    letter-spacing: 3px;
    line-height: 35px!important;
    font-weight: 700;
}
ol.carousel-indicators {
	left: 0px!important;
}
#mbl-text-indent{
	text-indent: 0px!important;
}
.top-section ul{
	display: block!important;
}
.single-box {
    background: #25407e;
    color: #ffffff;
    width: auto;
    height: 180px;
    padding: 0 7px 10px;
    border-radius: 3px;
    margin-bottom: 29px;
}
.mbl-single-box{
	margin-bottom: 0px;
}

img.img-responsive {
    width: 100%;
    height: 200px;
}
#contact-form {
    position: relative;
    left: 0px;
    /* top: -20px; */
    border: 1px solid white;
    padding: 20px;
    height: 500px;
    box-shadow: 9px 8px 4px var(--white);
}
h2.text-center.feature-heading {
    font-size: 30px;
    font-weight: 800;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #0c1f38;
    text-transform: capitalize;
}
section.about-section__block.text-center.pt-90 {
    margin-top: -28px!important;
}
.program-box {
    color: #fff;
    font-size: 20px;
    margin: 0px auto;
    background-color: #00305b;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    height: 470px;
    padding: 4px 32px;
}
h4.post-title {
    font-size: 13px;
    line-height: 22px;
}
.testimonial-section-img1 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/testimonial-bg.jpg);
    padding: 0px 0;
    height: 716px!important;
}
.testimonial-section-block h1{
	font-size: 25px!important;
}
.m-auto.d-block.canidate-img {
    padding-left: 29%!important;
}
.desk-heading-pfofessional{
	display: none;
}
.mbl-heading-pfofessional{
display: block!important;
margin-top: 20px;
margin-bottom: 10px!important;
text-align: center;
}
.pro-img{
	height: 500px;
    width: 100%!important;
    margin: auto;
    display: block;
}
footer{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer1.jpg);
    padding: 65px 0;
    height: auto;
    color: #fff;
}
.footer-ul-li {
    font-size: 13px;
    color: #fff;
    /* text-align: center; */
    margin-left: 0px!important;
}
.mbl-btn-postion{
	margin: 20px auto!important;
	display: block!important;
}
.mbl-filed-postn{
	margin-top: 13px!important;
}
.sticky-top {
    top: 0px!important;

}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
}
/*about us section start*/
.dark-bg {
    padding: 20px;
    color: #fff;
    background: #daa106;
    margin-bottom: 11px;
}
h2.abt-us-h2 {
    font-size: 25px;
    white-space: normal;
}
.img-chaiman {
    width: 100%;
    height: auto;
}
ul.list-unstyled.d-inline-flex.mt-4 {
    display: block!important;
}
.text-content-overview {
    margin-top: 20px;
}
.mbl-margin-abt{
	margin-left: 0px!important
}
/*vision page*/
.img-vision {
    width: 100%;
    height: auto;
}
li.ml-3.vision-mbl-mrgn {
    margin-top: 22px;
    margin-left: 0px!important;
}
ul.list-unstyled.d-inline-flex.missionmbl-disply-block {
    display: block!important;
}
.mbl-mrgn-left-img{
	margin-left: 0px!important;
}
.mbl-plcment-img{
    height:200px!important;
}
#qucik-link-desk-pstn{
	display: none;
}
#qucik-link-mbl-pstn{
	display: block!important;
}
.cmrc-heading{
    margin-top:37px;
}
/*today css*/
.desktop-heading-onlinefee{
	display: none!important;
}
.mbl-heading-onlinefee{
	display: block!important;
	margin-left: 0px!important;
}
.module-block.mbl-module-block {
    height: 327px;
}
.mbl-module-ml-5{
	margin-left: 0px!important;
}
a.btn.btn-form2.mbl-btn-form2 {
    left: 0px!important;
}
.bg-header h1 {
    font-size: 35px!important;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff7a;
}
.p-li-coaching {
    position: relative;
    left: 11%;
    font-size: 12px!important;
}
.basic-toadvnc-li {
    position: relative;
    left: 97px!important;
}
.month-liv-pro-li{
	left: 82px!important;
}
.hours-li{
	left: 57px!important;
}
.online-deli-li {
    left: 25px!important;
    white-space: normal!important;
}
.project-li{
	left: 46px!important;
}
.mbl-block-title{
	font-size: 23px!important;
	text-align: center;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bgbox-height-mbl {
    height: 500px!important;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bg-height-mbl {
    height: 729px!important;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bg-height-mbl1 {
    height: 472px!important;
}
.months-li-mbl{
	left: 28px!important;
}
.mbl-key-hight {
    left: 13px!important;
}
.mbl-cors-key-heigt{
    left:29px!important;
}
.mbl-onlin-key-heuight {
    left: 24px;
}
.basic-advnc-mbl-key-hight{
    left:18px!important;
}
.best-qualified-mbl-key-hight{
    left:15px!important;
}
b.mbl-heading-th {
    left: 32%!important;
}
b.mbl-heading-th.mbl-paper {
    left: 23%!important;
}
.mbl-syllabus-vline{
    position:relative!important;
    top:6px!important;
}
p.text-justify.ml-2.mbl-text-institue-industry {
    margin-left: 0px!important;
    padding: 0px 0px!important;
    margin: auto;
    display: block;
}
img.image1.ml-3.mbl-img-ml3 {
    margin-left: 0px!important;
    width: 100%!important;
    height: 100%!important;
}
h2.mbl-text-left-industry-img {
    margin-top: 0px!important;
    text-align:left!important;
    margin-left:0px!important;
}
}


/*tab*/
@media only screen and (max-width : 1024px) and (min-width : 768px){
 *{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: font;
}
.top-info__block.text-right.mt-4 {
    display: none;
}
.dropdown-slide > .dropdown-menu {
  opacity: 0.3;
  
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  display: none!important;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: block!important;
  max-width: 100%!important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transition: 0.5s ease-in-out;
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
    transition: 0.5s ease-in-out;
  }
  to {
    transform: scale(1.1, 1.1);
    transition: 0.5s ease-in-out;
  }
}
a.nav-link:hover {
     background-color: rgb(40 22 111 / 82%);
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
}
div#demo {
    position: relative;
     top: 0px; 
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 7px 14px;
    font-size: 14px;
}
ul.navbar-nav.m-auto{
      /*border: 1px dotted;*/
    padding: 3px 2px;
}
.dropdown-menu{
	font-size: 12px;
  cursor: pointer;
   background: #25407e;
   color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-menu{
  display: block;
  }
 .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: normal!important;
    background-color: transparent;
    border: 0;
    border-bottom: 0.4px solid #666;
     /*box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 60%); */
}

img.img-ht {
	height: 350px;
}
.carousel-caption h3 {
    font-size: 25px!important;
    font-family: 'PT Serif', serif;
    letter-spacing: 3px;
    line-height: 35px!important;
    font-weight: 700;
}
ol.carousel-indicators {
	left: 0px!important;
}
#mbl-text-indent{
	text-indent: 0px!important;
}
.top-section ul{
	display: block!important;
}
.single-box {
    background: #25407e;
    color: #ffffff;
    width: auto;
    height: 180px;
    padding: 0 7px 10px;
    border-radius: 3px;
    margin-bottom: 29px;
}
.mbl-single-box{
	margin-bottom: 0px;
}

img.img-responsive {
    width: 100%;
    height: 200px;
}
#contact-form {
    position: relative;
    left: 0px;
    /* top: -20px; */
    border: 1px solid white;
    padding: 20px;
    height: 500px;
    box-shadow: 9px 8px 4px var(--white);
}
h2.text-center.feature-heading {
    font-size: 26px;
    font-weight: 800;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #0c1f38;
    text-transform: capitalize;
}
section.about-section__block.text-center.pt-90 {
    margin-top: -28px!important;
}
.program-box {
    color: #fff;
    font-size: 20px;
    margin: 0px auto;
    background-color: #00305b;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    height: 612px;
    padding: 4px 32px;
}
h4.post-title {
    font-size: 12px!important;
    line-height: 22px;
}
.testimonial-section-img1 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/testimonial-bg.jpg);
    padding: 0px 0;
    height: 716px!important;
}
.testimonial-section-block h1{
	font-size: 25px!important;
}
.m-auto.d-block.canidate-img {
    padding-left: 29%!important;
}
.desk-heading-pfofessional{
	display: none;
}
.mbl-heading-pfofessional{
display: block!important;
margin-top: 20px;
margin-bottom: 10px!important;
text-align: center;
}
.pro-img{
	height: 500px;
    width: 100%!important;
    margin: auto;
    display: block;
}
footer{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer1.jpg);
    padding: 65px 0;
    height: auto;
    color: #fff;
}
.footer-ul-li {
    font-size: 13px;
    color: #fff;
    /* text-align: center; */
    margin-left: 0px!important;
}
.mbl-btn-postion{
	margin: 20px auto!important;
	display: block!important;
}
.mbl-filed-postn{
	margin-top: 13px!important;
}
.sticky-top {
    top: 0px!important;

}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem!important;
    padding-left: .5rem!important;
}
/*about us section start*/
.dark-bg {
    padding: 20px;
    color: #fff;
    background: #daa106;
    margin-bottom: 11px;
}
h2.abt-us-h2 {
    font-size: 25px;
    white-space: normal;
}
.img-chaiman {
    width: 100%;
    height: auto;
}
ul.list-unstyled.d-inline-flex.mt-4 {
    display: block!important;
}
.text-content-overview {
    margin-top: 20px;
}
.mbl-margin-abt{
	margin-left: 0px!important
}
/*vision page*/
.img-vision {
    width: 100%;
    height: auto;
}
li.ml-3.vision-mbl-mrgn {
    margin-top: 22px;
    margin-left: 0px!important;
}
ul.list-unstyled.d-inline-flex.missionmbl-disply-block {
    display: block!important;
}
.mbl-mrgn-left-img{
	margin-left: 0px!important;
}
.mbl-plcment-img{
    height:200px!important;
}
#qucik-link-desk-pstn{
	display: none;
}
#qucik-link-mbl-pstn{
	display: block!important;
}
.cmrc-heading{
    margin-top:37px;
}
/*today css*/
.desktop-heading-onlinefee{
	display: none!important;
}
.mbl-heading-onlinefee{
	display: block!important;
	margin-left: 0px!important;
}
.module-block.mbl-module-block {
    height: 327px;
}
.mbl-module-ml-5{
	margin-left: 0px!important;
}
a.btn.btn-form2.mbl-btn-form2 {
    left: 0px!important;
}
.bg-header h1 {
    font-size: 35px!important;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff7a;
}
.p-li-coaching {
    position: relative;
    left: 11%;
    font-size: 12px!important;
}
.basic-toadvnc-li {
    position: relative;
    left: 97px!important;
}
.month-liv-pro-li{
	left: 82px!important;
}
.hours-li{
	left: 57px!important;
}
.online-deli-li {
    left: 25px!important;
    white-space: normal!important;
}
.project-li{
	left: 46px!important;
}
.mbl-block-title{
	font-size: 23px!important;
	text-align: center;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bgbox-height-mbl {
    height: 500px!important;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bg-height-mbl {
    height: 729px!important;
}
.dark-bg.our-vision.light-color.padding-40.mt-1.bg-height-mbl1 {
    height: 472px!important;
}
.months-li-mbl{
	left: 28px!important;
}
.mbl-key-hight {
    left: 13px!important;
}
.mbl-cors-key-heigt{
    left:29px!important;
}
.mbl-onlin-key-heuight {
    left: 24px;
}
.basic-advnc-mbl-key-hight{
    left:18px!important;
}
.best-qualified-mbl-key-hight{
    left:15px!important;
}
b.mbl-heading-th {
    left: 32%!important;
}
b.mbl-heading-th.mbl-paper {
    left: 23%!important;
}
.mbl-syllabus-vline{
    position:relative!important;
    top:6px!important;
}
p.text-justify.ml-2.mbl-text-institue-industry {
    margin-left: 0px!important;
    padding: 0px 0px!important;
    margin: auto;
    display: block;
}
img.image1.ml-3.mbl-img-ml3 {
    margin-left: 0px!important;
    width: 100%!important;
    height: 100%!important;
}
h2.mbl-text-left-industry-img {
    margin-top: 0px!important;
    text-align:left!important;
    margin-left:0px!important;
}
}