body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Merriweather, serif;
}

.top-heading{
	color: white;
/*     background-color: #574065; */
    padding: 0 1rem 1rem 1rem;
    font-size: larger;
    font-weight: 500;
}
.profilePic{
	    border: 0.25em solid transparent;
       border-radius: 5px;
       background: linear-gradient(to bottom, #fff, #bbb) content-box, linear-gradient(to right, #e94332, #a91302) padding-box, linear-gradient(to right, #0867a6, #4aa9e8) border-box;
	padding:0.25rem;
	float:left;
}
.bread{
	margin-top:-20px;
}
.topImage h3{
	    margin: auto;
    color: white;
    font-weight: bold;
}
a {
    text-decoration: none;
}
.navbar-brand img{
	max-width:-webkit-fill-available;
	width:auto;
}
#collapsibleNavbar{
	padding-top:3rem;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header {
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    background-color: #4e342e ! important;
    /*border-bottom: 5px solid black;*/
}
.interschool-activities .box {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    position: relative;
    color: #FFF;
    min-height: 530px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.card:hover{
	transform:scale(1.1);
	transition:0.5s;
}
.navbar-nav li {
    padding: 0px 2px;
    position: relative;
}

.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
	white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.navbar-dark .navbar-nav .active > .nav-link {
    color: #ff911b !important;
}


.navbar-nav li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: red !important;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.homeSlider .carousel {
    height: 550px;
}
.homeSlider .carousel-item img {
    height: 550px;
    object-fit: fill;
}
.read-btn{
background-color: rgb(255, 113, 73) !important;
    color: #FFF;
    padding: 10px 20px;
}


/* Discolsure */

.entry-content table, .comment-body table {
    border-collapse: collapse;
    margin: 10px 0;
border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: fixed;
    width: 100%;
}

table, th, td {
    border: 1px solid #d1d1d1;
}
.entry-content table td, .comment-body table td {
    border-bottom: 1px #ccc solid;
}
.entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th {
    padding: 10px 5px;
    text-align: left;
}

/*-------------------------RULES-----------------------------*/

.breadcrumb{
        margin-top: -20px;
    margin-bottom: 0;
    padding: 21px 40px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f7f7f7;
}
.welcome {
    padding-top: 0em;
    padding-bottom: 2em;
}

.welcome-left h3 {
    font-size: 24px;
    font-weight: 900;
    color: #333 !important;
    margin: 0;
}

.welcome-left h3 span {
    color: #78C479;
}

.welcome-left h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 15px 0 0;
    line-height: 1.6em;
    text-transform: uppercase;
}

.welcome-left .sub_heading {
    font-size: 16px !important;
    margin-top: 20px;
    font-weight: bold;
    color: #ff911b !important;
    text-decoration: none;
}

.welcome-left ol li {
    font-size: 14px;
    text-align: justify;
    color: #576A73;
    line-height: 27px;
}

.welcome-left ul li {
    font-size: 14px;
    text-align: justify;
    color: #576A73;
    letter-spacing: 0.1em;
    line-height: 27px;
}

.welcome-left ul li p {
    font-size: 14px;
    text-align: justify;
    color: #576A73;
    letter-spacing: 0.1em;
    line-height: 27px;
}

.welcome .welcome-left .oneMonthActivity ul {
    padding-left: 0;
}

.welcome .welcome-left .oneMonthActivity ul li {
    list-style: none;
}

.welcome .welcome-left .oneMonthActivity ul li p {
    font-size: 14px;
    text-align: justify;
    color: #576A73;
    letter-spacing: 0.1em;
}

.welcome-left .school_timing li p {
    text-align: center;
}

#post-89 > div > div > div.post-content-text > h3 > a {
    font-size: 14px;
    color: #576A73;
}

.welcome-left label {
    font-weight: bold;
    font-size: 18px
}

/*-------------------------------------Mobile---------------------------------------*/
@media (max-width :991px) {
    .logoName h1 {
        font-size: 22px;
    }

    .mitraLogo img {
        margin-bottom: 10px;
    }

    .headerContainer .mitraLogo {
        display: none;
    }

    .modal-lg {
        width: 100% !important;
    }

    .headerContainer .mitraLogo img {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .rightBottomContainer {
        margin-bottom: 10px;
    }

    .navbar-light .navbar-nav .menu-item {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px dotted blanchedalmond
    }

    .headerContainer h1 {
        font-size: 22px;
        text-align: center;
    }


    #menu-footer-menu li a {
        font-size: 21px;
    }

    #menu-footer-menu li {
        display: block;
    }

    .headerContainer .logoName {
        margin-left: 0px;
    }

    .float-right {
        margin-right: 120px;
    }

    .copy-right-grids ul li a {
        font-size: 36px;
    }

    .card-header {
        padding: 0px;
    }

    .ruleContainer .discipline .card-header button {
        font-size: 0.9em
    }

    .navbar-expand-lg .navbar-nav li {
        border-bottom: 1px solid #787f84 !important;
        padding: 5px 0;
    }

    .footerLinks ul li {
        display: inline-block;
        width: 201px;
        text-align: left;
    }

    .footerLinksHorizontal ul li {
        padding: 0 4px;
    }
}

.rightContainer .rightTopContainer {
    background-color: #f6da40;
    border-radius: 40px 10px;
    padding: 25px;
    height: 300px;
    margin-bottom: 20px;
}
.rightTopContainer ul li{
	padding:10px;
	border-bottom:1px solid #3333;
}
.rightBottomContainer ul li {
    padding: 10px;
    border-bottom: 1px solid #3333;
}
.rightContainer .rightBottomContainer {
    background-color: #e7a13d;
    border-radius: 40px 10px;
    padding: 25px;
    height: 300px;
    margin-bottom: 20px;
}

.rightContainer h3 {
    font-size: 26px;
    font-weight: bold;
    color: #282f32;
    margin: 0;
}

.welcome-left .contactContainer li i {
    color: #ff911b !important;
    /*#ff911b;*/
    margin-right: 15px;

}

.welcome-left .contactContainer li p {
    padding-left: 0;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #576A73;
}

.welcome-left .assembleHeader h4 {
    margin-top: 2%;
    margin-bottom: 2%;
    color: #ff911b !important;
}

.card {
    margin-top: 2%;
}

.card-body {
    background: #fff !important;
    box-shadow: 0 0 12px #ddd !important;
    margin: 20px 20px !important;

}

.welcome-left .assembleHeader button {
    color: black;
    text-decoration: none;
}

.welcome-left .assembleHeader button:hover {
    color: #ff911b !important;
}

.welcome-left .assembleHeader h5 {
    padding: 15px 0;
}

.galleryTab h3 {
    margin-top: 5%;
    margin-bottom: 2%;

}

.galleryLink {
    font-size: 30px;
    text-decoration: none;
    color: #ff911b !important;
}

.news-title {
    display: none;
}

.news-content-excerpt {
    font-size: 15px;
}

.news-col-1 .news-inner-wrap-view,
.news-col-list .news-inner-wrap-view {
    border-bottom: 1px solid black;
}


.contactContainer li {
    margin-top: 10px;
}

#admissionTable,
#admissionTable th,
#admissionTable td {
    border: 1px solid black;
}

#admissionTable th,
#admissionTable td {
    width: 50%;
    padding: 10px 10px;
}

.modal-lg {
    width: 150%;
}

.oneMonthActivity ul p {
    text-transform: uppercase;
    text-decoration: underline;
}


/*---------------------Footer------------------------------------*/

.footer {
    padding: 3em 0 0 0;
    background-color: #1f1f1f !important;
	color:#aaa;
}

.footerLinks ul,
.contactList ul {
    list-style: none;
    padding-left: 0;
}

.footerLinks ul li a,
.contactList ul li p {
    color: #aaa;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
}

.footerLinks ul li i,
.contactList ul li i {
    color: #aaa !important;
    font-size: 16px;
    margin-right: 10px;
}

.copy-right-grids {
    padding: 10px 0px;
    background: #1f1f1f !important;
	border-top:1px solid #aaa;
}

.copy-right-grids p {
    text-align:left;
    color: #aaa !important;
    font-size: 12px;
    display: inline-block;
    padding-top: 10px;
}
.navbar-nav li a:after{
	display:none;
}
.schoolNumber {
	text-align:right;
}
.schoolNumber nav{
	justify-content:end;
}
.schoolNumber .nav-link{
	padding:0px 1rem;
}
.schoolNumber a, .affiliationNumber a{
	color:black;
}
.cta_wrapper{
	display:none;
}
.topImage{
	height:10rem;
/* 	background-image:url("http://localhost/dalimsssunbeammarui/wp-content/uploads/2022/04/Learning_is_a_journey__not_a_destination.jpg"); */
	background-color:currentcolor;
	background-size:cover;
	background-repeat:no-repeat;
	    display: flex;
    justify-content: center;
}
@media (max-width: 991px){
	.homeSlider .carousel {
    height: 250px;
}
	.homeSlider .carousel-item img {
    height: 250px;
    object-fit: cover;
}
	.schoolNumber , .affiliationNumber{
		text-align:center;
	}
	.logoContainer{
		text-align:center;
	}
}
@media (max-width: 441px){
	.schoolNumber .nav-link {
    padding: 0px 0.25rem;
    font-size: smaller;
   }
	.affiliationNumber{
		font-size:small;
	}
	.navbar-brand{
		width:50%;
	}
.schoolNumber nav {
    justify-content: center;
}
	.top-heading{
		font-size:medium;
	}
	.profilePic{
		height: fit-content;
	}
}
