/*-- Font Start --*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Cond.woff2') format('woff2'),
        url('../font/MyriadPro-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-BoldCondIt.woff2') format('woff2'),
        url('../font/MyriadPro-BoldCondIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-BoldIt.woff2') format('woff2'),
        url('../font/MyriadPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('../font/MyriadPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-BoldCond.woff2') format('woff2'),
        url('../font/MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Bold.woff2') format('woff2'),
        url('../font/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Regular.woff2') format('woff2'),
        url('../font/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Light.woff2') format('woff2'),
        url('../font/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-CondIt.woff2') format('woff2'),
        url('../font/MyriadPro-CondIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../font/MyriadPro-Semibold.woff2') format('woff2'),
        url('../font/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../font/Times-BoldItalic.woff2') format('woff2'),
        url('../font/Times-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../font/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
        url('../font/TimesNewRomanPS-ItalicMT.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../font/TimesNRCyrMT-Bold.woff2') format('woff2'),
        url('../font/TimesNRCyrMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../font/TimesNRCyrMT.woff2') format('woff2'),
        url('../font/TimesNRCyrMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Times New Roman Cyr';font-size: 18px;}
body.scrollbar{
/*        overflow-y: scroll;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {color: #000000;font-weight: 600;}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-family: 'Times New Roman Cyr';
    line-height: 28px;
    text-align: justify;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 18px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
   font-family: 'Times New Roman Cyr';
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Myriad Pro';
}

.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.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: 5px;
}
.main {
    overflow: hidden;
}
.button-2 {
  color: #fff;
  border: 3px solid #880215;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #880215 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;
}
.button-2:hover {
  background-position: 100%;
  color: #890215;
}

/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: transparent;
    background-image: linear-gradient(160deg, #30428e 0%, #0b219c 100%);
    padding: 5px 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: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.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;
}
.top-lf {
    display: flex;
    align-items: center;
}
.toplogobox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.toplogobox a {
    display: inline-block;
    border: 1px solid #fff;
    line-height: 0;
}
.logo-se {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

header.header-area .btnboxarea {
    margin: 0px;
    width: auto;
}

header.header-area a.nav-brand {
    margin: 0px;
}

header.header-area .btnboxarea a.button-ds {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 10px 15px;
}
.classynav ul li.hidemenu{
    display: none;
}


.classynav ul{
    padding: 0px;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
.slider-banner .item {
  height: 100vh;
  position: relative;
}
.slider-banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-banner .item .cover {
  position: absolute;
  width: 35%;
  display: flex;
  align-items: center;
  top: 50%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-banner .item .cover .header-content {
  position: relative;
  padding: 36px;
  overflow: hidden;
  background-color: #f8d641;
  background-image: url(../img/slider-bg.png);
  background-size: cover;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 85%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.slider-banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #2e408f;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider-banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.slider-banner .item .cover .header-content h1 {
  font-size: 32px;
  font-weight: 800;
  word-spacing: 3px;
  color: #2e408f;
}
.slider-banner .item .cover .header-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #30428e;
  font-family: 'Times New Roman Cyr';
}
.slider-banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider-banner .owl-item.active .button-ds {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider-banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slider-banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slider-banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(48 66 143) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border: none;
}
.slider-banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
  top: -3px;
  position: relative;
}
.slider-banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider-banner .owl-nav .owl-prev:hover {
  background: #2e408e !important;
}
.slider-banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(48 66 142) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider-banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  position: relative;
  top: -3px;
}
.slider-banner .owl-nav .owl-next:focus {
  outline: 0;
}
.slider-banner .owl-nav .owl-next:hover {
  background: #2e418e !important;
}
.slider-banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slider-banner:hover .owl-next {
  right: 0px;
  opacity: 1;
  border: none;
}
.button-ds {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    background: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 18px;
    isolation: isolate;
    color: #2e408e;
    font-family: 'Myriad Pro';
}
.button-ds:before {content: "";transition: all 250ms ease-in;width: 100%;height: 100%;position: absolute;inset: 0;z-index: -1;transform: rotateX(90deg);opacity: 0;background-color: transparent;background-image: linear-gradient(160deg, #30428e 0%, #0b219c 100%);}
  
.button-ds:hover{
color: #fff;
}
.button-ds:hover:before {transition: all 250ms ease-out;transform: rotateX(0deg);opacity: 1;}
/*-- Banner End --*/

/*-- About Section Start --*/
.about-imgbox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.about-img3 {
    width: 100%;
    padding: 40px;
    position: relative;
}
.about-img3:before{
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/ed-shape-1-1.png);
}
.about-img3:after{
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/ed-shape-1-1.png);
}
.about-imgbox img {
    width: 100%;
}
.titlebox{
    position: relative;
    display: flex;
    align-items: center;
}
.titlebox .title:after{
    content: "";
    height: 40px;
    width: 40px;
    background-image: url(../img/book.png);
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 10px;
    background-repeat: no-repeat;
}
.titlebox .title {
    font-weight: 800;
    letter-spacing: -1px;
    color: #30428e;
    font-size: 32px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.content p{
    text-align: justify;
}
.btnboxarea .button-ds{
    background: #2e418f;
    color: #fff;
}
.btnboxarea .button-ds:before{
    background-image: none;
    background-color: #f8d641;
}
.btnboxarea .button-ds:focus{
    color: #fff;
}
.btnboxarea .button-ds:hover{
    color: #2e418f;
}
.btnboxarea {
    margin-top: 20px;
}
/*-- About Section End --*/


/*-- Core Value Section Start --*/
.core-value-secarea {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.core-value-item {
    width: calc(33.333% - 12px);
    text-align: center;
    padding: 15px;
    background: #f2d665;
    min-height: 250px;
    margin-top: 60px;
    clip-path: polygon(0% -100%, 100% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.corevale-itemcontnt .h3 {
    font-size: 24px;
    font-weight: bold;
}

.core-value-item-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: -70px auto 20px;
    border: 2px solid #30428e;
    box-shadow: 1px 11px 15px 0px rgb(48 66 142 / 30%);
    background: #fff;
    padding: 17px;
}

.core-value-item-img img {
    width: 100%;
}
.core-value-sec {
    position: relative;
}
.content-part p{
    text-align: justify;
    text-align-last: center;
}
.core-value-sec:after {
    height: 200px;
    width: 100%;
    background: #2e418e;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
}
.centeralignall .title {text-align: center;margin: 0 auto 20px;}

.centeralignall .content p {
    text-align: center;
}
.counterbox {
    background: #eeeeee;
    text-align: center;
    padding: 20px;
    margin-top: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.counterbox .ms-animated {
    margin: 0px;
    text-align: center;
    font-weight: 800;
}

.counterbox .ms-animated span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}

.counter-icon {
    width: 80px;
    margin: 0 auto 20px;
}
/*-- Core Value Section End --*/

/*-- CTA1 Setion Start --*/
.cta1-area {
    background-color: #f8d641;
    background-image: url(../img/slider-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cta1img {
    width: 25%;
    margin-top: -30px;
    padding: 0px 16px;
}

.cta1-content {
    width: 65%;
    padding: 15px 40px;
}

.cta1-content .h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2e418e;
}

.cta1-content p {
    font-size: 22px;
    font-weight: bold;
}
/*-- CTA2 Section End --*/

/*-- Achievment Section Start --*/

.calanderbox {
    height: 628px;
    padding: 15px;
    background: #eeeeee;
    overflow-y: auto;
    overflow-x: hidden;
    border: 2px solid #eee;
}

.colander-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 15px;
}

.calander-date {
    width: 20%;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background: #2e418f;
    color: #fff;
    padding: 16px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.calander-content {
    width: 80%;
    padding-left: 20px;
}

.calander-content p {
    margin: 0px;
}

.calander-content .h5 {
    font-weight: bold;
    color: #2e418f;
}
.imagebox-content {
    padding: 20px;
    background: #30428e;
}
.imagebox-content p{
    color: #fff;
    text-align: center;
    text-align: justify;
    text-align-last: center;
}
.imgarea {
    border: 2px solid #fff;
    line-height: 0;
    margin-bottom: 15px;
}
.ullist li {
    position: relative;
    margin-bottom: 5px;
}

.ullist li:after {
    content: "";
    height: 5px;
    width: 5px;
    background: #2e418f;
    display: block;
    position: absolute;
    left: -14px;
    top: 8px;
}

ul.ullist {
    padding-left: 20px;
}
.imagebox-content .h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}
.yellowcolor .button-ds:before{
        background: #f5d867;
        color: #2e418f;
}
.yellowcolor .button-ds:hover:before{
     color: #2e418f;
}
/*-- Achievment Section End --*/

/*-- Gallery Section Start --*/
.gallery-sec{
    background-image: url(../img/gallery-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 999;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  padding: 10px;
  background: #fff;
}
.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: 2em;
}

#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: 2em;
  }
}

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

#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-sec:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5d867;
    opacity: 0.9;
}

.gallery-sec .container {
    position: relative;
    z-index: 1;
}
div#gallery2 {
    position: relative;
    z-index: 99999;
}
.video-box iframe {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    line-height: 0;
}
/*-- Gallery Section End --*/

/*-- Testimonial Section Start --*/
.testi-itembox {
    padding: 30px 60px;
    background: #eeeeee;
    margin-top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.testi-itemicon img {
    width: 50px !important;!i;!;
}

.testi-itemicon {
    margin-top: 0px;
    margin-bottom: 10px;
}

.testi-aouther {
    border-top: 1px solid #2e418f;
    padding-top: 20px;
}

.testi-aouther .rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    color: #ffd000;
    margin-bottom: 10px;
}

.testi-aouther .h5 {
    color: #2e418f;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 0px;
}
.arrowbox{
    position: relative;
}
.arrowbox button.owl-prev {
    top: 50%;
    left: -20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.arrowbox button.owl-next {
    top: 50%;
    right: -20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.arrowbox button {
    background: #30428e;
    border: 0px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    font-size: 30px;
}
.arrowbox button i {
    color: #fff;
}
.principal-sec .arrowbox button.owl-prev{left: 50px;}
.principal-sec .arrowbox button.owl-next{
    right: 50px;
}
.arrowbox .owl-dots button {
    height: 10px;
    width: 10px;
    position: static;
    opacity: 0.5;
}

.arrowbox .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -30px;
    z-index: 9999;
    position: relative;
}

.arrowbox .owl-dots button.owl-dot.active {
    opacity: 1;
}
/*-- Testimonial Section End --*/

/*-- Blog Section Start --*/
.blog-item {
    background-color: #f8d641;
    background-image: url(../img/slider-bg.png);
    padding: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
}

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

.blog-title .h3 {
    font-size: 22px;
    font-weight: bold;
    color: #2e418f;
}
/*-- Blog Section End --*/
#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10000;
    animation: popup 1.5s;
    background: #0000006e;
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#once-popup .inner {
    background: #ffffff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #2d408d;
    }
#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    background: #30428e;
    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: #30428e;
    margin-top: 14px;
    font-size: 31px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    background: #30428e;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
}
.popuptext .h4,
.popuptext .h3 {
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.formbox .form-control {
    padding: 10px 15px;
    height: auto;
    border-radius: 0px;
    border: 0px;
    border: 1px solid #dba22d;
    border-bottom: 2px solid #30428e;
    height: 45px;
    color: #000;
    font-size: 14px;
    background: #ffffff;
}
.btnboxarealine button.button-ds {
    border: none;
    background: #000;
    color: #fff;
}
.formbox .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.formbox .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.popimg img {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.popimg {
    border: 2px solid #30428e;
    border-radius: 10px;
    padding-bottom: 15px;
    padding: 0;
    background-color: #f5d867;
    position: relative;
    overflow: hidden;
}
.formbox {
    position: relative;
    z-index: 1;
}
.popimg:after{
    background-image: url(../img/gallery-bg.jpg);
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.1;
}
.primsg {
    text-align: center;
    background-color: #eeeeee;
    padding: 60px 40px 60px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.primsg .infob {
    color: #000000;
    margin-top: 10px;
    text-align: left;
}
.primsg .pri-img {
    width: 40%;
}

.primsg .pri-img img {
    width: 100%;
}

.pri-content {
    width: 60%;
    padding: 0px 90px 0px 120px;
}

.pri-content .h3 {
    font-weight: bold;
    color: #30428e;
    text-align: left;
}

.pri-content p {
    color: #000000;
    margin: 0px;
    text-align: justify;
}
.pri-content .h2 {
    color: #30428e;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}
.imgtestiii img{
    width: 100%;
}
/*-- Footer Start --*/
.dg-ft-content .btnboxarea a {
    width: 100%;
}
.dg-ft-col1 .btnboxarea {
    width: 100%;
    margin: 20px auto 0;
    max-width: 200px;
}
.dg-footer {
    background: #eeeeee;
}
.dg-ftlogo {
    text-align: center;
}
.dg-ft-content {
    padding: 50px 0px 25px 0px;
}

.ft-meu .h3 {
    color: #2e418f;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e418f;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
}

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

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

.ft-menulist li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #000000;
    display: block;
    position: absolute;
    left: -22px;
    top: 8px;
}
.ft-menulist li:hover:after{
    background: #2e418f;
}
.ft-menulist li a:hover{
    color: #2e418f;
}
.ft-info li {
    position: relative;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    padding-left: 30px;
    color: #000;
}

ul.ft-info {
    padding: 0px;
    margin: 0px;
}

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

.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: 40px;
    width: 40px;
    background: #30428e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 100%;
}
.ft-content {
    color: #000000;
    margin-top: 10px;
}
.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: #30428e;
    border-color: #30428e;
}
.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: #30428e;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.dg-mapbox {
    line-height: 0px;
}
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.mobile-ctickybtn {
    display: none;
}
.sticky-socialmedia {
    position: fixed;
    bottom: 28%;
    right: 0;
    z-index: 9999;
}
.sticky-socialmedia ul {
    margin-top: 30px;
}
.sticky-socialmedia li a {
    width: 40px;
    height: 40px;
    background: #2e418e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.sticky-socialmedia svg {
    fill: #fff;
    height: 20px;
}
/*-- Footer End --*/
.corevalue-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #2e418f;
    margin-top: 13px;
    padding: 10px;
}

.corevalue-img {
    width: 20%;
}

.corevalue-content {
    width: 80%;
    padding-left: 15px;
    border-left: 1px solid #2e418f;
}
.corevalue-content .h3 {
    font-weight: bold;
    color: #2e418f;
}

.corevalue-content p {
    margin: 0px;
}
.primsg.fullcontent .pri-content {
    width: 100%;
}

/*-- Innerpage Start --*/
.innertitlebar {
    background: #f8d641;
    text-align: center;
    padding: 30px 20px;
}

.innertitlebar h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    color: #223594;
}
.sec2-formbox {
    background-color: #f5f5f5;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 1;
    border: 3px solid #2e418f;
}
.sec2-formbox h2 {
    font-weight: bold;
    color: #2e418f;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.sec2-formbox p {
    text-align: center;
}

.sec2-formbox .form-control {
    padding: 15px 15px;
    background: #ffffff;
    border: 1px solid #2e418f;
    color: #000;
    margin-bottom: 10px;
    border-radius: 0px;
}
#bannerform .btnboxarea .button-ds{
    border: none;
}
.contact-infopage ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-infopage ul li {
    text-align: center;
    background: #f5f5f5;
    padding: 30px;
    width: calc(33.333% - 10px);
    margin-top: 60px;
}

.contact-infopage ul li i {
    height: 50px;
    width: 50px;
    background: #2e418f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    margin: -50px auto 10px;
}

.infobox h4 {
    color: #2e418f;
    font-size: 22px;
}

.infobox a {
    color: #000;
}
/*-- Innerpage End --*/

/*-- About Page Start --*/
.vision-sec{
    background-image: url(../img/about-bg.jpg);
        background-size: cover;
}
.whitetext ul li,
.whitetext p,
.whitetext .titlebox .title{
    color: #fff;
}
.vision-sec .contentbox {
    padding: 30px 0px;
}
.vision-sec .col-lg-4 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.absec2-img {
    margin-top: 0px;
}
.absec2-img img {
    max-width: 360px;
}
.mission-sec {
    position: relative;
    overflow: hidden;
}

.flotingimg {
    position: absolute;
    top: 50%;
    right: -110px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 500px;
}
/*-- About Page End --*/

/*-- The Shri Way Page Start --*/
.shrisec-imgbox{
    display: none;
}
.shrisec-content {
    text-align: center;
    padding: 40px;
}

.shrisec-content p {
    margin-bottom: 4px;
}
.shrisec-img {
    background-size: cover;
    background-position: left center;
}
.shrisec-content strong {
    color: #2e418f;
    font-size: 30px;
}
.shrisec-content p {
    color: #2e418f;
    text-align: center;
}
/* Timeline defaults */
.timeline {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.timeline::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    margin-left: -3px;
    background-color: #2e418f;
}

.containerbox {
    width: 50%;
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
}

.containerbox::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -13px;
    width: 25px;
    height: 25px;
    z-index: 1;
    border-radius: 50%;
    background-color: #ffffff;
    border: 5px solid #E5BF15;
}

.leftbox {
    left: 0;
}

.rightbox {
    left: 50%;
}

.leftbox::before {
    content: " ";
    position: absolute;
    top: 18px;
    right: 30px;
    width: 0;
    height: 0;
    z-index: 1;
    border: medium solid #2e418f;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #2e418f;
}

.rightbox::before {
    content: " ";
    position: absolute;
    top: 18px;
    left: 30px;
    width: 0;
    height: 0;
    z-index: 1;
    border: medium solid #2e418f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #2e418f transparent transparent;
}

.rightbox::after {
    left: -13px;
}

.timeline .content {
    padding: 0;
    position: relative;
    border-radius: 6px;
    background-color: #FFF;
}
.timeline-cont {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #a0a0a0;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.1);
}

.timeline-cont h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    color: #2e418f;
}

.timeline-cont h4 {
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 600px) {
    .timeline::after {
        left: 28px;
    }

    .containerbox {
        width: 100%;
        padding-left: 50px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .containerbox::before {
        left: 40px;
        border: medium solid #2e418f;
        border-width: 10px 10px 10px 0;
        border-color: transparent #2e418f transparent transparent;
    }

    .leftbox::after,
    .rightbox::after {
        left: 14px;
    }

    .rightbox {
        left: 0%;
    }
}
/* --------------------------------------- */

/**/
.conteactpart2 h3 {
    font-size: 22px;
    color: #2e418f;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 30px;
}
.differentiators-sec {
    background: #fff;
}
.educator-sec h3 {
    color: #2e418e;
}
.textdesign1 {
    background-color: #eee;
    padding: 30px;
    margin-top: 15px;
    border-left: 5px solid #2e418f;
    background-image: url(../img/list-bg-img.jpg);
    background-size: cover;
}

.textdesign1 .titlebox .title {
    font-size: 24px;
}

.textdesign1 .titlebox .title:after {
    height: 30px;
    width: 30px;
}
.content table {
    width: 100%;
    background: #eee;
    margin-bottom: 15px;
}

.content table ul {
    padding: 0px;
    margin: 0px;
}

.content table td {
    padding: 30px;
}

.content table td:nth-child(odd) {
    background: #2e418f;
}

.content table td:nth-child(odd) p, .content table td:nth-child(odd) li {
    color: #fff;
}
.content table.design2 td:nth-child(odd){
     background: #e9e9e9;
}

.content table td ul li {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 0px;
}
.content table td ul li:after{
    display: none;
}

.content table td ul li:last-child {
    border-bottom: 0px;
}

.content table td ul li:nth-child(1) {
    background: #f8d641;
    color: #000;
    text-align: center;
    border-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.singleimg img{
    width: 100%;
}
.yellowbg {
    background: #fffae7;
}
.content ol {
    padding: 0px;
}

.content ol li {
    background: #eee;
    margin-top: 10px;
    padding: 20px;
    border-left: 7px solid #2e418e;
}

.content ol li strong {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e418e;
}
.content ul li {position: relative;margin-top: 15px;}

.content ul li:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #2e418f;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 11px;
    left: -20px;
}
.student-box {background: #ffffff;padding: 10px;text-align: center;position: relative;z-index: 2;max-width: 280px;margin: 20px auto 0;box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);}
.stu-content {
    margin-top: 14px;
}

.stu-content p {
    text-align: center;
    margin: 0px;
}
.first-line:after {
    content: "";
    height: 300px;
    width: 2px;
    display: block;
    background: #2e418e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
}

.first-line {
    position: relative;
}

.first-line:before {
    content: "";
    height: 2px;
    width: 400px;
    display: block;
    background: #2e418e;
    position: absolute;
    bottom: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 1;
}
.second-line .col-lg-3 {
    position: relative;
}

.second-line .col-lg-3:after {
    content: "";
    height: 300px;
    width: 2px;
    display: block;
    background: #2e418e;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1;
}

.second-line .col-lg-3 .student-box {
    margin-top: 80px;
}
.second-line:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #2e418e;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 1;
    max-width: 991px;
}

.second-line {
    position: relative;
}
.notopline.second-line:after{
    display: none;
}
.tree-box{
    background-image: url(../img/background-student.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}
.gallery-sec.innerpagegallery {
    background: #fff;
    background-image: none;
}
.gallery-sec.innerpagegallery:after{
    display: none;
}
.gallery-sec.innerpagegallery .img-wrapper{
    background: #f8d641;
}
/*-- The Shri Way Page End --*/

/*-- Faqs Section Start --*/
.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: none;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
  background: #2e418f;
  position: relative;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ffffff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 0px;
}

.accordion button .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #ffffff;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background: #eee;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p:last-child {margin-bottom: 0px;}
/*-- Faqs Section End --*/

/*-- Innerpage Commen Style Start --*/
.imagebox-content h4 {
    text-align: center;
    color: #fff;
}

.innerbox-grid1 {
    min-height: 730px;
    margin-bottom: 15px;
}
.graybg{
    background: #eee;
}
.bgbiox {
    padding: 20px;
    background: #2e418f;
    border-radius: 10px;
    margin-bottom: 15px;
}

.bgbiox img {
    border-radius: 10px;
    border: 1px solid #fff;
}

.bgbiox .contentbox {
    margin-top: 10px;
}
.white-text p{
    color: #fff;
}
blockquote{
    text-align: justify;
    background: #f8d641;
    padding: 20px 40px 20px;
}
.management-box {
    background: #eee;
    padding: 20px;
}

.management-box-col1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 4px solid #f8d641;
}

.management-img {
    width: 100%;
    max-width: 120px;
    border: 5px solid #2e418f;
}

.management-pro-info {
    padding: 15px;
}
.borderbox table th,
.borderbox table td {
    border: 1px solid #000000;
}
.borderbox table td a{
    color: #000;
}
/* Tabs */
.tabs {
  width: 100%;
  background-color: #2e418f;
  border-radius: 0px;
  margin-top: 10px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 30px;
  border-radius: 0;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
  background: #3f54a9;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #f8d641;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a{
color: #000;
    }
#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}
.tab-content {
  padding: 10px;
  border: 1px solid #2e418f;
  background-color: #ffffff;
}
.tab-innerc h3{
    font-size: 26px;
    color: #000;
    text-align: center;
}
form ul li,
.tab-innerc ul li{
    position: relative;
    margin-top: 15px;
}
form ul li:after,
.tab-innerc ul li:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #2e418f;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 11px;
    left: -20px;
}
.tab-imgbox img {
    width: 100%;
}

.tab-imgbox {
    padding: 10px;
    background: #eee;
}
.placeholder{
    background: #fff;
}
.checkboxin {
    display: flex;
    text-align: left;
    gap: 10px;
}

.checkboxin p {
    text-align: left;
    margin:0px;
}
.faqcontent {
    padding: 20px;
}
.house-item {
    background: #2e418f;
    text-align: center;
    padding: 20px;
    margin-top: 15px;
}

.house-itemimg {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    padding: 20px;
    margin: 0 auto 20px;
    border: 3px solid #f8d641;
}

.house-itemimg img {
    width: 100%;
}

.house-itemcontent h3 {
    font-size: 24px;
    color: #fff;
}

.house-itemcontent p {
    text-align: center;
    color: #fff;
}

.house-itemcontent {
    min-height: 200px;
}
.dbrand-img {
    line-height: 0px;
    border: 5px solid #f8d641;
}
.headingbox{
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}
.pembox {
    text-align: center;
    background: #fff;
    padding: 20px;
}

.pembox p, .pembox h3 {
    text-align: center;
}
.pembox p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: normal;
}

.pembox h3 {
    font-size: 20px;
    margin-top: 16px;
}
.displaysec {
    background: #fcf7da;
}
.infobox p {
    text-align: center;
    margin: 0px;
}
.valueboxbg {
    min-height: 680px;
    background: #eee;
     border-bottom: 5px solid #30428e;
}
.valueboxbg h4 {
    color: #2e418f;
}
.valueboxbg p{
    color: #000;
}
.valueboxbg .imgarea{
        border: 1px solid #30428e;
}
.bgimgdiff{
    background-image: url(../img/timelinebg.jpg);
}
.visionbox {
    display: flex;
    align-items: center;
    background-color: #eee;
    background-image: url(../img/varient-bg.jpg);
    padding: 25px 45px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-size: cover;
    background-position: top left;
}
.missionimg {
    padding: 20px;
    background: #eee;
    border-radius: 5px;
}
.box-design1 {
    background: #f4f2f2;
    padding: 20px;
    border-radius: 5px;
}

.box-design1 p strong {
    padding-bottom: 15px;
    border-bottom: 1px solid #2e418f;
    display: block;
    color: #2e418f;
    font-size: 22px;
}
table.design3 td:nth-child(odd) {padding: 10px;background: transparent;color: #2e418f;font-weight: bold;vertical-align: middle;}
table.design3 td:nth-child(even) {
    padding: 10px;
    background: transparent;
    vertical-align: middle;
}
table.design3 tr:nth-child(odd) {
    background: #e6ebff;
    border-color: #2e418f;
}
table.design3 tr:nth-child(even) {
    background: #fff;
    border-color: #2e418f;
}
.design3 {
    margin: 0px !important;
}
/*-- Innerpage Commen Style End --*/

/*-- Blog Page Style Start --*/
.imagebox-content.blog-single-item {
    background: #eee;
}

.contentblog-single h4, .contentblog-single p {
    color: #000;
}

.contentblog-single p:last-child {
    margin: 0px;
}

.date-box {
    text-align: center;
    margin: 7px 0px;
    font-weight: bold;
    font-size: 15px;
    color: #2e418f;
}
#comments {
    padding: 30px;
    background: #eee;
    margin-top: 20px;
}

#reply-title {
    font-size: 22px;
    color: #000;
}
#comments textarea {
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    box-shadow: none !important;
    outline: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 10px;
}
#comments .form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    margin-top: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#comments textarea:focus-visible,
.form-control:focus{
    box-shadow: none;
}
.comment-respond .btnboxarea .button-ds{
    border:none;
}
.blog-singleblog-dt {
    margin-bottom: 12px;
    font-weight: 700;
    background: #2e418f;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
}
.blog-pg-contenttext h1, .blog-pg-contenttext h2, .blog-pg-contenttext h3, .blog-pg-contenttext h4, .blog-pg-contenttext h5, .blog-pg-contenttext h6{
    margin-top: 15px;
}
.blog-pg-contenttext ul {
    padding-left: 15px;
}
.blog-pg-contenttext ul li:after{
    content: "";
    height: 8px;
    width: 8px;
    background: #2e418f;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: -16px;
}
.blog-pg-contenttext ul li{
    position: relative;
}
.bh-rightbarblog {
    padding: 15px;
    background: #eee;
}
.bh-rightbarblog .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 50px;
}
.bh-rightbarblog .form-outline .form-control~.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: #000;
    margin-bottom: 0;
}
.bh-rightbarblog #search-button {
    position: absolute;
    right: 0;
    background: #2e418f;
    border-color: #2e418f;
    border-radius: 0px;
}
.bh-rightbarblog .form-outline {
    width: 100%;
}
.bh-recentblog {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.bh-recentblog .h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

.bh-recentblog ul li a {
    color: #000;
}
.single-post{
    overflow: auto;
}
.single-post .main{
    overflow: visible;
}
/*-- Blog Page Style End --*/

.newsbox {
    padding: 15px;
    background: #eee;
    text-align: center;
    min-height: 120px;
    border-bottom: 5px solid #2e418f;
}

.newsbox h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #2e418f;
}

.newsbox p {
    text-align: center;
    margin: 0px;
}
.galeryimagearea {
    background: #fff;
    padding: 10px;
    position: relative;
}

.galeryimagearea h3 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    left: 0;
    margin: 0px;
    background: #fff;
    padding: 10px;
    color: #2e418f;
}
.galeryimagearea a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.newsbox img {
    width: 100%;
    margin-bottom: 15px;
}
.iconimg {
    height: 70px;
    width: 70px;
    background: #f8d641;
    padding: 14px;
    border-radius: 100%;
    margin: -60px auto 15px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}
.datebox {
    position: absolute;
    left: 0;
    top: 0;
    background: #2e418f;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.innerpage-cat-box {
    background-size: cover;
    background-position: center;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-image: url(../img/gallery-bg.jpg);
    position: relative;
    overflow:hidden;
}
.ctanincont {
    position: relative;
    z-index: 1;
}
.innerpage-cat-box:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5d867;
    opacity: 0.9;
}
.innerpage-cat-box h3 {
    color: #2e418f;
    font-weight: 700;
    font-size: 40px;
}
.ctanincont p {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.innerpage-cat-box ul {
        display: flex;
        list-style: none;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 14px;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.innerpage-cat-box ul li:after{
    display: none;
}
.innerpage-cat-box ul li {
        background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.innerpage-cat-box ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.innerpage-cat-box ul li a i {
    color: #2e418f;
    margin-right: 10px;
}
.innerpage-consultcta a {
    box-shadow: none !important;!i;!;
    color: #fff;
    display: inline-block;
    margin: 0 auto 0px;
    width: auto;
    text-transform: capitalize;
    background: #2f418e;
    padding: 10px 20px;
    outline: none !important;!i;!;
}
.innerpage-cat-box .btnboxarea .button-ds {
    border: 1px solid #2e418f !important;
}

.innerpage-cat-box .btnboxarea .button-ds:before {
    background: #fff;
    border: 1px solid #2e418f !important;
}
.innerpage-cat-box ul {
    padding: 0px;
    margin-bottom: 0px;
}


.whyuscontent .contentbox {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #f8d641;
}

.whyuscontent .imagebox {
    margin-top: -210px;
    border-radius: 15px;
    overflow: hidden;
}

.whyusectopn {
    background: #eee;
}
.whyuscontent p {
    padding: 10px;
    border: 1px solid #2e418f;
    border-radius: 10px;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
}
.whyuscontent p span {
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #2e418f;
    z-index: 1;
}
.whyuscontent p:after {
    content: "";
    height: 100%;
    width: 70px;
    display: block;
    position: absolute;
    background: #f8d641;
    top: 0;
    left: 0;
    z-index: 0;
}
/*-- 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;
    }
    .classy-nav-container *{
            width: auto;
    }
    .breakpoint-on .classynav ul li{
        text-align: left;
    }
    .breakpoint-on .classynav ul li a{
    width: 100%;
    text-align: left;
}
/*-- Banner Section Start --*/

.videobanner {
    height: 281px;
}

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

/*-- Banner Section End --*/


/*-- Header Start --*/
.email-address{
    display: none;
}
.slider-banner .item{
    height: 50vh;
}
.slider-banner .item .cover{
        width: 55%;
            left: 32%;
}
.slider-banner .item .cover .header-content h1{
    font-size: 26px;
}
.classynav ul li.hidemenu{
    display: block;
}
.logo-se .btnboxarea{
    display: none;
}
/*-- Header End --*/

/*-- About Section Start --*/
.about-img3 {
    padding: 0px;
    padding-top: 30px;
}
.about-sec .align-items-center {
    flex-direction: column-reverse;
}
.about-img3:after,
.about-img3:before{
    display: none;
}
/*-- About Section End --*/

/*-- Core Values Section Start --*/
.core-value-item{
        width: calc(50% - 12px);
            min-height: 190px;
}
.core-value-secarea {
    justify-content: center;
}
.cta1-area {
    flex-direction: column-reverse;
    padding-top: 40px;
}

.cta1img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cta1-content {
    width: 100%;
}
.calanderbox {
    margin-bottom: 40px;
}
.testimonial-area {
    margin-top: 40px;
}
.primsg{
    padding: 20px 50px 40px;
}
.principal-sec .arrowbox button.owl-prev {
    left: -10px;
}
.principal-sec .arrowbox button.owl-next {
    right: -10px;
}
.primsg .pri-img,
.pri-content{
    width: 100%;
}
.pri-content {
    padding: 40px 0px 10px 0px;
}
/*-- Core Values Section End --*/


/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.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: 0px;
}
.primsg{
        margin-top: 80px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
}
.testimonial-sec .titlebox {
    text-align: center;
    display: flex;
    justify-content: center;
}
.testimonial-area {
        margin-top: 0px;
    }
    .testimonial-sec .col-lg-4 .contentbox.centeralignall {
    margin-top: 20px;
}
/*-- Footer Section End --*/

/*-- Inner page Start --*/
.contact-infopage ul li{
    width: 100%;
    margin-top: 40px;
}

/*-- Inner page end --*/
header.header-area .btnboxarea a.button-ds{
    display: none;
}
.classy-navbar-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*-- About Us Page Start --*/
.singleimg {
    margin-top: 20px;
}
.absec2-img {
    margin-top: 0;
    text-align: center;
    line-height: 0px;
}
.vision-sec .row {
    flex-direction: column-reverse;
}
.flotingimg{
    display: none;
}
.principal-sec.m-0 .primsg {
    margin: 0px;
}
/*-- About Us Page End --*/

/*-- The Shri Way Section Start --*/

.h--timeline-event-content{
    max-width: 690px;
}
.second-line .col-lg-3:after,
.second-line .col-lg-3:after,
.first-line:before,
.second-line:after,
.first-line:after{
    display: none;
}
.tree-box{
        background-size: cover;
}

.second-line .col-lg-3 .student-box {
    margin-top: 20px;
}
.tree-box .mt-5 {
    margin-top: 2rem !important;
}
.row.second-line.mt-5{
    margin-top: 0px !important;
}
.tree-box .centeralignall .title {
    text-align: center;
    margin: 0 auto 0px;
}
/*-- The Shri Way Section End --*/

/*-- Innerpage Commen Style Start --*/

.innerbox-grid1 {
    min-height: auto;
}
.innerrevort .col-lg-8{
    order: 2;
}
.innerrevort .col-lg-4{
    order: 1;
}
.innerrevort .col-lg-12{
    order: 3;
}
blockquote{
    padding: 20px;
}
.management-box{
    margin-top: 20px;
}
ul#tabs-nav {
    flex-wrap: wrap;
    gap: 10px;
}
ul#tabs-nav li {
    width: 48%;
}
ul#tabs-nav li:hover a{
    color: #fff;
}
ul#tabs-nav li:hover{
        background: #3f54a9;
}
.revercetab{
        flex-direction: column-reverse;
}
.house-itemcontent {
    min-height: auto;
}
.revercebox{
    flex-direction: column-reverse;
}
.missionimg{
    margin-top: 20px;
}

/*-- Innerpage Commen Style End --*/

}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.classy-navbar-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.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;
}
.breakpoint-on .classynav ul li a{
    width: 100%;
    text-align: left;
}
.classy-nav-container *{
            width: auto;
}
.breakpoint-on .classynav ul li{
    text-align: left;
}
header.header-area .btnboxarea a.button-ds{
    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 --*/
/*-- Header Start --*/
.classynav ul li.hidemenu{
    display: block;
}
.logo-se .btnboxarea{
    display: none;
}
.email-address{
    display: none;
}
.slider-banner .item{
    height: auto;
}
.slider-banner .item .cover{
        width: 100%;
        left: 32%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
}
.slider-banner .item .cover .container{
    padding:0px;
}
.slider-banner .item .cover .header-content{
    padding: 30px;
}
.cta1-content .h2,
.slider-banner .item .cover .header-content h1{
    font-size: 26px;
}
.imagebox-content .h3{
    font-size: 20px;
}
.titlebox .title{
    font-size: 26px;
}
.top-header-area{
        padding: 5px 0px;
        display: inline-block;
        width: 100%;
        display: none;
}
.titlebox .title:after{
    height: 26px;
    width: 26px;
        top: 5px;
}
.primsg .pri-img,
.pri-content{
    width: 100%;
}
.pri-content {
    padding: 40px 0px 10px 0px;
}
/*-- Header End --*/

/*-- About Section Start --*/
.about-img3 {
    padding: 0px;
    padding-top: 30px;
}
.about-sec .align-items-center {
    flex-direction: column-reverse;
}
.about-img3:after,
.about-img3:before{
    display: none;
}
/*-- About Section End --*/

/*-- Core Values Section Start --*/
.core-value-item{
        width: calc(100% - 12px);
        min-height: auto;
}
.core-value-secarea {
    justify-content: center;
}
.cta1-area {
    flex-direction: column-reverse;
    padding-top: 40px;
}

.cta1img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cta1-content {
    width: 100%;
    text-align: center;
    padding: 15px 15px;
}
.calanderbox {
    margin-bottom: 40px;
}
.testimonial-area {
    margin-top: 40px;
}
.calander-date{
        width: 100%;
        font-size: 16px;
        clip-path: none;
        padding: 5px;
}
.calander-content {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
    text-align: center;
}
.testi-itembox{
    padding: 30px 40px;
}
.blog-title .h3{
    font-size: 20px;
}
.primsg{
    padding: 20px 50px 40px;
}
.principal-sec .arrowbox button.owl-prev {
    left: -10px;
}
.principal-sec .arrowbox button.owl-next {
    right: -10px;
}
.sticky-socialmedia{
    display: none;
}
.primsg .pri-img,
.pri-content{
    width: 100%;
}
.pri-content {
    padding: 40px 0px 10px 0px;
}
/*-- Core Values Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 20px;
}
.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: 0;
    display: block;
}
.point-content{
        min-height: auto;
}
#once-popup .inner{
        padding: 15px;
}
.popuptext h2{
        font-size: 24px;
}
.primsg{
        flex-wrap: wrap;
        margin-top: 10px;
        flex-direction: column-reverse;
        padding: 0px 20px 40px 20px;
}
.testimonial-sec .titlebox {
    text-align: center;
    display: flex;
    justify-content: center;
}
.testimonial-area {
        margin-top: 0px;
    }
    .testimonial-sec .col-lg-4 .contentbox.centeralignall {
    margin-top: 20px;
}
.achivment-img {
    margin-bottom: 0;
}
.corevalue-content .h3{
    font-size: 20px;
}
.corevalue-content,
.corevalue-img {
  width: 100%;
        text-align: center;
}
.corevalue-img img {
    width: 100px;
    margin: 0 auto;
}
.corevalue-content {
    border-left: 0px;
    padding-left: 0px;
    padding-top: 15px;
}
/*-- Footer Section End --*/
/*-- Inner page Start --*/
.contact-infopage ul li{
    width: 100%;
    margin-top: 40px;
}
/*-- Inner page end --*/

/*-- About Us Page Start --*/
.singleimg {
    margin-top: 20px;
}
.absec2-img {
    margin-top: 0;
    text-align: center;
    line-height: 0px;
}
.vision-sec .row {
    flex-direction: column-reverse;
}
.flotingimg{
    display: none;
}
.principal-sec.m-0 .primsg {
    margin: 0px;
}
/*-- About Us Page End --*/
/*-- The Shri Way Section Start --*/
.h--timeline-event-content{
            max-width: 80%;
        padding: 20px;
}
.educator-sec h3{
        font-size: 20px;
}
.shrisec-content {
    text-align: center;
    padding: 40px 10px;
}
.shrisec-content p {
    color: #2e418f;
    text-align: center;
}
.cta1-content p,
.corevalue-content p{
    text-align: center;
}
.second-line .col-lg-3:after,
.second-line .col-lg-3:after,
.first-line:before,
.second-line:after,
.first-line:after{
    display: none;
}
.tree-box{
        background-size: cover;
}

.second-line .col-lg-3 .student-box {
    margin-top: 20px;
}
.tree-box .mt-5 {
    margin-top: 2rem !important;
}
.row.second-line.mt-5{
    margin-top: 0px !important;
}
.tree-box .centeralignall .title {
    text-align: center;
    margin: 0 auto 0px;
}
/*-- The Shri Way Section End --*/
/*-- Innerpage Commen Style Start --*/

.innerbox-grid1 {
    min-height: auto;
}
.innerrevort .col-lg-8{
    order: 2;
}
.innerrevort .col-lg-4{
    order: 1;
}
.innerrevort .col-lg-12{
    order: 3;
}
blockquote{
    padding: 20px;
}
.management-box{
    margin-top: 20px;
}
.management-img {
    max-width: 100%;
}

.management-img img {
    width: 100%;
}
.management-pro-info {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.management-pro-info p {
    text-align: center;
    margin: 0px;
}
ul#tabs-nav {
    flex-wrap: wrap;
    gap: 10px;
}
ul#tabs-nav li {
    width: 100%;
}
ul#tabs-nav li:hover a{
    color: #fff;
}
ul#tabs-nav li:hover{
        background: #3f54a9;
}
.revercetab{
        flex-direction: column-reverse;
}
.sec2-formbox h2{
        font-size: 22px;
    margin-bottom: 10px;
}
.house-itemcontent {
    min-height: auto;
}
.pembox {
    margin-top: 40px;
}
.timeline .content{
        padding: 0;
}
.valueboxbg {
    min-height: auto;
}
.innertitlebar h1{
        font-size: 24px;
}
.revercebox{
    flex-direction: column-reverse;
}
.missionimg{
    margin-top: 20px;
}
.visionbox {
    flex-wrap: wrap;
    padding: 25px 25px 0px 25px;
}
/*-- Innerpage Commen Style End --*/
.newsbox {
    padding: 0px;
    background: #eee;
    text-align: center;
    min-height: 160px;
}
.contentnewss{
    padding: 0px 20px 20px 20px;
}
.arrowbox button{
        font-size: 16px;
}
.innerpage-cat-box ul {
    flex-wrap: wrap;
    gap: 0px;
}

.innerpage-cat-box ul li {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.innerpage-cat-box h3{
        font-size: 32px;
}
.ctanincont p{
        font-size: 20px;
}
.innerpage-cat-box .btnboxarea {
    margin-top: 10px;
}
.arrowbox button{
    height: 30px;
    width: 30px;
}

.whyuscontent p {
    padding: 20px;
    padding-top: 100px;
}

.whyuscontent p:after {
    height: 80px;
    width: 100%;
}

.whyuscontent p span {
    left: 50%;
    top: 40px;
}

.whyuscontent .contentbox {
    padding: 10px;
}
}
/*-- Responsive End --*/