﻿:root {
    --blue: #192f59;
    --green: #3db166;
}

html, body {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

p { 
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Poppins', sans-serif;
}

.main-color {
    color: var(--blue);
}

.topbar-bg {
    background: var(--blue);
    padding: 20px 10px;
}

.skip-main-content-txt {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

    .skip-main-content-txt:hover {
        color: aliceblue;
    }

.facbook-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    background: #092c76;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

    .facbook-icon:hover {
        color: #fff;
        text-decoration: none;
        background: var(--green);
    }

.twitter-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    background: #00acee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

    .twitter-icon:hover {
        color: #fff;
        text-decoration: none;
        background: var(--green);
    }

.instagram-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to right, #d65f11, #8a3ab9);
    text-decoration: none;
    font-size: 12px;
}

    .instagram-icon:hover {
        color: #fff;
        text-decoration: none;
        background: var(--green);
    }

.topheader-fonttxt {
    color: #fff;
    border: 1px solid #fff;
    margin-right: 6px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}

    .topheader-fonttxt:hover {
        background: #f0f8ff;
    }

.search-container {
    margin-left: 9px;
    position: relative;
}

    .search-container form {
        margin-bottom: 0px;
    }

    .search-container input[type=text] {
        padding: 6px px;
        margin-top: 0px;
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 27px;
        height: 24px;
    }

    .search-container button {
        padding: 2px 10px;
        background: #fff0;
        font-size: 15px;
        color: #265186;
        border: none;
        position: absolute;
        right: 0;
    }

.logotxt {
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    /* text-transform: capitalize; */
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.cbse-logo-img {
    height: 60px;
}

.logotxt p {
    margin-bottom: 0px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: serif;
}

.header-section {
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.bannerone {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    background-image:url(../img/science-banner-3.JPG);
}

.banner-caption {
    position: absolute;
    left: 5%;
    top: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    right: auto;
    text-align: left;
    width: 42%;
}

.bannertwo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    background-image:url(../img/science-banner-4.JPG);
}

.bannerthree {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    background-image: url(../img/banner_21.JPG);
}

.banner-captxt {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: rgba(24, 36, 59, 0.9);
    padding: 25px 20px;
    margin-bottom: 50px;
}

.banner-btn {
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
    color: rgb(45, 45, 45);
    font-family: Poppins;
    background-color: rgb(255, 255, 255);
    border-color: rgb(61, 177, 102);
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    box-shadow: rgb(153 153 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 19px 21px;
    transform-origin: 50% 50% 0px;
}

.banner-caption p {
    margin-bottom: 11px;
    font-size: 30px;
}

.impotant-dates-box {
    background-color: #fff;
    display: flex;
    padding: 20px 20px;
    height: 150px;
    align-items: center;
}

.importantdate-section {
    margin-top: -57px;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
    background: #fefefe;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-name-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-dates {
    color: #a59b9b;
    font-size: 15px;
    margin-bottom: 0px;
}

.date-leftbrdr {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.date-rightbrdr {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.objectivebannerleft {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 90vh; */
    background-image: url(../img/exhibition-bojective1.JPG);
}

.objectivebannerright {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 90vh; */
    background-image: linear-gradient(to right, #192f59f0, #192f59e6),url(../img/exhibition-bojective2.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    color: #fff;
}

.aboutsecbg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-image: linear-gradient(to right, #192f59e3, #192f59db),url(../img/aboutbg1.jpg);
    padding: 45px 0px;
    margin-top: 80px;
    background-attachment: fixed;
}

    .aboutsecbg h4 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Raleway',sans-serif;
        color: var(--green);
    }

.process-secbg {
    background-color: #efefef;
    padding: 50px 0px;
}

#processtab .nav-pills .nav-link {
    border-radius: 2.25rem;
    color: #8d8d8d;
    margin-left: 12px;
    padding: 20px 33px 20px;
    border-width: 1px 1px 0px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
    background-color: #f7f7f7;
}

    #processtab .nav-pills .nav-link.active {
        background-color: #fff;
        color: #000;
    }

.date-icon {
    height: 42px;
}

.app-process-step {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.app-process-react-box {
    background: #e7e6eb;
    min-height: 258px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
    /*border: 1px solid #1c1c6a;*/
    border-radius:unset;
    position:relative;

}
/*.app-process-react-box:last-child:after {
content: unset;
}

.app-process-react-box:after {
    content: "";
    height: 148px;
    width: 2px;
    background: #181818;
    right: 0px;
    position: absolute;
}*/

    .app-process-react-box h4 {
        font-size: 19px;
        font-weight: 700;
        color: var(--blue);
        margin: 15px 0;
        text-align: center;
    }

    .app-process-react-box p {
        text-align: center;
    }

.footersecbg {
    background-color: #181818;
    padding: 40px 0px;
}

    .footersecbg ul, .footersecbg .social-links  {
        list-style: none;
        padding: 0;
        margin: 0;
        clear:both;
    }

        .footersecbg ul li a {
            color: #8d8d8d;
            transition: 0.3s;
            display: inline-block;
            font-size: 17px;
            line-height: 35px;
        }

            .footersecbg ul li a:hover {
                color: #fff;
                
            }

    .footersecbg h4{
        float:left;
        font-size: 24px;
        color: #fff;
        border-bottom: 2px solid #3db166;
        padding-bottom: 12px;
        font-family: 'Raleway',sans-serif;
        font-weight: 700;
    }
   

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--blue);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

    .social-links a:hover {
        background-color: var(--green);
    }
.banner-caption {
    width: 52%;
}

#processtab .nav-pills .tab-content .tab-pane {
    border-top: #143d91 4px solid;
}

    #processtab .nav-pills .tab-content .tab-pane > .row > div {
        padding: 0px 1px 0 0;
    }

#processtab .nav-pills .nav-item {
    padding: 0px 1px 15px 0;
}

#processtab .nav-pills .nav-link {
    width: 100%;
    margin-left: 0px;
    border-radius:unset;
}
#processtab ul{
     border-bottom: 4px solid #192f59;
    margin-bottom: 15px;
}
.app-process-react-box {
    background: url(../img/stepsboxarrow.png) no-repeat right bottom #e7e6eb;
}

#processtab .nav-pills .nav-link {
    background: url(../img/stepsarrow.png) no-repeat right #84acfd;
    color: #143d91;
}

    #processtab .nav-pills .nav-link.active {
        background: url(../img/stepsarrow_active1.png) no-repeat right #192f59;
        color: #fff;
    }
    #demo .carousel-control-prev{
            z-index: 11;
    }
.bannerfour {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    background-image:url(../img/banner_23.jpg);
}
.aboutsec-img {
    border-top-left-radius: 130px;
    border-bottom-right-radius: 130px;
    height: 100%;
    padding-left: 28px;
}
.aboutshape-img {
    animation: movescale 3s linear infinite;
    webkit-animation: movescale 3s linear infinite;
    position: absolute;
    right: -65px;
    top: -30px;
}
.shape-img1 {
    position: absolute;
    animation: movescale 3s linear infinite;
    webkit-animation: movescale 3s linear infinite;
    width:200px;
    right:60px;
    z-index:11;
}
.shape-img2 {
    position: absolute;
    animation: movescale 3s linear infinite;
    webkit-animation: movescale 3s linear infinite;
    width: 200px;
    left: 60px;
    bottom: 0px;
    z-index: 11;
}
.font-15{
    font-size:15px;
}
@keyframes movescale{

0% {
    transform: scale(.8);
}

50% {
    transform: scale(1);
}

100% {
    transform: scale(.8);
}
}