* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: white;
}

.footer-school:hover {
    background-color: red;
    border-radius: 5px;
    transition: all 0.7s;
    font-size: 20px;
}
.simple-hover:hover
{
    background-color: red;
    border-radius: 5px;
    transition: all 0.7s;
    font-size: 17px;
}

.footer-icon-number:hover {
    padding: 5px;
    background-color: red;
    border-radius: 8px;
    color: white;
}

.footer-icon-number a:hover {
    color: maroon;
}

html,
body {
    overflow-x: hidden;
    background-color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    scroll-behavior: smooth;

}

/* Scroll Bar Navigation Section */
body::-webkit-scrollbar {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: maroon;
    border-radius: 10px;
}

/* Scroll Bar Navigation Section end*/
/* Navigation Css Section */
.animation {
    position: absolute;
    height: 100%;
    top: 0%;
    z-index: 0;
    background-color: maroon;
    width: 100px;

}

.container-fluid h5 {
    color: maroon;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
}

.container-fluid h6 {

    color: maroon;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    left: 15px;
}
.container-fluid .v-j-modha-main-title
{
    position: relative;
    left: 95px;
}

 .main-logo-title {
    position: relative;
    left: 30px;
} 

#next-line
{
    display: inline-block;
}



.container-fluid h5 span {
    color: maroon;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

#language-section .nav-item a {
    font-size: 10px;
    color: maroon;
}

#language-section .nav-item a:hover {
    background-color: maroon;
    color: white;
    border-radius: 5px;
}

#logo-title {
    font-size: 12px;
}

.navbar {
    background-color: white;
}

.navbar-brand:hover {
    color: goldenrod;
}

#nav-link {
    color: maroon;
}

.navbar-toggler:focus
{
    outline: none;
    border: none;
    border: 4px solid maroon;
}


#logo-heading {
    color: maroon;
    font-size: 15px;
    font-weight: bolder;
}

.navbar-brand img {
    height: 70px;
    width: 80px;

}

.navbar-brand {
    color: maroon;
    font-size: 15px;
    font-weight: 800;
}

#search-icon {
    color: maroon;
    position: relative;
    left: 230px;
    cursor: pointer;
}


.logo {
    color: maroon;
    text-decoration: none;
    font-size: 20px;

}

.logo h6 {
    font-weight: bold;
}

.nav-item a {
    color: black;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.nav-item #nav-link:hover {
    background-color: maroon;
    color: white;
    border-radius: 5px;
}


.fa-bars {
    color: maroon;
}

/* Droupdown Menu Css */


/* carousel Section */
.hero {
    width: 100%;
}

.hero .carousel-item img {
    height: 668px;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.hero #carousel-item::before {
    content: '';
    background: rgba(55, 12, 5, 0.612);
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    opacity: .8;
}

.hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    position: absolute;

}

.hero .carousel-contenet-container {
    text-align: center;
    color: white;

}

.hero .carousel-contenet-container h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    margin-top: 20px;
}

.hero .carousel-contenet-container p {
    width: 70%;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 auto 30px auto;
}

.hero .carousel-contenet-container span {
    color: red;
}

.buttons .button1 button {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 30px;
    line-height: 1;
    margin: 10px 10px;
    color: white;
    background-color: maroon;
    border: 2px solid white;
    border-radius: 50px;
    cursor: pointer;

}

.buttons .button2 button {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 30px;
    line-height: 1;
    margin: 10px 45px;
    color: white;
    background-color: maroon;
    border: 2px solid white;
    border-radius: 50px;
    cursor: pointer;

}

.buttons .button1 a {
    text-decoration: none;
    color: white;
}

.buttons .button1 button:hover {
    background-color: red;
    color: white;
    font-weight: bolder;
}

.buttons .button2 button:hover {
    background-color: red;
    color: white;
    font-weight: bolder;
}

/* Welcome Section Css */
#container3 {
    margin-top: 20px;
    background-color: maroon;
    padding: 10px;
}

.card-header {
    background-color: white;
}

.welcome-section {
    background-color: white;
    color: black;

}

.card img {
    height: 190px;
    width: 180px;
    margin-left: 0px;
    margin-top: 10px;
}

#small-text {
    font-size: 12px;
}

.card-body h5 {
    line-height: 1.6;
}

.card-title span {
    font-size: 22px;

}


.school-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Welcome Section Css End*/
/* Main Schools List and Photos Section */
#container2 h2 {

    color: white;
    border-bottom: 4px solid goldenrod;
    margin-left: 430px;
    margin-right: 430px;
    margin-bottom: 50px;

}

#container2 {
    background-color: maroon;
    height: 90%;
    width: 90%;
    padding: 30px;
    margin-top: 40px;
    border-radius: 10px;
}

.container-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card {
    border-radius: 10px;
}

.card img {
    border-radius: 10px;
}

.card h5 {
    color: maroon;
}

/* *********************************************************************************************************************** */
/* Number Count Section */
.counts {
    padding: 30px 0;
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: maroon;
    font-weight: 700;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #37423b;
}

/* Number Count Section  End*/
/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */
/* Feature Box Section */
.feature .main-feature-box {
    margin-bottom: 30px;
    box-shadow: 0 70px 126px 50px rgba(251, 131, 133, 0.2);
    position: relative;
    padding: 25px 20px;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    border-radius: 10px;
}

.fa-chalkboard-user {
    padding-top: 20px;
    font-size: 20px;
}

.feature .main-feature-box .icon {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    color: white;
    transition: .5s;
    font-size: 25px;
    line-height: 60px;
    background-color: maroon;
}

.feature .main-feature-box {
    background-color: white;
}

#box {
    border-radius: 10px;
}

.feature .main-feature-box h3 {
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 7px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: maroon;
}

.feature .main-feature-box p {
    font-size: 13px;
    padding-bottom: 7px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

/* Feature Box Section End */
/* ********************************************************************************************************************** */
/*  About Schools information Section  */
.card-title {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
}

/* Number Counter Section */
.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 30px 50px;
}

.counter {
    font-size: 60px;
    margin-top: 10px;
}

/* Vision And Mission Section css */
.vision-img {
    height: 200px;
    width: 40px;
}

#card-2 {
    margin-top: 50px;
    padding-bottom: 30px;
}

/* ************************************************************************************************************* */
/* gallery Section  */
.gallery-title1 {
    color: maroon;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px;
}
.gallery-title-Middle
{
    color: white;
    font-size: 23px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 20px;
}
.gallery-title-Middle span {
    border-bottom: 4px solid goldenrod;
}

.gallery-title1 span {
    border-bottom: 4px solid goldenrod;
}

.gallery-title2 {
    color: maroon;
    font-size: 21px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;

}
.gallery-title1 #secind-title
{
    position: relative;
    top: 65px;
    bottom: 100px;
}

.gallery-title2 span {
    border-bottom: 4px solid goldenrod;
}

.gallery-title3 {
    color: maroon;

    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    /* margin: 10px;
    margin-left: 29vw;
    margin-right: 30vw; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-title3 span {
    border-bottom: 4px solid goldenrod;
}

.gallery-title4 {
    color: maroon;
    border-bottom: 3px solid goldenrod;
    font-size: 21px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-gallery-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}


#gallery-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

.item:hover {
    filter: brightness(70%);
}

.item {
    transition: .5s ease-in-out;
}

.gallery-img {
    border: 6px solid maroon;
    border-radius: 10px;

}

#main-gallery-img-card {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery-img-title {
    color: maroon;
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

.gallery-photo-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20px;
}

/* gallery Section  End*/
/* *********************************************************************************************************************** */
/* ************************************************************************************************************* */
/* Video Section  */

.video-container .video {
    display: inline-block;
    height: 250px;
    width: 350px;
    margin: 0px;
    border: 7px solid maroon;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.video-container .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.video-container .video:hover video {
    transform: scale(1.1);
}

.popup-video {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    display: none;
}

.popup-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border-radius: 5px;
    border: 3px solid maroon;
    object-fit: cover;
}

.popup-video span {
    position: absolute;
    top: 25px;
    right: 70px;
    color: white;
    font-size: 50px;
    font-weight: bolder;
    z-index: inherit;
    cursor: pointer;

}

/* Video Section  End*/
/* *********************************************************************************************************************** */


/* *********************************************************************************************************************** */
/* Founder Section  */
#container2 h1 {

    color: white;
    border-bottom: 3px solid goldenrod;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.founder {
    border-bottom: 3px solid goldenrod;
    color: white;
    font-size: 25px;
    margin-left: 38vw;
    margin-right: 20vw;
}

/* NEW Founder Section  */
.team-area {
    position: relative;
    left: 190px;
    top: 20px;
    margin-bottom: 30px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.site-heading h2 span {
    color: #ff5a6e;
}

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.site-heading h4::before {
    background: #ff5a6e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.site-heading h2 span {
    color: #ff5a6e;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.team-area .single-item {
    margin-bottom: 30px;
}

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-area .item .thumb::after {
    background: #060606eb none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
}

.team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}

.team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.team-area .item .thumb .overlay p {
    color: white;

}

.team-area .item .thumb .overlay h4 {
    color: whitesmoke;
    display: inline-block;
    position: relative;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
}

.team-area .item .thumb img {
    width: 100%;
    height: 400px;
}

.team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
    opacity: .6;
}

.team-area .item .thumb .social li {
    display: inline-block;
}

.team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.team-area .info .message {
    height: 50px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: maroon;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    position: relative;
    left: 70px;
}

#info .message a {
    position: relative;
    left: 113px;
}

.fa-envelope-open {
    position: relative;
    left: 5px;
}

.team-area .info .message a i {
    font-weight: 500;
}

.team-area .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-area .info span {
    color: maroon;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.team-area .social li.twitter a {
    background-color: black;
    color: white;
}

.team-area .social li.facebook a {
    background-color: blue;
    color: white;
}

.team-area .social li.instagram a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: white;
}

.team-area .social ul li a:hover {
    transform: rotate(360deg);
    transition: 2s all;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

/* NEW Founder Section  End*/
.a-box {
    display: inline-block;
    width: 240px;
    text-align: center;
    position: relative;
    left: 23vw;
    top: 1vw;
    margin-bottom: 50px;
}

.img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.img-container img {
    transform: skew(0deg, -5deg);
    height: 250px;
    margin: -21px 0px 0px -5px;
    width: 211px;
}

.inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 0deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 200px;

}

.text-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 120px 20px 20px 20px;
    border-radius: 20px;
    background: white;
    margin: -120px 0px 0px 0px;
    line-height: 19px;
    font-size: 14px;
}

.text-container h3 {
    margin: 20px 0px 10px 0px;
    color: maroon;
    font-size: 18px;
}

/* gallery Section  End*/
/* *********************************************************************************************************************** */
/* *********************************************************************************************************************** */
/* footer Section */
#footer {
    background-color: maroon;
    margin-top: 20px;
}

.text-white {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.fas {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: maroon;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    text-decoration: none;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: red;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid maroon;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    overflow: hidden;
}
/* #design-slides
{
    background-color: maroon;
    border-radius: 50%;
    height: 10px;
    width: 10px;
} */
.carousel-control-prev-icon {
    color: #000000;
}
.carousel-indicators [data-bs-target] {
    background-color:maroon;
    border-radius: 50%;
    height: 10px;
    width: 10px;

}

.carousel-indicators .active {
    opacity: 1;
    width: 10px;
    height: 10px;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/* footer Section  End*/
/* *********************************************************************************************************************** */



/* ******************************************************************************************************************* */
/* __________________________________________________________________________________________________________________ */
/* Main Trust Contact Page css Start */
/* ----------------------------------------------------------------------------------------- */
/*  Form Section   */
.map {
    position: relative;
    top: 15px;
    margin: 20px;
}

.email p a {
    text-decoration: none;
    color: gray;
}

.phone p a {
    text-decoration: none;
    color: gray;
}

.address p a {
    text-decoration: none;
    color: gray;
}

.breadcrumbs {
    text-align: center;
    background: maroon;
    padding: 30px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-item {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.location-item2 {
   display: flex;
   justify-content: center;
   align-items: center;
   
}

.fa-house-chimney {
    margin-right: 5px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#active-page {
    color: rgb(255, 213, 0);
    font-weight: bolder;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
}

#active-page-icon {
    color: rgb(255, 213, 0);
    font-weight: bolder;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Contact Section */
.contact {
    padding-top: 5px;
}

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: maroon;
    float: left;
    width: 44px;
    height: 44px;
    background: #ecf9f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37423b;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: maroon;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: transparent;

}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: maroon;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid maroon;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #5fcf80;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: maroon;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: maroon;
}

.option {
    margin: 10px;
    margin-top: 25px;
    background-color: maroon;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Contact Section End*/
/*  Form Section   End*/
/* ----------------------------------------------------------------------------------------- */
/* Main Trust Contact Page css End */
/* __________________________________________________________________________________________________________________ */
/* ******************************************************************************************************************* */


/* ******************************************************************************************************************* */
/* __________________________________________________________________________________________________________________ */
/* Main About Page css Start */
/* ----------------------------------------------------------------------------------------- */


.about-us-title {
    color: maroon;
    font-size: 28px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    margin: 15px;
    border-bottom: 4px solid goldenrod;
    margin-left: 26vw;
    margin-right: 26vw;

}

.about-us-title2 {
    color: maroon;
    font-size: 23px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    margin: 15px;
    border-bottom: 4px solid goldenrod;
    margin-left: 25vw;
    margin-right: 25vw;
}

.about-us-title3 {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 3px solid goldenrod;
    margin: 10px;
    margin-left: 37vw;
    margin-right: 33vw;
    position: relative;
    top: 30px;
}

.about-us-title4 {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 3px solid goldenrod;
    margin: 10px;
    margin-left: 39vw;
    margin-right: 39vw;
    position: relative;
    top: 40px;
}

.about-us-title5 {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 3px solid goldenrod;
    margin: 10px;
    margin-left: 33vw;
    margin-right: 32vw;
    position: relative;
    top: 40px;
}

.about-img-title {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin: 15px;
    position: relative;
    left: 5vw;
    margin-bottom: 30px;

}

/* ----------------------------------------------------------------------------------------- */
/* Main About Page css End */
/* __________________________________________________________________________________________________________________ */
/* ******************************************************************************************************************* */











/* ******************************************************************************************************************* */
/* __________________________________________________________________________________________________________________ */
/* Sanskrit Mahavidhyalay school css Start */
/* ----------------------------------------------------------------------------------------- */
/* Main Course Title */

#donation-section {
    background-color: maroon;
    color: white;

}

#donation-section .nav-link {
    color: white;
    font-size: 15px;
    padding-top: 5px;

}

#donation {
    padding-top: 10px;
    margin-top: 5px;
}

#donation2 {
    padding-top: 10px;
    margin-top: 5px;
}

#donation:hover {
    color: white;
    background-color: red;
    border-radius: 5px;
}

#youtube,
#insta,
#facebook,
#twitter {
    padding: 8px;
    border-radius: 2px;
}

#youtube:hover {
    color: white;
    background-color: red;
    border-radius: 5px;
}

#insta:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    border-radius: 5px;
}

#facebook:hover {
    color: white;
    background-color: blue;
    border-radius: 5px;
}

#twitter:hover {
    background-color: black;
    color: white;
    border-radius: 5px;
}

.section-title {
    margin: 40px;
    margin-left: 90px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: maroon;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #37423b;
}

/* Main Course Title End*/

/* Course Card Section */
#course-card {
    display: inline-block;
    margin-left: 60px;
    margin-top: 20px;
}

.main-course-card {
    display: inline-block;

}

/* Course Card Button Section End*/

/* Gallery section */
#gallery-btn {
    margin: 30px;
    margin-left: 35vw;
    margin-top: 48px;
    background-color: maroon;
    color: white;
    border: none;
    outline: none;
    font-weight: bolder;
}

#gallery-btn:hover {
    background-color: red;
}

.photo-title {
    color: maroon;
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Gallery section End*/

/* img Description Section */
/* Second img Description Css */
.container2 {
    padding: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

}

.container2 p {
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Fourth img Description Css */
.container4 {
    padding: 30px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

}

.container4 p {
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.imgtitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    margin-top: 14px;
    margin-bottom: 17px;
    color: maroon;
}

.imgdes {
    font-weight: 400;
}


.thumbanail {
    width: 450px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 25px;

}

.thumbanail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
}

.thumbanail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transform: scale(1) rotate(0deg);
    transition: all .5s linear;
}

.thumbanail:hover #first-img {
    transform: scale(1.1) rotate(-1deg);
}


.thumbanail.right {
    float: right;
    margin-left: 20px;
}

.thumbanail.left {
    float: left;
    margin-right: 20px;
}

#first-img {
    height: 23vw;
}

#secend-img {

    height: 24vw;
}
/* img Description Section0 End */
/* Vision and Mission Section */
#vision-mission {
    margin-top: 10vw;
    margin-bottom: 4vw;
}

/* Vision and Mission Section End*/
/* Middel Description Section */
.blockquote p {
    font-size: 20px;
    padding: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}

/* Middel Description Section End*/
/* ----------------------------------------------------------------------------------------- */

#course-info {
    margin-top: 20px;
}

.accordion {
    margin-top: 6px;
    margin-bottom: 30px;
}

.accordion-button {

    background-color: maroon;
    color: white;
}

.accordion-button:active,
.accordion-button:focus {
    border: none;
}

.accordion-button:hover {
    background-color: red !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='10' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='10' width='10' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    background-color: rgb(128, 0, 0);
    color: white;
    font-weight: bolder;
    box-shadow: inset 0 -1px 0 maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 10px;
}

.accordion-body {
    background-color: ghostwhite;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
}

/* table Css */
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: left;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* table Css End*/

/* more Course section */
.more-course-card {
    margin-left: 14vw;
}

/* more Course section End*/


/* Modal Css */
.modalcenter {
    top: 50% !important;
    transform: translateY(-50%) !important;
}


/* Modal Css End*/
.navbar-brand span {

    margin-left: 10px;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-body img {
    height: 400px;
    width: 500px;
}
.modal-body .img2 {
    height: 390px;
    width: 399px;
}

#modal-btn {
    color: white;
    background-color: maroon;
    padding: 8px;
    border-radius: 8px;
}

#modal-x-mark-btn {
    color: maroon;
    font-weight: bolder;
    font-size: 26px;
    background-color: white;
    outline: none;
    border: none;

}

.modal-title {
    color: maroon;
    font-weight: bold;
    font-size: 15px;
}

/* ******************************************************************************************************************* */
/* __________________________________________________________________________________________________________________ */
/* Sanskrit Mahavidhyalay school course css end */
/* ----------------------------------------------------------------------------------------- */
.preloader-title h2 {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 60%;
}

/* Sanskrit Mahavidhyalay school Teacher css End */
/* __________________________________________________________________________________________________________________ */
/* ******************************************************************************************************************* */


























/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Shree V.J.Modha School Css Start */
#Facilities {
    color: maroon;
    margin-right: 20px;

}

.Facilities-title {
    color: maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

#Facilities-box {
    box-shadow: 0 70px 126px 50px rgba(251, 131, 133, 0.2);
}

/* Shree V.J.Modha School Css End */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Donation Page Css Section */
.main-qr-box
{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.qr-title
{
    text-align: center;
    margin-top: 20px;
    color:maroon;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
}
.qr-image img
{
    height: 300px;
    width: 500px;
}
/* Donation Page Css Section End*/


/* *********************************************************************************************************************** */
.goog-te-gadget-simple {
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    padding: 8px !important;
    border-radius: 4px !important;
    font-family: 'Arial', sans-serif !important;
    color: maroon;
}
/* 1. Change the Text Color */
.goog-te-menu-value span {
    color: maroon !important; /* Change this to your preferred color */
}

/* 2. Change the Symbol (Arrow/Triangle) Color */
/* Google uses a border-top to create the triangle, so we change the border color */
.goog-te-menu-value span:last-child {
    border-top-color: maroon !important; /* Match this to your text color */
}

/* 3. Change color on Hover (Optional) */
.goog-te-gadget-simple:hover .goog-te-menu-value span {
    color: red !important;
    border-top-color: red!important;
}

/* 3. Hide the Google Logo (optional) */
.goog-te-gadget-icon {
    display: none !important;
}