@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all 0.6s;
  font-family: "Playfair Display", serif;
  color:212121;
}
.principal-vector .row{
	align-items:center;
}
body {
  margin: 0px;
  padding: 0px;
  color:212121;
  overflow-x: hidden;  
  background: #21409a05;
}



.middle-quote p{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin: auto;
    color: #ee2c72;
    margin-top: 20px;
    margin-bottom: 20px;
}


.modal.show .modal-dialog {
    max-width: 650px;
}


.adbr{
    
}

p{
    color: #212121;
    font-size:18px;
}
p .text-center .font-18 {
    color: #212121;
}
p .mb-0 .font-14 {
    color: #212121;
}
p .font-18 .mb-0 .about-apart-para {
    color: #212121;
}
p.why-header {
    color: #212121;
}
p .mb-md-5 .mb-lg-5 .mb-4 .Our-Charter-para {
    color: #212121;
}
ol li span.playfair {
    color:#212121;
}
.addres h3 {
  font-size: 24px;
  font-weight: 400;
  color:#21409A;
}

.slider-infra-content p{
    font-size: 16px;
}


.blog-section-parenr-inner img{
    
    width: 400px;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}
.blog-section-parenr-inner{
    display: flex;
    align-items: center;
    justify-content: center;
        margin-bottom: 20px;
}
.inner-blog-section{
    
    padding:40px 8%;
    
}


.form-control{
    color:#000 !important;
}
::placeholder {
  color:#000 !important; 
}
button.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none;
}
/*.video_banner_secton{*/
/*    display:none;*/
/*}*/
.virtual-section{
    padding: 100px 6% 60px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}
.navbar-brand img{
    width:247px;
}


.blog-section-parenr img{
    width:100%;
        border-radius: 20px;
}


.blog-section-parenr{
    margin: auto;
    width: 80%;
}


.blog-rows{
    row-gap:40px
}


.bloggers{
    align-items:center;
    margin-top:3rem;
}


.slider-infra-content h5{
    font-weight: 800;
    margin-top: 10px;
    font-size: 18px !important;
}


.batches-boxes{
    text-align:center;
        margin-top: 20px;
}
.batches-box-line{
    text-align:center;
    margin-top:20px;
}

.progam-nusrey{
    width:50%;
    margin:auto;
    text-align:center;
    margin-bottom:80px;
}
.first-tittle-name{
    padding:0px 50px;
}
.progam-nusrey .row{
    row-gap:20px
}

.edited-head {
  padding: 0px 6%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.nav-item a {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  font-family: "Playfair Display", serif;
}
.playfair{
    font-family: "Playfair Display", serif;
}
.btn-enquiry a {
  background: #EE2C72;
  /*background: #e31e24;*/
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid transparent;
}
.btn-enquiry a:hover {
    background: transparent;
    border: 2px solid #EE2C72;
    color: #EE2C72;
}
.edit-footer {
  padding: 80px 6%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #FFF;
}
.footer-logo{
    margin-bottom:30px;
}

.map {
  border-radius: 15px;
}
.nav-link span{
    border-bottom:2px solid #e31e2400;
    
}
.active-nav span {
    border-bottom: 2px solid #21409A;
    color: #21409A;
}
.nav-link:focus, .nav-link:hover {
    color: #21409A !important;
}


.body-main {
    padding-top: 124px;
} 

.home-slider-item {
  background: url(../images/banner-home-1.png);
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 6%;
}
.home-slider-item.mobile {
    display: none;
}

.home-slider-item-second {
  background: url(../images/banner-home-2.png) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 6%;
}
.home-slider-item-three {
  background: url(../images/home-banner-3.png) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 6%;
}
.inner-home-item-content h1 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #FFF;
}

.inner-home-item-content p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #FFF;
  margin: 0px;
}

.slider-bottom-para p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  color: #212121;
  position: relative;
}
.slider-bottom-para {
  padding-top: 40px;
  padding-bottom: 60px;
}

.floating-ball-section .col-6:nth-child(odd) .float-ball {
  position: relative;  
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.floating-ball-section .col-6:nth-child(EVEN) .float-ball {
  position: relative;  
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}



.float-ball-one {
  background: url(../images/circle-one.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 80px;
  position: relative;
}

.float-ball-one::before {
  content: "";
  background: url(../images/circle-arrow.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 80px;
  width: 95px;
  height: 30px;
  right: -78px;
}

.float-ball-two {
  background: url(../images/circle-two.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}
.float-ball-three {
  background: url(../images/circle-three.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 80px;
  position: relative;
}

.float-ball-two::before {
  content: "";
  background: url(../images/circle-element-two.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 80px;
  width: 95px;
  height: 30px;
  right: -79px;
}

.float-ball-three::before {
  content: "";
  background: url(../images/circle-arrow.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 80px;
  width: 95px;
  height: 30px;
  right: -78px;
}

.float-ball-four {
  background: url(../images/cirle-four.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
}

.floating-ball-section {
  padding: 0px 6%;
  margin-bottom: 60px;
  position: relative;
}
.floating-ball-section .col-6:nth-child(odd) .float-ball {
    position: relative;
    margin-top: 80px;
}
.floating-ball-section .col-6:nth-child(odd) .float-ball:before {
    width: 97px;
    height: 30px;
    right: -64px;
    z-index: -1;
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/curcle-vector-1.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 80px;
}
.floating-ball-section .col-6:nth-child(even) .float-ball:before {
    width: 100px;
    height: 30px;
    right: -66px;
    z-index: -1;
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/curcle-vector-2.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 80px;
}
.floating-ball-section .col-6:last-child .float-ball:before {
    display: none;
}
.float-ball h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;  
}
.float-ball-one h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
}
.float-ball-two h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
}
.float-ball-three h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
}
.float-ball-four h2 {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
}
.school-gallery-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.school-gallary-heading h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #21409A;
}
.school-gallary-heading p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
}
.inner-gallery-row {
  row-gap: 20px;
}
.inner-gallery-one img {
  width: 100%;
}
.inner-gallary-aside img {
  width: 100%;
  /*height: 775px;*/
}
.school-gallery-section-second {
  padding: 40px 6%;
  background: url(../images/school-gallery-backgroung.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-top: 40px;
  position: relative;
}

.Principal-Desk {
  padding: 0px 6%;
}
.inner-angle img {
  width: 450px;
  height: 450px;
}
.principle-desk-content h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #000000;
  margin-bottom: 20px;
}
.principle-desk-content {
  width: 85%;
}
.principle-desk-content p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
.inner-angle h3 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: black;
}
.inner-angle p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: black;
}
.princial-heading h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: #21409A;
}

.princial-heading p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
}
.program-heading h2{
    color: #21409A;
    font-size:35px;
}

.first-program-item img {
  width: 400px !important;
  margin: auto;
}
.program-section {
  padding: 60px 6%;
}

.owl-carousel-home-balls .owl-nav .owl-prev {
  background: none !important;
  position: relative;
  left: -80px;
}
.about-element1 h3{
    color:#EE2C72;
}

.owl-carousel-home-balls .owl-nav .owl-next {
  background: none !important;
  position: relative;
  right: -80px;
}

.owl-carousel-home-balls .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -43px !important;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  z-index: 999;
}
.body-main {
  padding-top: 100px;
}
/* about us css Start */

.mission-sec .row{
    align-items:center;
    row-gap:20px
}
.mission-sec-vission .row{
        align-items:center;
    row-gap:20px
    
}
.mission-boxes{
    width:80%;
    margin-left:auto;
}
.vision-imagess img{
    width:100%;
    border-radius:20px;
}

.mt-50{
  padding-top: 85px;
}
.pt-sans{
    font-family: 'PT Sans', sans-serif;
}

.about-header{
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 46.66px;
  color: #21409A;
}
.font-18{
  font-size: 18px;
}
.font-24{
  font-size: 24px;
}
.why-header{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.wid-60{
  width: 70%;
}
.wid-30{
  width: 30%;
}
.why-section{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-section{
  padding: 0px 6% 60px;
}
.rounded-20{
  border-radius: 20px;
}
.bg-grey{
  background: #fffff9;
}
/* about us Css End */
/* admissions Start Css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
   background: #21409A!important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 28px !important;
  height: 6px !important;
  margin: 5px 10px !important;
}
.admision-li{
  font-size: 25px;
  font-weight: 400;
  color: #212121;
  line-height: 46.66px;
}
.font-14{
  font-size: 14px;
}
.grey-color{
    color:#212121;
}
.broucher-btn{
  color:#FFFFFF;
  background: #EE2C72;
  border-radius: 20px;
  padding: 5px 20px;
  border: 2px solid transparent;
}
.broucher-btn:hover {
    color: #EE2C72;
    background: transparent;
    border-radius: 20px;
    padding: 5px 20px;
    border: 2px solid #EE2C72;
}
ol, ul {
  padding-left: 1.5rem !important;
}
/* addmissions End */
.video_banner_secton {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
/* .video_banner_secton .video-holder {
  position: relative;
  height: 100%;
} */
/* #bannerVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */
.video_banner_secton .video-holder {
  position: relative;
  height: 650px;
  display: flex;
  justify-content: center;
  background: #000;
}
#bannerVideo {
  height:100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  align-items: center;
}
.about-apart-para {
    text-align:center;
}
.video_banner_secton .video-action-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_banner_secton .video-action-holder button {
  background: transparent;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
}
.video_banner_secton .video-action-holder button img {
  max-width: 100%;
  max-height: 100%;
}
.video_banner_secton .video-action-holder button .pause_video {
  display: none;
}
.video_banner_secton .video-action-holder.playing button .pause_video {
  display: none;
}
.video_banner_secton .video-action-holder.playing:hover button .pause_video {
  display: block;
} 
.image-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(auto, auto);
  background: #EE2C72;
  padding: 5px;
}
.inner-grid {
    overflow: hidden;
}
.inner-grid:first-child {
  grid-column: 1;
  grid-row: 1 / 2;
}
.inner-grid:nth-child(2) {
  grid-column: 1;
  grid-row: 2 / 4;
}
.inner-grid:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / 4;
}
.inner-grid:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / 2; 
}
.inner-grid:last-child {
  grid-column: 3;
  grid-row: 2 /4; 
}
.image-grid-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.padd-tb{
  padding: 3px 0px ;
}
.img-space{
  padding: 3px 3px 5px 3px;
}
.padd-3{
  padding: 3px;
}
.gallery-space{
  padding-bottom: 60px;
}
header.edited-head {
  position: fixed;
  top: 0px;
  display: block;
  width: 100%;
  background: #FFF;
  z-index: 999999;
}
	main.body-main.bg-grey {
  padding-top: 103px;
}
/* Infrastructure */
/*contact start*/

.contact-field input {
    background: #F4F4F4;
    border: none !important;
    border-radius: 0px !important;
}
.form-control:focus {
    box-shadow:none !important;
	background-color:#F4F4F4 !important;
}
.btn-contact{
    background: #EE2C72;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid transparent;
}
.btn-contact:hover {
    background: transparent;
    border: 2px solid #EE2C72;
    color: #EE2C72;
}
/*Contact End*/

/*vector images*/
.vector-img::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-1.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 137px;
    width: 36px;
    height: 36px;
    right: 30px;
}
.vector-left-way::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-10.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 126px;
    height: 16px;
    left: 0px;
    bottom: 0px;
}
/*.floating-ball-section .col-6:first-child .float-ball h2 {*/
/*    content: "";*/
/*    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/Vector-2.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain !important;*/
/*    width: 126px;*/

/*}*/
.vector-gallery1{
    position: realative !important;
}
.inner-gallary-aside::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    right: 9px;
    bottom: -96px;
}
.inner-gallery-one::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/blue-vector-2.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 144px;
    height: 46px;
    bottom: -38px;
    left: 0;
}
.inner-angle-vector::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 41px;
    height: 41px;
    bottom: -70px;
    right: 0px;
}
/*.play-school::after {*/
/*    left: 430px;*/
/*    content: "";*/
/*    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png) !important;*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain !important;*/
/*    width: 41px;*/
/*    height: 41px;*/
/*    bottom: -40px;*/
/*}*/
.play-school::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    left: -50px;
    bottom: 10px;
}



.program-heading::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-6.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    height: 46px;
    bottom: 0px;
    left: 0px;
}
/*.program-vector::before{*/
/*    content: "";*/
/*    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 40px;*/
/*    height: 37px;*/
/*    bottom: -36px;*/
/*    left: 0px;  */
/*}*/

/*about us particle*/
.about-element1::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    left: 0px;
    bottom: 0px;
}
.about-element1::after {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    top: 84px;
    right: 0px;
}

.about-element1-top::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-11.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 86px;
    height: 32px;
    bottom: 152px;
    left: 0;
}
.whychoose-element::before {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-7.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    top: 31%;
    width: 116px;
    height: 13px;
    left: 0px;
}
.whychoose-element::after {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    top: 0%;
    width: 45px;
    height: 44px;
    right: 72px;
}
.charter-edited-para::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 41px;
    height: 41px;
    right: 0px;
    bottom: 0px;
}
.charter-edited-para::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    left: 0px;
    bottom: -80px;
}
.principal-vector::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    right: 120px;
    top: 0px;
}
.principal-vector::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 45px;
    height: 41px;
    left: 0px;
    bottom: 0px;
}
.believe-vector::after {
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-8.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 164px;
    height: 55px;
    right: 0px;
    top: -40px;
}
.aim-para::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 45px;
    height: 41px;
    left: 40px;
    top: 0px;
}


/*addmision css*/
.addmision-vector1::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-7.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    top: 40%;
    width: 136px;
    height: 16px;
    right: 0px;
}
.addmision-vector1::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    left: 40px;
    top: 50px;
}
.addmision-vector2::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-11.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 104px;
    height: 39px;
    bottom: 60px;
    left: 0px;
}
.addmision-vector2::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png);
    position: absolute !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    top: 0%;
    width: 41px;
    height: 41px;
    right: 160px;
}
.addmision-vector3::after{
   content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    bottom: 50px;
    right: 110px; 
}

/*end*/


.vector-infracture::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-7.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 116px;
    height: 13px;
    top: 50px;
    right: 0;
}
.vector-facilities::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 41px;
    height: 41px;
    top: -50px;
    right: 240px;
    }
.vector-facilities::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    top: -90px;
    left: 210px;
    }
.vector-gallery1::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    bottom: 30px;
    left: 100px;
}

.vector-gallery1::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 41px;
    height: 41px;
    right: 170px;
    top:0px;
}
/*contact us element vector*/
.contact-vector::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-10.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 130px;
    height: 12px;
    top: 130px;
    right: 0;
}
.contact-vector::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-9.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 121px;
    height: 55px;
    top: 30px;
    /* right: 0; */
    left: 0px;
}

.addres-vector::after{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-4.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 41px;
    height: 41px;
    right: 0px;
}
.addres-vector::before{
    content: "";
    background: url(https://ptbs.in/clients/twinkling-angles-wp/wp-content/themes/psm-theme/assets/img/bg-vertor/blue-vector-5.png) !important;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    width: 40px;
    height: 37px;
    left: 10px;
    bottom: -30px;
}
.parsley-errors-list {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px;
}

.parsley-errors-list .parsley-required,
.parsley-errors-list .parsley-type {
    font-size: 14px;
    color: #ff0000;
    text-align: left;
}

form {
    width: 100%;
    text-align: center;
}
form .input-row {
    margin-bottom: 35px;
}
form .input-row:last-child {
    margin-bottom: 0px;
}
form input {
    font-weight: 400 !important;
    /*font-size: 18px !important;*/
    color: #212121 !important;
    line-height: 25px !important;
    border: none !important;
    border-bottom: 1px solid #3E3E3E !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}
form input::placeholder {
    color: #565656;
}
/*form button[type=submit] {
    background: #11317B;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    border: none;
    box-shadow: none;
  outline: none;
    padding: 8px 20px;
    margin-top: 38px;}*/
form select {
    font-weight: 400 !important;
    /*font-size: 18px !important;*/
    color: #000 !important;
    line-height: 25px !important;
    border: none !important;
    border-bottom: 1px solid #3E3E3E !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    /*padding: 0px !important;*/
}
form select option:disabled {
    color: #212121;
}
form input[type=submit] {
    background: #EE2C72;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 27px !important;
    border: 2px solid #EE2C72 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 30px !important;
    margin-top: 20px;
}
form input[type=submit]:hover {
    background: transparent !important;
    color: #EE2C72 !important;
}

.form-modal .modal-dialog {
    margin-top: 160px;
}
.form-modal .modal-header {
    border-bottom: none;
}
.form-modal .modal-header .btn-close {
    box-shadow: none;
    outline: none;
    opacity: 1;
}
.form-modal .modal-body {
    padding: 0px 25px 50px;
}
.form-modal .section-header {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 22px;
}
a.text-decoration-none.grey-color {
    word-break: break-all;
}
a.text-decoration-none.text-black {
    word-break: break-all;
}

/*.verctor-princial{*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/principle-vector.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 164px;*/
/*    height: 286px;*/
/*    bottom: -65px;*/
/*    right: -66px;*/
/*}*/



@media (min-width: 2200px){
    .home-slider-item {
         height: 700px;
   }
}


@media(min-width:2000px){
    
    .home-slider-item {
    height: 600px;
    }
    .container-fluid-lg{
    max-width: 1500px;}
    
    
    .floating-ball-section .container-fluid{
            max-width: 1650px;
        
    }
    .float-ball-one h2::before {
    left: -492px;}
    .bg-vector-about{
        background-size: cover;
    }
    .believe-vector::after{
        right: -529px;
    }
    
    
/*.inner-gallary-aside img {*/
/*        width: 100%;*/
/*        height: 1047px;}   */
/*.float-ball-one::before {*/
/*    top: 80px;*/
/*    width: 121px;*/
/*    height: 31px;*/
/*    right: -108px;*/
/*}*/
/*.float-ball-three::before {*/
/*    top: 155px;*/
/*    width: 121px;*/
/*    height: 31px;*/
/*    right: -114px;*/
/*}*/
/*.float-ball-two::before {*/
/*    bottom: 151px;*/
/*    width: 121px;*/
/*    height: 31px;*/
/*    right: -114px;*/
/*}*/
/*.float-ball-one::before {*/
/*    top: 144px;*/
/*    width: 121px;*/
/*    height: 31px;*/
/*    right: -113px;*/
/*}*/
/*.float-ball-one{*/
/*    width: 450px;*/
/*    height: 450px;*/
/*}*/
/*.float-ball-two{*/
/*    width: 450px;*/
/*    height: 450px;*/
/*}*/
/*.float-ball-three{*/
/*    width: 450px;*/
/*    height: 450px;*/
/*}*/
/*.float-ball-four{*/
/*    width: 450px;*/
/*    height: 450px;*/
/*}*/


}

@media(max-width:1850px){
    .inner-gallary-aside img {
    height: auto;
}
}



@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .floating-ball-section .col-6:nth-child(odd) .float-ball {
        width: 260px;
        height: 260px;
    }
        .floating-ball-section .col-6:nth-child(even) .float-ball {
        width: 260px;
        height: 260px;
    }
    .floating-ball-section .col-6:nth-child(even) .float-ball:before{
        width: 106px;
        height: 30px;
        right: -100px;
        z-index: -1;
    }
    .floating-ball-section .col-6:nth-child(odd) .float-ball:before{
        width: 101px;
        height: 30px;
        right: -98px;
        z-index: -1;
    }
    
    .float-ball-one h2{
        font-size:20px;
    }
    .float-ball-two {
        width: 260px;
        height: 260px;
    }
    .float-ball-two h2{
        font-size:20px;
    }
    .float-ball-three {
        width: 260px;
        height: 260px;
    }
    .float-ball-three h2{
        font-size:20px;
    }
    .float-ball-four {
        width: 260px;
        height: 260px;
    }
    .float-ball-four h2{
        font-size:20px;
    } 
    .float-ball-one::before {
        width: 97px;
        height: 30px;
        right: -94px;
        z-index: -1;
    }
    .float-ball-two::before {
        width: 100px;
        height: 30px;
        right: -96px;
        z-index: -1;
    }
    .float-ball-three::before {
        width: 100px;
        height: 30px;
        right: -96px;
        z-index: -1;
    }
    .vector-img::before {
        right: 30px;
    }
    /*.program-heading::before {*/
    /*    width: 309px;*/
    /*    height: 114px;*/
    /*    bottom: 0px;*/
    /*    left: 0px;*/
    /*}*/
    .float-ball h2 {
        font-size: 20px;    
    }
}

 @media (min-width: 1400px) {
  .program-section .container {
    max-width: 900px !important;
    padding:40px 0px;
  }
  
} 


@media only screen and (max-width: 1200px) {
    
.first-program-item img {
    width: 300px !important;
    margin: auto;
}
.inner-angle::before{
    right:0px;
}
.program-heading::before {
    width: 94px;
    height: 46px;
    bottom: 0px;
    left: 0px;
}
/*about us element*/
    .about-element1::after{
        width: 25px;
        height: 22px;
    }
    .about-element1::before{
        width: 25px;
        height: 22px;
    }
    .about-element1-top::before{
        width: 63px;
        height: 20px;
        bottom: 0px;
    }
    .whychoose-element::after {
        top: 0%;
        width: 28px;
        height: 44px;
        right: 20px;}
    .whychoose-element::before {
        top: 98%;
        width: 86px;
        height: 16px;
        left: 0px;
    }
    .charter-edited-para::after {
        width: 25px;
        height: 44px;
        right: 20px;
        bottom: -10px;
    }
    .principal-vector::after {
        width: 25px;
        height: 41px;
        right: 100px;
        top: -80px;
    }
    .charter-edited-para::before {
        width: 25px;
    }
    .believe-vector::after{
        width:74px;
    }
    .principal-vector::before{
        width: 25px;
        height: 41px;
        left: 10px;
    }
    .aim-para::before{
        width: 25px;
        height: 41px;
        left: 20px;
    }
/*addmision element Start */
.addmision-vector1::before{
    width: 25px;
    height: 22px;
    left: 10px;
    top: 5px;
}
.addmision-vector1::after{
    width:62px;
    top: 156px;
}
.addmision-vector2::before{
    width: 71px;
    height: 27px;
    bottom: 110px;
}
.addmision-vector2::after{
    top: 80%;
    width: 25px;
    height: 22px;
    right: 70px;
}
.addmision-vector3::after{
    width: 25px;
    height: 22px;
    bottom: 40px;
    right: 40px;
}
/*Element End*/
/*insfracture Start*/
.vector-infracture::before {
    width: 86px;
    height: 8px;
    top: 14px;
    right: 0;
}
.vector-facilities::before {
    width: 25px;
    height: 22px;
    top: -32px;
    left: 12px;
}
.vector-facilities::after {
    width: 22px;
    height: 22px;
    top: -30px;
    right: 9px;
}
.vector-gallery1::after{
    width: 22px;
    height: 22px;
    right: 50px;
}
.vector-gallery1::before{
    width: 25px;
    height: 22px;
    bottom: 20px;
    left: 40px;
}
/*End*/
/*home element start*/
.float-ball-one h2::before{
    top: 148px;
    width: 167px;
    height: 10px;
    left: -140px;
}
.inner-gallery-one::before{
    width: 85px;
    height: 27px;
    bottom: -38px;
}
.inner-gallary-aside::before{
    width: 25px;
    height: 22px;
}
.inner-angle-vector::before {
    content: "";
    background: url(../images/bg-vertor/principle-vector.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 104px;
    height: 206px;
    bottom: -65px;
    right: 0px;
}
.play-school::before{
    width: 25px;
    height: 22px;
    left: 3px;
    bottom:-20px;
}
/*.play-school::after{*/
/*    width: 25px;*/
/*    height: 24px;*/
/*    left: 150px;*/
/*    bottom: -60px;*/
/*}*/
.vector-img::before{
    width: 25px;
    height: 22px;
    right: -36px;
}
.owl-prev img{
    width:50px;
}
.owl-next img{
    width:50px;
}
.owl-carousel-home-balls .owl-nav .owl-next {
    right: 25px;
}
.owl-carousel-home-balls .owl-nav .owl-prev {
    left: 4px;
}

/*End*/

/*contact us Start element*/
.contact-vector::after {
    width: 78px;
    height: 6px;
    top: 67px;
    right: 0;
}
.addres-vector::after{
    width: 22px;
    height: 22px;
}
.addres-vector::before{
    width: 25px;
    height: 22px;
    bottom: -14px;
}
.contact-vector::before{
    width: 43px;
    height: 20px;
    top: 30px;
    left: 0px;
}



/*contact us End*/

/*.program-heading::before {*/
/*    width: 179px;*/
/*    height: 74px;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*}*/
/*.program-vector::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/polygon-11.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 24px;*/
/*    height: 41px;*/
/*    bottom: -36px;*/
/*    left: 90px;*/
/*}*/
.inner-angle-vector::before{
    height:-65px;
}
.principle-desk-content::before {
    width: 380px;
    height: 256px;
    /* bottom: 0px; */
    left: 0px;
    top: 420px;
}
/*.vector-img::before{*/
/*    display:none;*/
/*}*/
    
    
.principle-desk-content {
    width: 100%;
}
 .inner-angle img {
    width: 100%;
    height: 100%;
}   
    
.home-slider-item {
    height:350px;}
    
.floating-ball-section .col-6:nth-child(odd) .float-ball {
    width: 217px;
    height: 217px;
}
.floating-ball-section .col-6:nth-child(odd) .float-ball h2{
    font-size:16px;
}
.floating-ball-section .col-6:nth-child(even) .float-ball {
    width: 217px;
    height: 217px;
    margin-top:40px;
}
.floating-ball-section .col-6:nth-child(even) .float-ball h2{
    font-size:16px;
}
.float-ball-three {
    width: 217px;
    height: 217px;
}
.float-ball-three h2{
    font-size:20px;
}
.float-ball-four {
    width: 217px;
    height: 217px;
    margin-top:30px;
}
.float-ball-four h2{
    font-size:20px;
}

.float-ball-two::before {
    z-index: -1;
}
.float-ball-one::before {
    z-index: -1;
}
.float-ball-three::before {
    z-index: -1;
    right:-94px;
}


.inner-home-item-content h1 {
    font-size: 24px;

}
.inner-home-item-content p {
    font-size: 18px;
}

    
  .mt-50{
    padding-top: 0px  ;
  }
  .why-header {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  main.body-main.bg-grey {
    padding-top: 92px;
  }
  .mob-text{
    font-size: 25px;
    line-height: 32.66px;
  }
  .font-24 {
    font-size: 20px;
  }
  .about-header{
    font-size: 25px;
  }
  .admision-li {
    font-size: 18px;
    line-height: 34.66px;
}
.about-section {
  padding: 0px 6% 50px;
}
  
}


@media only screen and (max-width: 1000px) {
    
    .progam-nusrey{
    width:80%;
}
    
    
 .floating-ball-section .col-6:nth-child(odd) .float-ball {
    width: 180px;
    height: 180px;}
.floating-ball-section .col-6:nth-child(even) .float-ball {
    width: 180px;
    height: 180px;}

    
.floating-ball-section .col-6:nth-child(odd) .float-ball::before {
    bottom: 46px;
    height: 30px;
    right: -92px;
    z-index:-1;}
.floating-ball-section .col-6:nth-child(odd) .float-ball::before {
    top: 40px;
    right: -78px;
    z-index:-1;}
}





@media(max-width:992px){
    
    
    .blog-section-parenr {
    margin: auto;
    width: 100%;
}
    
    
    
    .floating-ball-section .col-6:nth-child(even) .float-ball:before {
    right: -73px;
    bottom: 49px;}
.school-gallery-section {
    padding-top: 20px;
    padding-bottom: 40px;
}
.floating-ball-section .col-6:nth-child(odd) .float-ball {
    width: 160px;
    height: 160px;}
.floating-ball-section .col-6:nth-child(even) .float-ball {
    width: 160px;
    height: 160px;}

.home-slider-item {
        height:250px;}

.body-main {
    padding-top: 90px !important;
}
.vector-left-way::before {
    width: 96px;
    height: 16px;
    left: 0px;
    bottom: -30px;
}
.navbar-collapse{
    text-align:center;
    margin-top: 20px;}
.first-program-item img {
    width: 240px !important;
    margin: auto;
}
.owl-carousel-home-balls{
    margin-top:40px;
}
.owl-carousel-home-balls .owl-nav .owl-prev {
    left: -54px;
}
.owl-carousel-home-balls .owl-nav .owl-next {
    right: -30px;
}
.inner-angle-vector::before {
    content: "";
    background: url(../images/bg-vertor/principle-vector.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 104px;
    height: 206px;
    bottom: -65px;
    right: 0px;
}
.principle-desk-content::before {
    width: 250px;
    height: 196px;
    bottom: -103px;
    left: 0px;
}
.vector-img::before {
    right: 0px;
}
.bg-vector-addmision{
    background-position: top;
}
    
    
/*.owl-theme .owl-nav [class*='owl-'] {*/
/*    padding: 4px 38px 0px 20px !important;*/
/*}   */
/*section.program-section {*/
/*    overflow-x: hidden;*/
/*}*/

/*infracture vector*/
/*.vector-infracture::before {*/
/*    width: 80px;*/
/*    height: 16px;*/
/*    top: 10px;*/
/*    right: 0;*/
/*}*/
/*.vector-facilities::before {*/
/*    width: 44px;*/
/*    height: 41px;*/
/*    top: -24px;*/
/*    left: 12px;*/
/*}*/
/*.vector-facilities::after {*/
/*    width: 45px;*/
/*    height: 44px;*/
/*    top: -30px;*/
/*    right: 9px;*/
/*}*/


    

/*.program-heading::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/our-program-vector.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 139px;*/
/*    height: 114px;*/
/*    bottom: -20px;*/
/*    left: 0px;*/
/*}*/

/*.inner-gallery-one::before {*/
/*    width: 96px;*/
/*    height: 32px;*/
/*    bottom: -13px;*/
/*    left: 0;*/
/*}*/

}


@media(max-width:800px){
    
    
        .inner-blog-section {
    padding: 40px 1%;
}
    
    .home-slider-item {
    height: 200px;
}
.d-768none{
    display:none !important;
}

}

@media(max-width:768px){
    
    
    .middle-quote p{
    font-size: 24px;
}

.adbr{
    display:none;
}
    
    
    
    .progam-nusrey{
    width:100%;

}


.body-main {
    padding-top: 86px !important;
}
    
    .floating-ball-section {
    padding: 0px 0%;
}
.inner-home-item-content{
        width:350px;}
    
.inner-angle img {
    width: 70%;
    height: auto;
}
.program-heading::before{
    width: 64px;
    height: 46px;
    bottom: -20px;
    left: 0px;
}
.owl-prev img{
    width:50px;
}
.owl-next img{
    width:50px;
}
.owl-carousel-home-balls .owl-nav .owl-prev {
    left: -60px;
}
.owl-carousel-home-balls .owl-nav .owl-next {
    right: -26px;
}
.program-section {
    padding: 30px 6%;
}
.school-gallary-heading h2{
    font-size:28px;
}
.princial-heading h2{
    font-size:28px;
}
.slider-bottom-para {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*main.body-main {*/
/*    padding-top: 45px;*/
/*}*/
    
    
    
    
/*contact us*/
/*.contact-vector::before {*/
/*    width: 66px;*/
/*    height: 32px;*/
/*    top: 10px;*/
/*    left: 0px;*/
/*}*/
/*.contact-vector::after {*/
/*    width: 68px;*/
/*    height: 16px;*/
/*    top: 157px;*/
/*    right: 0;*/
/*}*/

    

}
@media(max-width:720px){
.floating-ball-section .col-6:nth-child(odd) .float-ball {
    width: 130px;
    height: 130px;
}
.floating-ball-section .col-6:nth-child(even) .float-ball {
    width: 130px;
    height: 130px;
}
.float-ball-three {
    width: 130px;
    height: 130px;
}
.float-ball-four {
    width: 130px;
    height: 130px;
}
.float-ball-one h2 {
    font-size: 16px;
    margin: 0px;
}
.float-ball-two h2 {
    font-size: 16px;
    margin: 0px;
}
.float-ball-three h2 {
    font-size: 16px;
    margin: 0px;
}
.float-ball-four h2 {
    font-size: 16px;
    margin: 0px;
}

.float-ball-one::before {
    top: 16px;
    right: -87px;
    z-index: -1;
}

.float-ball-two::before {
    bottom: 35px;
    height: 30px;
    right: -94px;
    z-index: -1;
}
.float-ball-three::before {
    top: 12px;
    right: -84px;
    z-index: -1;
}
.inner-angle-vector::before {
    content: "";
    background: url(../images/bg-vertor/principle-vector.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 94px;
    height: 189px;
    bottom: 5px;
    right: -16px;
}    
    
    
/*infracture vector*/
/*.vector-infracture::before {*/
/*    width: 80px;*/
/*    height: 16px;*/
/*    top: 10px;*/
/*    right: 0;*/
/*}*/
/*.vector-facilities::before {*/
/*    width: 44px;*/
/*    height: 41px;*/
/*    top: -24px;*/
/*    left: 12px;*/
/*}*/
/*.vector-facilities::after {*/
/*    width: 45px;*/
/*    height: 44px;*/
/*    top: -30px;*/
/*    right: 9px;*/
/*}*/



/*.program-heading::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/our-program-vector.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 129px;*/
/*    height: 64px;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*}*/
/*.principle-desk-content::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/principle-vector-2.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 290px;*/
/*    height: 246px;*/
/*    bottom: -533px;*/
/*    left: 0px;}*/

}
@media (max-width:600px) {
    
    
.middle-quote p {
    font-size: 18px;
    padding: 0px 15px;
}
    
    
    
    .mission-sec-vission .row{
        
    flex-direction: column-reverse;
    
}

.mission-boxes h3{
    text-align:center;
}
    
    .mission-sec h3{
        text-align:center;
    }
    .mission-boxes{
    width:100%;
    margin-left:auto;
}
    
    .navbar-brand img {
        width: 177px;
    }
    .vector-left-way::before {
        width: 66px;
        height: 6px;
        left: 0px;
        bottom: -30px;
    }
  
        .body-main {
    padding-top: 68px !important;
}
    
    .home-slider-item.desktop {
        display: none;
    }
    .home-slider-item.mobile {
    height: 480px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-top: 40px;
    /*background: url(../images/home-mobile-bankai.png) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    }
    .slider-bottom-para p {
        font-size: 16px;
    }
    .edited-head {
        padding: 0px 2%;
    }


.slider-bottom-para {
    padding-top: 30px;
    padding-bottom: 20px;
}
  .edit-footer {
    padding: 40px 6%;
  }
  
  .font-14{
    font-size: 14px;
  }
  .about-header{
    font-size: 24px;
    line-height: 26.66px;
  }
  .font-24{
    font-size: 16px;
  }
  .font-18{
    font-size: 16px;
  }
  .about-section {
    padding: 0px 10px 60px;
}
.why-header {
  font-size: 18px;}
.mt-50 {
    margin-top: 0px !important;
}
.mob-text{
  font-size: 20px;
  line-height: 23.66px;
}
/* admision */
.admision-li {
  font-size: 18px;
  line-height: 26.66px;
}
.video_banner_secton .video-holder {
  height: auto;
}
#bannerVideo {
  height: auto;
  width: 100%;
}
.gallery-space {
  padding-bottom: 30px;
}
/*main.body-main.bg-grey {*/
/*  padding-top: 92px;*/
/*}*/

}

@media(max-width:575px){
    
    
    .blog-section-parentext h3{
    padding:20px 0px;
}
    
    
    
    .blog-section-parenr {
    margin: auto;
    width: 100%;
}
    
    
    .Our-Charter-para{
        text-align:justify;
    }
    .charter-edited-para{
        text-align:justify;
    }
    .Principalmessage-para p{
        text-align:justify;
    }
    .about-apart-para{
        text-align:justify;
    }
    .inner-angle img {
    width: 90%;
    height: auto;
}
.play-school::after{
    display:none;
}
.aim-para{
    text-align:justify;
}
     .school-gallery-section-second {
    padding: 40px 2%;
    background-size: cover !important;
    margin-top: 10px;
}
.inner-angle-vector::before {
    content: "";
    background: url(../images/bg-vertor/principle-vector.png);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 74px;
    height: 286px;
    bottom: -25px;
    right: 0px;
}
.vector-img::before {
    display:none;
}

.inner-gallary-aside{
    margin-top:20px;
}
.school-gallary-heading h2{
    font-size:24px;
}
.school-gallary-heading p{
    font-size:16px;
     text-align:justify;
}
.princial-heading h2{
    font-size: 24px;
}
.princial-heading p{
    font-size:16px;
    text-align:justify;
}
.inner-angle p{
    text-align:center;
        font-weight: 400;
}

.program-section {
    padding: 20px 6% 40px;
}
.owl-next img{
    width:40px;
}
.owl-carousel-home-balls .owl-nav .owl-next {
    right: -10px;
}
.owl-carousel-home-balls .owl-nav .owl-prev {
    left: -30px;
}
.owl-prev img{
    width:40px;
}
.first-program-item img {
    width: 230px !important;
    margin: auto;
}

    .wid-60 {
    width: 90%;
    height: auto;
}
    
    
.floating-ball-section {
    padding: 0px 2%;
    margin-bottom: 30px;
}
.contact-vector::before{
    display:none;
}
.floating-ball-section .col-6:nth-child(odd) .float-ball::before {
display:none;
}
.floating-ball-section .col-6:nth-child(even) .float-ball::before {
display:none;
}
.float-ball-three::before {
display:none;
}
.floating-ball-section .row{
    row-gap:20px;
}
   
   .floating-ball-section .col-6{
       padding:0px;
   } 
    
    .floating-ball-section .col-6:nth-child(odd) .float-ball {
    width: 150px;
    height: 150px;
    margin-top: 0px;
}
.floating-ball-section .col-6:nth-child(even) .float-ball {
    width: 150px;
    height: 150px;
    margin-top: 0px;
}
.float-ball-three {
    width: 150px;
    height: 150px;
    margin-top: 0px;
}
.float-ball-four {
    width: 150px;
    height: 150px;
    margin-top: 0px;
}

/*prticles*/
/*.program-heading::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/our-program-vector.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 99px;*/
/*    height: 144px;*/
/*    bottom: -50px;*/
/*    left: 0px;*/
/*}*/
/*.program-heading::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/our-program-vector.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 99px;*/
/*    height: 144px;*/
/*    bottom: -50px;*/
/*    left: 0px;*/
/*}*/
/*.principle-desk-content::before {*/
/*    content: "";*/
/*    background: url(../images/bg-vertor/principle-vector-2.png);*/
/*    position: absolute;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    width: 180px;*/
/*    height: 96px;*/
/*    bottom: -303px;*/
/*    left: 0px;*/
/*}*/

/*infracture vector*/
/*.vector-infracture::before {*/
/*    width: 80px;*/
/*    height: 16px;*/
/*    top: 10px;*/
/*    right: 0;*/
/*}*/
/*.vector-facilities::before {*/
/*    width: 29px;*/
/*    height: 27px;*/
/*    top: -38px;*/
/*    left: 12px;*/
/*}*/
/*.vector-facilities::after {*/
/*    width: 45px;*/
/*    height: 44px;*/
/*    top: -30px;*/
/*    right: 9px;*/
/*}*/



}
