html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#4b4b4b;;
}

#body {
	letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:18px;
    color:#4b4b4b;;
}

/*#body_little {
	letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Lobster', cursive;

	font-size:20px;
    color:#4b4b4b;;
}*/

#logo {
    width: 100%;
    height: 80px;
}

#navnav {
	background-color:transparent;
	position: sticky;
    top: 0;
	z-index: 100;
}

.navbar-light .navbar-nav .nav-link {
    color: #640f26;
	padding-right:20px;
	font-size:16px;
	font-weight:600;
}

.carousel .carousel-item {
	height:500px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 500px;
	min-width:100%;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#index_img {
    height: 300px;
	position: sticky;
    top: 150px;
}

#index_img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#welcome {
    font-weight: 900;
    font-size: 40px;
    color: #f9a123;
	font-family: 'Roboto Condensed', sans-serif;

}

.overlay_imgs_gallery_index:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: linear-gradient(4deg, #000000b8, #ffffff00);
    overflow: hidden;
    padding: 0;
}

#dpt_text {
    color: white;
    z-index: 10;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
}

#dpt_text a {
	text-decoration:none;
	color:white;
	font-size: 20px;
}

#bg {
    background-color: #6b0e301a;
}

#homebg {
    background-image: linear-gradient(#0000006b, rgb(35 31 32)), url(../images/DSC_0534-1.JPG);
    color: white;
    padding: 70px;
    padding-bottom: 40px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#txt {
    font-weight: bold;
    text-align: center;
    font-size: 50px;
}

a#regst_btn {
    background-color: #fba726;
    color: white;
    font-size: 20px;
    border-radius: 40px;
}

#acadm {
    padding-top: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: #640f26;
    font-family: 'Roboto Condensed', sans-serif;
	text-align:center;
}

#nvsticky {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
}

#news_cnt {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 17px;
    border-radius: 10px;
    font-size: 15px;
}

#news_img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

#myBtn {
    position: fixed;
    right: 0;
    bottom: 80px;
    right: 50px;
    background-color: #f7a023;
    color: white;
    border-radius: 100%;
    padding: 10px;
	z-index:1;
}

footer {
    background-color: #640f26;
    color: #ffffffb5;
    font-family: inherit;
    font-size: 16px;
}

#little_footer {
	background-color: #640f26;
    color: #ffffffb5;
    font-family: inherit;
    font-size: 16px;
	padding-top: 130px;
}

#footer_img {
    object-fit: contain;
    background-color: white;
    width: 20%;
    height: 95px;
}

#footer_list li {
	padding-bottom:10px;
}

#footer_list li a {
	color: #ffffffb5;
	text-decoration:none;
}

#tm {
    font-size: 13px;
    text-align: center;
}

span.carousel-control-prev-icon {
    background-color: #640f26;
    padding: 25px;
    border-radius: 100%;
}

span.carousel-control-next-icon {
    background-color: #640f26;
    padding: 25px;
    border-radius: 100%;
}

#hr {
    border: 0;
    border-top: 1px solid #eeeeee45;
    margin: 20px 0;
}

.fasocials {
    background-color: #f7a023;
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    text-align: center;
}

a .fasocials {
	text-decoration:none;
	color:white;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#gallery_img_index {
    height: 453px;
    width: 100%;
    object-fit: cover;
}

.overlay_imgs_gallery_index2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(4deg, #000000b8, #ffffff00);
    overflow: hidden;
    padding: 0;
}

#thumbnail_caption2 {
    position: absolute;
    bottom: 0;
    color: white;
    z-index: 1;
    font-size: 17px;
    padding-left: 5px;
    padding-bottom: 0px;
    width: 88%;
    margin-left: 10px;
    line-height: 1.2;
    border-left: 4px solid white;
}

#head {
    font-weight: bold;
    color: white;
}

#subh {
    font-weight: normal;
    font-size: 15px;
    position: relative;
    bottom: 7px;
	color: black;
}

#contact1 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 30px;
    padding-top: 0;
    position: relative;
    left: 50px;
    top: 45px;
    background-color: #f7a023;
    z-index: 1;
    color: white;
}

.contact_form {
    height: 50px;
    border-radius: 0;
}

#sbmtbtn {
    background-color: #f7a023;
    color: white;
}

#contact2 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 40px;
}

#map {
	width:100%;
	height:280px;
	margin-bottom:-10px;
}

#misv_cnt {
    background-color: #6b0e301a;
    padding: 40px;
}

#misv_head {
    font-weight: 900;
    color: #701b25;
}

#mis_img {
    width: 30%;
}

#dpt_bg {
    padding-top: 160px;
    padding-bottom: 140px;
    background-size: cover;
    background-position: center;
}

#dptcnt {
    background-color: #f9a123c9;
    padding: 70px;
    border-radius: 10px;
    width: 45%;
}

#dpt_title {
    background-color: #640f26;
    color: white;
    padding: 5px;
    position: absolute;
}

#dpt_sub {
    position: relative;
    top: 50px;
    color: white;
    font-weight: 900;
    font-size: 30px;
}

#faq_bg {
    background-color: #6b0e301a;
    padding-bottom: 30px;
}

#benefits {
    font-size: 20px;
    text-align: left;
    /*border-bottom: 1px solid #640f26;*/
    padding-bottom: 15px;
    font-weight: 600;
}

#menumenu {
    background-color: #6e0d31;
    color: white;
    border: none;
}

#news_dtl_img {
    width: 50%;
    margin-right: 20px;
    height: auto;
    object-fit: fill;
}

#news_title {
	font-weight: 900;
    font-size: 40px;
    color: #f9a123;
    font-family: 'Roboto Condensed', sans-serif;
}

.overlay_imgs_gallery_index_gallery:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: linear-gradient(4deg, #000000b8, #ffffff00);
    overflow: hidden;
    padding: 0;
}

#thumbnail_caption_gallery {
    position: absolute;
    bottom: 0;
    color: white;
    z-index: 1;
    font-size: 17px;
    padding-left: 5px;
    padding-bottom: 0px;
    width: 88%;
    margin-left: 10px;
    line-height: 1.2;
    border-left: 4px solid white;
}

#gallery_imgs {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

#pictures {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

iframe {
    max-width: 100%;
}

#paginate li a {
    padding: 5px;
    background-color: #f7a023;
    margin: 2px;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

#nus_ttl {
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
}

a#book {
    background-color: #222866;
    color: white;
}

.navbar-none .navbar-nav .nav-link {
    color: #222866;
	padding-right:20px;
	font-size:20px;
	font-weight:600;
	font-family: 'Satisfy', cursive;
}

#home_banner {	
    padding: 170px;
    background-size: cover;
    background-position: center;
}

#welcome_little {
    font-family: 'Lobster', cursive;
    color: white;
	font-size: 60px;
	text-shadow: 2px 2px 2px black;
	background-color: #22286669;
    border-radius: 10px;
}

#pumpkins_who_we_are {
    /*font-family: 'Lobster', cursive;*/
	font-family: 'Satisfy', cursive;
    color: #af5237;
    font-weight: bolder;
    font-size: 50px;
}

#miss_img {
    width: 100%;
	position: relative;
    bottom: 50px;
}

#tree {
    position: absolute;
    left: 0;
    top: 245px;
}

#mont_header {
    /*font-family: 'Lobster', cursive;*/
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 50px;
    font-weight: 900;
}

img#tour_img {
    width: 70%;
}

#tour_bg {
    background-image: url(../images/montessori/illustration-tree-2.svg);
    padding: 35px;
    background-size: cover;
    background-position: center;
    color: white;
}

#tour_text {
    position: relative;
    top: 15px;
}

a#little_btn {
    font-family: 'Satisfy', cursive;
    font-size: 17px;
    background-color: white;
    color: #db5a09;
    font-weight: 600;
}

#vision_head {
    font-family: 'Satisfy', cursive;
    color: white;
    font-weight: bolder;
}

#misvis_bg {
    /* box-shadow: 1px 1px 2px 1px; */
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: #222866ba;
    transform: rotate(350deg);
}

#mont_img {
    /* border: 2px solid red; */
    padding: 8px;
	transform: rotate(343deg);
    border-radius: 30px;
}

#misvis_bgg {
    padding: 0;
    background-size: cover;
    background-position: center;
    /* color: white; */
    margin-bottom: 30px;
}

#pencil {
    position: absolute;
    right: 0;
    width: 20%;
}

#map_little {
	width:100%;
	height:250px;
}

#cntct_form {
    background-color: white;
    padding: 25px;
    border-radius: 15px;
}

#form_custom {
    border-left: none;
    border-right: none;
    border-top: none;
}

#little_contact_list li {
	padding-bottom:10px;
}

.little_fa {
    background-color: #db5a09;
    padding: 3px;
    font-size: 12px;
    width: 5%;
    text-align: center;
    color: white;
}

.bg_cntct {
    background-color: #222866;
    border-radius: 10px;
    color: white;
    position: relative;
    top: 110px;
    margin-top: -140px;
}

#sbmt_little {
    font-family: 'Satisfy', cursive;
    font-size: 17px;
    background-color: #db5a09;
    color: white;
    font-weight: 600;
    /* background-color: white; */
}

#programs_list li {
	padding-bottom:20px;
	font-weight:700;
}

#programs {
	background-color:#f4f1ea;
}

#mont_program_cnt {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

#program_img {
    width: 100%;
    height: 470px;
}

#index_mont {
    width: 70%;
    margin: auto;
}

#tour_text2 {
    position: relative;
    top: 90px;
}

#little_gallery {
    background-color: #ffa246;
    padding: 4px;
    border-radius: 5px;
    width: 100%;
    height: 190px;
    object-fit: fill;
	transform: rotate(353deg);
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#underline {
    background-color: transparent;
    color: #af5237;
    height: 1px;
    width: 10%;
    position: relative;
    bottom: 10px;
    margin: auto;
    border-style: dashed;
}

#little_gallery_title {
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: 80%;
    left: 15px;
    right: 0;
    text-align: center;
    color: white;
    background-color: #db5a09;
    font-family: 'Satisfy', cursive;
    transform: rotate(353deg);
}

#little_gallery_title a {
	color:white;
	text-decoration:none;
}

a#little_btn2 {
    font-family: 'Satisfy', cursive;
    font-size: 17px;
    background-color: #db5a09;
    color: white;
    font-weight: 600;
}

#profile {
    background-color: #f4f1ea;
}

#profile_img {
    height: 260px;
    width: 100%;
    object-fit: fill;
}

#profile_name {
    color: #b05439;
    font-weight: 800;
}

#profile_name span {
    font-size: 16px;
    color: #00000052;
}

#profile_img2 {
    height: 260px;
    width: 80%;
    object-fit: cover;
    margin-right: 20px;
	object-position: top;
}

#logo2 {
    width: 100%;
    height: 50px;
}

#contact22 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 30px;
    padding-top: 35px;
    position: relative;
    /* left: 50px; */
    /* top: 45px; */
    background-color: #f7a023;
    z-index: 1;
    color: white;
}

#profile_img2_index {
    height: 330px;
    width: 100%;
    object-fit: cover;
    margin-right: 20px;
    object-position: top;
}

img#owl_brand {
    height: 380px;
    object-fit: cover;
}

#galry_list_img {
    margin-right: 20px;
    width: 40%;
    height: 70px;
    object-fit: cover;
}

a#gallery_list_title {
    font-weight: bold;
    font-size: 15px;
}

#gallery_list li {
	padding-bottom:70px;
}

#gallery_list {
	box-shadow: 0 0 25px rgba(24, 24, 24, .1);
	padding:10px;
}

#emptyyy {
    text-align: center;
    background-color: #640f26;
    color: white;
    width: 100%;
    padding: 5px;
}












@media screen and (max-width: 990px) {
#news_img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

#index_img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

#homebg {
    background-image: linear-gradient(#0000006b, rgb(35 31 32)), url(../images/DSC_0534-1.JPG);
    color: white;
    padding: 35px;
    padding-bottom: 30px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#footer_img {
    object-fit: contain;
    background-color: white;
    width: 65%;
    height: 95px;
}

a.nav-link {
    background-color: #6e0d31;
    margin: 1px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
	padding-right:0;
	font-size:18px;
	font-weight:600;
	padding:5px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:white;
}

#contact1 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 30px;
    padding-top: 0;
    position: relative;
    left: 50px;
    top: 35px;
    background-color: #f7a023;
    z-index: 1;
    color: white;
}

#news_dtl_img {
    width: 50%;
    margin-right: 20px;
    height: auto;
    object-fit: cover;
}

#tour_text {
    position: relative;
    top: 40px;
}

#mont_header {
    /* font-family: 'Lobster', cursive; */
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 35px;
    font-weight: 900;
}

#tour_bg {
    background-image: url(../images/montessori/illustration-tree-2.svg);
    padding: 40px;
    background-size: cover;
    background-position: center;
    color: white;
}

#tour_text {
    position: relative;
    top: 0;
}

#tree {
    position: absolute;
    left: 0;
    top: 210px;
}

#welcome_little {
    font-family: 'Lobster', cursive;
    color: white;
    font-size: 50px;
    text-shadow: 2px 2px 2px black;
    background-color: #22286669;
    border-radius: 10px;
}

#little_gallery {
    background-color: #ffa246;
    padding: 4px;
    border-radius: 5px;
    width: 100%;
    height: 240px;
    object-fit: fill;
}

#profile_img2 {
    height: 260px;
    width: 100%;
    object-fit: fill;
    margin-right: 20px;
}

#logo2 {
    position: relative;
    right: 190px;
}

#profile_img2_index {
    height: 235px;
    width: 100%;
    object-fit: cover;
    margin-right: 20px;
    object-position: top;
}
}

@media screen and (max-width: 768px) {
#index_img {
    height: 300px;
    width: 100%;
}

#homebg {
    background-image: linear-gradient(#0000006b, rgb(35 31 32)), url(../images/DSC_0534-1.JPG);
    color: white;
    padding: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}

#txt {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

#news_img {
    width: 100%;
    height: 230px;
    object-fit: fill;
}

.carousel .carousel-item {
	height:250px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    height: 250px;
	min-width:100%;
}

#contact1 {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    padding: 30px;
    padding-top: 0;
    position: relative;
    left: 0;
    top: 0;
    background-color: #f7a023;
    z-index: 1;
    color: white;
}

#footer_img {
    object-fit: contain;
    background-color: white;
    width: 30%;
    height: 95px;
}

#dptcnt {
    background-color: #f9a123c9;
        padding: 20px;
        padding-bottom: 55px;
        border-radius: 10px;
        width: 70%;
        font-size: 15px;
}

#dpt_bg {
    padding-top: 70px;
    padding-bottom: 55px;
    background-size: cover;
    background-position: center;
}

#dpt_sub {
    position: relative;
    top: 50px;
    color: white;
    font-weight: 900;
    font-size: 17px;
}

a.nav-link {
    background-color: #6e0d31;
    margin: 1px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
	padding-right:0;
	font-size:18px;
	font-weight:600;
	padding:5px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color:white;
}

#news_dtl_img {
    width: 100%;
    margin-right: 0;
    height: auto;
    object-fit: cover;
	margin-bottom:20px;
}

#news_title {
    font-weight: 900;
    font-size: 25px;
    color: #f9a123;
    font-family: 'Roboto Condensed', sans-serif;
}

.col-xs-6 {
	width:50%;
}

#pictures {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.navbar-none .navbar-nav .nav-link {
   color: white;
	padding-right:0;
	font-size:18px;
	font-weight:600;
	padding:5px;
}

#tour_bg {
    background-image: url(../images/montessori/illustration-tree-2.svg);
    /* padding: 40px; */
    background-size: cover;
    background-position: center;
    color: white;
}

#tour_text {
    position: relative;
    top: -105px;
}

img#tour_img {
    width: 100%;
    position: relative;
    top: -70px;
}

#misvis_bg {
    margin-bottom: 5px;
    /* box-shadow: 1px 1px 2px 1px; */
    padding: 10px;
    border-radius: 5px;
    color: white;
    background-color: #222866ba;
    transform: rotate(0deg);
}

#home_banner {
    padding: 50px;
    background-size: cover;
    background-position: center;
}

#welcome_little {
    font-family: 'Lobster', cursive;
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px 2px black;
    background-color: #22286669;
    border-radius: 10px;
    padding: 10px;
}

#tree {
    position: absolute;
    left: 0;
    top: 160px;
    width: 35%;
}

#tour_text2 {
    position: relative;
    top: 90px;
}

#pencil {
    position: absolute;
    right: 0;
    width: 40%;
}

#program_img {
    width: 100%;
    height: auto;
}

.col-xs-xs-6 {
    width: 50%;
}

#little_gallery {
    background-color: #ffa246;
    padding: 4px;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    object-fit: contain;
}

#underline {
    background-color: transparent;
    color: #af5237;
    height: 1px;
    width: 20%;
    position: relative;
    bottom: 10px;
    margin: auto;
    border-style: dashed;
}

#little_gallery_title {
    position: absolute;
    bottom: 30px;
    margin: auto;
    width: 80%;
    left: 8px;
    right: 0;
    text-align: center;
    color: white;
    background-color: #db5a09;
    font-family: 'Satisfy', cursive;
    transform: rotate(353deg);
}

#profile_img {
    height: 210px;
    width: 50%;
    object-fit: fill;
}

#profile_img2 {
    height: 260px;
    width: 50%;
    object-fit: fill;
    margin-right: 20px;
}

#logo2 {
    position: absolute;
	left: 95px;
	width: 30%;
	object-fit: contain;
	bottom: 15px;
	top:30px;
}

#logo {
	width: 80%;
	height: 80px;
	object-fit: contain;
}

img#owl_brand {
    height: 350px;
    object-fit: cover;
}

#index_mont {
    width: 100%;
    margin: auto;
}

#gallery_img_index {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

#galry_list_img {
    margin-right: 20px;
    width: 30%;
    height: 80px;
    object-fit: cover;
}
}

