* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Urbanist&display=swap');

.police_modern_about_banner {
    background-image: url('../assets/aboutbg.jpg');
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.police_modern_about_img img {
    width: 100%;
}

.police_modern_about_heading h4 {
    font-family: 'Playfair Display', serif;
    color: #00306e;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
}


.secondary_about_color {
    font-family: 'Playfair Display', serif;
    color: #f65868;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;

}

.police_modern_about_heading_para p {
    color: grey;
    font-family: Cerebri Bold;
    font-size: 16px;
    text-align: justify;
}

.police_modern_heaing h3 {
    font-family: 'Playfair Display', serif;
    color: #00306e;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}

.secondary_heading {
    font-family: 'Playfair Display', serif;
    color: #f65868;
    ;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}

.police_modern_about_img_obj img {
    width: 100%;
    height: 310px;
}

.police_nav_about li a {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.police_nav_about {
    padding-top: 10rem;

}

/* about end */

/* uniform start */
.uniform_banner {
    background-image: url('../../assets/uniform.jpg');
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uniform_girls img {
    width: 100%;
}

.heading_summer h3 {
    font-family: 'Playfair Display', serif;
    color: #00306e;
    font-size: 37px;
    font-weight: 700;
    line-height: 54px;
}

.secondary_heading_summer {
    font-family: 'Playfair Display', serif;
    color: #f65868;
    ;
    font-size: 37px;
    font-weight: 700;
    line-height: 54px;
}

.uniform_boys_heading h3 {
    color: #00306e;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.list_of_boys ol li {
    color: grey;
    font-family: Cerebri Bold;
    font-size: 16px;
    text-align: justify;
}


.images_name_tagore {
    font-family: celebri sans-serif;
    text-align: center;
    font-size: 29px;
    text-align: center;
}

.yellow {
    color: rgb(160, 160, 27);
    font-weight: 700;
}

.blue {
    color: #00306e;
    font-weight: 700;
}

.green {
    color: darkgreen;
    font-weight: 700;
}

.red {
    color: darkred;
    font-weight: 700;
}

.para_house {
    font-family: celebri sans-serif;
    font-size: 16px;
    color: rgb(87, 83, 83);
}

.alert {
    font-family: celebri sans-serif;
    font-size: 16px;
    color: rgb(87, 83, 83);
    text-align: center;
}

.para_rules p {
    font-family: celebri sans-serif;
    font-size: 16px;
    color: rgb(87, 83, 83);
    text-align: center;
}


/* end */

/* starting  rules */
.heading_ploice_rules h3 {
    color: #00306e;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.sub_heading_parts p {
    font-family: celebri sans-serif;
    font-size: 16px;
    color: rgb(87, 83, 83);
    text-align: center;
}

.para_brief_parts p {
    font-family: 'Playfair Display', serif;
}

.please_notes_heading h3 {
    color: #00306e;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

tbody td {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

tbody th {
    color: #00306e;
    font-size: 20px;
    font-family: 'celebri' sans-serif;
}

/* end*/

/* qyery form */
input {
    padding: 10px 30px !important;
    box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 17px !important;
    font-family: celebri sans-serif;
}

select {
    padding: 10px 30px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 17px !important;
    font-family: celebri sans-serif;
}

label {
    font-size: 20px;
    color: #00306e;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button_school {
    background-color: #00306e;
    /* Green */
    border: none;
    color: white;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-family: 'Playfair Display', serif;
    margin-right: 30px;
}

.button_school:hover {
    background-color: #f65868;
    transition: .5s ease-in-out all;
    color: white;
}

/* end */

/* gallery  */
/* .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
} */

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background-color: rgba(46, 132, 206, 0.7); */
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/* end */


/* home */
.navbar {
    background-color: #ffffff !important;
    border: none;
    border-radius: 33px;
}

.nav-link {
    color: #000 !important;
    font-size: 16px;
    padding-right: 15px !important;
}

.nav-link:hover {
    color: #f65868 !important;
}

.navbar-brand {
    width: 5%;
    margin: 0 1rem !important;
}

.navbar-brand img {
    width: 100%;
}

.banner {
    background-image: url(../../assets/about_right.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.banner_content .banner_head h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.banner_content .banner_para p {
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.principal h1 {
    color: #00306e;
}

.principal small {
    color: #f65868;
    font-size: large;
    font-family: celeberi sans-serif;
}

.principal .head_para {
    color: #3f3a3a;
    font-family: celeberi sans-serif;
}

.princi_img {
    border: 5px solid #00306e;
    border-radius: 20px;
}

.princi_img img {
    width: 100%;
    padding: 20px;
    border-radius: 40px;
}

.about_icon {
    text-align: center;
    padding: 12px 20px;
}

.about_icon i {
    font-size: 50px;
    color: #f65868;
}

.features h2 {
    color: #00306e;
}

.features p {
    color: #7a7a7a;
}

.features .card {
    padding: 10px;
    margin-top: 30px;
}

.features .card h4 {
    color: #00306e;
    text-align: center;
}

.features .card p {
    color: #7a7a7a;
    text-align: center;
}

.card_img {
    text-align: center;
}

.card_img img {
    width: 46%;
}

/* cards slider */

/* Carousel base class */
.carousel {
    margin-bottom: 60px;
}

.carousel,
.carousel .item,
.carousel .item .active,
.carousel-inner {
    height: 100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

.carousel-inner {
    height: 100%;
}

/* Declare heights */
.carousel .item {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.carousel .first-slide {
    background-image: url("https://images.unsplash.com/photo-1466026396492-d69f93144acc")
}

.carousel .second-slide {
    background-image: url("https://images.unsplash.com/photo-1503629473531-b06530731f51")
}

.carousel .third-slide {
    background-image: url("https://images.unsplash.com/photo-1497996377197-e4b9024658a4")
}

/* end */
.police_modern_heaing h1 {
    font-family: 'Playfair Display', serif;
    color: #00306e;
    font-size: 46px;
    font-weight: 500;
    line-height: 54px;
}

.about_desc p {
    color: #3f3a3a;
    font-family: celeberi sans-serif;
}

.button-all {
    /* background-color: #00306e; */
    border: none;
    color: #00306e;
    ;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-family: 'Playfair Display', serif;

}

.button-all:hover {
    background-color: #f65868;
    transition: .5s ease-in-out all;
    color: white;
}

.heading_title {
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    color: #00306e;

}

.para_heading p {
    color: rgb(64, 62, 62);
    font-family: celeberi sans-serif;
}

/* Home */

.images_discipline img {
    height: 80vh;
}


/* Media query starts */

@media (max-width: 768px) {
    .navbar-brand {
        width: 18%;
    }
}

/* Media query ends */

/* news */

.news-alerts {
    background: khaki;
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);
    background: linear-gradient(to right, #1F1C18, #8E0E00);  */
    color: blue;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;
    overflow: hidden;
    background-color: #00306e;
    /* border: 3px solid #f65868; */
    font-family: "Raleway", sans-serif;
    border-radius: 20px;
}

.news-alerts .mask {
    position: relative;
    left: 0px;
    top: 20px;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;
    overflow: hidden;
}

.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-alerts ul li {
    padding: 10px 0px;
}

.news-alerts ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    margin-left: 30px;  
}

.news-alerts ul li a:hover {
    color: aqua;
    text-decoration: underline;
}

.news-alerts ul li a p {
    color: white;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    word-wrap: normal;
}

.news-alerts ul li>span {
    font-size: 21px;
    float: left;
    width: 18%;
    text-align: center;
    padding-right: 8px;
    margin-left: 30px;  
    color: white;
    height: 54px;
    font-family: sans-serif, serif;
}

.news-alerts ul li {
    color: white;
    margin: 1px;
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');






h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
     text-transform:uppercase;
}

#float-right {
    float: right;
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}

.ScriptTop li {
    list-style: none;
    display: inline-block;
}

.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}

.ScriptTop li a:hover {
    background: #000;
    color: #fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}

.rt-heading {
    margin: 0 auto;
    text-align: center;
}

.Scriptcontent {
    line-height: 28px;
}

.ScriptHeader h1 {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}

.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}

.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}

.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.rt-row:before,
.rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}

[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}


@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }

    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }

    .col-rt-6,
    .col-rt-12 {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }

    .col-rt-1 {
        width: 16.6%;
    }

    .col-rt-2 {
        width: 30.33%;
    }

    .col-rt-3 {
        width: 50%;
    }

    .col-rt-4 {
        width: 67.664%;
    }

    .col-rt-5 {
        width: 83.33%;
    }


}

@media only screen and (min-width:240px) and (max-width: 768px) {

    .ScriptTop h1,
    .ScriptTop ul {
        text-align: center;
    }

    .ScriptTop h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ScriptTop ul {
        margin-top: 12px;
    }

    .ScriptHeader h1,
    .ScriptHeader h2,
    .scriptnav ul {
        text-align: center;
    }

    .scriptnav ul {
        margin-top: 12px;
    }

    #float-right {
        float: none;
    }

}

/* end */






.gallarySection .glightboxMain .glightImg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.gallarySection .glightboxMain .glightImg::after {
    content: '';
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s linear;
    border-radius: 8px;
}

.gallarySection .glightboxMain .glightImg::before {
    content: '';
    background-image: url(../assets/pluswhite.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 30px;
    width: 30px;
    height: 30px;
    transform: translate(-50%);
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallarySection .glightboxMain .glightImg:hover::after {
    height: 100%;
}

.gallarySection .glightboxMain .glightImg:hover::before {
    opacity: 1;
    visibility: visible;
}

.gallarySection .glightboxMain .galleryBox .glightImg img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
}

.gallarySection .glightboxMain .glightImg img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
}


