@import url('https://fonts.googleapis.com/css?family=Schoolbell&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap'); */
@import url('/utils/vendors/fa/css/all.min.css');

body{
    font-family: 'Rubik', sans-serif;
    color: #404040;
}
#content{
    background: #eee;
}
#page-top{
    font-family: 'Nunito', sans-serif;
}
.food-section {
    padding: 30px 0;
}
.clearfix{
    overflow: auto;
}
.row{
    margin: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.padding-default {
    padding: 70px 10px;
}
/* Layout */
.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px;
}
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}
.row-flex > div[class*='col-'] > div[class*='border-service-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}
.lines-bg {
    background-image:url(/images/line_1.png); 
    background-size: contain;
    background-repeat: no-repeat; 
    background-position: center;
}
.pencil-bg{
    position: absolute; 
    z-index: 2; 
    background-image: url(/images/pencil.png);
    height: 290px; width: 70px;
    left: 140px;
    opacity: 0.3;
}


/* ---------- NAVBAR ------------ */

ul.custom-menu > li > a {
    font-family: 'Fredoka One', cursive;
}

.banner-info {
    margin: 0; 
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}

.banner-info a {
    color: #fff;    
}
.banner-info a:hover{
    text-decoration: none;
}
.banner-info i {
    margin-right: 6px;
    color: #f86cff;
}
.secondary-title {
    font-family: 'Schoolbell', cursive;
    color: #f86cff;
    text-align: center;
    font-size: 24px;
}
.primary-title{
    font-family: 'Fredoka One', cursive;
    color: #6c9fff;
    text-align: center;
}

/* Top Menu */
/*.top-menu{
  position: relative;
}*/
/*.top-menu:after{
      height: 100px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(/images/cloud_1.png);
    z-index: 3;
    left: 0;
    -webkit-animation: 40s scroll infinite linear;
    -moz-animation: 40s scroll infinite linear;
    -o-animation: 40s scroll infinite linear;
    -ms-animation: 40s scroll infinite linear;
    animation: 40s scroll infinite linear;
    background-repeat: repeat-x;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    
}*/
.navbar-nav .dropdown-menu {
   
    float: none;
    border-radius: 1rem;
    /* border: solid 2px #393d72; */
    padding: 0.5rem;
}
/* Home slider */
#myCarousel:after {
    height: 100px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(/images/cloud_1.png);
    z-index: 3;
    left: 0;
    -webkit-animation: 50s scroll infinite linear;
    -moz-animation: 50s scroll infinite linear;
    -o-animation: 50s scroll infinite linear;
    -ms-animation: 50s scroll infinite linear;
    animation: 50s scroll infinite linear;
    background-repeat: repeat-x;
    
}
#myCarousel:before{
    height: 100px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(/images/cloud_2.png);
    z-index: 3;
    left: 0;
    -webkit-animation: 55s scrollup infinite linear;
    -moz-animation: 55s scrollup infinite linear;
    -o-animation: 55s scrollup infinite linear;
    -ms-animation: 55s scrollup infinite linear;
    animation: 55s scrollup infinite linear;
    background-repeat: repeat-x;
}
.text{
    font-family: 'Rubik', sans-serif;
}
.slider-overlayer{
    position: absolute;
    height: 100%;
    min-height: 550px;
    z-index: 2;
    background: rgba(36,63,115,0.4);
    width: 100%;
}



.custom-list{
    list-style: none;
    padding-left: 0;
    
}
.custom-list li{
    padding: 5px 0; 
}
.custom-list li:before {
    content:'✓';
    margin-right: 5px;
    color: #c32392;
}

/* ------------ Services ----------------- */
.offer{
    position: relative;
    z-index: 1;
    height: auto;
}

.bg-elements{
    position: absolute;
    z-index: 3;
}
.bg-pattern{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/pattern.png);
    background-position: center;
    content: "";
    opacity: .20;
}
.stars {
    background-image: url(/images/star.png);
    height: 24px;
    width: 23px;
    opacity: 0.3;
    position: absolute;
}

.service-box{
    padding: 30px 15px;
    border-radius: 15px;
}
.service-box > .title{
/*    font-family: 'Fredoka One', cursive;*/
    font-family: 'Schoolbell', cursive;
    color: #fff;
    text-align: center;
}
.kinder {
    background: #20b2ad;
    color: #fff;
}
.primary-school{
    background: #ff7f00;
    color: #fff;
}
.elementary-school{
    background: #800080;
    color: #fff;
}
.border-service-kinder{
    border: dashed 2px #20b2ad;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 25px;
} 
.border-service-elementary{
    border: dashed 2px #800080;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 25px;
} 
.border-service-primary {
    border: dashed 2px #ff7f00;
    border-radius: 20px;
    padding: 5px;
    margin-bottom: 25px;
}
.service-img{
    margin: 15px 0;
    overflow: hidden;
    border-radius: 15px;
}
.service-img > img {
    border-radius: 15px;
    transform: scale(1.1);
    transition: transform .3s;
}
.service-img > img:hover {
    transform: scale(1.2);
    
}
.btn-service-prim{
    background: transparent;
    font-family: 'Fredoka One', cursive;
    padding: 10px 30px;
    border-radius: 15px;
    border: solid 2px rgba(255,255,255,0.7);
    color: #fff;
    
}
.btn-service-prim:hover{
    background: #fff;
    -webkit-transition: background 0.4s linear, color 0.5s linear;
    -moz-transition: background 0.4s linear, color 0.5s linear;
    -o-transition: background 0.4s linear, color 0.5s linear;
    transition: background 0.4s linear, color 0.5s linear;
}
.btn-service-sec{
    background: transparent;
    font-family: 'Fredoka One', cursive;
    padding: 10px 30px;
    border-radius: 15px;
    color: #fff;
}
.service-buttons{
    padding: 20px 0;
}
.service-buttons:after{
  content: "";
  clear: both;
  display: table;
}

/* --------- GRADIENT ----------- */

.gradient {
      background-color: #393d72;
/*
      background-image:
        linear-gradient(
          #5b3eff, #c952de
        );
*/
/*    background-image: linear-gradient( #2636f9, #9edefd );*/
    /* background-image: linear-gradient( #393d72, #9edefd ); */
    
}


/* ------------ TESTIMONIALS ------------- */


.testimonials-section {
    padding: 70px 10px;
}
.testimonial-card {
    background: #e4edff;
    padding: 20px 15px;
    border-radius: 15px;
}
.testimonial-img{
    text-align: center;
}
.testimonial-img > img {
    border-radius: 50%;
    padding: 5px;
    border: dashed 1px #f86cff;
}
.testimonials-buttons {
    border-radius: 50%;
}
.testimonials-buttons.carousel-control-prev {
    left: 15px;
}
.testimonials-buttons.carousel-control-next {
    right: 15px;
}



/* --------------- EVENTS ------------ */

.event-card {
    border-radius: 1.2rem;
    background: #fff;
    margin-bottom: 25px;
    
}

.event-image{
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0;
    /* overflow-y: hidden; */
    max-height: 12rem;

}
.event-image > img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
   
}

.event-content{
    padding: 0.25rem;
    /* margin-top: 15px;
    margin-bottom: 15px; */
}
.event-date{
    text-align: center;
    color: #f86cff;
    font-family: 'Fredoka One', cursive;
    font-size: 1.2rem;
}
.event-title {
    text-align: center;
    color: #6c9fff;
    font-family: 'Fredoka One', cursive;
    font-size: 1.6rem;
    margin-top: 1rem;
}
.event-title a{
    color: #6c9fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.event-title a:hover{

    color: #6c9fff;
    text-decoration: none;
/*
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
*/
}
.event-location {
    color: #f86cff;
    font-size: 1rem;
    text-align: center;
    /* bottom: 1rem;
    position: absolute; */
}

/* -------------- BLOG ----------- */
.article-box:hover  .article-img > img {
    border-radius: 15px;
    transform: scale(1.2);
}
.article-img > img {
    border-radius: 15px;
    transition: transform .3s;
}
/*
.article-img > img:hover {
    transform: scale(1.2);
}
*/
.article-img {
    text-align: center;
    overflow: hidden;
     border-radius: 15px;
}

.article-title > a {
    text-align: center;
    color: #6c9fff;
    font-family: 'Fredoka One', cursive;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.3s ease-in-out;
}
.article-box:hover .article-title > a {
    color: #2636f9;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.article-content {
    padding: 15px;
}

.article-content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
    margin-top: 20px;
   
}
.contact-1-sticky, .contact-2-sticky {
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    background: #c32392; 
    color: #fff; 
    text-align: center; 
    vertical-align: middle; 
    font-size: 25px; 
    position: fixed; 
    bottom: 35%; 
    z-index: 7; 
    left: 15px;
    
}
.contact-2-sticky{
    bottom: calc(34% - 55px);
    background: #3b5998;
}
.contact-1-sticky p, .contact-2-sticky p {
    margin-top: 6px;
    cursor: pointer;
}
.contact-1-sticky p a, .contact-2-sticky p a {
    
    color: #fff;
}
/*
.contact-1-sticky p a {
    display: none;
     color: #fff;
}
*/
.contact-1-sticky:hover, .contact-2-sticky:hover{
    width: 210px;
    text-align: left;
    border-radius: 20px;
    transition: width 0.4s ease-in-out;
    
}
.contact-1-sticky a span, .contact-2-sticky a span {
    width: 0;
    font-size: 0;
    
}
.contact-1-sticky:hover a span, .contact-2-sticky:hover a span {
    width: 210px;    
    font-size: 22px;
    transition: all 0.4s ease-in-out;
}
.contact-1-sticky:hover, .contact-2-sticky:hover{
    width: 235px;
}
.contact-1-sticky:hover p a, .contact-2-sticky:hover p a {
    color: #fff;
    text-decoration: none;
    
}
.contact-1-sticky:hover p, .contact-2-sticky:hover p{
   margin-left: 15px;
    
}
.top-link {
    color: #ffe457;
    text-decoration: none;
}
.top-link:hover{
    color: #ffe457;
}
/* ----------------- FOOTER -------------- */
footer{
    position: relative;
    /* margin-top: 30px;  */
    background-color: #393d72; 
    padding-top: 40px;
    
}
footer:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/pattern.png);
    background-position: center;
    content: "";
    opacity: .20;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}
.footer-list li {
    color: #fff;
    font-size: 14px;
}
.footer-list li a {
    color: #fff;
}

.footer-list li i {
    margin-right: 6px;
}
.footer-title{
     position: relative;   
    font-family: 'Fredoka One', cursive; 
    color: #fff; 
    font-size: 20px; 
    margin-bottom: 15px;
}
.footer-title:after{
    content: '';
    width: 45px;
    height: 2px;
    border-radius: 6px;
    background: #c32392;
    position: absolute;
    bottom: -5px;
    left: 0;
}

/* ----------- ACTIVITIES TABLES ------------------ */

.kinder-program {
    background-image: url('/images/kinder-program-bg.jpg'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    padding: 40px 0;
    position: relative;
}
.kinder-program-overlayer{
    position: absolute;
    top: 0;
    background: #3c392d;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.activities {
    margin-top: 30px;
/*      overflow-x: scroll;*/
}
.activities th{
    padding: 25px 10px;
    background: #393d72; 
    color: #fff;
    border: none;
/*    font-family: 'Fredoka One', cursive;*/
    font-size: 20px;
  
}
.activities thead tr:first-child th:first-child {
    border-top-left-radius: 15px;
}
.activities thead tr:first-child th:last-child {
    border-top-right-radius: 15px;
}
.activities tbody tr:nth-child(even){
    background: #d2d5ff;
}
.activities tbody tr:nth-child(odd){
    color: #d2d5ff;
}
/* ---------- GROUPS ------------*/


.class-groups {
    padding: 20px 10px; 
    border-radius: 15px; 
    color: #fff; 
    margin-bottom: 15px;
    transition: transform 0.2s ease-in;
}
.class-groups.even {
    background: #393d72;
}
.class-groups.odd {
    background:#ed5ab0; 
}

.class-groups:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in;
}

/* ACCORDION CARDS */
.card {
    margin-bottom: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card-header{
    background: #393d72;
    color: #fff;
    cursor: pointer;
}
.accordion>.card>.card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.optional-list {
    list-style: none; 
    display: flex;
    padding-left: 0;
    
}
.optional-list li {
    margin-right: 8px;
}
.menu-item {
    font-family: 'Schoolbell', cursive; 
    color: #f86cff; 
    font-size: 20px;
}
.menu-ingredients {
    font-size: 14px;
}

.offer-cta {
    position: relative;
    background: #393d72;
    padding: 40px 0;
}
.offer-cta:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/pattern.png);
    background-position: center;
    content: "";
    opacity: .20;
}
.btn-offer {
    padding: 15px 25px;
    background: #f86cff;
    color: #fff;
    border-radius: 20px;
}
.btn-offer:hover {
    color: #fff;
    background: #c32392;
}
/* ---------------------------------------- */


@-webkit-keyframes scroll{
	100%{
		background-position: -3000px 0px;
	}
}

@-moz-keyframes scroll{
	100%{
		background-position: -3000px 0px;
	}
}

@-o-keyframes scroll{
	100%{
		background-position: -3000px 0px;
	}
}

@-ms-keyframes scroll{
	100%{
		background-position: -3000px 0px;
	}
}

@keyframes scroll{
	100%{
		background-position: -3000px 0px;
	}
}

/* ------------------------------------- */

@-webkit-keyframes scrollup{
	100%{
		background-position: 3000px 0px;
	}
}

@-moz-keyframes scrollup{
	100%{
		background-position: 3000px 0px;
	}
}

@-o-keyframes scrollup{
	100%{
		background-position: 3000px 0px;
	}
}

@-ms-keyframes scrollup{
	100%{
		background-position: 3000px 0px;
	}
}

@keyframes scrollup{
	100%{
		background-position: 3000px 0px;
	}
}


/* Carousel */
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
    z-index: 3;
}
#myCarousel h4{
	font-size:42px;
	margin-bottom:50px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:24px;
	margin-bottom:50px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{
    background:#f86cff; 
    font-size:16px; 
    color:#FFF; 
    padding:13px 32px; 
    display:inline-block; 
    border-radius: 10px;
}

#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1;  }



.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #f86cff; }


.carousel-item {
    position: relative;
   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

}


@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  /* ------------------------- */
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
 /* --------------- */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* ------------------ */

@-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }

/* ------------------ */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


/* -------------- GALLERY --------------- */

.lg-backdrop {
    background: rgba(0,0,0,0.9);
}
#lightgallery > div{
    margin-bottom: 15px;
   
}
.gallery-img-container {
    border: dashed 2px #f86cff;
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.gallery-img-container img {
    max-width: 100%;
    transition: transform 0.3s ease-in;
    border-radius: 10px;
}
.gallery-img-container > img:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: transform 0.3s ease-in;
    border-radius: 10px;

}

/* ------------ TEAM --------------- */
.team-container {
    margin-top: 40px;
}
.team-item {
    border-radius: 50%;
    text-align: center;
    position: relative;
    transition: margin 0.3s ease-in;
    margin-bottom: 120px;
    min-height: 330px;
    
}
.team-item > div {
    width: 250px;
    height: 250px;
}
@media (max-width: 1024px){
    .team-item > div {
        width: 200px;
        height: 200px;
    }
    
}

@media (max-width: 480px){
    .team-item {
        margin-bottom: 120px;
    }
    .team-item > div {
        width: 250px;
        height: 250px;
    }
    
}

.team-item:hover img {
    opacity: 0.7;
    transform: rotate(2deg) scale(1.05);
    transition: transform 0.3s ease-in;
}
.team-item div {
    /* background: #000; */
    margin: 0 auto;
}


.team-member-pic {
    /* border-radius: 50%; */
}
.team-text {
    position:absolute;
    z-index: 3;
    margin-left: 50%;
    left: -112px;
    margin-top: 10px;
    font-size: 18px;
    max-width: 222px;
    min-width: 220px;
}
.team-item:hover .team-text {
    margin-top: -52%;
    transition: margin 0.3s ease-in;
    color: #f86cff;
}
.img-overlay {
    /* width: 90%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    border-radius: 50%; */
}
/* ----------------- MEDIA QUERIES ------------------ */

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .event-image {
        max-height: 245px;
    }
    .banner-info{
        font-size: 14px;
    }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
 
  .event-image {
        max-height: 245px;
    }
    .banner-info{
        font-size: 14px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    .event-image {
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
    }
    #carousel-top{
        display: none;
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .pencil-bg{
       top: 160px;
      left: 50px;
    }
    .padding-default {
        padding: 20px 5px;;
    }
    
    .event-image {
        border-bottom-left-radius: 0;
    }
    .event-title a {
        -webkit-line-clamp: 2;
    }
    .event-image > img{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }
    .contact-2-sticky{
        bottom: 5%; 
        
    }
    .contact-1-sticky{
        bottom: calc(5% + 65px); 
        
    }
    .btn-service-prim{
        padding: 8px 25px;
    }
    #carousel-top{
        display: none;
    }
  
}
.btn-add{
    font-size: .8rem;
    border-radius: 0;
    padding: .75rem 1rem;
}
.card-header{
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}
.error-message {
    color: red;
}
.has-error, .has-error:focus {
    border: solid 1px red;
}
.round-input{
    font-size: .8rem;
    border-radius: 0;
    padding: 1.5rem 1rem;
    color: #000;
    border: solid 1px #999;
}

#successMsg, #errMsg, #warnMsg{
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50%;
    margin-left: -80px;
    background: rgba(0, 230, 64, 0.7);
    color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    max-width: 350px;
}
#errMsg{background: rgb(255, 7, 58,0.7)}
#warnMsg{background: orange;}
.action-btn{
    background:transparent;
    border: none;
   
}
.action-btn:focus, .action-btn:active{
    border: none; outline: none;
}
.update-table-btn {color: orange;}
.delete-table-btn {color: red;}
.modal.show .modal-dialog{color: #333;}
.modal-content{ border-radius: 0;}
button, button:focus, button:hover, button:active {
    box-shadow: none;
    border: none;
}
.round-select {
    /* border-radius: 10rem; */
    padding: 10px 5px;
    height: 49px;
    font-size: 0.8rem;
}
.round-select option{
    background: transparent;
    font-size: 0.8rem
}
.round-select option:hover{
    background: #ccc;
    font-size: 0.8rem
}
input[type="file"].upload-btn {
     
    height: 0;
    overflow: hidden;
    width: 0;
}      
input[type="file"].upload-btn + label {
        background: #756464;
        border: none;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: inherit, sans-serif;
        font-size: inherit;
        font-weight: 400;
        margin-bottom: 1rem;
        outline: none;
        padding: 5px 10px;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
}
.carousel-wrapper{
    margin-top: 30px; padding: 20px 10px; border: solid 1px #cdcdcd; border-radius: 15px;
}
.slide-wrapper{
    padding: 10px 5px;
    border: solid 1px #eee;
    margin-top: 10px;
    box-shadow: 6px 9px 7px -2px rgba(210, 210, 210, 0.8);
}
#fly-in {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateX(-100%);
    transition: transform 0.5s;
    overflow-y: auto;
}
.fly-in-content{
    padding: 15px 10px;
}
.fly-in-footer {
    border-top: solid 1px #ccc;
   padding: 30px 10px;

}
.fly-in-header {
    background: #4e73df;
    color: #fff;
    margin-bottom: 25px;
    padding: 25px 10px;
}
.fly-in-footer:after {
    clear: both;
    display: table;
    content: '';
}
.section-wrapper {
    border: solid 1px #ccc;
    padding: 25px 25px 35px;
    border-radius: 0;
    box-shadow: 6px 9px 7px -2px rgba(210, 210, 210, 0.8);
    margin-top: 40px;
    background: #fff;
}

.content-blog-table {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.bg-gradient-primary{
    background-color: #273d7d;
    background-image: linear-gradient(180deg,#393d72 10%,#393d72 100%);
    background-size: cover;
}
.display-media {
    padding: 10px;
    border: solid 1px #ccc; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-wrapper{
    background: #f9f5f0;
    padding: 0;
    border-radius: 2rem;
}
.article-wrapper img {
    width: 100%;
    border-radius: 40px;
    border: solid 12px #6c9fff;
}
.article-meta {
    padding: 1rem 2rem;
    margin-bottom: 0.5rem;
}
.article-body {
    padding: 0 2rem 1rem;
}
.article-body p {font-size: 1.2rem;}
.blog-sidebar h3, .recent-wrapper h4,
.author-info h3{
    font-family: 'Fredoka One', cursive;
}
.blog-sidebar h3 {
    font-size: 1.6rem;
    color: #393d72;
    margin-left: 1.2rem;
}
.recent-wrapper img {
    border-radius: 40px;
    border: solid 12px #c32392;
    transition: transform 0.2s;
}
.recent-wrapper img:hover{
    transform: scale(1.1);
    transition: transform 0.2s;
}
.recent-wrapper h4 {
    
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 1rem 0;
    color: #6c9fff;
}
.author-info {
    padding: 2rem;
}
.author-info h3 {
    font-size: 1rem;
}
.recent-wrapper h4 a {
    text-decoration: none;
    color: inherit;
}
.blog-sidebar{
    padding: 2rem;
}
#formWrapper{
    /* box-shadow: 4px 4px 6px 0px rgba(57,61,114,0.26);
    -webkit-box-shadow: 7px -7px 6px -3px rgb(132 135 174 / 30%);
    -moz-box-shadow: 4px 4px 6px 0px rgba(57,61,114,0.26); */
    padding: 2rem 1rem;
    /* border: solid 1px #eee; */
    border-radius: 1rem;
    background: #ffae00
}
#formWrapper .row{
    margin-top: 15px;
    
}
#formWrapper .form-control{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #858687;
    line-height: 28px;
    padding: 20px 40px;
    height: 70px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (min-width: 481px) and (max-width: 767px) {
  
    .blog-sidebar{
        display: none;
    }
    
  
}
@media (max-width: 768px){
    ul.custom-menu{
        text-align: center;
    }
    .navbar-nav .dropdown-menu{
        border: none;
        text-align: center;
        box-shadow: 1px 1px 6px 5px rgba(57,61,114,0.26);
        -webkit-box-shadow: 0px 0px 7px 1px rgba(57,61,114,0.3);
        -moz-box-shadow: 1px 1px 6px 5px rgba(57,61,114,0.26);
    }
    .navbar-light .navbar-toggler {
        
        box-shadow: 4px 4px 6px 0px rgba(57,61,114,0.26);
        -webkit-box-shadow: 4px 4px 6px 0px rgba(57,61,114,0.26);
        -moz-box-shadow: 4px 4px 6px 0px rgba(57,61,114,0.26);
        border-radius: 0.5rem;
        border: solid 1px #eeee;
    }
    .navbar-light .navbar-toggler:focus,
    .navbar-light .navbar-toggler:active {
        outline: none;
    }
}

.img-fluid {
    /* width: 100%; */
}