@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

body{
      font-family: "Baloo 2", sans-serif;
}


.topbar{
    position: relative;
    z-index: 9;
    height: 45px;
}

.header .topbar .social-links a {
    color: white;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff50;
    text-align: center;
    border-radius: 50px;
    border: 1px dotted #fff;
}

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color:#fff;
  }
  .navmenu a,
  .navmenu a:focus {
 color: #000;
    padding: 18px 10px !important;
    font-size: 16px;
    font-weight: bold;
      text-transform: uppercase;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }


.slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
}




li.button a {

    background: #ffc107;
    margin: 0px !important;
    padding: 10px 30px 10px 30px !important;
    border-radius: 50px;

    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}


.ml-5{
    margin-left: 50px;
}



.navmenu ul li a{
    position: relative;
    display: block;
    overflow: hidden;
}


.navmenu ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px !important;
  height: 40px;
  top:18%;

  left: 0;
  background: rgb(112 22 126);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
    z-index: -1;
    clip-path:polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}


.dropdown ul li a::after{
    top: 10%;
}
.navmenu ul li a.active::after{
      content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  border-radius: 5px;
  height: 40px;
  top:18%;

  left: 0;
  background: rgb(112 22 126);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
    z-index: -1;
    clip-path:polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}
.navmenu ul li a.active{
    color: white;
}

.navmenu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navmenu ul li a:hover {
color: white;
}

.features-box{
    padding:30px 15px;
    background: #e2102e;
    border-radius: 20px;
}

.ftr-box-1{
    background: #1b6d00;
    border:2px dashed #88ff61;
}
.ftr-box-2{
    background: #ff0000;
      border:2px dashed #ff6767;
}
.ftr-box-3{
    background: #df9800;
      border:2px dashed #ffd966;
}
.features-box h3{
    color: white;
    font-size: 20px;
    font-weight: bold;
    
}
.features-box p{
     color: white;
    font-size: 14px;
    margin-bottom: 0px;
}

.pr-50{
    padding-right: 50px;
}
.hero-content ul{
    padding: 0px;
}

.hero-content ul li{
    font-weight: bold;
    color: black;
    
    list-style-type: none;
    line-height: 40px;
}

.hero-content ul li i{
    color: #df9800;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
}

.hero-content h1 b{
    color: #df9800;
}

.hotel-hero{
    background-size: cover;
    background-position: center;
    background-image: url("../img/vs-about-h1-bg.png");
}

.btn{
   position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #df9800 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding: 18.5px 36px !important;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.5px;
    border-radius: 50px;
    display: block;

}

.btn::after, .btn::before{
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #1b6d00;
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;

}
.btn:before {
    transform: rotateX(90deg);
}
.btn:after {
    transform: rotateY(90deg);
}
.btn:hover:before {
    transform: rotateX(0);
}
.btn:hover:after {
    transform: rotateY(0);
}

.btn span {
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    bottom: 4px;
    border-radius: inherit;
    background-color: transparent;
    border: 3px dashed #fff;
    z-index: 1;
    opacity: 0.4;
    transition: all ease 0.4s;
}

.hero-banner-section img{
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    
}

.director-photo img{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 20px;
}

.director-txt a{
    display: inline-block;
}

.director-txt h5{
    font-size: 35px;
    font-weight: bold;
    color: #ffc107;
    
}

.director-txt p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #fff;
}
ul#room-detailsRoomTabs {
    margin-bottom: 40px;
}

.message{
    background: #25283e;
}

.nav-tabs{
   border: 0px; 
}
.director-txt h6 {
    color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    border-radius: 50px;
    background: white;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:white;
    background-color: rgb(226 15 46);
    border-color: rgb(226 15 46);
}
.location-cards .location-overview {
  background: #dc3545;
  border-radius: 20px;
  padding: 40px 30px;
  color: var(--contrast-color);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.location-cards .location-overview::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--contrast-color), transparent 95%);
  border-radius: 50%;
  z-index: 0;
}

.location-cards .location-overview .overview-header {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 20px;
}

.activity-row {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: stretch;
}

.video-section{
    position: relative;
    background-position: right;
    background-size: cover;
      background-image: url("https://html.vecurosoft.com/toddly/demo/assets/img/rooms/room-video-bg.jpg");
}
.act-box {
    padding: 30px;
    background-color: #19661b;
    width: 100%;
    border-radius: 20px;
    border: 8px solid white;
}

.act-box h3{
    color: white;
    font-weight: bold;
}
.act-box p{
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
}

.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-icon i {
    font-size: 70px;
    color: white;
    opacity: .7;
    cursor: pointer;
    transition: 200ms;
}

.play-icon i:hover{
    opacity: 1;
}
.heading-section h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.heading-section p {
    color: black;
}

.act-box-bottom{
    padding: 30px;
    min-height: 290px;
    width: 100%;
    border-radius: 20px;
    height: auto;
  
}

.box-act-1{
    background: #70167e;
}
.box-act-2{
    background: #a60c56;
}

.box-act-3{
    background: #d18109;
}

.box-act-4{
    background: #ff0000;
}

.act-box-bottom h3{
     color: white;
    font-weight: bold;
}
.act-box-bottom p{
     color: white;
    margin-bottom: 0px;
}

.modal-header {
    padding: 0px;
}
button.btn-close {
    position: absolute;
    right: -20px;
    top: -15px;
    color: white;
}
.modal-body{
    padding: 0px;
    background: black;
}

.events-new {
    text-align: center;
}
.events-new h3 {
    font-weight: bold;
    color: #d18109;
    font-family: "Amatic SC", sans-serif;
}

.events-new a {
    color: #89000d;
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: 600;
}

.carousel {
    position: relative;
}
.carousel-inner {
    height: 100%;
}
.events-new .carousel-item {
    text-align: center;
}
.events-new .carousel-item {
    padding-top: 30px !important;
}
.carousel-inner .carousel-item {
    height: 100%;
}
.events-new .carousel-item img {
    height: 400px;
    text-align: center;
    margin: auto;
    object-fit: cover;
    border-radius: 20px;

    border: 3px dashed #ffffff70;
}
.events-new .carousel-item p {

    background: white;
    position: relative;
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin-top: -30px;
    top: -20px;
    box-shadow: 0px 10px 20px #00000020;
}
.events-new .carousel-item p span {
    display: block;
}

.grade-section{
  position: relative;
}

.grade-section::before{
    position: absolute;
    left: 0;
    top: 65%;
    width: 150px;
    height: 100%;
      transform: translate(0,-50%);
    background-repeat: no-repeat;
    content: "";
     background-image: url("https://html.vecurosoft.com/toddly/demo/assets/img/elements/service-ele-1.svg");
     z-index: 1;
    opacity: .5;
}


.grade-section::after{
    position: absolute;
    right: 0;
    top: 65%;
    width: 150px;
    height: 100%;
    transform: translate(0,-50%);
    content: "";
   background-repeat: no-repeat;
     background-image: url("https://html.vecurosoft.com/toddly/demo/assets/img/elements/service-ele-2.svg");
     z-index: 1;
    opacity: .5;
}

    .feature-new{
        position: relative;
        z-index: 2;
    }



.footer-strip{
    background: #0a204c;
}

.quick-form{
    padding: 20px 0px;
}

.quick-form h4{
    color: white;
    font-weight: bold;
}

.quick-form p {
    margin-bottom: 0px;
    color: white;
}

.multiple-section {
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
}

.multiple-section .admission-grid {
    background-image: url("https://zioninternationalschool.in/assets/img/multi-task/admission.png");
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
}

.multiple-section .academic-grid {
    background-image: url("https://zioninternationalschool.in/assets/img/multi-task/academic.jpg");
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
}

.multiple-section .sports-grid {
    background-image: url("https://zioninternationalschool.in/assets/img/multi-task/sports.jpg");
    background-size: cover;
    background-position: right;
    height: 550px;
    position: relative;
}

.multiple-section .curriculam-grid {
    background-image: url(https://zioninternationalschool.in/assets/img/multi-task/curricullar.jpg);
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
}

.multiple-section .boarding-grid {
    background-image: url(https://zioninternationalschool.in/assets/img/multi-task/boarding.jpg);
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
}

.overlayy {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
}
.multiple-section .overlayy::before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
    z-index: 1;
    transition: 300ms;
}

.multiple-section .overlayy:hover::before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0a204c;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .9;
    z-index: 1;
}
.overlayy h5 {
    color: white;
    position: relative;
    z-index: 9;
}
.overlayy p {
    color: white;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    z-index: 9;
}

.branding{
    position: relative;
}

.branding::before {
  position: absolute;
  height: 20px;
  background:  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="40" viewBox="0 0 160 40"><path d="M0 20 Q40 0 80 20 T160 20 V40 H0 Z" fill="white"/></svg>');
 content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  background-repeat: repeat-x;
  background-size: 25px;
  transform: scaleY(-1); /* 👈 flips vertically */
}

.top-bar-txt a{
    color: white;
    font-weight: bold;
}


.top-bar-txt span{
    color: white;
     font-weight: bold;
}
.top-bar-txt i{
    color: white;
    font-size:18px;
    margin-right: 15px;
}

.social-links{
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.about-us-section{
    background-image: url(../img/why-choose-us-bg.png);
    background-size: cover;
    position: relative;
}

.hero-banner-section{
    position: relative;
}

.hero-banner-section::before {
  position: absolute;
  height: 5px;
  background:  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="40" viewBox="0 0 160 40"><path d="M0 20 Q40 0 80 20 T160 20 V40 H0 Z" fill="white"/></svg>');
 content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: 25px;
    z-index: 9;
    filter: hue-rotate(
196deg);
}

.main-heading p{
    font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 30px;
    margin-bottom: 0px;
}

.main-heading h2{
    font-size: 45px;
    font-weight: 900;
    line-height: 50px;
}

.main-heading h2 span{
    color: #d18109;
}
.why-choose-message{
    color: #5b5a7b;
    font-weight: 600;
    padding-left: 15px;
    font-size: 18px;
    border-left: 3px solid #d18109;
    

}

.feature-card{
   background: #d18109;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: none;
    z-index: 1;
    align-items: flex-start;
    padding: 33px 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 20px;

}

.feature-card:hover{
    background: rgb(112 22 126);
}

.feature-card::before{
       content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 96%;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    z-index: -1;

}

.featur-txt{
    padding:0px 15px;
}
.featur-txt h3{
   font-weight: bold;
    color: #25283e;
}
.featur-txt p{
 color:#5b5a7b;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.featur-txt a{
    color:#5b5a7b;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}


.main-heading h6{
 font-weight: 500;
    letter-spacing: 0.48px;
    color:#5b5a7b;
    line-height: 1.64;
}


.scool-fecilities{
    background-image: url(../img/class-bg.png);
    background-size: cover;
}
.fac-card {
    border: 1.5px dashed rgba(var(--vs-title-color-rgb), 0.4);
    border-radius: 21px;
    padding: 20px 20px 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    transition: all 0.3s ease-in-out;
}
.fac-card img {
    width: 100%;
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

.over-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    background: #fff;
    width: 88px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    padding: 10px 10px 0px 10px;
    border-radius: 60% 60% 0 0;
}

.fac-card span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #70167e;
    border-radius: 50%;
    border: 2px dashed #ffffff80;
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
}

  .fac-card span img {
    height: auto;
    width: 30px !important;
    border-radius: 0px !important;
}

.face-card-txt {
    padding: 60px 20px 0px 20px;
    position: relative;
    z-index: 1;
}

.face-card-txt h3 {
   font-weight: bold;
}
.face-card-txt p {
   
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    color: #5b5a7b;
}

.fac-card a{
    display: inline-flex;
    padding: 10px 42px;
    background-color:#25283e;
    color: #fff;
    border-radius: 999px;
    margin-bottom: 0;
    font-size: 22px;
}

.fac-card::after {
    background-color: #ffffff;
}

.fac-card::before, .fac-card::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 21px;
    transition: all 0.3s ease-in-out;
}

.fac-card::before {
    background-color: #25283e;
    left: 13px;
    top: 23px;
    height: 96%;
    width: 98%;
}

.face-btn{
    bottom: -25px;
    position: relative;
}

.owl-carousel.owl-drag .owl-item{
    padding: 20px !important;
}
.gallery-showcase{
    background-image: url(../img/class-bg.png);
    background-size: cover;
}



.move-area {
  position: relative;
  overflow: hidden;

}

.icon {
  font-size: 3rem;
  position: absolute;
  top: 5%;
  left: 5%;
    widows: 70px;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  pointer-events: none;
}

.footer-cta {
    padding: 30px;
    background-color: #0a204c;
    text-align: center;
    border-radius: 20px;
}
.footer-cta h5 {
    font-size: 30px;
    font-weight: 900;
}

.footer-call {
    margin: 15px auto;
    width: 50px;
    height: 50px;
    background: #df9800;
    line-height: 55px;
    border-radius: 50px;
}

.footer-call i{
    font-size: 20px;
}
.footer-cta p{
    margin-bottom: 5px;
    color: #df9800;
    font-weight: bold;
}
.footer-cta a{
    color: white;
    font-weight: 800;
    text-decoration: none;
}

.scool-fecilities .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}

.scool-fecilities button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0px, -50%);
}

.scool-fecilities button.owl-prev span{
    display: none;
}

.scool-fecilities button.owl-prev {
    background-image: url(../img/Left%20Arrow.png) !important;
    width: 60px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.scool-fecilities button.owl-next {
    background-image: url(../img/Right%20Arrow.png) !important;
    width: 60px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.scool-fecilities button.owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(0px, -50%);
}

p{
    font-weight: 500;
    color: #5b5a7b;
    font-size: 16px;
}

    .desk-none{
        display: none;
    }
    
     .mob-none{
        display: block;
    }


.abt-txt p{
    text-align: justify;
    line-height:30px;
}


.bread-crumb{
    position: relative;
     text-align: center;
    background-position: center;
}

.bread-crumb::before{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    content: "";
     z-index: 1;
}

.bread-crumb p{
    font-size: 20px;
    color: white;
    position: relative;
    z-index: 2;
}

.bread-crumb p a{
    font-size: 20px;
    color: #ffc107;
}

.full-video{
    width: 100%;
    position: relative;
    background-image: url(../img/video-bg-image.jpg);
    background-size: cover;
    text-align: center;
    background-position: center;
    background-attachment: fixed;
}

.full-video::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #70167ef2;
    content: "";
    z-index: 1;
    
}

section.full-video .container {
    position: relative;
    z-index: 2;
}


.full-video .main-heading p{
    color: white;
}


.full-video .main-heading h2{
    color: white;
}


.big-play-icon {
    --icon-size: 85px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.big-play-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height:85px;
    line-height: 85px;
    font-size: 30px;
    text-align: center;
    background-color:#d18109;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all ease 0.4s;
}
.big-play-icon:after, .big-play-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #d18109;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}



    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }

.align-items-center {
    align-items: center !important;
}

.vs-featureh3 {
    display: flex;
    align-items: center;
    gap: 21px;
    text-align: right;
    margin-bottom: 40px;
}

.vs-featureh3__heading {
    font-size: 24px;
    font-weight: bold;
}

.vs-featureh3__text {
    margin-bottom: 0;
    text-transform: capitalize;
}
.vs-featureh3__icon {
    --icon-size: 95px;
    width: 95px;
    height: 95px;
    min-width: 95px;
    min-height: 95px;
    background-color: #d18109;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.vs-featureh3__icon::before {
    --border-size: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: var(--border-size);
    height: var(--border-size);
    border-radius: 50%;
    border: 2px dashed #fff;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    scale: 0.9;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
}
.vs-featureh3__image {
    margin-bottom: 40px;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
}

.testimonial-section{
    background-image: url(https://html.vecurosoft.com/toddly/demo/assets/img/feedback/feedback-image-1-1.jpg);
    width: 100%;
    background-size: auto;
    height: 100%;
   background-repeat: no-repeat;
    background-color: #272a40;
    background-size: 45%;
}

.user-comment h3{
    font-weight: 800;
    font-size: 25px;
    color: white;
}

.user-comment h4{
    font-weight: 700;
    font-size: 25px;
    color: #d18109;
}

.user-comment p{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.user-photo {
    position: relative;
}

.user-photo i{
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 50px;
    background-color: #d18109;
    color: white;
    border: 2px solid #fff;
    left:85px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    bottom: 20px;
}

.user-photo img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    border-radius: 50%;
}

.tesimonial-row{
    display: grid;
    grid-template-columns: 30% 70%;
}

.user-comment {
    padding-left: 30px;
}


.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {
   display: block !important;
    float: left;
 
}

.testimonial-section .owl-theme .owl-nav{
    display: none !important;
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
    padding: 0px !important;
}


button.owl-dot span {
    background: #ffffff20 !important;
}

button.owl-dot.active span {
    background: #df9800 !important;
}

section.bread-crumb .container {
    position: relative;
    z-index: 22;
}

section.bread-crumb .container h1{
 color:white;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
}

.quotes-txt {
    border-radius: 10px;
    border: 2px dashed #df9800;
    padding: 10px;
  
}

.mid-section{
      background: #df980020;
    padding: 30px;
}

.quotes-txt i{
    font-size: 70px;
    color: #df9800;
    line-height: 70px;
}

.quotes-txt p{
    color: black;
    font-size: 25px;
    font-style: italic;
}


.quotes-name{
    text-align: right;
}

.quotes-name h2{
    font-size: 18px;
    font-weight: bold;
    color: #df9800;
}
.quotes-name h3{
    font-size: 16px;
    font-weight: bold;
}

.contact-us-page .featur-txt a{
    display: block;
    text-transform: none;
    font-weight: normal;
}

.contact-us-page 
.feature-card{
    min-height: 240px;
}


.gallery-box{
    position: relative;
    margin-bottom: 50px;
}

.gallery-box img{
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.gallery-box p{
    background: white;
    position: relative;
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin-top: -20px;
    text-align: center;
    top: -20px;
    box-shadow: 0px 10px 10px #00000020;
    transition: 500ms;

}

.gallery-box:hover p{
    margin-top: -40px;
}

.rules-list ul{
    padding: 0px;
    margin: 0px;
}


.rules-list li{
    display: block;
    padding: 15px 0px; 
    font-size: 16px;
    color: black;
    list-style-type: none;
    align-items: center;
    vertical-align: middle;
}

.rules-list li span{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    float: left;
    background-color: #70167e20;
    color:  #70167e;
    font-weight: bold;
    border-radius: 50px;
    border: 1px dashed  #70167e;
    margin-right: 15px;
    vertical-align: middle;
}

}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 10%;
    margin-right: auto;
    padding: 10px;
}
.table-body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 10%;
    margin-right: auto;
    padding: 10px;
}

.abt-btn{
    display: inline-block;
    width: 200px;
    margin: auto;
}

@media only screen and (max-width:1024px){
    .desk-none{
        display: block;
    }
    
    
    
     .mob-none{
        display: none;
    }
    .navmenu ul li a {
    position: relative;
    display: flex;
    overflow: hidden;
}
    .act-box-bottom{
    padding: 30px;
    min-height: auto;
    width: 100%;
        margin-bottom: 20px;
    border-radius: 20px;
  
}
    
    .director-photo img{
        margin-bottom: 20px;
    }
    .activity-row {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    display: block;
    align-items: stretch;
}
    .act-box{
        margin-bottom: 20px;
        border:0px;
    }
    .video-section {
    position: relative;
    background-position: right;
    background-size: cover;
    background-image: url(https://html.vecurosoft.com/toddly/demo/assets/img/rooms/room-video-bg.jpg);
    height: 300px;
        border-radius: 20px;
}
    .main-heading.text-center {
    padding: 0px 20px;
}
}
    
    @media only screen and (max-width:768px){
        .testimonial-section{
            background-image: none;
        }
        .main-heading h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
}
        .tesimonial-row {
    display: block;
  
}
        
        .user-comment {
    padding-left: 0px;
            padding-top: 30px;
}
        .user-photo i {
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 50px;
    background-color: #d18109;
    color: white;
    border: 2px solid #fff;
    left: 100px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    bottom: 0;
}
    }

.d-flex.flex-column.align-items-center.align-items-lg-start {
    float: left;
    text-align: left;
    align-items: flex-start !important;
}


.sec-bg{
    background-image: url(../img/vs-about-h1-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.sec-bg-2{
    background-image: url(../img/program-bg-h2.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}

.sec-bg-3{
    background-image: url(../img/team-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}