@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', 'Jost', sans-serif;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 21px;
}

a {color: #7A7793;}
a:hover {color: #ED722E; text-decoration: none;}

p {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #7A7793;
}

.text_dark_blue {color: #1d0f89;}
.bg_dark_blue {background: #1d0f89; color: #FFFFFF;}

.text_yellow {color: #FFC800;}
.bg_yellow {background: #FFC800; color: #222222;}

.text_brown {color: #ed722e;}
.bg_brown {background: #ed722e; color: #FFFFFF;}

.text_dark_green {color: #134558;}
.bg_dark_green {background: #134558; color: #FFFFFF;}

.text_green {color: #185972;}
.bg_green {background: #185972; color: #FFFFFF;}

.text_dark_brown {color: #9f4c3c;}
.bg_dark_browm {background: #9f4c3c; color: #FFFFFF;}

ul li,
ol li {
    font-family: 'Jost', sans-serif !important;
    font-size: 18px;
    color: #7A7793;
}

span,
label {
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Jost', sans-serif !important;
    font-size: 18px;
}

textarea {resize: none;}

.btn {height: auto !important;}

.text-light-violet {color: #7A7793;}

.bg-orange {
    background: #ed722e;
    color: #FFFFFF;
}

.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    font-family: "Poppins", sans-serif;
    padding: 10px 12px !important;
    height: auto !important;
}

.wrapper {padding-top: 40px;}

.topstrip {
    background: #003848;
    padding: 10px 0;
}

.navbar {padding: 0;}
.navbar.sticky-top {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    width: 100%;
}

.navbar ul li .dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: none;
    padding: 0 !important;
}
.navbar ul li a {
    padding: 0 0 0 30px !important;
}
.navbar ul li a.dropdown-item {
    padding: 7px 10px !important;
}

.navbar .navbar-brand img {
    width: 80px;
    height: auto;
}

.header {
    width: 100%;
    padding: 60px 0;
    background: url(../images/DotsBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header.stickyHeader {
    padding-top: 150px; 
    background-position: 0 180px;
}

.header h1 {
    /* color: #0f0844; */
    color: #170C68;
}

.header .img1 {
    height: 400px;
    width: 100%;
    border-radius: 200px;
}

.header .paragraph1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.contact_us_section {
    height: auto;
    width: 100%;
    padding: 60px 0;
}
.contact_us_section span.text-danger {font-size: 14px;}

.access_learning {
    width: 100%;
    background: url(../images/DotsBg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mission_vision {
    background-color: #FFC800;
    padding: 50px 0;
}

.mission_vision p {color: #222222;}

.school_timings h5 {font-weight: 400;}

.strip1 {
    color: #FFFFFF;
    font-family: 'Chivo';
    font-size: 18px;
}

.bgtext {
    background-image: linear-gradient(white, rgb(218 245 255));
    background-color: white;
    margin: auto;
    padding: 25px;

}

.nav-link {
    color: black;
}

.hh1 {
    text-align: center;
}

.access_learning p {
    color: #7A7793;
}


.btn1 {
    background-color: white;
    border-radius: 30px;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
}

.access{
    margin-top:50px;
}

.img2 {
    height: auto;
    width: 100%;

}

.fa1 {
    height: auto;
    width: 100%;
    background-color: blue;
}

.span1 {
    color: #ed722e;
}

.span2 {
    text-decoration: underline;
    text-decoration-color: #fcda00;
    text-decoration-thickness: 10%;
}

p {

    font-size: 18px;
}

.logo1 {
    height: 100px;
    width: 100%;
}

.image {
    height: auto;
    width: 100%;
    border-bottom-right-radius: 100px;

}


.div1 {
    height: 200px;
    width: 100%;
}

.h11 {
    text-align: center;
    font-family: 'Bakbak One';
    font-size: 25px;
}

.ad {
    width: 100%;
    height: 50px;
    border-radius: 20px;
}

.about1 {
    height: auto;
    width: 100%;
}

.about {

    height: auto;
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-top: 100px;
}

.contact_us_section .center1 {
    margin: auto;
    width: 60%;
    padding: 20px;
    box-shadow:3px 3px 10px rgb(179, 178, 178);
}

.logo2 {
    height: 80px;
    margin-bottom: 10px;
}

.imgl {
    height: 2px;
    width: 2px;
}

.abschool {
    background: #134558;
    color: #FFFFFF;
    margin: auto;
    padding: 50px 0;
}
.abschool h3 span {color: #fcda00;}
.abschool ul li {color: rgba(255,255,255,0.6); font-size: 16px;}
.abschool p {font-size: 16px; color: rgba(255,255,255,0.6);}
.abschool .card h4 {font-size: 28px;}
.abschool .card h4 span {font-weight: 300;}
.abschool .card p {font-size: 18px; color: #AAAAAA;}
.abschool .card span.text-danger {font-size: 14px;}

footer ul li a {
    color: #7A7793 !important;
}
footer p {
    color: #7A7793;
}
footer .social_links li a {
    padding-right: 15px;
}
footer .social_links li a:hover {color: #ED722E !important;}
footer .disclaimer_bottom_text, footer .disclaimer_bottom_text a {font-size: 15px;}

footer .span10 {
    display: flex;
}

.inputl {
    width: 100%;
    height: 60px;
   
}

.inputl1 {
    width: 100%;
    height: 100px;
   
}

.orange_shape_bg {
    width: 300px;
    height: 462px;
    background: url(../images/ShapeOrange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.orange_shape_bg img {
    width: 296px;
    margin: auto;
    display: block;
    left: -20px;
    position: relative;
    top: 45px;
}

.form {
    margin: auto;
    height: auto;
    width: 100%;
}

.lastp {
    font-size: 18px;
}

.lastp1 {
    font-size: 15px;
    color: rgb(249, 247, 247);

}

.btnl {
    width: 150px;
    background-color:orange;
    padding: 10px 10px;
}

.card {
    box-shadow: 1px 10px 30px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    border: none;
    overflow: hidden;
}

.lastimg {
    height: 30px;
    width: 30px;
}

.lastimg2 {
    height: 25px;
    width: 25px;
}

.lastimg3 {
    height: 20px;
    width: 28px;
}

span {
    color: black;
    size: 2px;
}

li:hover {
    cursor: pointer;
    border-radius: 40px;
}

.dropdown:hover>.dropdown-menu {
    display: inline-block;
    top: 90%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.leaves .number {
    font-family: ProductSansRegular, sans-serif;
    width: 40px;
    height: 40px;
    background: #FFC800;
    float: left;
    font-size: 22px;
    color: #222222;
    text-align: center;
    line-height: 1.8;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
}
.leaves .number:after {
    content: '';
    border: 1px solid #FFC800;
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 100%;
    top: 12px;
    left: 12px;
    position: absolute;
}
.leaves p {display: flow-root;}

.careers h6 {font-size: 17px; font-weight: 500;}
.contact .card i {color: #007EA2; font-size: 28px; margin-right: 12px;}

.uniform_rules_section {padding: 50px 0 0;}
.uniform_bg {background-image: linear-gradient(#FFFFFF, #B7D6E0);}
.uniform_bg h6 {font-weight: 400;}

.qr_code {width: 200px !important;}

/* Responsive Design For Lower Devices */
@media screen and (max-width: 2000px) {
    .header.stickyHeader {background-position: center;}
}

@media screen and (max-width: 1380px) {
    .header.stickyHeader {background-position: 0 180px;}
}

@media screen and (max-width: 1024px) {
    .fees_structure .card {height: 210px;}
}

@media screen and (max-width: 991px) {
    .navbar {padding: 0 10px;}
    .navbar ul li a {padding: 5px 0 !important;}
    .header {background-position: top;}
    .header .img1 {height: auto;}
    .contact_us_section .center1 {width: 100%;}
    .bgtext {padding-left: 0; padding-right: 0;}
    .access {margin: 0;}
    .access_learning {padding: 40px 0;}
    .fees_structure .card {height: auto;}
    .mobile-column-reverse {flex-direction: column-reverse;}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 480px) {
    .qr_code {width: 100% !important;}
}

@media screen and (max-width: 400px) {
    .strip1 {font-size: 17px;}
}

@media screen and (max-width: 380px) {
    footer .bottom_text {font-size: 16px;}
    .strip1 {font-size: 15.5px;}
}