@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
	font-family: 'Oswald', sans-serif;
	color: #464848;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.ul-list {
	padding: 0;
}

.ul-list li {
	position: relative;
	list-style-type: none;
	padding-left: 1.2rem;
}

.ul-list li::before {
	content: '\F287';
	font-family: "bootstrap-icons";
	position: absolute;
	left: 0;
	font-size: .5rem;
	top: 0.35rem;
	color: #1ea94c;
}

.no-underline {
	text-decoration: none;
}

.theme-color1 {
	color: #f8a355;
}

.theme-color2 {
	color: #faa520;
}

.theme-color3 {
	color: #808080;
}

.theme-color4 {
	color: #aaabab;
}

.bg-color1 {
    background-color: #d42f3d;
    color: #fff;
}
.bg-color2 {
    background-color: #ffb403;
    color: #fff;
}
.bg-color3 {
    background-color: #a0d507;
    color: #fff;
}
.bg-color4 {
    background-color: #04acd0;
    color: #fff;
}
.bg-color5 {
    background-color: #105989;
    color: #fff;
}

.fs7 {
	font-size: .875rem;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.theme-btn1 {
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	color: #fff !important;
	border: 0px;
	font-size: 1rem;
	padding: 10px 20px;
	outline: none;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	white-space: normal;
	font-weight: bold;
	background-color: #0964ac;
	text-decoration: none;
}

.theme-btn1:hover {
	background-color: #faa520;
}

.custom-list {
	padding: 0;
}

.custom-list li {
	list-style-type: none;
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: 0.25rem;
}

.custom-list li:before {
	content: "\f285";
	position: absolute;
	font-family: bootstrap-icons !important;
	left: 0;
	color: #f8a355;
}

.border-irregular1 {
	border-radius: 155px 45px 225px 75px/15px 125px 15px 155px;
}

.border-double {
	border: 10px double;
	border-color: #e9f5ff;
}
.bg-custom-color1 {
	background: #0964ac;
}
.bg-custom-color2 {
	background: #faa520;
}
.bg-custom-color3 {
	background: #1ca84a;
}
.bg-light-custom {
	background: #e9f5ff;
}

.service-box {
	text-align: center;
}

.service-box .service-icon {
	text-align: center;
	line-height: 100px;
	font-size: 8rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-box .service-content {
	margin-top: 2rem;
}

.service-box:hover .service-icon {
	color: #f8a355;
}

.navigation {
	background-color: #fff;
	padding: 5px 0;
	position: relative;
}

.navigation:after {
	content:'';
	background-image: url('http://prarambhschools.com/wp-content/uploads/2022/08/header-cloud.png');
	position: absolute;
    top: 100%;
    height: 16px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.navigation .navbar-brand {
	max-width: 100px;
	padding: 0;
}

.navigation .navbar-toggler {
	color: #1ca84a;
	font-size: 2rem;
	box-shadow: none;
}

.navigation .nav-item {
	margin-left: 0.5rem;
	font-size: 1.25rem;
	font-weight: 500;
}

.navigation .nav-item .nav-link {
	color: #0964ac;
	padding: 0.5rem 0.875rem;
	font-weight: 700;
}

.navigation .current-menu-item .nav-link {
	color: #1ca84a;
}

.navigation .nav-item .nav-link:hover {
	color: #1ca84a;
}

.banner-slide .item {
	height: 642px;
	background: #0964ac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 70px;
	color: #fff;
}

.banner-slide .item img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.banner-slide .owl-nav .owl-prev,
.banner-slide .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: #e0e0e0 !important;
	border-radius: 50%;
	overflow: hidden;
	outline: 0;
	color: #0964ac !important;
	margin: 0;
	transition: .3s ease-out;
}

.banner-slide .owl-nav .owl-prev:hover,
.banner-slide .owl-nav .owl-next:hover {
	color: #1ca84a !important;
}

.banner-slide .owl-nav .owl-prev {
	left: 15px;
}

.banner-slide .owl-nav .owl-next {
	right: 15px;
}

.banner-slide .owl-nav .owl-prev span,
.banner-slide .owl-nav .owl-next span {
	position: absolute;
	outline: 0;
	top: 37%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	left: 50%;
}

.title-line {
	text-align: center;
	color: #0964ac;
	font-weight: bold;
	letter-spacing: -1px;
}

.about-section {
	position: relative;
	background-image: url('http://prarambhschools.com/wp-content/uploads/2022/08/about-bg.png');
	background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.gallery-block-wrap.hide {
	display: none;
}

.gallery-block {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 270px;
	text-align: center;
}

.gallery-block:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.gallery-block:hover:before {
	opacity: 1;
}

.gallery-block .img-wrap {
	color: #ffffff;
}

.gallery-block .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-block .img-wrap span {
	position: absolute;
	top: 55%;
	right: 0;
	font-size: 1.25rem;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.gallery-block:hover .img-wrap span {
	opacity: 1;
	right: 50%;
	transform: translateX(50%);

}

.gallery-block .img-wrap i {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease-out;
	font-size: 1.5rem;
}

.gallery-block:hover .img-wrap i {
	opacity: 1;
	left: 50%;
	transform: translate(-50%, -50%);
}

.enroll-section {
	background-image: url(../img/bg-enroll.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* start blog css */
.post-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
}

.post-wrapper .entry-meta {
	min-width: 90px;
	text-align: right;
	padding: .5rem;
	background: #fff;
	margin-bottom: auto;
	margin-right: -25px;
	z-index: 9;
}

.post-wrapper .entry-meta .day {
	color: #faa520;
	font-size: 3.75rem;
	line-height: initial;
	display: block;
}

.post-wrapper .entry-meta .month-year {
	color: #333;
}

.post-wrapper .post-info .entry-figure {
	height: 400px;
}

.post-wrapper .post-info .entry-figure .wp-post-image {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-wrapper .post-info .entry-header {
	margin-top: -3.75rem;
	position: relative;
	background: #fff;
	width: 90%;
	padding: .5rem 0;
	min-height: 80px;
}

.post-wrapper .post-info .entry-header .entry-title {
	line-height: 1.75rem;
	font-size: 1.5rem;
}

.post-wrapper .post-info .entry-header .entry-title a {
	color: #333;
	text-decoration: none;
}

.post-wrapper .post-info .entry-summary {
	color: #666;
	margin-bottom: 1.5rem;
	background: #fff;
    position: relative;
}

.latest-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
}

.latest-posts .img-info {
	width: 100px;
	height: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1rem;
}

.latest-posts .img-info a {
	display: block;
}

.latest-posts .img-info a img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.latest-posts .content-info .title a {
	font-size: 1.125rem;
	color: #000;
	text-decoration: none;
}

.latest-posts .content-info .title a:hover {
	color: #08f;
}

.latest-posts .content-info .excerpt {
	color: #333;
}
.blog-pagination .page-numbers {
    padding: 0.5rem 1rem;
    background: #0964ac;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 5px;
}
.blog-pagination .page-numbers.current {
    background: #faa520;
}
.blog-pagination .page-numbers:hover {
    background: #faa520;
}
/* end blog css */

/* start contact css */
.contact-form-block {
	padding: 40px;
	background: #e9f5ff;
}

.contact-form label {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 0.5rem;
}

.contact-form .input-field {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0;
	border: 1px solid;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-color: #599448;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form .textarea-field {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0;
	border: 1px solid;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-color: #599448;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 86px;
}

.map-block iframe {
	width: 100%;
	height: 470px;
}

.contact-block {
	text-align: center;
	padding: 60px 20px 40px 20px;
	background-color: #FFF;
	border: 1px solid;
	border-radius: 5px;
	border-color: #1ca84a;
	position: relative;
	margin-top: 50px;
}

.contact-block .top-icon {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-size: 60px;
	top: -50px;
	background: #fff;
	color: #0964ac;
	position: absolute;
	right: 0;
	left: 0;
	width: 100px;
	margin: auto;
}

.contact-block .contact-info {
	text-align: center;
	min-height: 88px;
}

.contact-block .contact-info .social-media {
	list-style: none;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

.contact-block .contact-info .social-media li {
	margin: 0px 5px;
	line-height: 55px;
	display: inline-block;
}

.contact-block .contact-info .social-media li a {
	color: #599448;
}

.contact-block .contact-info .social-media li:hover a {
	color: #f8a355;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/* end contact css */

/* start accodrian css */
.accordion .accordion-item .accordion-header .accordion-button {
	background: #faa520;
	color: #fff;
	box-shadow: none;
	font-size: 1.25rem;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
	content: '\F286';
	font-family: "bootstrap-icons";
	background-image: none;
	transform: inherit;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
	background: #0964ac;
	color: #fff;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
	content: '\F282';
	font-family: "bootstrap-icons";
	background-image: none;
	transform: initial;
}
/* end accodrian css */

/* start about page css */
.about-block {
	padding: 2rem;
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
	text-align: center;
	min-height: 422px;
	border-radius: 15px;
}

.about-block i {
	font-size: 3rem;
	color: #fff;
}

.about-block h3 {
	margin-bottom: 1.25rem;
}
/* end about page css */

/* start services page css */
.services-list {
	padding: 0;
}

.services-list li {
	list-style-type: none;
}

.service-block {
	padding: 2rem;
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
	text-align: center;
	min-height: 328px;
	border-radius: 15px;
}

.service-block i {
	font-size: 3rem;
	color: #0964ac;
}

.service-block h3 {
	margin-bottom: 1.25rem;
}
/* end services page css */

/*start breadcrumb css*/
.breadcrumb-section {
	background-color: #e9f5ff;
	padding: 5px 0;
}

.breadcrumb-section .breadcrumb {
	margin-bottom: 0;
	padding: 5px 0;
}

.breadcrumb-section .breadcrumb-item {
	display: inline-flex;
	font-size: 14px;
}

.breadcrumb-section .breadcrumb-item a {
	text-decoration: none;
	color: #000;
	display: block;
}

.breadcrumb-section .breadcrumb-item.active {
	color: #0964ac;
}
/*end breadcrumb css*/

/* start footer css */
footer {
	background-color: #e9f5ff;
}

.footer-logo {
	display: inline-block;
	max-width: 110px;
}

.social-media a {
	width: 40px;
	height: 40px;
	background: #0964ac;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	margin-right: 5px;
}

.social-media a:hover {
	background: #f8a355;
}

.footer-nav {
	padding: 0;
}

.footer-nav li {
	list-style-type: none;
}

.footer-nav li a {
	text-decoration: none;
	color: #212529;

}

.footer-nav2 {
	padding: 0;
}

.footer-nav2 li {
	position: relative;
	list-style-type: none;
	padding-left: 32px
}

.footer-nav2 li i {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 0.5rem;
	color: #0964ac;
	position: absolute;
	left: 0;
}

.footer-nav2 li a {
	text-decoration: none;
	color: #212529;
}
/* end footer css */

/*start filter gallery css*/
.ufg-parent-filters {
    text-align: center;
}
.ufg-parent-filters .btn {
    margin-right: 5px;
    box-shadow: none !important;
    outline: 0 !important;
    margin-bottom: 20px !important;
}
.ufg-parent-filters .btn:last-child {
    margin-right: 0;
}
#ufg-thumbnail .ufg-thumbnail-border {
    border: none !important;
    position: relative;
    border-radius: 5px !important;
    overflow: hidden;
    height: 270px;
}
#ufg-thumbnail .ufg-thumbnail-border:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease-out;
}
#ufg-thumbnail .ufg-thumbnail-border:hover:before {
    opacity: 1;
}
#ufg-thumbnail .ufg-lightbox {
    height: 100%;
    display: block;
}
#ufg-thumbnail .ufg-lightbox .ufg-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ufg-thumbnail .ufg-lightbox i {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease-out;
    font-size: 1.5rem;
    color: #fff;
}
#ufg-thumbnail:hover .ufg-lightbox i {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ufg-thumbnail .ufg-image-content .ufg-image-title {
    position: absolute;
    top: 55%;
    right: 0;
    font-size: 1.25rem;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    text-align: center;
    background-color: transparent !important;
}
#ufg-thumbnail:hover .ufg-image-content .ufg-image-title {
    opacity: 1;
    right: 50%;
    transform: translateX(50%);
}
/*end filter gallery css*/

@media only screen and (max-width: 991px) {
    .banner-slide .item {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-slide .item {
        height: 360px;
    }
    .banner-slide .owl-nav .owl-prev {
        left: 5px;
    }
    .banner-slide .owl-nav .owl-next {
        right: 5px;
    }
    .banner-slide .owl-nav .owl-prev, .banner-slide .owl-nav .owl-next {
        background-color: rgba(255,255,255,0.8) !important;
        width: 32px;
        height: 32px;
    }
    .banner-slide .owl-nav .owl-prev span, .banner-slide .owl-nav .owl-next span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-slide .item {
        height: 240px;
    }
}

@media only screen and (max-width: 414px) {
    .banner-slide .item {
        height: 210px;
    }
	.post-wrapper .entry-figure {
		min-height: 163px;
		display: -ms-grid;
		display: grid;
	}

	.post-wrapper .entry-figure a img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}