
  @import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');

html {
    scroll-behavior: smooth;
}

/* ==============
        # Varible CSS
    =============== */
:root {
    --primary-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-color: #000000;
    --grey-color: #9C9C9C;
    --font-dark-color: #424242;
    --footer-bg: #2a2c38;
    --section-color: #e6e6e6;
    --light-primary: rgba(46, 49, 146, 0.1);
    --primary-font: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

/* ===============
 # Normalize CSS
  ===============*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.825em;
    font-family: var(--primary-font);
    color: var(--font-color);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

p {
    margin-top: 0;
}

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

button:focus {
    outline: none;
}

.bg-wrapper {
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
}

.bg-grey {
    background: #e6e6e6;
}

.white-font {
    color: #fff;
}

.section-padding-tt {
    padding: 18px;
}

.section-padding {
    padding: 50px;
}

.b-1 {
    padding-bottom: 5px;
}

.b-2 {
    padding-bottom: 10px;
}

.b-3 {
    padding-bottom: 15px;
}

.b-4 {
    padding-bottom: 20px;
}

.b-5 {
    padding-bottom: 25px;
}

.b-6 {
    padding-bottom: 35px;
}


.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.geeks {
    overflow: hidden;
    margin: 0 auto;
}

.geeks img {
    width: 100%;
    transition: 0.7s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.2);
}

/* NAV */
.header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 6;
    background: var(--white-color);
    box-shadow: 0 0 4px;
}

/* NAVBAR */

.navbar {
    height: auto;
    width: 100%;
    padding: 6px;
    background: rgb(0, 2, 128);
    justify-content: space-around;
}

.navbar .nav-item .nav-link {
      color: var(--white-color);
    font-size: 9.2px;
}

/*.navbar .dropdown-menu .dropdown-item {*/
/*    color: white !important;*/
/*}*/

.nav-link {
    margin-right: 10px;
    cursor: pointer;
}

/*.navbar .nav-item .dropdown-menu {*/
/*    background: rgb(0, 2, 128);*/
/*    color: var(--white -color);*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: ease 0.4s;*/
/*}*/


/*.nav-item:hover .dropdown-menu {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    border-top: 1px solid var(--white-color);*/
/*}*/

.navbar-light .navbar-toggler {
    background: var(--white-color);
    font-size: 14px;
    margin: 10px 15px;
}

/*.nav-item .dropdown-menu a:hover {*/
/*    background-color: var(--white-color) !important;*/
/*    color: var(--primary-color) !important;*/
/*}*/

.navbar-light .navbar-nav .show>.nav-link,
.navbar .nav-item .nav-link:hover {
    color: rgba(1, 255, 14, 0.9);
}

/*.dropdown-toggle::after {*/
/*    transition: transform 0.5s linear;*/
/*}*/

/*.show.dropdown .dropdown-toggle::after {*/
/*    transform: rotate(180deg);*/
/*}*/

/*.dropdown-menu {*/
/*    margin-top: 0;*/
/*}*/

/* BANNER */

.banner-part img{
    height: 85vh;
    object-fit: cover;
    width: 100%;
       
}


/* ABOUT */
.about {
    background-color: #fbfbfb;
    padding: 20px;
}

.about-content p,
.more-content p {
    text-align: justify;
}

.more-content ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.about-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    margin-top: 20px;
    border-radius: 20px;
}

.about-content h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.28em;
    font-weight: 600;
    padding-bottom: 18px;

}

.about-content h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 5px;
    width: 100px;
    height: 5px;
    background-color: rgb(0, 2, 128);
}

.img-part:before {
      content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(86% + 130px);
    top: 0px;
    left: 0px;
    background: transparent;
    z-index: 0;
    border: 40px solid rgb(0, 2, 128);
    
}
.img-part{
  position: relative;
}

.img-part img {
    position: relative;
    border-radius: 35px;
    height: 470px;
    margin-top: 55px;
    width: 80%;
    object-fit: cover;
    margin-left: 55px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.more-content {
    margin-top: 100px;
}

/* ART PAGE */
.page-heading .container-fluid {
    padding: 0;
}

.page-heading h3 {
    background-color: rgb(0, 2, 128);
    color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 0px 10px 80px;
    border-top: 3px solid #00f8d6;
}

.art-content {
    margin-top: 25px;
}

.art-content .art-content-first p {
    font-size: 14px;
    text-align: justify;
}

.art-content .card {
    padding: 10px;
}

.art-more-content .card .card-content p {
    font-size: 13px;
    justify-content: justify;
}

/* activities SERVICE CARD */


.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -50px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.activities-service-sec {
    background-color: #f5f5f5;
}

.activities-service-sec span {
    color: rgb(62, 23, 255);
}

.activities-service-sec .service-card {

    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.activities-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0dcaf0, rgb(62, 23, 255));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.activities-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.activities-service-sec .service-card .ul li {
    font-size: 12px;
    list-style: square;
    text-align: center;
    line-height: 26px;
}

.activities-service-sec .service-card:hover:after {
    top: 0%;
}

.activities-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.activities-service-sec .service-card:hover li {
    color: #f0f0f0;
}

/* activities SERVICE CARD ENDED */
.art-last-content {
    padding: 20px;
    position: relative;
}

.art-last-content h4:before {
    position: absolute;
    content: '';
    left: 5rem;
    top: 4rem;
    width: 65px;
    height: 3px;
    background-color: rgb(0, 2, 128);
}

.art-last-content p {
    font-size: 14px;
    text-align: justify;
}

.fixed-image {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    background-image: url('images/toddlers.png');
    background-attachment: fixed;
    color: rgb(0, 13, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.fixed-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 22em;
    background: rgb(160 160 160 / 41%);
}

.fixed-image h3 {
    background: #ffffff;
    display: inline-block;
    padding: 15px;
}

/* VIDEO SECTION STARTS */
.video-part {
    background: #fbfbfb;
    padding: 30px;
    position: relative;
}

.video-part h4:before {
    position: absolute;
    content: '';
    left: 5rem;
    top: 4rem;
    width: 65px;
    height: 3px;
    background-color: rgb(0, 2, 128);
}

.yt-video{
  padding:30px;
}


video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* .fullscreen-button {
    position: absolute;
    top: 2%;
    left: 90%;
    z-index: 10;
} */

.fullscreen-button:hover {
    cursor: pointer;
}

/* VIDEO SECTION ENDS */

    
 .reference-list {
    padding: 50px;
    background-color: #fbfbfb;
    background-image: url("images/bg.jpg");

}

.reference-list h2 {
    color: rgb(0, 2, 128);
    position: relative;
}

.reference-list h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 20px;
    width: 100px;
    height: 3px;
    background-color: rgb(0, 2, 128);
}

.reference-list ul li {
    list-style: disc;
}

