                * {
                    margin: 0;
                    padding: 0;
                }
                @font-face {
                    font-family: 'Kokila';
                    src: url('fonts/Kokila Regular.ttf') format('truetype');
                    font-weight: normal;
                    font-style: normal;
                }
                html{
                    overflow-x: hidden;
                }
                a {
                    color: #fff;
                    text-decoration: none;
                }
                
                a:hover {
                    color: #fff;
                    text-decoration: none;
                }
                
                .section-title {
                    text-align: center;
                    padding: 35px;
                    font-weight: 300;
                }
                /* header */
                
                .nav-main {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: space-between;
                    /* background: #222123; */
                    background-color: #000;
                    padding: 0.5rem 3rem;
                    font-size: 0.8rem;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }
                
                .nav-main a,
                .nav-main a:visited {
                    color: #fff;
                    
                }
                
                .nav-main a:hover {
                    /* color: steelblue; */
                    color: #fff;
                }
                
                .nav-main-logo {
                    letter-spacing: 6px;
                }
                
                .nav-main-toggle {
                    background: transparent;
                    border: none;
                    border-radius: 5px;
                    cursor: pointer;
                    transition: transform 0.4s;
                    -webkit-transition: transform 0.4s;
                }
                
                .nav-main-toggle:focus {
                    outline: none;
                }
                
                .nav-main-toggle:hover .line {
                    background-color: #fff;
                }
                
                .nav-main-toggle .line {
                    content: "";
                    width: 25px;
                    height: 2px;
                    background-color: #fff;
                    border-radius: 10px;
                    margin: 7px 0;
                    transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
                    -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
                }
                
                @media (min-width: 768px) {
                    .nav-main-toggle {
                        display: none;
                    }
                }
                
                .nav-main-collapse {
                    -ms-flex-preferred-size: 100%;
                    flex-basis: 100%;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    -ms-flex-align: center;
                    align-items: center;
                }
                
                @media (max-width: 768px) {
                    .nav-main-collapse {
                        position: absolute;
                        height: 100vh;
                        margin-top: 55px;
                        background: inherit;
                        top: 46px;
                        right: 0;
                    }
                }
                
                @media (min-width: 768px) {
                    .nav-main-collapse {
                        display: -ms-flexbox !important;
                        display: flex !important;
                        -ms-flex-preferred-size: auto;
                        flex-basis: auto;
                    }
                }
                
                .nav-main-collapse .nav-main-nav {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding-left: 0;
                    margin-bottom: 0;
                    list-style: none;
                    margin-left: auto !important;
                }
                
                @media (max-width: 768px) {
                    .nav-main-collapse .nav-main-nav {
                        padding: 0 25px;
                    }
                }
                
                @media (min-width: 768px) {
                    .nav-main-collapse .nav-main-nav {
                        -ms-flex-direction: row;
                        flex-direction: row;
                    }
                }
                
                .nav-main-collapse .nav-main-nav-link {
                    display: block;
                    text-align: left;
                    padding: 0.5rem 1rem;
                    padding-right: 0;
                    padding-left: 0;
                }
                
                @media (min-width: 768px) {
                    .nav-main-collapse .nav-main-nav-link {
                        padding-left: 2rem;
                    }
                }
                
                .fixed {
                    position: fixed;
                    top: 0;
                    right: 0;
                    left: 0;
                    z-index: 1030;
                }
                
                .menu-active .nav-main-toggle {
                    transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                }
                
                .menu-active .nav-main-toggle .line {
                    position: relative;
                    width: 27px;
                }
                
                .menu-active .nav-main-toggle .line-top {
                    top: 6px;
                    transform: rotate(45deg) translate(0, -50%);
                    -webkit-transform: rotate(45deg) translate(0, -50%);
                }
                
                .menu-active .nav-main-toggle .line-center {
                    top: -2px;
                    opacity: 0;
                }
                
                .menu-active .nav-main-toggle .line-bottom {
                    top: -12px;
                    transform: rotate(-45deg) translate(0, -50%);
                    -webkit-transform: rotate(-45deg) translate(0, -50%);
                }
                
                .collapse:not(.show) {
                    display: none;
                }
                
                .collapsing {
                    width: 0;
                    overflow: hidden;
                    transition: width 0.35s ease;
                }
                /* header end*/
                /* slider start */
                
                .ns-hover-card-title {
                    padding-bottom: 100px;
                    max-width: 450px;
                }
                
                .ns-hover-card-title strong {
                    font-size: 50px;
                    color: #e6382a;
                }
                
                @media screen and (max-width: 767px) {
                    .ns-hover-card-title {
                        padding-bottom: 40px;
                    }
                    .ns-hover-card-title strong {
                        font-size: 25px;
                    }
                }
                
                #ns-slider {
                    position: relative;
                    /* margin: 20px auto 0 auto; */
                    border-radius: 4px;
                    width: 100%;
                    /*   height: 400px; */
                    overflow: hidden;
                }
                
                #ns-slider ul.image_slider_ul {
                    position: relative;
                    margin: 0;
                    padding: 0;
                    width: 400%;
                    height: 100%;
                    list-style: none;
                }
                #ns-slider ul.image_slider_ul li .bgimage {
                    width: 100%;
                    height: 630px;
                    position: relative;
                    /* background-color: #333; */
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-top: 100px;
                    /* -webkit-filter: blur(2px); */
                }
                @media screen and (max-width: 767px) {
                    #ns-slider ul.image_slider_ul {
                        position: relative;
                        margin: 0;
                        padding: 0;
                        width: 400%;
                        height: 400px;
                        list-style: none;
                    }  
                    #ns-slider ul.image_slider_ul li .bgimage {
                        width: 100%;
                        height: 400px;
                        position: relative;
                        /* background-color: #333; */
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        margin-top: 100px;
                        /* -webkit-filter: blur(2px); */
                    }            
                  }


                #ns-slider ul.image_slider_ul li {
                    position: relative;
                    display: block;
                    float: left;
                    margin: 0;
                    padding: 0;
                    width: 25%;
                    height: 100%;
                }
                
             
                /*  Indicators*/
                
                #ns-slider .ns-indicator_con {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 10px 0;
                    bottom: 0;
                }
                
                #ns-slider .ns-indicator_con ul.ns-indicator {
                    width: 100%;
                    height: auto;
                    position: relative;
                    text-align: center;
                }
                
                #ns-slider .ns-indicator_con ul.ns-indicator li {
                    position: relative;
                    list-style: none;
                    width: 20px;
                    height: 4px;
                    background-color: #fff;
                    /* border: 1px solid #fff; */
                    display: inline-block;
                    margin: 0 3px;
                    border-radius: 1.5px;
                    transition: 800ms ease-in-out;
                }
                
                #ns-slider .ns-indicator_con ul.ns-indicator li.active {
                    background-color: #f2b206;
                }
                /*  Buttons*/
                
                .ns-slide-btn.control_prev,
                .ns-slide-btn.control_next {
                    position: absolute;
                    /* top: 42%; */
                    z-index: 999;
                    display: block;
                    width: 7%;
                    height: 100%;
                    background: transparent;
                    /* background: rgba(0,0,0,0.1); */
                    color: #fff;
                    text-decoration: none;
                    font-weight: 600;
                    font-size: 18px;
                    border: none;
                    outline: none;
                    /* opacity: 0.8; */
                    cursor: pointer;
                }
                
                ns-slide-btn.control_prev:hover,
                .ns-slide-btn.control_next:hover {
                    opacity: 1;
                    -webkit-transition: all 0.2s ease;
                    /* background-color: #fff; */
                    color: #fff;
                }
                
                .ns-slide-btn.control_prev {
                    border-radius: 0 4px 4px 0;
                }
                
                .ns-slide-btn.control_next {
                    right: 0;
                    border-radius: 4px 0 0 4px;
                }
                
                .ns-slider-text-area {
                    max-width: 40%;
                    position: absolute;
                    color: #fff;
                    top: 200px;
                    left: 200px;
                }
                .ns-slider-text-area1{
                    max-width: 40%;
                    position: absolute;
                    color: #fff;
                    top: 10px;
                    left: 375px;
                }
                .ns-slider-text-area2{
                    max-width: 40%;
                    position: absolute;
                    color: #fff;
                    top: 10px;
                    left: 500px;
                }
                .ns-slide-title {
                    line-height: 1.2;
                    font-weight: 700;
                    font-size: 65px;
                    color: #fff;
                }
                
                .ns-slide-text {
                    font-size: 20px;
                    color: #fff;
                }
                
                @media screen and (max-width: 768px) {
                    .ns-slider-text-area {
                        max-width: 100%;
                        top: 10px;
                        left: 50px;
                    }
                    .ns-slide-title {
                        font-size: 50px;
                    }
                    .ns-slide-text {
                        display: block;
                    }
                }
                
                @media screen and (max-width: 480px) {
                    .ns-slider-text-area1{
                        max-width: 100%;
                        top: 130px;
                        left: 50px;
                    }
                    .ns-slider-text-area2{
                        max-width: 100%;
                        top: 130px;
                        left: 50px;
                    }
                    .ns-slide-title {
                        font-size: 38px;
                    }
                }
                /* slider end///////// */
                /* welcome part start */
                
                .probootstrap-section.probootstrap-section-colored {
                    /* background: #6a41ed; */
                    background-color: #d04f2f;
                    color: #fff;
                }
                
                .probootstrap-section {
                    padding: 7em 0;
                    position: relative;
                }
                
                .section-heading h2 {
                    line-height: 40px;
                    font-size: 40px;
                    font-weight: 300;
                }
                /* about start */
                
                .about-content {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    /* margin-top: -90px; */
                    position: relative;
                }
                
                .about-content .about-text {
                    width: 100%;
                    border-radius: 0px 0px 10px 10px;
                    /* margin-right: 20px; */
                    background: #fff;
                    padding: 10px 40px;
                    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
                    /* box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%); */
                    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 71%);
                }
                
                .about-image {
                    width: 100%;
                    height: 312px;
                    margin-top: -81px;
                    background-position: center;
                    background-size: cover;
                }
                   
               
                
                @media only screen and (max-width: 768px) {
                    .about-content .about-text {
                        margin-bottom: 20px;
                    }
                    .about-image {
                        width: 100%;
                        height: 312px;
                        margin-top: 14px;
                        background-position: center;
                        background-size: cover;
                    }
                }
                
                .about-content .about-image {
                    width: 100%;
                    height: 500px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-right: 0;
                  
                    position: relative;
                }
                
                .about-image .btn-video i {
                    position: absolute;
                    font-size: 70px;
                    color: #fff;
                    left: 50%;
                    top: 33%;
                    -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%);
                }
                @media only screen and (max-width: 768px) {
                    .about-image .btn-video i {
                        position: absolute;
                        font-size: 70px;
                        color: #fff;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translateY(-50%) translateX(-50%);
                        transform: translateY(-50%) translateX(-50%);
                    }
                }
                /* welcome end */
                /* member part start */
                
                .member {
                    margin: 50px 0px;
                }
                
                .member-text {
                    padding: 20px;
                    border: 1px solid #e6e5e5;
                    -webkit-transition: .3s all;
                    transition: .3s all;
                    position: relative;
                    text-align: center;
                    top: 0;
                    margin-bottom: 20px;
                }
                
                .img-responsive {
                    display: block;
                    max-width: 100%;
                    height: auto;
                }
                
                .member-text .media img {
                    border-radius: 50%;
                    width: 90px;
                    height: 90px;
                    margin: 0 auto;
                }
                
                .member-text .media {
                    margin-bottom: 20px;
                }
                
                .member-text .text h3 {
                    font-size: 20px;
                    margin: 0;
                }
                
                .member-text .text p {
                    margin-bottom: 10px;
                    color: #8b8e94;
                    line-height: 28px;
                    font-size: 15px;
                }
                
                .member-footer-social li {
                    display: inline;
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }
                
                .member-text:hover {
                    cursor: pointer;
                    top: -10px;
                    border: 1px solid transparent;
                    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
                    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
                }
                
                .more-btn {
                    text-align: center;
                }
                
                .more-btn button {
                    padding: 10px 35px;
                    border-radius: 14px;
                    /* background: #6a41ed; */
                    background-color: #cf4e2e;
                    border: none;
                    color: #fff;
                }
                /* member part end */
                /* countar part start */
                
                .fact {
                    margin-top: 80px;
                   background-image: url(../image/23.jpg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-attachment: fixed;
                    padding: 70px 0px;
                    color: #fff;
                    margin-bottom: 80px;
                }
                
                section#counter-stats {
                    display: flex;
                    justify-content: center;
                }
                
                .counting::after {
                    content: "+";
                    display: inline-block;
                }
                
                .stats {
                    text-align: center;
                    font-size: 35px;
                    font-weight: 700;
                    font-family: 'Montserrat', sans-serif;
                }
                
                .stats .fa {
                    color: #fff;
                    font-size: 40px;
                    /* background: #6a41ed; */
                    background-color: #cf4e2e;
                    width: 80px;
                    height: 80px;
                }
                
                .stats i {
                    /* background: #6a41ed; */
                    background-color: #cf4e2e;
                    width: 80px;
                    height: 80px;
                    margin-bottom: 40px;
                    border-radius: 50%;
                    padding: 15px;
                }
                /* countart part end */
                /* enroll start */
                
                section.enroll {
                    /* background: #6a41ed; */
                    background-color: #aa1e2b;
                    height: 200px;
                    width: 100%;
                    padding: 83px 0px;
                }
                @media only screen and (max-width: 768px) {
                    section.enroll {
                        /* background: #6a41ed; */
                        background-color: #aa1e2b;
                        height: 200px;
                        padding: 50px 0px;
                    }
                }
                section.enroll h2 {
                    color: #fff;
                }
                
                .enroll-btn {
                    text-align: center;
                }
                
                /* section.enroll button {
                    padding: 10px 50px;
                    border-radius: 27px;
                    background: none;
                    border: 2px solid #fff;
                    color: #fff;
                } */
                
                /* section.enroll button:hover {
                    background-color: #fff;
                    color: #000000;
                    border: none;
                } */
                section.enroll a{
                    padding: 10px 50px;
                    border-radius: 27px;
                    background: none;
                    font-weight: 700;
                    border: 1px solid #fff;
                    color: #fff;
                    background-color: none;
                }
                 section.enroll  a:hover {
                    color: #000000;
                    background-color: #fff;
                }
                /* enroll end */
                /* footer start */
                
                .main-footer {
                    position: relative;
                    padding: 50px 0px 0px;
                    margin-top: 60px;
                    /* background-color: #222123; */
                    background-color: #000;
                    /* background-color: #f4f5f7; */
                    background-repeat: repeat-x;
                    background-position: right bottom;
                }
                
                .main-footer .footer-widget {
                    position: relative;
                    margin-bottom: 40px;
                }
                
                .main-footer .widgets-section {
                    position: relative;
                    /* padding-bottom: 60px; */
                }
                
                .main-footer .footer-widget h2 {
                    position: relative;
                    font-size: 22px;
                    font-weight: 600;
                    /* color: #161c42; */
                    color: #FFF;
                    line-height: 1.2em;
                    margin-bottom: 30px;
                    margin-top: 25px;
                    text-transform: capitalize;
                }
                
                .main-footer .about-widget {
                    position: relative;
                }
                
                .main-footer .about-widget .logo {
                    position: relative;
                    margin-bottom: 15px;
                    /* width: 210px; */
                }
                
                .main-footer .about-widget .text {
                    position: relative;
                }
                
                .main-footer .about-widget .text p {
                    position: relative;
                    color: #8a8d91;
                    font-size: 15px;
                    line-height: 1.7em;
                    margin-bottom: 20px;
                }
                
                .main-footer .about-widget .text p:last-child {
                    margin-bottom: 0px;
                }
                /* Footer List */
                
                .main-footer .footer-list {
                    position: relative;
                }
                
                .main-footer .footer-list li {
                    position: relative;
                    margin-bottom: 12px;
                }
                
                .main-footer .footer-list li a {
                    position: relative;
                    color: #fff;
                    font-size: 15px;
                    /* padding-left: 15px; */
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .main-footer .footer-list li a:hover {
                    /* text-decoration: underline; */
                    /* color: #ffddb4; */
                    text-decoration: none;
                }
                /* .main-footer .footer-list li a:before {
                    position: absolute;
                    content: "\f105";
                    left: 0px;
                    top: 0px;
                    color: #8a8d91;
                    font-weight: 800;
                    font-family: "Font Awesome 5 Free";
                } */
                /*Gallery Widget*/
                
                .main-footer .gallery-widget {
                    position: relative;
                    max-width: 350px;
                }
                
                .main-footer .gallery-widget .images-outer {
                    position: relative;
                    margin: 0px -3px;
                }
                
                .main-footer .gallery-widget .image-box {
                    position: relative;
                    float: left;
                    width: 33.333%;
                    padding: 0px 5px;
                    margin-bottom: 10px;
                }
                
                .main-footer .gallery-widget .image-box img {
                    position: relative;
                    display: block;
                    width: 100%;
                    border-radius: 4px;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .main-footer .gallery-widget .image-box img:hover {
                    opacity: 0.7;
                }
                /* Info List */
                
                .main-footer .info-list {
                    position: relative;
                }
                
                ul {
                    list-style: none;
                }
                
                .main-footer .info-list li {
                    position: relative;
                    color: #8a8d91;
                    font-size: 15px;
                    line-height: 1.8em;
                    margin-bottom: 12px;
                }
                
                .main-footer .info-widget .social-links {
                    position: relative;
                    float: left;
                    padding: 15px 0px;
                }
                
                .main-footer .info-widget .social-links li {
                    position: relative;
                    margin-right: 8px;
                    display: inline-block;
                }
                
                .main-footer .info-widget .social-links li:last-child {
                    margin-right: 0px;
                }
                
                .main-footer .info-widget .social-links li a {
                    position: relative;
                    color: #ffffff;
                    width: 50px;
                 
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    border-radius: 31%;
                    display: inline-block;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .main-footer .info-widget .social-links li.google a {
                    background-color: #ff1703;
                }
                
                .main-footer .info-widget .social-links li.facebook a {
                    background-color: #1e76ed;
                }
                
                .main-footer .info-widget .social-links li.twitter a {
                    background-color: #00a5db;
                }
                
                .main-footer .info-widget .social-links li.instagram a {
                    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);;
                }
                
                .main-footer .info-widget .social-links li.vimeo a {
                    background-color: #1ab7ea;
                }
                
                .main-footer .footer-bottom {
                    position: relative;
                    padding: 20px 0px;
                    border-top: 1px solid #e5e5e5;
                    background-color: #000;
                }
                
                .main-footer .footer-bottom .footer-nav {
                    position: relative;
                    text-align: right;
                }
                
                .main-footer .footer-bottom .footer-nav li {
                    position: relative;
                    padding-right: 10px;
                    margin-right: 10px;
                    line-height: 1.1em;
                    display: inline-block;
                    border-right: 1px solid #8a8d91;
                }
                
                .main-footer .footer-bottom .footer-nav li:last-child {
                    padding-right: 0px;
                    margin-right: 0px;
                    border-right: none;
                }
                
                .main-footer .footer-bottom .footer-nav li a {
                    position: relative;
                    color: #8a8d91;
                    font-size: 15px;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }
                
                .main-footer .footer-bottom .footer-nav li a:hover {
                    color: #ffddb4;
                    text-decoration: underline;
                }
                li.address1 {
                    display: flex;
                }
                .info-list li i{
                    padding-right: 10px;
                }
                .copyright {
                    color: gray;
                }
                /* footer end */
                /* about page start */
                /* about banner start */
                .about-content p{
                    text-align: justify;
                }
                .about-banner {
                    /* background-image: url(../image/sp.jpg); */
                    /* height: auto; */
                    /* width: 100%; */
                    /* background-size: cover; */
                    /* background-position: center; */
                    background-color: #d04f2f;
                    color: #fff;
                }
                
                .about-banner {
                    /* padding: 7em 0; */
                    /* margin-top: 100px; */
                    position: relative;
                }

                @media (max-width: 767px) {
                    .about-banner {
                        padding: 3em 0;
                    }
                }
                
                .about-banner .content h2 {
                    line-height: 40px;
                    font-size: 30px;
                    font-weight: 600;
                    background: rgba(255, 255, 255, 0.6);
                    padding: 12px 12px 6px 12px;
                    border-radius: 12px;
                    color: #000;
                    font-family: 'Kokila', 'Mangal', 'Nirmala UI', sans-serif;
                }
                img.img-fluid {
                    border-radius: 20px;
                }
                /* about page  end */
                /* gallery page start */
                
                .gallery-container {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    background-color: #fff;
                    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
                    width: 80%;
                    margin: 30px auto;
                    padding: 10px;
                }
                
                .gallery-item {
                    flex-basis: 32.7%;
                    margin-bottom: 6px;
                    opacity: .85;
                    cursor: pointer;
                }
                
                .gallery-item:hover {
                    opacity: 1;
                }
                
                .gallery-item img {
                    width: 100%;
                    margin: 15px 0px;
                    height: 200px;
                    object-fit: cover;
                    border-radius: 10px;
                }
                
                .gallery-content {
                    font-size: .8em;
                }
                
                .lightbox {
                    position: fixed;
                    display: none;
                    background-color: rgba(0, 0, 0, 0.8);
                    width: 100%;
                    height: 100%;
                    overflow: auto;
                    top: 0;
                    left: 0;
                }
                
                .lightbox-content {
                    position: relative;
                    width: 70%;
                    height: 70%;
                    margin: 5% auto;
                }
                
                .lightbox-content img {
                    border-radius: 7px;
                    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    
                }
                
                .lightbox-prev,
                .lightbox-next {
                    position: absolute;
                    background-color: rgba(0, 0, 0, 0.8);
                    color: #fff;
                    padding: 7px;
                    top: 55%;
                    cursor: pointer;
                }
                
                .lightbox-prev {
                    left: 0;
                }
                
                .lightbox-next {
                    right: 0;
                }
                
                .lightbox-prev:hover,
                .lightbox-next:hover {
                    opacity: .8;
                }
                
                @media (max-width: 767px) {
                    .gallery-container {
                        width: 100%;
                    }
                    .gallery-item {
                        flex-basis: 49.80%;
                        margin-bottom: 3px;
                    }
                    .lightbox-content {
                        width: 80%;
                        height: 60%;
                        margin: 15% auto;
                    }
                }
                
                @media (max-width: 480px) {
                    .gallery-item {
                        flex-basis: 100%;
                        margin-bottom: 1px;
                    }
                    .lightbox-content {
                        width: 90%;
                        margin: 20% auto;
                    }
                }
                /* gallery page end */
                /* contact page start */
                
                .section-header {
                    margin-bottom: 50px;
                    text-align: center;
                }
                
                .section-header h2 {
                    color: #FFF;
                    font-weight: bold;
                    font-size: 3em;
                    margin-bottom: 20px;
                }
                
                .section-header p {
                    color: #FFF;
                }
                
                .row {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: space-between;
                }
                
                .contact-info {
                    width: 50%;
                }
                
                .contact-info-item {
                    display: flex;
                    margin-bottom: 30px;
                }
                
                .contact-info-icon {
                    height: 70px;
                    width: 70px;
                    background-color: #fff;
                    text-align: center;
                    border-radius: 50%;
                }
                
                .contact-info-icon i {
                    font-size: 30px;
                    color: #d04f2f;
                    line-height: 70px;
                }
                
                .contact-info-content {
                    margin-left: 20px;
                }
                
                .contact-info-content h4 {
                    color: #d04f2f;
                    font-size: 1.4em;
                    margin-bottom: 5px;
                }
                
                .contact-info-content p {
                    color: #000;
                    font-size: 1em;
                }
                
                .contact-form {
                    background-color: #fff;
                    padding: 40px;
                    width: 45%;
                    padding-bottom: 20px;
                    padding-top: 20px;
                }
                
                .contact-form h2 {
                    font-weight: bold;
                    font-size: 2em;
                    margin-bottom: 10px;
                    color: #333;
                }
                
                .contact-form .input-box {
                    position: relative;
                    width: 100%;
                    margin-top: 10px;
                }
                
                .contact-form .input-box input,
                .contact-form .input-box textarea {
                    width: 100%;
                    padding: 5px 0;
                    font-size: 16px;
                    margin: 10px 0;
                    border: none;
                    border-bottom: 2px solid #333;
                    outline: none;
                    resize: none;
                }
                
                .contact-form .input-box span {
                    position: absolute;
                    left: 0;
                    padding: 5px 0;
                    font-size: 16px;
                    margin: 10px 0;
                    pointer-events: none;
                    transition: 0.5s;
                    /* color: #666; */
                    color: #d04f2f;
                    transform: translateY(-20px);
                }
                
                .contact-form .input-box input:focus~span,
                .contact-form .input-box textarea:focus~span {
                    /* color: #d04f2f; */
                    /* font-size: 12px; */
                    /* transform: translateY(-20px); */
                }
                
                .contact-form .input-box input[type="submit"] {
                    width: 100%;
                    /* background: #6a41ed; */
                    background: #d04f2f;
                    color: #FFF;
                    border: none;
                    cursor: pointer;
                    padding: 10px;
                    font-size: 18px;
                    border: 1px solid #d04f2f;
                    transition: 0.5s;
                }
                
                .contact-form .input-box input[type="submit"]:hover {
                    background: #FFF;
                    color: #d04f2f;
                }
                
                @media (max-width: 991px) {
                    section {
                        padding-top: 50px;
                        padding-bottom: 50px;
                    }
                    .row {
                        flex-direction: column;
                    }
                    .contact-info {
                        margin-bottom: 40px;
                        width: 100%;
                    }
                    .contact-form {
                        width: 100%;
                    }
                }
                /* contact page end */
                /* admission page start */
                
                .admission {
                    margin-bottom: 20px;
                }
                
                .admission .php-email-form {
                    width: 100%;
                    padding: 30px;
                    /* background: #6a41ed; */
                    background: #d04f2f;
                    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
                }
                .form-group p{
                    font-weight: bold;
                }
                .text-center button {
                    background: #fff;
                    padding: 10px 28px;
                    border-radius: 34px;
                    border: 2px solid #fff;
                }
                
                .text-center button:hover {
                    cursor: pointer;
                }
                /* donate page start */
                
                .about-wrap {
                    padding: 1em 0 10em 0;
                }
                
                .heading-section .subheading {
                    font-size: 14px;
                    display: block;
                    margin-bottom: 5px;
                    color: #d49a3a;
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }
                
                .heading-section h2 {
                    font-size: 60px;
                    font-weight: 500;
                    line-height: 1.4;
                }

                @media only screen and (max-width: 768px) {
                    .heading-section h2 {
                        font-size: 30px;
                    }
                }
                
                .ftco-section-counter {
                    padding: 7em 0;
                    position: relative;
                    z-index: -1;
                    background-attachment: fixed;
                    margin-top: -50px;
                }
                
                .ftco-section {
                    padding: 6em 0;
                    position: relative;
                    width: 100%;
                    z-index: 0;
                }
                
                .fund-raised .icon span {
                    line-height: 1.2;
                    color: #d49a3a;
                    font-size: 80px;
                }
                
                .flaticon-heart:before {
                    content: "\f108";
                }
                
                .donate {
                    width: 100%;
                    padding: 30px 40px;
                }
                .text.section-counter-2 {
                    margin: 0px auto;
                }
                .fund-raised {
                    width: 100%;
                    display: inline-block;
                    background: #0a686e;
                    padding: 20px 0 20px 0px;
                    border-radius: 10px 10px 0 0;
                    position: relative;
                }
                
                .fund-raised .text span {
                    color: rgba(255, 255, 255, .8);
                    color: #d49a3a;
                    text-transform: uppercase;
                    font-size: 13px;
                    font-weight: 600;
                }
                
                .fund-raised .text h4 {
                    margin-bottom: 0;
                    line-height: 1.2;
                    color: #fff;
                    font-size: 30px;
                }
                
                .donate .subheading {
                    font-size: 12px;
                    display: block;
                    margin-bottom: 5px;
                    color: #d49a3a;
                    text-transform: uppercase;
                    font-weight: 500;
                }
                
                .donate-head {
                    font-family: "Patrick Hand", cursive;
                    font-size: 30px;
                    color: #fff;
                }
                
                .donate .form-group label {
                    font-size: 13px;
                    color: #d49a3a;
                    font-weight: 400;
                    margin-bottom: 10px;
                }
                
                .donate .form-group {
                    position: relative;
                    width: 100%;
                    display: block;
                    margin-bottom: 20px;
                }
                
                .form-check {
                    display: block;
                    min-height: 1.5rem;
                    padding-left: 2.5em;
                    margin-bottom: 0.125rem;
                }
                
                .btn.btn-primary {
                    background: #d04f2f!important;
                    border: 1px solid #d04f2f!important;
                    color: #fff!important;
                    width: 100%;
                }
                
                .fund-wrap {
                    width: 100%;
                    padding: 0;
                    position: relative;
                    background: #39311d;
                    margin-top: -245px;
                    border-radius: 10px;
                }
                @media only screen and (max-width: 768px) {
                    .fund-wrap {
                        width: 100%;
                        padding: 0;
                        position: relative;
                        background: #39311d;
                        margin-top: -70px;
                        border-radius: 10px;
                    }
                }
                .services-2 {
                    width: 100%;
                    background: #fff;
                    padding: 30px;
                    margin-bottom: 0;
                    border-radius: 5px;
                    position: relative;
                    z-index: 0;
                    text-align: center;
                    -moz-transition: all .3s ease;
                    -o-transition: all .3s ease;
                    -webkit-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    transition: all .3s ease;
                    -webkit-box-shadow: 0 5px 25px -2px rgb(0 0 0 / 1%);
                    -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .01);
                    box-shadow: 0 5px 25px -2px rgb(0 0 0 / 1%);
                }
                                .dropdown-menu {
                                    background-color: #000;
                                }
                
                                .nav-main a:hover {
                                    color: steelblue;
                                }

                                                                .dropdown-item.active,
                                                                .dropdown-item:active {
                                                                    color: #fff;
                                                                    text-decoration: none;
                                                                    background-color: #000 !important;
                                                                }
