/* 
Author: Gagan Soti
Contact No.:+977-9847875648
eMail:gagansoti@gmail.com
*/
body,
p {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #005700;
    --secondary-color: #007900;
    --text-theme: #006600;
    --text-third: #c2ffc2;
    --text-primary: #fff;
    --text-secondary: #000;
    --primary-bg: #d3fff6;
    --secondary-bg: #dffff9;
    --secondary-bg: #e8fffa;
}

/* Common Settings Starts */
.fa-facebook-f {
    color: #0064e0;
}

.fa-facebook-f:hover {
    color: #fff;
    background-color: #0064e0 !important;
}

.fa-x-twitter,
.fa-tiktok {
    color: #000;
}

.fa-x-twitter:hover,
.fa-tiktok:hover {
    background-color: #000 !important;
    color: #fff;
}

.fa-youtube {
    color: #f03;
}

.fa-youtube:hover {
    background-color: #f03 !important;
    color: #fff;
}

.fa-instagram {
    color: #ff34ee;
}

.fa-instagram:hover {
    background-color: #ff34ee !important;
    color: #fff;
}

.dropdown-menu {
    border-radius: 0 0 6px 6px;
    margin-top: -1px;
    background-color: var(--secondary-color);
}

.dropdown-menu li a {
    color: var(--text-primary) !important;
    font-weight: 600;
    transition: 0.5s;
}

.dropdown-menu li a:hover {
    color: var(--primary-color) !important;
}

.dropdown-menu li:hover {
    background-color: var(--text-third) !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Common Settings Ends */

/* Header Section Starts */
section.header {
    background-color: var(--primary-color);
}

section.header a {
    text-decoration: none;
    color: var(--text-primary);
}

section.header .header-left-wrapper {
    gap: 4px;
}

section.header .header-left-wrapper p {
    color: var(--text-primary);
}

section.header .header-left-wrapper .fa-envelope {
    margin-left: 15px;
}

section.header .header-right-wrapper,
section.footer .header-right-wrapper {
    gap: 8px;
}

section.header .header-right-wrapper .fa-facebook-f,
section.header .header-right-wrapper .fa-x-twitter,
section.header .header-right-wrapper .fa-instagram,
section.header .header-right-wrapper .fa-youtube,
section.header .header-right-wrapper .fa-tiktok,
section.footer .header-right-wrapper .fa-facebook-f,
section.footer .header-right-wrapper .fa-x-twitter,
section.footer .header-right-wrapper .fa-instagram,
section.footer .header-right-wrapper .fa-youtube,
section.footer .header-right-wrapper .fa-tiktok {
    background-color: var(--text-primary);
    border: 1px solid var(--text-primary);
    width: 23px;
    border-radius: 50%;
    height: 23px;
    padding: 6px;
    font-size: 16px;
    transition: 0.5s;
}

section.header .header-right-wrapper .fa-facebook-f:hover,
section.header .header-right-wrapper .fa-x-twitter:hover,
section.header .header-right-wrapper .fa-instagram:hover,
section.header .header-right-wrapper .fa-youtube:hover,
section.header .header-right-wrapper .fa-tiktok:hover,
section.footer .header-right-wrapper .fa-facebook-f:hover,
section.footer .header-right-wrapper .fa-x-twitter:hover,
section.footer .header-right-wrapper .fa-instagram:hover,
section.footer .header-right-wrapper .fa-youtube:hover,
section.footer .header-right-wrapper .fa-tiktok:hover {
    transform: scale(1.08);
}

/* Header Section Ends */

/* Nav Section Starts */
section.nav .navbar-brand img {
    width: 65px;
    height: 41px;
    object-fit: cover;
    object-position: center;
}

section.nav .nav-item .nav-link.active {
    background-color: var(--secondary-color) !important;
    color: var(--text-primary) !important;
}

section.nav .nav-link {
    transition: 0.5s;
}

section.nav .nav-link:hover {
    background-color: var(--secondary-color) !important;
    color: var(--text-primary) !important;
}

section.nav .nav-item a {
    color: var(--secondary-color);
    padding: 15px 0;
}

/* Nav Section Ends */

/* Main Carousel Section Starts */
section.main-carousel .owl-carousel .owl-stage {
    transition: 1s ease-in-out !important;
}

section.main-carousel .item img {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

section.main-carousel .owl-nav .owl-prev,
section.main-carousel .owl-nav .owl-next {
    position: absolute;
    font-size: 60px;
    top: 35%;
    color: #ffffff;
    background: #e9e9e973;
    border: 1px solid #e9e9e993;
    width: 60px;
    height: 60px;
    line-height: 40px;
    border-radius: 50%;
    transition: 0.5s;
}

section.main-carousel .owl-nav span,
section.main-carousel .owl-nav span,
section.testimonials .owl-nav span,
section.testimonials .owl-nav span {
    display: block;
    padding-bottom: 10px;
}

section.main-carousel .owl-nav .owl-prev {
    left: 3%;
}

section.main-carousel .owl-nav .owl-next {
    right: 3%;
}

/* Main Carousel Section Ends */

/* About Us Section Starts */
section.about-us a {
    text-decoration: none;
    color: #fff;
}

section.about-us .about-left-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

section.about-us .about-right-wrapper h1 {
    color: var(--secondary-color);
    margin: 10px;
}

section.about-us .about-right-wrapper p {
    text-align: justify;
}

section.about-us .about-right-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.about-us .about-right-wrapper ul li span {
    color: var(--secondary-color);
}

section.about-us .about-right-wrapper .btn {
    background-color: var(--secondary-color);
    border: 2px solid var(--text-theme);
    transition: 0.5s;
}

section.about-us .about-right-wrapper .btn:hover {
    border: 2px solid var(--text-theme);
    background: var(--text-primary);
}

section.about-us .about-right-wrapper .btn:hover a {
    color: var(--secondary-color) !important;
}

/* About Us Section Ends */

/* Facility Section Starts */
section.facility {
    margin-top: 20px;
    padding: 20px 0;
    background-color: var(--primary-bg);
}

section.facility h1,
section.services h1,
section.news-event h1 {
    width: max-content;
    color: #fff;
    background: var(--primary-color);
    padding: 10px;
    font-size: 30px;
}

section.facility .facility-main-wrapper {
    background-color: #fff;
    margin: 8px 0;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 190px;
    transition: 0.5s;
}

section.facility .facility-main-wrapper:hover {
    transform: scale(1.065);
    background-color: var(--secondary-color);
}

section.facility .facility-main-wrapper:hover p,
section.facility .facility-main-wrapper:hover h5 {
    color: #fff !important;
}

section.facility p.h,
section.facility p {
    background: var(--text-theme);
    width: 60px;
    height: 60px;
    line-height: 37px;
    padding: 12px;
    font-size: 30px;
    border-radius: 50%;
    color: #fff !important;
    padding: 12px;
}

section.facility p {
    color: var(--text-theme) !important;
    font-size: 48px;
    background: none;
    padding: 0;
}

section.facility h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

/* Facility Section Ends */

/* Number Scroller Section Starts */
section.number-scroller {
    background: url(../images/download.jpg) no-repeat;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

section.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

section.number-scroller .number-wrapper {
    background-color: #ffffff0d;
    padding: 20px;
    border-radius: 10px;
    width: 260px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    transition: 0.5s;
    margin-bottom: 15px;
}

section.number-scroller .number-wrapper:hover {
    transform: scale(1.065);
}

section.number-scroller .number-wrapper p {
    font-size: 50px;
    color: orange;
}

section.number-scroller .number-wrapper h6 {
    font-size: 22px;
}

/* Number Scroller Section Ends */

/* Our Services Section Starts */
section.services {
    margin: 20px 0;
    padding: 10px 0;
}

section.services .services-right-wrapper img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: center;
}

section.services .services-main-wrapper {
    background-color: var(--secondary-bg);
    border-radius: 10px;
    padding: 20px;
    margin: 8px 0;
    transition: 0.5s;
}

section.services .services-main-wrapper:hover {
    transform: scale(1.05);
}

section.services .services-main-wrapper p.logo {
    font-size: 36px;
    text-align: center;
    background: var(--secondary-color);
    color: var(--text-primary);
    margin: 0 auto;
    margin-bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 12px;
    line-height: 60px;
}

section.services .services-main-wrapper h5 {
    color: var(--text-theme);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

section.services .services-main-wrapper p {
    text-align: justify;
    font-weight: 600;
}

/* Our Services Section Ends */

/* News and Events Section Starts */
section.news-event {
    margin: 20px 0;
    padding: 20px 0;
}

section.news-event .news-event-wrapper {
    box-shadow: 1px 1px 6px 2px #f2f2f2;
    border-radius: 8px;
    transition: 0.5s;
    margin-bottom: 15px;
}

section.news-event .news-event-wrapper:hover {
    box-shadow: 1px 1px 8px 3px #f2f2f2;
    transform: scale(1.05);
}

section.news-event .news-event-wrapper img {
    border-radius: 8px 8px 0 0;
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.news-event .news-event-wrapper h5 {
    color: var(--text-theme);
    font-size: 26px;
    padding: 5px 15px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

section.news-event .news-event-wrapper p {
    font-size: 14px;
    text-align: justify;
    padding: 0 15px 15px 15px;
    font-weight: 600;
}

/* News and Events Section Ends */

/* Our Testimonials Section Starts */
section.testimonials {
    padding: 20px 0;
    background-color: var(--primary-bg);
}

section.testimonials h1 {
    color: var(--text-theme);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

section.testimonials .item {
    background: #fff;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
}

section.testimonials .item .profile-pic {
    background: var(--secondary-color);
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -54px;
    width: 80px;
    height: 80px;
    font-size: 55px;
    color: #fff;
    border-radius: 50%;
    line-height: 74px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}

section.testimonials .item h4 {
    color: var(--text-theme);
    font-weight: 600;
}

section.testimonials .item h6 {
    color: #979797;
    font-weight: 600;
}

section.testimonials .owl-carousel .owl-nav .owl-prev,
section.testimonials .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: #00000042;
    top: 40%;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 43px;
}

section.testimonials .owl-carousel .owl-nav .owl-prev {
    left: -3%;

}

section.testimonials .owl-carousel .owl-nav .owl-next {
    right: -3%;
}

/* Our Testimonials Section Ends */

/* Footer Section Starts */
section.footer {
    background: var(--secondary-color);
    color: var(--text-primary);
    padding: 20px 0;
}

section.footer a,
section.copyright a {
    text-decoration: none;
    color: var(--text-third);
    transition: 0.5s;
}

section.footer a:hover,
section.copyright a:hover {
    text-decoration: underline;
}

section.footer h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.footer ul li {
    margin-bottom: 5px;
    transition: 0.5s;
    font-weight: 600;
}

section.footer ul li:hover {
    padding-left: 10px;
}

/* Footer Section Ends */

/* CopyRight Section Starts */
section.copyright {
    background-color: var(--primary-color);
    color: var(--primary-bg);
    padding: 10px 0;
}

section.copyright p {
    font-weight: 600;
}

/* CopyRight Section Ends */

/* Photo-Gallery Section Starts */
section.photo-gallery {
    background-color: var(--primary-bg);
    padding: 20px 0;
}

section.photo-gallery h1 {
    background-color: #fff;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 3px;
    color: var(--text-theme);
}

section.photo-gallery .photo-gallery-main-wrapper img {
    transition: 0.5s;
    margin: 10px 0 20px 0;
}

section.photo-gallery .photo-gallery-main-wrapper img:hover {
    transform: scale(1.05);
}

/* Photo-Gallery Section Ends */

/* Contact Section Starts */
section.contact {
    padding: 30px 0 0 0;
    margin: 10px 0 -5px 0;
    background-color: var(--secondary-bg);
}

section.contact a {
    text-decoration: none;
    color: var(--primary-color);
}

section.contact .contact-main-wrapper {
    background: #fff;
    box-shadow: 1px 1px 8px 0px #cef0ce;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    height: 220px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

section.contact .contact-main-wrapper:hover {
    transform: scale(1.05);
    background-color: var(--primary-color);
    box-shadow: 1px 1px 8px 0px #c3ffc3;
}

section.contact .contact-main-wrapper:hover h2,
section.contact .contact-main-wrapper:hover p,
section.contact .contact-main-wrapper:hover a {
    color: var(--text-primary);
}

section.contact .contact-main-wrapper:hover p.icon {
    background-color: var(--text-primary);
    color: var(--primary-color);
}

section.contact .contact-main-wrapper p.icon {
    background: var(--secondary-color);
    font-size: 31px;
    margin: 0 auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact .contact-main-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    color: var(--primary-color);
}

section.contact .contact-main-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

section.contact .contact-second-left-wrapper h1 {
    font-size: 38px;
    font-weight: 600;
    color: var(--text-theme);
}

section.contact .contact-second-left-wrapper p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    color: var(--secondary-color);
}

section.contact .contact-second-right-wrapper .btn {
    font-size: 18px;
    font-weight: 600;
}
section.contact iframe{
    width: 100%;
}

/* Contact Section Ends */