body{
	font-family: 'Open Sans', sans-serif;
	color: rgba(0,0,0,0.8);
}
.header-container .header-top {
    background-color: #e8eaf6;
    border-bottom: 2px solid #c5cae9;
	/*border-bottom: 2px solid #e8f1f2;*/
}
.header-container .header-top .header-top-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 48px;
}
.header-container .header-top .header-top-col.right {
	justify-content: flex-end;
}
.header-container .header-top .header-top-col.right a{
	color: rgba(0,0,0,0.8);
}
.header-container .header-top .header-top-col.right > div{
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
}
.header-container .header-top .header-top-col.right .search .form-control {
	border: 1px solid #4e9dc1;
}
.header-container .header-top .header-top-col.right .search .input-group-text {
	background-color: #4e9dc1;
	border: 1px solid #4e9dc1;
	color: #fff;
}
.header-container .header-top .header-top-col.right .language {
	font-weight: 600;
	border-right: none;
}
.header-container .header-top .header-top-col.right .language .btn {
	font-size: 14px;
	font-weight: 600;
}
.header-container .header-top .header-top-nav a {
	padding: 5px;
	color: rgba(0,0,0,0.6);
	font-weight: 600;
	text-transform: uppercase;
}
.header-container .header-main {
	border-bottom: 1px solid #e8f1f2;
}
.header-container .header-main span {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.header-container .header-main h1 {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
}
.header-container .header-main .col-left {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0px;
}
.header-container .header-main .col-right {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0px;
}
.header-container .header-main .col-left a {
	margin-right: 30px;
	padding-left: 15px;
}
.header-container .header-main .col-right a {
	padding-right: 15px;
}
.header-container .header-navigation {
	/*background: #4e9dc1;
	border-bottom: 1px solid #e8f1f2;*/
	background: #3f51b5;
	border-bottom: 1px solid #9fa8da;
}
.header-container .header-navigation ul li a{
	color: #fff;
}
.header-container .header-navigation .nav-item:hover {
	/*background: #74b7d6;*/
	background: #5c6bc0;
}
.header-container .header-navigation .navbar-nav .nav-link {
	padding: 10px 15px;
}
.header-container .header-navigation .navbar .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,0.5);
}
.header-container .header-navigation .navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header-container .header-navigation .dropdown-menu {

}
.header-container .header-navigation .dropdown-menu {
	margin-top: 1px;
	/*background: #74b7d6;*/
	background: #5c6bc0;
	border-radius: 0;
}
.header-container .header-navigation .dropdown-menu .dropdown-item {
	font-size: 14px;
	/*border-bottom: 1px solid #8bc3dc;*/
	border-bottom: 1px solid #9fa8da;
}
.header-container .header-navigation .dropdown-menu .dropdown-item:hover {
	/*background-color: #4e9dc1;*/
	background-color: #3f51b5;
}
.header-container .megamenu {
	position: static;
}
.header-container .megamenu .dropdown-menu {
  	width: 100%;
}
.header-container .megamenu .dropdown-menu h6 {
	margin-bottom: 10px;
	padding: 0px 15px 5px 15px;
  	color: #fff;
  	border-bottom: 1px solid #fff;
}
.header-container .megamenu .dropdown-menu .sub-title {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
.header-container .megamenu .dropdown-menu p {
	font-size: 14px;
	color: #fff;
}
.header-container .megamenu .dropdown-menu .form-group input {
	font-size: 14px;
	background-color: #f7f5f5;
}
.header-container .megamenu .dropdown-menu .form-group textarea {
	font-size: 14px;
	background-color: #f7f5f5;
	resize: none;
}
.header-container .megamenu .dropdown-menu .form-group .btn{
	min-width: 120px;
	font-size: 14px;
	color:#fff;
	background-color: #fbc132;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-container .megamenu .dropdown-menu .nav {
  	font-size: 14px;
}
.header-container .megamenu .dropdown-menu .nav .dropdown-item {
  	padding: 5px 15px;
  	white-space: normal;
}
.header-container .megamenu .dropdown-menu .nav .dropdown-item:hover {
  	/*background-color: #4e9dc1;*/
  	background-color: #3f51b5;
}
.header-container .megamenu .dropdown-menu .image-holder {
  	/*background: url('../images/about-us.jpg') no-repeat center center;*/
  	width: 100%;
}
.header-container .megamenu .dropdown-menu .image-holder img {
	width: 100%;
	object-fit: cover;
}
.header-container .megamenu .dropdown-menu .details {
	margin-top: 10px;
	color: #fff;
  	font-size: 14px;
}
@media(min-width: 992px) {
	.header-container .header-navigation .navbar {
		padding: 0px;
	}
	.header-container .header-navigation .nav-item {
		border-right: 1px solid #fff;
	}
	.header-container .megamenu .dropdown-menu .image-holder img {
		height: 250px;
	}
}

.content {
	margin-top: 20px;
}
.content section {
	margin-top: 40px;
}
.content h2 {
	font-size: 20px;
	font-weight: 600;
	background: #f9f9ff;
	/*border-left: 4px solid #4e9dc1;*/
	border-left: 4px solid #3f51b5;
	padding: 5px 15px;
}
.content h2 a {
    float: right;
    padding: 3px;
    font-size: 14px;
    color: #3f51b5;
}
.content.static-page,.content.dynamic-page {
	font-size: 14px;
}
.content.static-page h1,.content.dynamic-page h1 {
	font-size: 22px;
	font-weight: 600;
	background: #f9f9ff;
	/*border-left: 4px solid #4e9dc1;*/
	border-left: 4px solid #3f51b5;
	padding: 5px 15px;
}
.content.static-page h3,.content.dynamic-page h3  {
	font-size: 18px;
	font-weight: 600;
	background: #f9f9ff;
	/*border-left: 4px solid #4e9dc1;*/
	border-left: 4px solid #3f51b5;
	padding: 5px 15px;
}

.news .news-container {
	margin-top: 15px;
}
.news .news-container .news-item {

}
.news .news-container .news-item .image-box {
	height: 225px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .news-container .news-item .image-box img {
	width: 100%;
	height: 225px;
	object-fit: cover;
}
.news .news-container .news-item .image-box img:hover {
	transition: all 0.3s;
	transform: scale(1.1);
}
.news .news-container .news-item .title {
	font-size: 18px;
	font-weight: 600;
}
.news .news-container .news-item .title a{
	color: rgba(0,0,0,0.8);
}
.news .news-container .news-item .title a:hover{
	text-decoration: none;
	color: #0e649b;
}
.news .news-container .news-item .category span {
	padding: 3px 7px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: #0a396d;
}
.news .news-container .news-item .category span.highlights {
	background: #fbc132;
}
.news .news-container .news-item .category span.date {
	font-size: 13px;
	color: #3d455c;
	background: #fff;
}
.news .news-container .news-item .excerpt {
	font-size: 13px;
	line-height: 20px;
	color: #8c9597;
	margin-top: 10px;
}

.about-ministry .message-container {
	position: relative;
	width: 100%;
	height: 350px;
	margin-top: 15px;
	background-image: url('../images/ministry-message-cover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
}
.about-ministry .message-container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.about-ministry .message-container .overlay .row {
	height: 100%;
}
.about-ministry .message-container .left {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-ministry .message-container .left img {
	margin-top: 10px;
	width: auto;
	height: 80px;
	border-radius: 50%
}
.about-ministry .message-container .right {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-style: italic;
}
.about-ministry .message-container .right p {
	padding: 0px 20px;
	font-size: 12px;
	font-weight: 600;
	text-align: justify;
	text-shadow: 1px 1px 4px #226C8E;
}
@media(min-width: 768px) {
	.about-ministry .message-container {
		height: 300px;
	}
	.about-ministry .message-container .left {
		justify-content: flex-end;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-ministry .message-container .left img {
		margin-top: 35px;
		height: 100px;
	}
	.about-ministry .message-container .right {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-ministry .message-container .right p {
		font-size: 16px;
	}
}

.services .services-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.services .services-container .item {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.services .services-container .item .image-box {
	margin-bottom: 10px;
	padding: 10px;
    min-height: 160px;
    text-align: center;
}
.services .services-container .item .image-box img {
	width: 50%;
}
.services .services-container .item .title {
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
.services .services-container .item .excerpt {
	padding: 5px 15px;
	font-size: 14px;
	text-align: center;
}
.services .services-container .item .btn-group {
	display: block;
	margin-bottom: 30px;
	padding: 5px;
	text-align: center;
}
.services .services-container .item .btn-group a {
	min-width: 150px;
	border-radius: 20px;
}
@media(min-width: 768px) {
	.services .services-container .item {
		margin-right: 5%;
		width: 30%;
	}
	.services .services-container .item:last-child {
		margin-right: 0;
	}
}

.gallery-events h4{
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.gallery-events .gallery-events-container {
	margin-top: 15px;
}
.gallery-events .gallery-item {
	display: flex;
	flex-wrap: wrap;
}
.gallery-events .gallery-item .gallery-content .title{
	width: 100%;
	margin-bottom: 10px;
}
.gallery-events .gallery-item .gallery-content img{
	width: 45%;
	height: 220px;
	margin-right: 5%;
	margin-bottom: 10px;
	float: left;
	object-fit: cover;
}
.gallery-events .nav{
	margin-bottom: 20px;
}
.gallery-events .gallery-selector{
	width: 100%;
}
.gallery-events .gallery-selector a{
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.gallery-events .gallery-selector img{
	width: 60px;
	min-width: 60px;
	margin-right: 10px;
}
.gallery-events .gallery-selector .details{
	width: 100%;
}
.gallery-events .gallery-selector .details h5{
	font-size: 14px;
	line-height: 16px;
	height: 35px;
	font-weight: 600;
	overflow: hidden;
	margin-bottom: 0px;
}
.gallery-events .gallery-selector .details span{
	font-size: 12px;
	color: #919191;
}

.info-act .info-act-container {
	position: relative;
	width: 100%;
	min-height: 450px;
	margin-top: 15px;
	background-image: url('../images/information-act-cover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
}

.info-act .info-act-container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
.info-act .info-act-container .details {
	padding: 20px;
}
.info-act .info-act-container .details p {
	font-size: 12px;
	font-weight: 600;
}
@media(min-width: 576px) {
	.info-act .info-act-container {
		min-height: 380px;
	}
	.info-act .info-act-container .details {
		padding: 40px;
	}
	.info-act .info-act-container .details p {
		font-size: 14px;
	}
}
@media(min-width: 992px) {
	.info-act .info-act-container {
		min-height: 300px;
	}
}

/*.dc-centers .wrapper {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #F8BBD0;
}*/
/*.dc-centers .wrapper h2 {
	background: none;
	border-left: none;
	text-align: center;
}*/
.dc-centers .location {
	margin-top: 10px;
	height: 300px;
	background: url('../images/daycare-centers-cover.jpg') no-repeat center center;
	background-size: cover;
	border: 1px solid #fff;
	box-shadow: inset 0px 0px 5px 2px #F8BBD0;
}

.contact-numbers .box-container {
	margin-top: 20px;
	padding: 5px;
	display: flex;
	justify-content: center;
}
.contact-numbers .contact-box {
	width: 220px;
	margin-bottom: 10px;
	padding: 0 10px;
	display: flex;
	/*justify-content: center;*/
	flex-direction: column;
	align-items: center;
}
.contact-numbers .contact-box p {
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
}
.contact-numbers .contact-box .circle {
	height: 120px;
  	width: 120px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 20px;
  	font-weight: 600;
  	color: #fff;
  	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  	transition: 1.0s ease all;
  	-webkit-transition: 1.0s ease all;
  	cursor: pointer;
}
.contact-numbers .contact-box .circle.green{
	background-color: #7ac64d;
}
.contact-numbers .contact-box .circle.orange{
	background-color: #fbc132;
}
.contact-numbers .contact-box .circle.blue{
	background-color: #3f51b5;
}
.rotateY:hover {
	transform               : rotateY(360deg);
	-moz-transform          : rotateY(360deg);
	-webkit-transform       : rotateY(360deg);
	transform-origin        : center;
	-moz-transform-origin   : center;
	-webkit-transform-origin: center;

	transition              : transform 1.0s ease all;
	-moz-transition         : -moz-transform 1.0s ease all;
	-webkit-transition      : -webkit-transform 1.0s ease all;
}
@media(max-width: 567px) {
	.contact-numbers .box-container {
		flex-direction: column;
	}
	.contact-numbers .contact-box {
		width: 100%;
	}
}

section.institutes {
	margin-top: 0px;
}
.institutes .wrapper {
	padding-top: 30px;
	padding-bottom: 50px;
	/*background: #BBDEFB;*/
}
/*.institutes .wrapper h2 {
	background: none;
	border-left: none;
	text-align: center;
}*/
.institutes .affiliated-institutes {
	margin-top: 20px;
	padding: 10px 20px;
	/*background: #f9f9ff;
	box-shadow: inset 0px 0px 5px 2px #BBDEFB;
	border: 1px solid #fff;*/
}
.institutes .affiliated-institutes img {
	width: auto;
	max-width: 150px;
	height: 80px;
	margin: auto;
}
.institutes .affiliated-institutes div {
	text-align: center;
}
.institutes .affiliated-institutes .name a {
	color: rgba(0,0,0,0.8);
	font-size: 14px;
	font-weight: 600;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-prev {
  left: 10px;
}
.owl-next {
  right: 10px;
}

section.contact-us {
	margin-top: 0px;
}
.contact-us .location {
	height: 300px;
	background: url('../images/ministry-location-cover.jpg') no-repeat center center;
	background-size: cover;
}
.contact-us .container {
	margin-top: 30px;
}
.contact-us .container p {
	font-size: 14px;
}
.contact-us .container .sub-title {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.contact-us .container .form-group {
	display: flex;
}
.contact-us .container .form-group input {
	font-size: 14px;
	background-color: #f7f5f5;
}
.contact-us .container .form-group textarea {
	font-size: 14px;
	background-color: #f7f5f5;
	resize: none;
}
.contact-us .container .form-group .btn{
	min-width: 120px;
	font-size: 14px;
	color:#fff;
	background-color: #fbc132;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer {
	color: #fff;
	margin-top: 20px;
}
.footer .footer-main {
	background-color: #001228;
}
.footer .footer-main .widget-counter-container {
	padding: 10px;
	height: 60px;
	overflow: hidden;
	float: right;
}
.footer .footer-main hr {
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #a9afb5; 
}
.footer .footer-main h3{
	font-size: 14px;
	font-weight: 600;
}
.footer .footer-main .title-section {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.footer .footer-main .footer-list {
	list-style: none;
	padding: 0;
	margin-bottom: 15px;
}
.footer .footer-main .footer-list li{
	color: #a9afb5;
	font-size: 12px;
}
.footer .footer-main .footer-list li a{
	color: #a9afb5;
}
.footer .footer-bottom {
	padding: 10px;
	background-color: #000f20;
}
.footer .footer-bottom .copyright {
	font-size: 12px;
}
.footer .footer-bottom .social a {
    margin-left: 5px;
	font-size: 14px;
	color: #fff;
}

// Common
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.list-group .list-group-item i {
 	width: 16px;
 	margin-right: 10px;
 	color: #4e9dc1;
}
.list-group-item:first-child,.list-group-item:last-child {
	border-radius: 0px;
}
.breadcrumb {
	background: #f9f9ff; 
	border-radius: 0px;
}
.panel .panel-body {
}
.panel .panel-body .table th{
	font-size: 12px;
}
.panel .panel-body .table td{
	font-size: 12px;
}
.panel .panel-body ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.panel .panel-body ul.links li {
	margin-bottom: 5px;
}
.panel .panel-body ul.links li:before {
	content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px 0 0;
    color: #4e9dc1;
}

/* carousel */
.carousel .carousel-inner .carousel-item img {
	height: 200px;
}
@media(min-width: 768px) {
	.carousel .carousel-inner .carousel-item img {
		height: 300px;
	}
}
@media(min-width: 1200px) {
	.carousel .carousel-inner .carousel-item img {
		height: 500px;
	}
}
.carousel-indicators li {
	background-color: #f9f9ff;
}
.carousel .scroll-down {
  position: absolute;
  padding-top: 60px;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.carousel .carousel-indicators {
	left: 20%;
	right: 20%;
}
@media(max-width: 767px) {
	.carousel .carousel-indicators {
		display: none;
	}
	.carousel .scroll-down {
		display: none;
	}
}
.carousel .scroll-down:hover {
  opacity: .5;
}
.carousel .scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #f9f9ff;
  border-radius: 100%;
  box-sizing: border-box;
}
.carousel .scroll-down span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #f9f9ff;
  border-bottom: 2px solid #f9f9ff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.carousel .scroll-down span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Team */
#team ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
#team li {
    height: 154px;
    padding: 5px;
    width: 48%;
    list-style-type: none;
    border: 1px solid #CCC;
    background-color: #EEE;
    margin: 0 10px 10px 0 !important;
}
#team h2 {
    font-size: 13px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}
#team h2 em {
    display: block;
    font-size: 10px;
    color: #0870A3;
    font-style: normal;
}
#team p {
    font-size: 12px;
    margin: 0 0 3px 0 !important;
    text-align: left;
}
#team strong {
    font-weight: 600;
}
#team .team-image {
    float: left;
    width: 100px;
    height: 100%;
    margin-right: 10px;
    display: block;
    margin-left: 0px;
}
#team .details {
    width: 100%;
}
#team img {
    padding: 3px;
    border: 1px solid #CCC;
    background-color: #FFF;
    width: 94px;
}
#team p {
    margin: 0 0 3px 0 !important;
    text-align: left;
}

.media-list .media {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.media-list .media .media-body {
	padding: 5px;
}
.media-list .media .media-body .media-heading {
	font-size: 14px;
	font-weight: 600;
}