body {
  padding: 0;
  margin: 0;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: 'Montserrat';
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  line-height: 1.8rem;
  font-weight: 400;
}
body.full-page {
  overflow: hidden !important;
}
html {
  font-size: 16px;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
input:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 3.75rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h2 {
  font-size: 3.5rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h3 {
  font-size: 1.675rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h4 {
  font-size: 1.25rem;
  font-family: 'Heading Pro';
}
h5 {
  font-size: 1rem;
  font-family: 'Heading Pro';
}
h6 {
  font-size: 0.875rem;
  font-family: 'Heading Pro';
}
p {
  font-size: 15px;
}
p.title {
  font-size: 1rem;
}
.block {
  display: block;
}
.italic {
  font-style: italic;
}
button {
  line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
  font-family: 'Montserrat', sans-serif;
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
  font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
  padding-left: 0px !important;
}
.padRight {
  padding-right: 0px !important;
}
.padding {
  padding: 7.5rem 0;
}
.padding_top {
  padding-top: 7.5rem;
}
.padding_bottom {
  padding-bottom: 7.5rem;
}
.margin_bottom {
  margin-bottom: 7.5rem;
}
.margin_top {
  margin-top: 7.5rem;
}
.padding_half {
  padding: 4.375rem 0;
}
.padding_bottom_half {
  padding-bottom: 4.375rem;
}
.margin_bottom_half {
  margin-bottom: 4.375rem;
}
.padding_top_half {
  padding-top: 4.375rem;
}
.heading_space {
  margin-bottom: 4.125rem;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
  margin-bottom: 10px;
}
.top10 {
  margin-top: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom25 {
  margin-bottom: 25px;
}
.top25 {
  margin-top: 25px;
}
.bottom30 {
  margin-bottom: 30px;
}
.top30 {
  margin-top: 30px;
}
.bottom35 {
  margin-bottom: 35px;
}
.top40 {
  margin-top: 40px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom45 {
  margin-bottom: 45px;
}
.top50 {
  margin-top: 50px;
}
.top60 {
  margin-top: 60px;
}
.bottom60 {
  margin-bottom: 60px;
}
.bottom0 {
  margin-bottom: 0;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.fontbold {
  font-weight: bold;
}
.fontmedium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-xlight {
  font-weight: 200;
}
.bglight {
  background: #f5f7f7;
}
.bgdefault {
  background: #353584;
}
.whitecolor {
  color: #ffffff;
}
.darkcolor {
  color: #000000;
}
.skybluebg {
  background: #00afe5
}
.extradark-color {
  color: #212331;
}
.defaultcolor {
  color: #353584;
}
section {
  position: relative;
}
.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.container-padding {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #353584;
}
.whitecolor.heading-title > span {
  color: #fff;
}
.heading-title h2 {
  font-weight: 400;
}
.heading-title h3 {
  font-weight: 700;
  font-size: 36px
}
.heading-title h3 span {
  color: #44c1e2;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
/*img wrap*/
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  display: block;
}
.image, .image img {
  position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/*to align elements center*/
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*Back To Top*/
.back-top {
  color: #fff;
  right: 20px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  background: #bb4a75;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 40px;
  border: 2px solid #ffffff;
  width: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.back-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.back-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #db3236;
}
.back-top:hover::before, .back-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.back-top:hover, .back-top:focus {
  color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
i::before, i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
.navbar-brand {
  margin: 8px 0;
  padding: 0;
  position: relative;
}
.navbar-brand > img {
  max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
  display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
  display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
.contain-warp-top {
  padding: 0 25px;
}
.contain-warp-top .content-text {
  display: flex;
  justify-content: right;
  align-items: start;
  padding: 50px 0px;
}
.contain-warp-top .content-text div {
  display: flex;
  justify-content: center;
  padding: 0 25px;
  font-family: 'Heading Pro';
  font-size: 1.1rem;
  color: #595959;
  align-items: center;
}
.contain-warp-top .content-text div img {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
header {
  /*  z-index: 100;*/
  position: relative;
  background: #011064 url("../images/banner_bg.jpg") center/cover no-repeat;
  padding: 10px 10px;
  min-height: 550px;
  padding-bottom: 10px;
  margin: 0 25px;
}
header footer {
  /*  z-index: 100;*/
  position: relative;
  background: #011064 url("../images/jollyangels.jpg") center/cover no-repeat;
  padding: 10px 10px;
  min-height: 550px;
  padding-bottom: 10px;
  margin: 0 25px;
}

.logo img {
  width: 180px;
  margin: 10px 0;
}
header .header-text {
  padding: 115px 0px 25px 50px;
}
header .header-text .powerh4 {
  z-index: 2;
  padding: 0px 7px;
  position: absolute;
  color: #ffffff;
  font-size: 15px;
  margin-top: -15px;
  font-family: 'Heading Pro';
  background: #000;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-text h3 {
  z-index: 1;
  padding: 0px 0;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-family: 'Heading Pro';
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0px;
}
header .header-text h4 {
  position: relative;
  background: #f8f9fa;
  padding: 5px 15px 2px 15px;
  font-size: 1.8rem;
  font-family: 'Heading Pro';
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
}
header .header-text p {
  text-transform: uppercase;
  margin: 0px;
  padding: 20px 0;
  color: #fff;
  font-size: 2rem;
  font-family: 'Heading Pro';
  font-weight: 500;
}
/*new npf & form css aded START */
.desktop-npf {
  position: absolute;
  right: 6%;
  top: 2%;
  max-width: 350px;
  display: block;
}
.query-form {
  max-width: 350px;
  float: right;
  padding: 10px;
  background: rgba(255, 255, 255, .40);
  border: 1px solid #151951;
}
.mobile-npf {
  display: none;
  text-align: center;
  background: #fffafa;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}
.mobile-npf h3 {
  color: #000;
  font-size: 32px;
  margin-top: 20px;
}
.mobile-npf p {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px
}
.enqu-form {
  position: relative;
  margin: 0px 20px 0 20px;
  padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
.titlewrap {
  padding: 50px 0px 0px 10px;
  margin: 0px;
  position: relative;
}
.titlewrap h3 {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Heading Pro';
  font-weight: bold;
  color: #011064;
  text-align: left;
  margin: 0px;
  padding: 0px 0px;
}
.titlewrap h3 span {
  font-weight: 500;
  color: #011064;
}
.titlewrap h3::after {
  content: "";
  display: block;
  padding-top: 1px;
  width: 44%;
  margin-top: -10px;
  background-color: #011064;
  position: absolute;
  margin-left: 25%;
}
#about-university {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 10px 0px;
  background: url("../images/welcome_bg.jpg") center/cover no-repeat;
  width: 100%;
  min-height: 473px;
  height: 100%;
}
#about-university .abtwrap {
  padding: 50px 17px;
  margin: 0px;
  width: 100%;
  position: absolute;
}
#about-university .abtwrap .textdiv {
  padding: 70px 80px 20px 0px;
}
#about-university .abtwrap .textdiv a.btn-read {
  background: #6c757d;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 1s;
  margin-top: 30px;
}
#about-university .abtwrap .textdiv a.btn-read:hover {
  background: #011064;
  color: #fff;
}
#about-university .abtwrap p {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  color: #000;
  text-align: left;
  font-family: 'Montserrat';
  font-weight: normal;
  padding: 5px 0px 0px 5px;
}
#about-university .abtwrap .heading span {
  font-weight: 300;
}
#program-offer {
  position: relative;
  padding: 50px 0 50px 0;
  background: #fff url("../images/green_bg.jpg") center/cover no-repeat;
  margin-top: 50px;
}
#program-offer .powerwrap-pg {
  padding: 20px 50px;
}
#program-offer .powerwrap-pg .contentwrap {
  position: relative;
  display: block;
}
#program-offer .powerwrap-pg .contentwrap img {
  float: left;
  margin-right: 15px;
}
#program-offer .powerwrap-pg h5 {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #edc45c;
  text-align: left;
  padding: 15px 0px 0px 0px;
  margin: 0px 0 0 0;
}
#program-offer .powerwrap-pg h6 {
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #fff;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
#program-offer .powerwrap-pg h5::before {
  position: absolute;
  width: 50%;
  top: 9px;
  content: '';
  border-bottom: solid 1px #edc45c;
}
#program-offer .powerwrap-pg h5::after {
  position: absolute;
  width: 50%;
  bottom: -7px;
  content: '';
  border-bottom: solid 1px #edc45c;
  right: 144px;
}
#place-height {
  position: relative;
  /*  z-index: 100;*/
  padding: 50px 0px 0px 0px;
  background: #fff;
}
#place-height .placewrap {
  padding: 0px 0px;
}

#place-height .placewrap .mob_showdiv  {display: none;}
/*	#place-height .placewrap .desk_showdiv {display: block;}*/

#place-height .placewrap h3 {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Heading Pro';
  font-weight: bold;
  color: #011064;
  text-align: left;
  margin: 0px;
  padding: 0px 0px;
}
#place-height .placewrap h3 span {
  font-weight: 500;
  color: #000000;
}
#place-height .placewrap h3::after {
  content: "";
  display: block;
  padding-top: 1px;
  width: 25%;
  margin-top: -10px;
  background-color: #2b5f45;
  position: absolute;
  margin-left: 33%;
}


#place-height .placewrap .childwrap {
  margin: 20px 20px;
  padding: 0px;
  position: relative;
}
#place-height .placewrap .childwrap .textbg {
  background: #dee2e6;
}
#place-height .placewrap .childwrap .pdleftright0 {
  padding-left: 0px;
  padding-right: 0px;
}
#place-height .placewrap .childwrap .textdata {
  display: inline-block;
  position: relative;
  padding: 15px 5px;
}
#place-height .placewrap .childwrap .textdata h4 {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Heading Pro';
  font-weight: normal;
  color: #011064;
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
}
#place-height .placewrap .childwrap .textdata h4::after {
  content: '';
  position: absolute;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #011064;
  left: -30px;
  top: 5px;
}
#place-height .placewrap .childwrap .textdata h5 {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Heading Pro';
  font-weight: normal;
  color: #011064;
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
}
#place-height .placewrap .childwrap .textdata h5::after {
  content: '';
  position: absolute;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid #011064;
  left: 272px;
  top: 5px;
  z-index: 1;
}
#place-height .placewrap .childwrap .textdata p {
  font-family: 'Montserrat';
  font-size: 15px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
#place-height .placewrap .childwrap .textdata ul {
  margin: 0px 5px;
  font-family: 'Montserrat';
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  color: #000;
  list-style: none;
  line-height: 1.3;
  padding: 0px 0px 0px 8px;
}
#place-height .placewrap .childwrap .textdata li:before {
  content: "";
  border-color: transparent #011064;
  border-style: solid;
  border-width: 0.30em 0 0.30em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}
/*
#place-height .placewrap .imgset-warp {
  padding: 80px 50px 0px 50px;
}


#place-height .placewrap .imgset {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  margin: 10px 0;
}
#place-height .placewrap .imgset img {
  width: 100%;
  height: auto;
}
*/
#child-deserve {
  position: relative;
  /*  z-index: 100;*/
  padding: 50px 0px 0px 0px;
  background: #f2f2f2;
  margin-top: -20px;
}
#child-deserve .placewrap-child {
  padding: 0px 80px;
  /*	max-width: 1000px;*/
  margin: 0 auto;
}
#child-deserve .placewrap-child .placewrap-bg {
  padding: 50px 0px;
  border-radius: 150px;
  background: #011064; 
  margin-top: -350px;
  /*
z-index: 0;
position: relative;
*/
}
#child-deserve .placewrap-child h3 {
  font-size: 36px;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Heading Pro';
  font-weight: bold;
  color: #011064;
  text-align: left;
  margin: 0px;
  padding: 0px 0px;
}
#child-deserve .placewrap-child h3 span {
  font-weight: 500;
  color: #000000;
}
#child-deserve .placewrap-child h3::after {
  content: "";
  display: block;
  padding-top: 1px;
  width: 25%;
  margin-top: -10px;
  background-color: #2b5f45;
  position: absolute;
  margin-left: 38%;
}
#child-deserve .placewrap-child img.pics {
  max-width: 250px;
  width: 100%;
  z-index: 1;
  position: relative;
}
#child-deserve .placewrap-child h5.subject {
  margin: 0px;
  padding: 25px 0px 8px 0px;
  color: ##343a40;
  font-family: 'Heading Pro';
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  text-transform: uppercase;
}
#child-deserve .placewrap-child h5.profilename {
  margin: 0px;
  padding: 25px 0px 8px 0px;
  color: #011064;
  font-family: 'Heading Pro';
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  text-transform: uppercase;
}
#child-deserve .placewrap-child p.profilnum {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  color: #000000;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2
}
#campuslife {
  background: #ffffff;
  /*  min-height: 300px;*/
  overflow: visible;
  /*  padding: 50px 0;*/
}
#campuslife .container-fluid1 {
  padding: 0px;
}
#campuslife .campuslife-wrap {
  /*  padding: 0px 100px;*/
}
#campuslife h3 {
  font-size: 36px;
  font-size: 2.50rem;
  margin: 0em 0 0;
  text-transform: uppercase;
  color: #f58733;
  padding-bottom: 10px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #f58733
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
  background: #011064;
  padding: 5px 0;
}
.site-footer .footer-wrap {
  padding: 0 0 0 24px;
}
.site-footer h6 {
  background: #f58733;
  color: #000;
  font-size: 18px;
  padding: 5px 8px;
  display: inline-block;
  top: -16px;
  left: 90px;
  position: absolute;
  text-transform: uppercase;
}
.site-footer p.copyrights2 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  color: #ffffff;
}
.site-footer p.copyrights {
  text-align: right;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  color: #ffffff;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  p {
    font-size: 14px;
  }
  .heading-title > span {
    font-size: 1rem;
  }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .logo img {
    width: 120px;
  }
  .desktop-npf {
    display: none
  }
  .mobile-npf {
    display: block;
    padding: 20px;
  }
  header {
    /*    background: #ffffff url("../images/mu_banner.jpg") left/cover no-repeat;*/
    background: #2d6a4b url("../images/banner_bg.jpg") left/cover no-repeat;
    padding: 10px 0;
    min-height: 400px;
    /*    z-index: 10;*/
    padding-bottom: 20px;
	  margin: 0px 10px;
  }
  .logo img {
    width: 200px;
    margin: 10px 0;
  }
  header .header-text {
    padding: 80px 0px 20px 0;
    width: 80%;
  }
  header .header-text h3 {
    font-size: 2.8rem;
  }
  header .header-text p {
    font-size: 1.5rem;
  }
  header .header-text h4 {
    margin-top: 0px;
  }
  .titlewrap h3 {
    font-size: 32px;
  }
  .titlewrap h3::after {
    width: 30%;
    margin-left: 39%;
  }
  #about-university .abtwrap {
    padding: 5px 17px;
    position: relative;
  }
	
	#about-university .abtwrap .textdiv {
		padding: 50px 50px 20px 0px;}
  #program-offer {
    margin-top: 20px;
  }
  #program-offer .powerwrap-pg {
    padding: 20px 0px;
  }
  #place-height .placewrap h3 {
    font-size: 32px;
  }
  #place-height .placewrap h3::after {
    width: 25%;
    margin-left: 64%;
  }
  #place-height .placewrap .childwrap {
    margin: 20px 0px;
  }
  #place-height .placewrap .childwrap .textdata h4 {
    font-size: 25px;
  }
  #place-height .placewrap .childwrap .textdata p {
    font-size: 14px;
  }
  #place-height .placewrap .childwrap .textdata ul {
    font-size: 15px;
  }
  #place-height .placewrap .childwrap .textdata h5::after {
    left: 262px;
  }
  #child-deserve .placewrap-child {
    padding: 0px 0px;
  }
  #child-deserve .placewrap-child h3 {
    font-size: 32px;
  }
  #child-deserve .placewrap-child h3::after {
    width: 25%;
    margin-left: 64%;
  }
  #child-deserve .placewrap-child .placewrap-bg {
    display: none;
  }
  #child-deserve .placewrap-child h5.profilename, #child-deserve .placewrap-child h5.subject {
    font-size: 22px;
  }
  #child-deserve .placewrap-child p.profilnum {
    font-size: 15px;
  }
  .site-footer p.copyrights {
    text-align: left;
  }
  .thankyou-form {
    position: relative;
    background: rgba(0, 0, 0, .80);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 13px;
  }
  .logo img {
    width: 120px;
    margin: 17px 0px;
  }
  .contain-warp-top .content-text {
    padding: 20px 0px;
    display: block;
  }
  .contain-warp-top .content-text div {
    display: flex;
    justify-content: right;
    padding: 0 0px;
  }
  .contain-warp-top .content-text div img {
    margin: 1px 5px;
  }
	
	.titlewrap h3 {
  font-size: 28px;
}
  .titlewrap h3::after {
    display: none;
  }
  .titlewrap {
    padding: 40px 0px 0px 10px;
  }
  #about-university {
    padding: 15px 0 10px 0px;
  }
  #about-university .abtwrap .textdiv {
    padding: 40px 0px 10px 0px;
  }
  #program-offer {
    padding: 20px 0 20px 0;
  }
  #program-offer .powerwrap-pg .contentwrap {
    padding: 0 50px;
  }
  #program-offer .powerwrap-pg h5::after {
    right: 114px;
  }
  #place-height .placewrap h3::after {
    display: none;
  }
	#program-offer .powerwrap-pg h5 {
  font-size: 16px;}

#program-offer .powerwrap-pg h6 {
  font-size: 12px;}
	
	#place-height {
  
		padding: 40px 0px 0px 0px;}
	
#place-height .placewrap {
	padding: 0px 40px;}	
	
	#place-height .placewrap .childwrap {
  margin: 0 auto;
		padding: 0 50px;
	position: relative;
	}
	
	#place-height .placewrap h3 {text-align: center !important; display: block; font-size: 28px;}
	#place-height .placewrap .childwrap .textdata h4::after, 
	
	#place-height .placewrap .childwrap .textdata h5::after 
	{display: none;}
	
	
	#place-height .placewrap .mob_showdiv  {display: block;}
	#place-height .placewrap .desk_showdiv {display: none;}
	
	#child-deserve .placewrap-child h3::after {display: none;}
	
	#child-deserve .placewrap-child h3 {
  font-size: 28px;
  text-align: center;
		display: block;}
	
	
	#child-deserve {margin-top:0px;}
	
}
@media (max-width: 360px) {
 #program-offer .powerwrap-pg .contentwrap {
  padding: 0 5px;
}

	

#program-offer .powerwrap-pg h5::after {
  right: 50px;}
	
	#place-height .placewrap {
  padding: 0px 0px;}

#place-height .placewrap .childwrap {
  margin: 0px 15px 0px 30px;
	padding: 0;}
	
}