/*-- Font Start --*/
@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'STIXTwoText';
    src: url('../font/STIXTwoText-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}




/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: "STIXTwoText", serif; font-size: 14px;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 16px;
    color: #5c6a8a;
    font-family: "STIXTwoText", serif;
    line-height: 1.7em;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
    font-family: "STIXTwoText", serif;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: "STIXTwoText", serif;
    font-weight: 700;

}

.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.core-value, .beyond-academic-section, .testimonial-sec{
    background: #f3f1ed;
}

.academic-vidanya{
    margin-bottom: 18px !important;
}
.dg-both{
  padding:60px 0px;
}
.button {
  width: 170px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 45px;
}
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox:target {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    z-index: 2;
}
.lightbox {
    display: none !important;
}
.lightbox:target {
    display: flex !important;
}

/* Overlay click close */
.lightbox .overlay {
    position: absolute;
    inset: 0;
}

/* Close button */
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    z-index: 3;
    pointer-events: none;
}

.button-2 {
  color: #000000;
  border: 3px solid #dbc394;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #dbc394 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
      border-radius: 0.75rem;
          text-transform: capitalize;
}
.button-2:hover {
  background-position: 100%;
  color: #ffffff;
  background: #222F5F;
  border-color: #222F5F;
}

/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: #003366;
    padding: 10px 15px;
}
.top-header-area a {
    color: #fff;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    background-position: center;
    background: #222F5F;
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
.tp-cnts ul {
    display: flex;
    gap: 20px;
    margin: 0px;
    padding: 0px;
}

.tp-cnts ul li i {
    height: 50px;
    width: 50px;
    background: #dbc394;
    color: #222f5f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.tp-cnts ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}
.nav-brand img {
    max-width: 210px;
    width: 100%;
}
.classy-navbar {
    width: 100%;
    height: auto;
    padding: .5em 2em;
    display: flex;
    align-items: center;
    /* background-image: url(../img/header-bg.jpg); */
    background-size: cover;
    background-position: center;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
.bannerslider{
    overflow: hidden;
    position: relative;
}
.banner-slide {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
    max-width: 500px;
    background: #890215c4;
    padding: 20px;
    border-radius: 10px;
}
.banner-content .h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
/* overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* popup box */
.popup-box {
     background: linear-gradient(to bottom, #094a80, #222f5f);
    padding: 60px 20px 20px 20px;
  width: 90%;
  max-width: 580px;
  border-radius: 12px;
  position: relative;
  animation: pop 0.3s ease;
      border: 2px solid #fff;
}
.popup-box form .button{
    width: auto;
        text-transform: capitalize;
    border-radius: 0.75rem;
}
.popup-box h3{
    font-size: 24px;
}

/* close button */
.close-btn {
    position: absolute;
    top: 8px;
    right: 23px;
    font-size: 22px;
    cursor: pointer;
    background: white;
    padding: 0px 10px;
    /* height: 25px; */
    border-radius: 5px;
}

/* animation */
@keyframes pop {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cta-box p{
    background: #ffffff;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #606060;
    margin-bottom: 0px;
    color: #000 !important;
}
.banner-content p {
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #000000;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dbc394;
    border-radius: 100%;
}
.banner-content .subhding {
    color: #fff;
    font-size: 20px;
}
.after-school{
    color: #222f5f;
    font-weight: 600;
}
.ul-li li{
    list-style: circle;
}

.header-btn .button{
      width: auto !important;
    background: #dbc394;
    border-color: white;
           font-size: 14px;
    border-radius: 0.75rem;
    text-transform: capitalize;
    font-weight: 600;
}
#booktour-btn{
        background: white;
    border-color: #dbc394;
}
#booktour-btn:hover{
    color: #dbc394;
}
.banner-slide {
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    max-height: 550px;
    height: fit-content;
}
.bannerslider .btn-box {
    margin-top: 15px;
}
.yellowcolor .button-2 {
  border: 3px solid #dbc394;
    background-image: linear-gradient(30deg, #dbc394 50%, transparent 50%);
    color: #000000;
        border-radius: 0.75rem;
}
.yellowcolor .button-2:hover{
    color: #dbc394;
    background: transparent;
}
/*-- Banner End --*/

/*-- About Section Stat --*/
.ab-sec{
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: top center;
    z-index: 9;
    position: relative;
}
.about-video{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}
.vjs-tech{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.videobanner{
    height: 555px;
}
.videobanner .vjs-tech{
    width: 100%;
    position: absolute;
    border-radius: 0px;
    background: transparent;
}
.about-img{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}
.about-img img{
    border-radius: 15px;
}
.badgeimg{
    width: 130px;
    position: absolute;
    top: 20px;
    right: -50px;
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
}
.badgeimg img{
    width: auto;
}
.pointbg {
    background-color: transparent;
    background-image:url(../img/corevalue-img.jpg);
}

.listbg {
    background-color: #eee;
    background-image: url(../img/core-value.png);
    background-size: cover;
}

.listbg, .pointbg {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.point-sec-area img {
    width: 100%;
}

.point-img {
    text-align: center;
    height: 60px;
    width: 60px;
    margin: 0 auto 15px;
}

.point-content {
    text-align: center;
    min-height: 90px;
}

.pointbg .point-content .h4 {
    color: #fff;
}

.pointbg .point-content p {
    color: #fff;
}
.point-content p {
    margin: 0px;
}
/*-- About Section End --*/

/*-- Blog Section Start --*/
.blogslider {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}
.blog-imgbox {
    position: relative;
}

.blog-imgbox .h4 {
    position: absolute;
    margin: 0px;
    font-size: 50px;
    max-width: 220px;
    text-align: center;
    right: -10px;
    color: #880215;
    top: 160px;
}
.blog-slide {
    background: #fff8cc;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content {
    padding: 15px;
    margin-top: 5px;
}

.blog-content .h4 {
    font-size: 21px;
    min-height: 150px;
}
.blog-image {
    position: relative;
}

.blog-image .datebox {
    position: absolute;
    background: #880215;
    color: #fff;
    bottom: -6px;
    right: 10px;
    padding: 5px 15px;
}

.blog-image .datebox:before {
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 30px solid #fff8cc;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    left: -29px;
    bottom: 0;
}
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
}
.blog-sec .swiper-button-prev{
        right: 60px;
}
.blog-imgbox:after{
    content: "";
    height: 230px;
    width: 230px;
    background-image: url(../img/shape1.png);
    display: block;
    position: absolute;
    top: -40px;
    left: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blog-imgbox img {
    position: relative;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- Program Section Start --*/
.op-sec{
        /* background-color: #000000; */
        /* position: relative; */
        /* margin-bottom: 160px; */
}
/* .op-sec:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(../img/Asset-1-a.png);
    background-position: center top;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.3;
} */
/* .opslider {
    position: relative;
    margin-bottom: -90px;
} */

.swiper-container {
    overflow: hidden;
}
.op-content {
    background: #fff;
    box-shadow: 20px 20px 20px 20px rgba(0,0,0,0.5);
}
.card-details{
    padding: 20px;
    text-align: center;
}
.Approach-sec .card{
    height: 380px;
    background:#f7f7f7;
}
.testimonial-video{
        text-align: center;
    padding: 9px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
}
.testimonial-video iframe{
    border-radius: 8px;
}
.testimonial-video p{
    margin-bottom: 5px;
}
.academic-vidanya-section .card{
    height: 480px;
}
.beyond-academic-section .card{
    height: 430px;
}
.academic-vidanya-section .swiper-button-next, .academic-vidanya-section .swiper-button-prev{
    visibility: hidden;
}
.beyond-academic-section .swiper-button-next, .beyond-academic-section .swiper-button-prev{
    visibility: hidden;
}
.testimonial-sec .swiper-button-next, .testimonial-sec .swiper-button-prev{
    top: 60%;
}
.academic-vidanya-section .card-details i{
        color: #222f5f;
    font-weight: 500;
}
.op-content .h4 {
    margin: 0px;
    text-align: center;
    padding: 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #880215;
    background: #eeee;
    border: 1px solid #880215;
    border-radius: 10px;
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.op-slide {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
}
.op-sec .container {
    position: relative;
    z-index: 1;
}
.op-sec .headingbox .h2 {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
/*-- Program Section End --*/

/*-- Cta Start --*/
.cta-sec{
    background-image: url(../img/cta-bg-img.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cta-content {
    text-align: center;
    padding: 80px 80px;
    border-radius: 10px;
    background-image: url(../img/bord-bg.png);
    background-size: cover;
    background-position: top;
}
.cta-hding .h1 {
    color: #dbc394;
        font-size: 46px;
}
.cta-content .cta-hding {
    max-width: 700px;
    margin: 0 auto 30px;
}

.cta-hding p {
    color: #fff;
    font-weight: 400;
}
.cta-hding .h4{
    font-size: 18px;
        line-height: 1.8;
}
.headingbox .h2{
    font-size: 46px;
}
.font-18{
    font-size: 18px;
        line-height: 1.8;
}
/*-- Cta End --*/

/*-- Gallery Section Start --*/
.img-wrapper {
  border-radius: 15px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
#gallery .h2 {
    text-align: center;
    margin-bottom: 20px;
}
#gallery {
    background-color: #fffdf0;
    background-image: url(../img/gallery-bg.jpg);
}
/*-- Gallery Section End --*/

/*-- Topper Section Start --*/
.centertext .h2 {
    text-align: center;
    margin-bottom: 30px;
}
.topper-item {
    border: 2px solid #880215;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.topper-content {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.topper-content .h4 {
    color: #880215;
}

.topper-content .topperdate {
    background: #eee;
    display: inline-block;
    padding: 4px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.topper-imgbox {
    position: relative;
}

.topper-class {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 7px solid #fff;
    margin-bottom: -30px;
}
.topper-sec .container:after {
    content: "";
    height: 400px;
    width: 80%;
    display: block;
    background-image: url(../img/diagonal-lines-2.png);
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.topper-sec .container {
    position: relative;
}

.topper-sec .container .row {
    position: relative;
    z-index: 1;
}
/*-- Topper Section End --*/

/*-- Achivers Section Start --*/
.achiver-imgbox {
    background-color: #eee;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

.achiver-imgbox img {
    border-radius: 15px;
}
.achive-it-img {
    border: 10px solid #fbd800;
    width: 70%;
    margin: 0 auto;
}

.achive-it-img img {
    width: 100%;
}

.achive-item {
    position: relative;
    margin-bottom: 10px;
}

.achive-it-content {
    position: relative;
}

.achive-it-content img {
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 80px;
    z-index: 0;
}

.achive-it-content .course-category {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.achive-it-content .acbox11 {
    position: relative;
    z-index: 1;
    padding: 6px;
    width: 60%;
    margin: 0 auto;
    top: -14px;
}
.achive-it-content .acbox11 .h3 {
    margin: 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.achive-sec {
    background: #fefaee;
}
/*-- Achivers Section End --*/

/*-- FAQ Section Start --*/
.faq-section{
    /* background-color: #ffffff; */
    position: relative;
}

.faq-section .container{
    position: relative;
    z-index: 2;
}
.white-textbox .h2 {
    margin-bottom: 30px;
}

.main-content .description-title {
  font-size: 18px;
  background-color: #e6e6e6;
  color: #000000;
  padding-left: 20px;
  line-height: 55px;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
  font-weight: 500;
}
.main-content .description-title:hover {
background-color: #222f5f;
    cursor: pointer;
    color: #fff;
}
.main-content .expand-collapse {
  float: right;
  margin-right: 15px;
}
.main-content .description {
  font-size: 18px;
  color: #35353f;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  transition: max-height 0.2s ease-out;
  margin: 0px;
}
.main-content .description p {
  margin-top: 4px;
}
.acc-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #000000;
        color: #5c6a8a;
}
.form-boxarea {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: -170px;
        background: linear-gradient(to bottom, #094a80, #222f5f);
}

.form-boxarea .headingbox .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#contact-form .form-group input, #contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 50px;
}
#form-select{
       width: 100%;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 15px;
}
#form-select option {
  color: #000;       /* option text black */
  background: #fff;  /* dropdown bg white */
}
#contact-form .form-group textarea {
    height: 110px;
}
#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#contact-form .form-group input::-ms-input-placeholder,
#contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
#contact-form .form-group {
    position: relative;
    text-align: center;
}

#contact-form .form-group i {
    position: absolute;
    left: 15px;
    color: #fff;
    top: 12px;
    font-size: 20px;
}

.videobox{
    line-height: 0px;
}
.videobox iframe{
    border-radius: 10px;
    border:3px solid #fff;
}
/*-- FAQ Section End --*/

/*-- Testimonils Start --*/
.testi-sec {
    background: #fefaee;
}
.testi-slider{
    overflow: hidden;
    position: relative;
}
.testi-sec {
    background: #fefaee;
}

.testi-work {
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    padding: 20px 50px;
    text-align: center;
    border-radius: 15px;
}

.testi-w-content h4 {
    color: #fff;
}

.testi-w-content p {
    color: #fff;
    margin: 0px;
}
.testi-w-img{
    width: 60px;
    margin:0 auto 15px;
}
/*-- Testimonils End --*/

/*-- Footer Start --*/
.dg-footer {
    background-color: #0091ca;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.dg-ftlogo {
    text-align: center;
}
.ft-meu {
    margin-top: 20px;
}
.dg-ftlogo img {
    border-radius: 7px;
    background: #232f5f;
    padding: 10px;
}
.dg-ft-content {
    padding: 50px 0px 20px 0px;
}

.ft-meu .h3 {
    color: #840214;
    padding-bottom: 10px;
    border-bottom: 1px solid #840214;
    margin-bottom: 10px;
}

.ft-menulist li a {
    color: #000000;
}

.ft-menulist li {
    position: relative;
    margin-bottom: 10px;
}

.ft-menulist li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #000000;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -22px;
    top: 8px;
}
.ft-menulist li:hover:after{
    background: #810213;
}
.ft-menulist li a:hover{
    color: #6f0110;
}
.ft-info li {
    position: relative;
    border: 1px solid #eee;
    padding: 20px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #dbc394;
    color: #fff;
    padding-left: 30px;
    width: calc(23% - 0px);
    display: flex;
    align-items: center;
}

ul.ft-info {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.ft-info li a {
    color: #000;
    font-size: 18px;
}

.ft-info li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    background: #232f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    border: 2px solid #fff;
}
.ft-content {
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    margin: 10px auto 10px;
        line-height: 1.8;
}
.dg-ftlogo .social-icons {
    margin-top: 20px;
}

.dg-ftlogo .social-icons a {
    color: #000000;
    border: 1px solid #000000;
}

.dg-ftlogo .social-icons a:hover {
    color: #840214;
    border-color: #840214;
}
.dg-ftlogo .social-icons a:hover svg{
    fill: #840214;
}
.dg-ft-col1 .social-icons a svg {
    color: #000000;
    fill: #000000;
}
.bottombar {
    text-align: center;
    padding: 20px;
    background-color: #000;
    color: #fff;
}
.dg-mapbox {
    line-height: 0px;
}
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}
.mobile-ctickybtn {
    display: none;
}
/*-- Footer End --*/

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}
#once-popup .inner {
    background: #fefaee;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    background: #860214;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    top: -10px;
    }
    .popuptext h2 {
    color: #880215;
    margin-top: 14px;
        font-size: 28px;
}
.popimg img {
    max-width: 280px;
    width: 100%;
}
.popimg {
    border: 1px solid #880215;
    border-radius: 10px;
    padding-bottom: 15px;
}
.listbox ul {
    padding: 0px;
    margin: 0px;
}

.listbox ul li {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.listbox ul li:nth-child(1) {
    background: #ffac9c;
}

.listbox ul li:nth-child(2) {
    background: #fff3b2;
}

.listbox ul li:nth-child(3) {
    background: #8fdfff;
}

.listbox ul li:nth-child(4) {
    background: #ffe4d1;
}
.whyusimg img {
    width: 100%;
}
.listbox ul li i {
    height: 40px;
    width: 40px;
    background: #0091ca;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.listbox ul li:nth-child(1) i {
    background: #ff2900;
}

.listbox ul li:nth-child(2) i {
    background: #ffd700;
}

.listbox ul li:nth-child(4) i {
    background: #ff6900;
}
.thankyou {
    text-align: center;
    padding: 60px 0px;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.badgeimg{
        right: -20px;
}
.banner-content .subhding{
    font-size: 18px;
}
.stickybtnwhatsapp {
        display: none;
    }
/*-- Banner Section Start --*/

.videobanner {
    height: 281px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}

/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-top: 60px;
}
.listbg, .pointbg{
        margin-top: 0;
}
.op-sec{
        margin-bottom: 140px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/
.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: absolute;
    font-size: 80px;
    max-width: 280px;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
    color:#fff;
}
.form-boxarea {
    margin-top: 30px;
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 20px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
    .mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
.classy-navbar div:nth-child(1) {
    order: 1;
}

.classy-navbar div:nth-child(2) {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #000;
}

.classy-navbar div:nth-child(3) {
    order: 2;
}

.classy-navbar {
    flex-wrap: wrap;
}

.tp-cnts ul {
    width: 100%;
    justify-content: space-between;
}
.cta-content{
        background-image: url(../img/bgbord-imgmobile.png);
}
.ft-info li {
    width: 100%;
}
/*-- Footer Section End --*/

}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.headingbox .h2{
    font-size: 32px;
    text-align: center;
}
.gallery .mr{
    padding-right: 5px;
}
.gallery .ml{
    padding-left: 5px;
}
.ft-info li a {
    font-size: 16px;
}
.ft-content{
    font-size: 18px;
}
.font-18{
    font-size: 18px;
}
.content-text{
    text-align: center;
}
.cta-hding .h1{
    font-size: 32px;
}
.cta-hding .h4{
    font-size: 18px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.cta-box p{
    margin-bottom: 8px;
}
.card-details h5, .testimonial-video h5{
    font-size: 20px;
}
.cta-sec{
    padding-bottom: 40px;
}
.academic-vidanya-section .swiper-button-next, .academic-vidanya-section .swiper-button-prev{
    visibility: visible;
}
.beyond-academic-section .swiper-button-next, .beyond-academic-section .swiper-button-prev{
    visibility: visible;
}
.header-btn .button{
    font-size: 14px;
}
.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.banner-content .subhding{
    font-size: 18px;
}
.email-address a:nth-child(2),
.top-rt {
    display: none;
}
.top-lf {
    width: 100%;
    text-align: center;
}
.stickybtnwhatsapp {
        display: none;
    }
/*-- Banner Section Start --*/

.videobanner {
    height: auto;
    line-height: 0px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}
.banner-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    text-align: center;
    padding: 20px;
    padding-top: 50px;
}
.overlybox{
    display: none;
}
.videobanner .vjs-tech {
    position: static;
}
.desktopbanner{
    display: none;
}
.mobilebanner{
    display: block;
}
.swiper-button-next, .swiper-button-prev{
        margin-top: -40px;
}
/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-top: 40px;
}
.badgeimg{
    width: 90px;
    right: 0;
}
.listbg, .pointbg{
        margin-top: 0;
}
/* .op-sec{
        margin-bottom: 140px;
} */
.banner-content{
    adding-top: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
.achive-it-content .acbox11{
        width: 70%;
}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/
.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: static;
    font-size: 26px;
    max-width: 100%;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.blog-sec .swiper-button-prev {
    right: auto;
    left: 10px;
}
.blog-imgbox:after{
    height: 130px;
    width: 130px;
    top: 40px;
    left: 90px;
}
.blogslider{
        padding-top: 10px;
}
.achive-it-content .course-category,
.achive-it-content .acbox11 .h3{
        font-size: 14px;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
}

.form-boxarea {
    margin-top: 30px;
}
.main-content .description-title {
    padding: 10px 40px 10px 15px;
    line-height: normal;
    position: relative;
    font-size: 16px;
}
.acc-content{
    font-size: 16px;
}

.main-content .expand-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 10px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
ul.ft-info {
    padding-left: 20px;
}
.mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
.point-content{
        min-height: auto;
}
.classy-navbar div:nth-child(1) {
    order: 1;
}

.classy-navbar div:nth-child(2) {
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #000;
}

.classy-navbar div:nth-child(3) {
    order: 2;
}

.classy-navbar {
    flex-wrap: wrap;
    padding: .5em 1em;
    justify-content: center !important;
}
.logo-se{
    margin-bottom: 10px;
}
.tp-cnts ul {
    width: 100%;
    justify-content: center;
}
.cta-content{
        background-image: url(../img/bgbord-imgmobile.png);
        padding: 40px 30px;
}
.ft-info li {
    width: 100%;
}
.nav-brand img {
    max-width: 150px;
    /* height: 55px; */
}

.classy-navbar div:nth-child(2) ul li:nth-child(2) {
    display: none;
}

.tp-cnts ul li i {
    height: 30px;
    width: 30px;
    font-size: 15px;
}
.point-sec.dg-both {
    padding-top: 0px;
}

.cta-hding p {
    font-size: 16px;
}


.cta-content .cta-hding {
    margin-bottom: 20px;
}
    .thankyou {
        text-align: center;
        padding: 40px 0px;
    }
/*-- Footer Section End --*/

}
/*-- Responsive End --*/