@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}
@keyframes arrow{0%,100% {transform: translate(0, 0);}50% {transform: translate(15px, 0);}}
@keyframes wave{0%{background-position: -468px 0}100%{background-position: 468px 0}}
@-webkit-keyframes wave{0%{background-position: -468px 0}100%{background-position: 468px 0}}
@keyframes progressiveReveal {0% { transform: scale(1.05); opacity: 0; }100% { transform: scale(1); opacity: 1; }}
@font-face {
  font-family: 'Birds of Paradise';
  src: URL('../fonts/birds_of_paradise.ttf') format('truetype');
}
body{
  font: 14px/24px "Arial", Helvetica, sans-serif;
  color: #555;
  line-height: 1.5;
  background-color: #f4f4f4;
}
a{
  color: #3d4095;
}
a:hover{
	text-decoration: none;
	outline: none;
  color: #a2834c;
}
.title-paradise{font-family:'Birds of Paradise';}
h1,h2,h3,h4,h5,h6{color: #1e1e1e}
.font-md{font-size:38px;}
footer{
  position: relative;
}
/*lazyimage*/
.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}

.progressive img.preview {
  filter: blur(2vw);
  transform: scale(1);
}

.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  animation: progressiveReveal 1s linear;
}
.page-title-style-background {
    z-index: 4;
    position: relative;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    height: 300px;
}
.page-title-style-background:before {
    background-color: #1a202e;
    opacity: 0.6;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page-title-style-background .container {
    padding-top: 120px;
    padding-bottom: 60px;
    color: #fff;
}
.page-title-style-background .container .title{
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-title-style-background .container li, .page-title-style-background .container li a{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
}
.page-title-style-background .breadcrumb-item+.breadcrumb-item::before{
  color: #ffffff;
}
.breadcrumb-item.active {
    opacity: .8;
}
.flat-posts .grid-item {
    display: inline-block;
    float: left;
    width: 33.333333%;
}

.zoom-link{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.zoom-link:before {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    background: #c99e52;
    border-radius: .25rem;
    text-align: center;
    color: #ffffff;
    top: 40%;
    left: 50%;
    margin: -14px 0 0 -16px;
    font-family: 'Material Design icons';
    content: "";
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.zoom-link.video:before {
    content: '\F5C3';
}
.zoom-link.image:before{
    content: '\F293';
}
.zoom-link:after{
  position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.zoom-link:hover:before {
    top: 50%;
    opacity: 1;
}
#education_gallery .zoom-link .image-wrapper img{
  height: 190px;
  object-fit: cover;
}
.zoom-link:hover:after{opacity: 1}
.ov-hide{
  overflow: hidden;
}
.form-content .form-float {
   position: relative;
   overflow: hidden;
}
 .form-content .form-float input, 
 .form-content .form-float textarea,
 .form-content .form-float select {
   width: 100%;
   border:none;
   border-bottom: 1px solid #555;
   background: none;
   position: relative;
   top: 0;
   left: 0;
   z-index: 1;
   padding: 16px 0px 8px 0px;
   outline: 0;
}

.form-content .form-float input:focus, 
.form-content .form-float textarea:focus,
.form-content .form-float select:focus {
  border-color: #007bff;
  padding: 16px 0px 8px 0px;
}
.form-content .form-float input:focus + label, 
.form-content .form-float textarea:focus + label{
   color: #007bff;
}
.form-content .form-float input:focus + label, 
.form-content .form-float textarea:focus + label,
.form-content .form-float input:valid + label, 
.form-content .form-float textarea:valid + label,
.form-content .form-float select:focus + label, 
.form-content .form-float select:focus + label
.form-content .form-float input.error + label, 
.form-content .form-float textarea.error + label,
.form-content .form-float input[type="date"] + label,
.form-content .form-float select:valid + label{
  top: 0;
  font-size: 75%;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.form-content .form-float label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #555;
  margin-bottom: 0;
  top: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
 .form-content .form-float textarea {
   display: block;
   resize: vertical;
}

em.error{
  font-size: 12px;
  color: red;
}
.contact-tiny p{
  margin-bottom: 0!important;
}
.header-title.tiny p,
.header-title.tiny h1,
.header-title.tiny h2,
.header-title.tiny h3,
.header-title.tiny h4,
.header-title.tiny h5,
.header-title.tiny h6{
  margin-bottom: 0!important;
}
.description-tiny table .no{
  width: 20px;
}
.description-tiny table .action{
  width: 40px;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item.active, .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:hover {
  opacity: 1;
  border-color: #ffffff;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item, .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:focus {
    opacity: .6;
}
.page-link {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #189bd7;
    border-color: #189bd7;
}
.contact-info{
  margin-top: 2rem;
  position: relative;
}
.contact-info .img-thumb-qr{
  height: 160px;
  position: absolute;
  top: -80px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right 50%;
  filter: drop-shadow(0 1px 2px rgb(202, 185, 155));
}
.contact-info .card-body{
  padding: 95px 15px 15px 15px;
}
.btn-color{
  background-color: #a2834c;
  color: #fff;
}
.btn-outline-color{
  border-color: #a2834c;
  color: #a2834c;
}
.btn-outline-color:hover, 
.btn-outline-color:focus, 
.card-education:hover .btn-outline-color{
  background-color: #a2834c;
  color: #fff;
  outline: none;
}
.btn-flat{
  border-radius: 2px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)!important;
}
.header-top {
    height: 40px;
}
.header-bottom{
  height: 60px;
}
.header-top h4{
	line-height: 40px;
	margin-bottom: 0;
}
.parallax .overlay{
    padding: 100px 0;
}
.parallax {
  padding: 0!important;
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}
.overlay{
  background-color: rgba(0, 0, 0, 0.49);
  background-attachment: scroll;
}
.parallax .btn{
  border-color: #fff;
  color: #fff;
}
.get-education{
  height: 32px;
  cursor: pointer;
  border: 1px solid #a2834c;
}
.get-education option{
  cursor: pointer;
}
.input-group__custom .input-group-text{
  background-color: #a2834c;
  border:none;
  border-radius: 2px;
  height: 32px;
  color: #fff;
}

.icon-social a > img{
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.icon-social a:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.social-share .text-share {
  color: #a2834c;
  border: 1px solid #a2834c;
  border-radius: 2px;
  margin: 0 20px 0 0;
  position: relative;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.social-share .text-share:before {
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #a2834c;
}
.social-share .text-share:after {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #f4f4f4;
}
.social-share .text-share:before,
.social-share .text-share:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.social-share .icon-social {
  position: relative;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.social-share .icon-share {
    width: 40px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 40px;
    z-index: 1;
}
.social-share .icon-social .icon-share {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
}
.social-share .icon-share.facebook{
  background-color: #516eab;
}
.social-share .icon-share.twitter{
  background-color: #29c5f6;
}
.social-share .icon-share.google-plus{
  background-color: #eb4026;
}
.social-share .icon-share.whatsapp{
  background-color: #66cc36;
}
.social-share .icon-share-text {
    margin-left: -6px;
    padding-left: 12px;
    padding-right: 17px;
    line-height: 40px;
}
.social-share .icon-social .icon-share:hover{
  opacity: .8;
}
.social-share .icon-share-text:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 35px;
    width: 1px;
    height: 16px;
    background-color: #000;
    opacity: 0.08;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 20 ")";
    filter: alpha(opacity=20);
    z-index: 1;
}
.box-shadow{
  box-shadow: 0px 0px 2px 2px rgb(235, 235, 235);
  background-color: #ffffff;
  padding: 1rem;
}
.page-next a {
    box-shadow: 0px 0px 2px 2px rgb(235, 235, 235);
    width: 49.5%;
    background-color: #fff;
    padding: .5rem;
}
.page-next a.prev:before {
    content: "\F141";
    font: normal normal normal 24px/1 "Material Design Icons";
}
.page-next a.next:after {
    content: "\F142";
    font: normal normal normal 24px/1 "Material Design Icons";
}
.page-next .page-tt {
    font-size: 13px;
    line-height: 16px;
}
.bg-gray {
   background-color: #f4f4f4!important;
}
.bg-white {
   background-color: #ffffff!important;
}
.header-sticky.is-sticky {
    position: fixed;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: 999;
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.075);
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.navbar-brand{
  padding: .45rem 0;
}
.navbar-brand img {
	max-width: 272px;
}

.slider-wrapper {
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
    height: 450px;
    padding-top: 0;
}
.slider-banner {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.landing-page footer{
	box-shadow: 0 -0.1rem 0.1rem rgba(0,0,0,.075);
}
.nivo-controlNav {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.title-whatsapp{
	text-decoration: none;
	font-size: 24px;
	position: relative;
	margin-top: 30px;
}
.title-whatsapp:hover{
	outline: none;
	text-decoration: none;
}
.title-whatsapp:hover i{
	background-color: #57bf5b;
}
.title-whatsapp i{
	left: 0;
	top: -4px;
	position: absolute;
	padding: 0 5px;
	color: #fff;
	background-color: #4caf50;
	font-size: 32px;
	line-height: 40px;
	border-radius: 3px;
}
.title-whatsapp span{
	margin-left: 50px;
	color: #4caf50;
}
.box{
  box-shadow: 0 0 5px rgb(202, 185, 155);
}

.direction-box{
	padding: 15px 15px 45px 15px;
	/*box-shadow: 0 0 5px rgb(202, 185, 155);*/
	background-color: #f4f4f4;
}
.direction-box .bg-direction{
	height: 140px;
	position: absolute;
  bottom: 35px;
  width: 100%;
	background-image: url('../images/bg_direction.png');
  background-repeat: no-repeat;
  background-position: bottom 0 right 50%;
  filter: drop-shadow(0 11px 2px #333);
}
.direction-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 30px 0;
}
.direction-menu::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  width: 18px;
  height: 100%;
  box-shadow: inset 0 0 10px rgb(16, 11, 0);
}

.direction-item {
    display: flex;
    justify-content: flex-end;
    padding-right: 13px;
    position: relative;
    margin: 12px 0;
    width: 50%;
}
.direction-item:first-child{
	margin-top: 30px;
}
.direction-item:last-child{
	margin-bottom: 160px;
}
.direction-item:nth-child(odd) {
    align-self: flex-end;
    justify-content: flex-start;
    padding-left: 19px;
    padding-right: 0;
}
.direction-item-content {
		background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: auto;
}
.direction-item-content .ctn_link{
	 -webkit-transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.direction-item-content img.ctn_link{
	height: 50px;
	object-fit: contain;
	width: 160px;
}
.direction-item-content .ctn_link.title-text{
	line-height: 20px;
	width: 160px;
	padding: 0 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.title-text{
  font-size: 18px;
  font-weight: 600;
  color: #a2834c;
}

.direction-item:nth-child(odd) .direction-item-content a{
	padding: 0 25px 0 0;
	box-shadow: -25px 0 5px rgb(123, 80, 2);
}
 .direction-item-content a{
	padding: 0 0 0 25px;
	height: 50px;
	box-shadow: 25px 0 5px rgb(123, 80, 2);
}

.direction-item-content a .arrow{
	position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: all .15s;
  -transition: all .15s;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  left: 0;
  border-right: 25px solid #fff;
  filter: drop-shadow(-1px 0 1px rgb(123, 80, 2));
}
.direction-item:nth-child(odd) .direction-item-content .arrow{
	right: 0;
	left: auto;
	transform: rotate(180deg);
	-webkit-transition-property: right,left;
    transition-property: right,left;
}
.direction-item-content a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #c99e52;
    opacity: .5;
    -webkit-transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.direction-item-content a::after{
  content: "";
  width: 25px;
  background-color: #f4f4f4;
  height: 50px;
  position: absolute;
  left: 0;
}
.direction-item:nth-child(odd) .direction-item-content a::after{
  right: 0;
  left: auto;
}
.direction-item-content a:hover::before {
    right: calc(100% - 1em);
    left: 25px;
    -webkit-transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.direction-item:nth-child(odd) .direction-item-content a::before{
	left: 0;
  right: 100%;
}
.direction-item:nth-child(odd) .direction-item-content a:hover::before{
	left: calc(100% - 1em);
	right: 25px;
	-webkit-transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
   transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.direction-item-content a:hover .arrow{
	 border-right: 25px solid #c99e52;
	 -webkit-transition: 1s cubic-bezier(0.1, 0, 0.1, 1), left 1s 0.1s cubic-bezier(0.1, 0, 0.1, 1);
   transition: 1s cubic-bezier(0.1, 0, 0.1, 1), left 1s 0.1s cubic-bezier(0.1, 0, 0.1, 1);
}
.direction-item:nth-child(odd) .direction-item-content a:hover .arrow{
	 -webkit-transition: 1s cubic-bezier(0.1, 0, 0.1, 1), right 1s 0.1s cubic-bezier(0.1, 0, 0.1, 1);
   transition: 1s cubic-bezier(0.1, 0, 0.1, 1), right 1s 0.1s cubic-bezier(0.1, 0, 0.1, 1);
}

.direction-item-content .circle {
    background-color: #fff;
    box-shadow: inset 0 0 10px rgb(125, 82, 5);
    border: 2px solid rgb(173, 119, 25);
    border-radius: 10px;
    position: absolute;
    top: calc(50% - 32px);
    right: -32px;
    width: 32px;
    height: 64px;
    z-index: 100;
}

.direction-item:nth-child(odd) .direction-item-content .circle {
    right: auto;
    left: -32px;
}
.box-shadow {
    padding: 15px;
    box-shadow: 0 0 5px rgb(202, 185, 155);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.nav-pills-custom .nav-link{
  font-size: 16px;
  border-radius: 0;
}
.ctn__about img{
  height: 160px;
  width: 160px;
  object-fit: contain;
}
.ctn__about ul{
  padding-left: 0;
  list-style: none;
  list-style-type: none!important;
  margin-bottom: 0;
  min-height: 125px;
}

.nav-pills-custom .nav-link.active, 
  .nav-pills-custom .show>.nav-link {
    color: #fff;
    background-color: #a2834c;
  }

.testimonials .testimonial-description {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
  font-style: italic;
}
.testimonials .testimonial-description:after {
  border-top: 22px solid ;
  border-left: 0px solid transparent;
  border-right: 22px solid transparent;
  left: 60px;
  bottom: -22px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  border-top-color: #fff;
  border-left-style: inset;
  border-right-style: inset;
}
.testimonials:nth-child(odd) .testimonial-description:after{
  left: auto;
  right: 60px;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
}
.testimonials .testimonial-info {
  min-height: 60px;
  position: relative;
}
.testimonials .testimonial-info .author {
  left: 75px;
  position: absolute;
}
.testimonials:nth-child(odd) .testimonial-info .author {
  left: auto;
  right: 75px;
  text-align: right;
}
.testimonials .testimonial-info .author h6{
  font-size: 14px;
  font-weight: 600;
}
.testimonials .testimonial-info .author em {
  color: #777;
  font-size: 13px;
}
.testimonials .testimonial-info .thumb_img {
  position: absolute;
  border: 4px solid #fff;
  height: 60px;
  padding: 2px;
  width: 60px;
}

.testimonials:nth-child(odd) .testimonial-info .thumb_img{
  right: 0;
}

.testimonials.placeholder .author{
  background: #fff;
  width: calc(75% - 75px);
  height: 50px;
}
.testimonials.placeholder .testimonial-description{
  height: 75px;
  width: 100%;
}

.posts-gallery.placeholder .wave-image{
  background: #fff;
  height: 280px;
  width: 100%;
}

.posts-gallery.placeholder .wave-title{
  margin: auto;
  margin-top: .5rem;
  background: #fff;
  height: 40px;
  width: calc(100% - 4rem);
}

/*.testimonials.placeholder .testimonial-description,
.testimonials.placeholder .thumb_img,
.testimonials.placeholder .author{
  animation: wave 1s infinite linear forwards;
  -webkit-animation:wave 1s infinite linear forwards;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 870px 104px;
}*/
.posts-gallery .posts-image {
    position: relative;
    overflow: hidden;
}
.posts-gallery .posts-image:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3b3d93;
    position: absolute;
    bottom: -15px;
    left: -15px;
    opacity: .75;
    transform: scale(2.5);
    z-index: 1;
    transition: all .35s ease;
}

.posts-gallery .zoom-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  transition: all .35s ease-out;
  color: #fff;
}
.posts-gallery .zoom-link i{
  font-size: 32px;
  z-index: 3;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: block;
}

.ctn__education .card-education p{
  color: #555;
}
.ctn__education .card-image img{
  height: 100px;
  width: 100px;
  object-fit: contain;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ctn__education a:hover .card-image img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  filter: drop-shadow(0 8px 2px #333);
}
.ctn__education a:hover .title-text{
  color: #1e1e1e;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.ctn__education .card-education{
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .navbar-brand{
  padding: 0;
}
.education-page.kindergarten footer{
  background-color: #FFDD00;}
  .education-page.kindergarten footer a{
    color: #1e1e1e;}

.education-page.primary footer{
  background-color: #B00E23;}
  .education-page.primary footer a{
    color: #fff;}

.education-page.secondary footer{
  background-color: #054995;}
  .education-page.secondary footer a{
    color: #fff;}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.welcome-notive .bg_modal{
  width: 500px;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding-top: 80%;
}
.welcome-notive .modal-body-flex{
  height: 400px;
  background-color: #fff;
}
.welcome-notive h5{
  font-family: "Lavendria";
  font-size: 2rem;
  line-height: 1.4;
}
.welcome-notive .btn-notive-close{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 5px;
  display: block;
  line-height: 18px;
}
footer a:hover{
  opacity: .8;
}
footer{
  margin-bottom: 3px;
}

footer:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: url(../images/bg_footer.png);
  background-size: cover;
}

#detailEducationPage{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .5s ease-in-out;
    background-color: #f4f4f4;
    /*-webkit-transition: visibility 0s .3s,opacity .3s 0s;
    -moz-transition: visibility 0s .3s,opacity .3s 0s;
    transition: visibility 0s .3s,opacity .3s 0s;*/
    /*transition: all 1s 0.1s cubic-bezier(0.23, 1, 0.32, 1);*/
}
#detailEducationPage.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
   /* -webkit-transition: visibility 0s 0s,opacity .3s 0s;
    -moz-transition: visibility 0s 0s,opacity .3s 0s;
    transition: visibility 0s 0s,opacity .3s 0s;*/
}
#detailEducationPage .modal-header-top{
  height: 60px;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#detailEducationPage .close-modal{
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  text-transform: uppercase;
  height: 60px;
  margin-right: 10px;
}
.close-modal:before{
  content: "\F04D";
  font-family: "Material Design Icons";
  font-size: 24px;
  font-weight: 500;

}
#detailEducationPage .modal-body-content{
  overflow-y: scroll;
  width: 100%;
  height: calc(100vh - 60px);
}
.news-posts .posts-date{
  background: #a2834c;
  color: #f4f4f4;
  position:absolute;
  top:0;
  right:0;
  display:block;
  padding:2% 3%;
  width:60px;
  height:60px;
  text-align:center;
  transition:all .5s ease
}
.news-posts .posts-date .date{display:block;font-size:20px;font-weight:700}
.news-posts .posts-date .month{display:block;font-size:11px;text-transform:uppercase}
.news-posts .posts-content{border-top: 3px solid #a2834c;}
.news-posts .item{
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-posts .item.placeholder .wave-image,
.news-posts .item.placeholder .wave-title,
.news-posts .item.placeholder .wave-date,
.news-posts .item.placeholder .wave-description{
  background: #E8E8E8;
}
.news-posts .item.placeholder .wave-title{
  height: 2.1rem;
  margin-bottom: .5rem;
}
.news-posts .item.placeholder .wave-date{
  height: 1rem;
  margin-bottom: .5rem;
  width: 50%;
}
.news-posts .item.placeholder .wave-description{
  height: 6.85rem;
}
.news-posts .item.placeholder .wave-image,
.news-posts .item.placeholder .wave-title,
.news-posts .item.placeholder .wave-date,
.news-posts .item.placeholder .wave-description{
   animation: wave 1s infinite linear forwards;
  -webkit-animation:wave 1s infinite linear forwards;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}
.icon-fixed{
    position: fixed;
    z-index: 9999;
    left: auto;
    bottom: 55px;
    right: 25px;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}
.icon-fixed a{
    display: block;
    border-radius: 25px;
    color: #fff;
    background-color: #4caf50;
    padding: 5px 12px;
}
.icon-fixed a:hover,
.icon-fixed a:focus{
    background-color: #57bf5b;
}
@media (min-width: 1200px){
	.container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px){
	.slider-wrapper.theme-default{
		height: auto;
		padding-top: 38%;
	}
}
@media (min-width: 992px){
   /*.news-posts .item{
    width: 49%;
    float: left;
  }
  .news-posts .item:nth-child(odd){
    margin-right: 2%;
  }*/
 /* .news-posts .item{
    padding: 15px;
    background-color: #fff;
  }*/
}
@media only screen and (max-width: 991px){
	.direction-item-content .ctn_link.title-text{
		width: auto;
		padding: 0 5px;
		min-width: 100px;
		font-size: 16px;
	}
	.direction-item-content img.ctn_link{
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
  main{
    min-height: calc(100vh - 7.5rem);
  }
  .social-share.sticky {
    position: absolute;
    top: 0;
    bottom: 230px;
    left: -60px;
    width: auto;
    height: auto;
  }
  .social-share.sticky .ctn__share {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    padding: 0;
  }
  .social-share .icon-social{
    margin-top: 10px;
  }
  .social-share.sticky .ctn__share .icon-social a, .social-share.sticky .text-share {
    display: block;
    height: 40px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .social-share.sticky .text-share {
    transform: rotate(90deg);
    margin-bottom: 15px;
  }
  .social-share.sticky .text-share .icon-share i:before {
    transform: rotate(-90deg);
  }
  .social-share.sticky .ctn__share .text-share .icon-share-text {
    display: none!important;
  }
  .social-share.sticky .ctn__share .icon-social a, .social-share.sticky .text-share {
    display: block;
    height: 40px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .posts-gallery .posts-image img{
    height: 280px;
    width: 100%;
    object-fit: cover;
  }
  .row-8 {
    margin: 0 -8px;
  }
  .row-8>div {
      padding: 8px;
  }
  .icon-social .list-inline-item:not(:last-child) {
    margin-right: 1rem;
  }
	.direction-box{
		margin-bottom: 30px!important;
	}
	.direction-menu{
		height: 590px;
	}

	.sidebar-sticky {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .sidebar-sticky .box {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    padding: 0 ;
  }
  .tab-content.box-shadow{
    min-height: 300px;
  }
  .nav-pills-custom {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .nav-pills-custom .nav-link {
    background: #fff;
    position: relative;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #a2834c;
  }
  .nav-pills-custom li:last-child .nav-link{
    margin-bottom: 0!important;
  }
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 15px solid transparent;
    border-left: 15px solid #a2834c;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: 0;
  }
  .nav-pills-custom .nav-link.active::before {
      opacity: 1;
  }
  .news-posts .item .post-image img, 
  .news-posts .item.placeholder .wave-image{
    height: 178px;
    object-fit: cover;
    width: 100%;
  }
  
  .news-posts .item .posts-content h4,
  .news-single .title{
    font-size: 18px;
  }
  footer .navbar-brand img {
    height: 35px;
  }

}
@media only screen and (max-width: 767px){
  main{
    min-height: calc(100vh - 10rem);
  }
  .get-education,
  .get-landing{
    position: absolute;
    top: -36px;
    width: calc(50% - 20px);
  }
  .get-education{
    right: 15px;
  }
  .get-landing{
    left: 15px;
  }
  body:not(.landing-page) .header-sticky{
    margin-top: 40px;
  }
  body .header-sticky.is-sticky{
    margin-top: 0;
  }
  body:not(.landing-page) .header-bottom{
    background-color: #fff;
  }
  .contact-info{
    margin-top: 110px;
  }
  .header-bottom {
    height: 50px;
    line-height: 35px;
    position: relative;
  }
  .navbar-brand img{
    width: 150px;
  }
 
  .landing-page .navbar-brand img{
    width: 210px;
  }
  .landing-page h4{
    font-size: 1.25rem;
  }
	.direction-box{
		padding: 15px 0 45px 0;
	}
  .news-posts .posts-date{
    padding: 2% 2%;
    width: 45px;
    height: 45px;
  }
  .news-posts .posts-date .date{
    font-size: 18px;
    line-height: 20px;
  }
  .news-posts .item .col-posts-left .post-image img,
  .news-posts .item.placeholder .wave-image{
    height: 100px;
    object-fit: cover;
    width: 100%;
  }
  .news-posts .item.placeholder .wave-title{
    height: 1.75rem;
  }
  .news-posts .item.placeholder .wave-date{
    height: 1rem;
  }
  .news-posts .item.placeholder .wave-description{
    height: 2.4rem;
  }
  .news-posts .item .col-posts-left {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: absolute;
  }
  .news-posts .item .col-posts-right .posts-content{
    left: 100px;
    position: relative;
    width: calc(100% - 100px);
    height: 100px;
  }
  .news-posts .item .col-posts-right .posts-content li{
    font-size: 11px;
  }
  .news-posts .item .posts-content h4,
  .news-single .title{
    font-size: 16px;
    line-height: 22px;
  }
  .page-next .page-tt {
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px){
  .flat-posts .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 459px){
	.direction-item-content .ctn_link.title-text{
		font-size: 14px;
		line-height: 16px;
	}
	.direction-box{
		box-shadow: 0px 5px 5px -5px rgb(202, 185, 155);
	}
}
