
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Raleway", sans-serif;
}

/* Colors */
:root {
  --color-default: #2b180d;
  --color-primary: #56b8e6;
  --color-secondary: #1b2f45;
  /* --color-marroon: #880000; */
  --color-marroon: #84C026;
  --color-banner: #113b59;
  --color-darkred: #7E2420;

  /* --color-banner: #f6a100; */
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

::-webkit-scrollbar{
  background-color: #fff;
  /* color: white; */
  width: 10px;
}
::-webkit-scrollbar-thumb{
  background-color: var(--color-marroon)
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  /* color: var(--color-primary); */
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #82cbed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.top{
  /* background-color: var(--color-marroon); */
  background-color: #902825;
  color: #fff;
}
.top{
  background-image: url(../img/border-gradient.png);
  background-repeat: no-repeat;
  padding: 5px;
}
.mob ul>li{
  line-height: 8px;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #717171;
  /* text-transform: uppercase; */
  font-size: 12px;

}
.mob{
  padding: 10px 0px;
  
}

.top div span{
  font-size: 13px;
  text-align: center;
}





.top .social-icon{
  display: flex;
  gap: 8px;
}
.top .social-icon a{
  color: #fff;
}

.top-div .logo{
  width: 200px;
  height: 100px;
}

header{
  /* background-color: #880000; */
  background-color: var(--color-marroon);
  
}
.login-btn{
 border: none;
 background-color: #fff;
 color: #902825;
 font-weight: 600;
 padding: 6px 20px 6px 20px;
}



.tb-header-top{
  color: #fff;
  background-color: #333;
  height: 44px;
  padding-top: 2px;
  padding: 0px;

}
.tb-header-top{
  background-image: url(../img/border-gradient.png);
  background-repeat: no-repeat;
}





/* three columns section */

.three-coloums-section{
  border-top: 10px solid var(--color-marroon) ;
  /* background-color: var(--color-marroon); */
  width: 100%;
  /* height: 60vh; */


}
.three-coloums-section .white-shap{
  /* background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 50px 50px; */
  padding-top: 10px !important;
  padding-right: 30px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
    margin: 0 auto;
    /* margin-top: 40px; */

}
.three-col{
  background-color: var(--color-darkred) !important;
  border: 4px solid #fff;
  
}

.three-coloums-section .white-shap h3{
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.three-coloums-section .white-shap p{
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.three-coloums-section .white-shap i{
  font-size: 40px;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 30px;
}

/* three columns section exit */


/* about us */

.about-btn{
  display: inline-block;
  padding: 10px 14px;
  background-color: var(--color-marroon);
  color: #fff;
  margin-bottom: 20px;

  margin-top: 30px !important;
}
.about-btn a{
  color: #fff;
}

/* about us exit */

/* enquiry form */

.enquiryForm {
  position: relative;
  width: 65%;
  left: 100px;
  background-color: #ffffff;
}
form .form-box{
  background-color: var(--color-banner) !important;
}



.section-content form input:focus{
  box-shadow: none;

}
.section-content form input:active{
  outline: none;
}

.inquiry-title h5{
  padding-top: 10px;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-content form button{
  padding: 8px 28px;
  background-color: #fff;
  color: var(--color-banner);
  outline: none;
  border: none;
  margin: 4px 10px;
}
.section-content form input{
  margin-bottom: 18px;
}

/* enquiry form exit */

/* explore */

.explor{
  background-color: var(--color-marroon);
  padding: 80px;
  border-bottom: 14px solid #fff;
}
.explor .fff{
  background-color: #fff;
  padding: 60px;
}
.explor .form-div {
  background-color: #fcfcfc !important;
  padding: 50px 20px;
}
.explor .form-div form select{
  width: 100%; 
}

.explor .form-div button{
  background-color: var(--color-marroon);
  width: 100%;
  border: none;
  outline: none;
}
.explor .form-div input{
  box-shadow: none;
  outline: none;
  /* border: none; */
}
.explor .form-div .form-check-input{
  background-color: var(--color-marroon);
  outline: none;
  border: none;
  box-shadow: none;
}
.explor .form-div .reg{
  text-align: center;
  color: var(--color-marroon);
  font-weight: 800;
  padding-bottom: 30px;
}
/* explore  exit */


/* activities collage */

.explor .activities-collage{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;

  
}
.explor .activities-collage img{
  width:100%;
}

/* preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
}
#loader-img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  z-index: 1001;  
  background-image: url('http://bedekodzic.pl/wp-content/uploads/2018/04/google.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  z-index: 1020;
}


@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;  
  /* background: #0E415E; */
  background-color: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.loader-section.section-left {
  left: 0
}

.loader-section.section-right {
  right: 0
}

.panel_left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.loaded-img {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s 1s ease-out;
  transition: all .3s 1s ease-out
}

/* preloader */



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 2px 0;
  background-color: #fff !important;
}


.header.sticked {
  background: rgba(27, 47, 69, 0.9);
  padding: 12px 0;
}

.header .logo img {
  width: 100%;
  max-height: 60px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-secondary);
  margin: 0;
}

/* slider-section */

.slider-section img{
  width: 100%;
  /* height: 80vh; */
}

/* welcome section */
.welcome-section{
  background-color: #f7f7f7;;
}

.welcome-section h1{
  font-size: 25px;
}

.welcome-section strong{
  color: var(--color-marroon);

}
.welcome-section p{
  text-align: justify;
  font-size: 16px;
}
.welcome-section .learn-more{
  background-color: var(--color-marroon);
  padding: 10px 12px;
  color: #fff;
  font-weight: 500;
}

/* welcome section */


/* experince-section start */

.testmonial-section h2{
  text-align: center;
  color: var(--color-green);
  font-weight: 700;
  padding-bottom: 20px;
}

.experince-section {
  /* background:  linear-gradient(rgba(0, 0, 0, 0.252), rgba(128, 0, 0, 0.784)),url(../images/book.jpg); */
  /* background-image: url(../images/main.jpg); */
  /* background: #ebf2fc url(../img/patten-bg.png); */
  background-position: center center;
  background-size: cover;
  padding: 90px 0px;
}
.experince-section .card .card-body h1,h6{
  text-align: center;
  font-weight: bold;
}
.experince-section .card{
  padding: 20px 0px;
  border: 2px solid #880000;
}
.experince-section .card .card-body h1{
  color:#880000;
  font-size: 40px;

}
.experince-section .card .card-body h6{
  color: var(--color-marron);

}
/* experince-section exit */

/* why choose us */


.bg-lightest{
  background-color: #fcfcfc !important;
}


.line-bottom{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.text-theme-color-2{
  color: var(--color-marroon);
  font-weight: 700;
}
.font-weight-700{
  font-weight: 700 !important;

}
.line-bottom::after{
  background: #1F386B !important;
}

.icon-box .icon{
  display: inline-block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 68px;
}


.bg-theme-colored{
  background-color: var(--color-marroon) !important;
}
.icon-box .icon-box-details{
  margin-left: 10px;

}
.text-gray{
  color: #808080 !important;
  font-size: 13px;

}
.bg-lightest i{
  font-size: 30px;
  color: #fff;
  padding: 18px;
}
.bg-lightest{
  padding: 30px;
}
.line-bottom::after{
  background: var(--color-marroon) !important;
}
.letter-space-1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.42857143;
  color: #333333;
  font-size: 14px;
}
.btn-theme-colored {
  color: #fff;
    background-color: #1F386B;
    border-color: #1F386B;
}


.line-bottom:after{
  bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}


/* why choose us exit */




/* extra activity */





.photo-four-box-section{
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.photo-four-box-section h1{
   
   text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #880000;
  padding: 14px;
}
.photo-four-box-section .view{
  background-color: var(--color-marroon);
  padding: 10px 14px;
  margin-bottom: 30px;
  color: #fff;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .section-title h2{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #880000;
  padding: 14px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.extra{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.extra img{
  width: 100%;
}

/* extra activity */

/* admission open */

.admission{
  position: fixed;
  top: 165px;
  left: 12%;
  z-index: 9999;
  width: 70%;
  height: 70vh;

}
.admission img{
  width: 100%;
  height: 60vh;
  margin: 0 auto;
}

/* admission open exit */




/* side-div */
.side-div{
  background-color:#880000;
  color: #fff;
  /* width: 10%; */
  position: fixed;
  top: 350px;
  right: 1px;
  z-index: 999;
}
.side-div a{
  color: #fff;

}
.side-div div{
  border-bottom: 2px solid #fff;
}
.side-div .fa-camera,.fa-user-tie,.fa-headset,.fa-whatsapp{
  font-size: 32px;
  padding: 8px;
}

/* photo-four-box-section */


/* admission enquiry */

.modal .modal-body .modal-button{
  padding: 8px 18px;
  background-color: #880000;
  color: #fff;
  border: none;
  outline: none;
}
.modal .modal-body form input:focus{
  box-shadow: none;
}
.modal .modal-body form textarea:focus{
  box-shadow: none;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
}

.footer .footer-content {
  background-color: var(--color-marroon);
  background-image: url(../img/footer-bg.png);
  background-size: contain;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}



.footer .footer-content .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  margin-top: 3px;
}

.footer .footer-content .footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--color-marroon);
  border-radius: 50px;
}




.footer .footer-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #880000;
}

.footer .footer-content .footer-contact p {
  line-height: 26px;
  color: #fff;
}

.footer .footer-legal {
  background: #fff;
  padding: 30px 0;
}

.footer .footer-legal .copyright {
  text-align: center;
  color: var(--color-secondary);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: var(--color-secondary);
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #880000;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a:first-child{
  color: #880000;
}
.breadcrumbs ol li a:last-child{
  color: #1b2f45;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}


/* photo-gallery-section */

.photo-gallery-section img{
  width: 100%;
  height: 40vh;
}

/* event section */

.event-section img{
  width: 100%;
  /* height: 40vh; */
}

/* Contact section */


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* video section */

.video-gallery-section video{
  width: 1005;
  height: 40vh;
}

/* about section */

.about-section .about-box{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 16px 18px;
}

.about-section .about-box h1 strong{
  font-size: 32px;
  color: #880000;
}
.about-section .about-box p{
  text-align: justify;
}

/* about section exit */

/* kinder-section */

.kinder-section .kinder{
  padding: 26px 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

}
.kinder-section .kinder .icon{
  font-size: 44px;
  text-align: center;
  color: #880000;
}
.kinder-section .kinder .title {
  text-align: center;
  color: black;
  font-weight: 600;
}
.kinder-section .kinder .title a{
  color: black;

}


/* infrastructure-section */

.infrastructure-section .infra{
  padding: 24px 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);

}
.infrastructure-section .infra ul{
  /* list-style-type: none; */
  font-weight: 400;
}

/* mission-vision-section */
.mission-vision-section .mi-vi{
  padding: 24px 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.mission-vision-section .mi-vi h5{
  padding: 10px 0px;
  color: #880000;
  font-weight: 600;
}
.mission-vision-section .mi-vi ul li{
  text-align: justify;
}


/* history-section */

.history-section .history{
  padding: 24px 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.history-section .history h5{
  padding: 10px 0px;
  color: #880000;
  font-weight: 600;
}

/* facuty-section */

.facuty-section .card{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border: none;

}

/* .facuty-section .card img{
  width: 100%;
  height: 50vh;
   
} */

/* guidelines-parents */

.guidelines-parents .guide{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 24px 18px;

}
.guidelines-parents .guide h5{
  font-weight: 600;
  color: #880000;
}
.guidelines-parents .guide p{
  text-align: justify;
}

/* admission-criteria */

.admission-criteria .ad{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 24px 18px;
}
.admission-criteria .ad h5{
  font-weight: 600;
  color: #880000;
}
.admission-criteria .ad ul li{
  text-align: justify;
}


/* school-timing-section */

.school-timing-section .timing{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 24px 18px;
}
.school-timing-section .timing h5{
  font-weight: 600;
  color: #880000;
}

/* result-corner-section */

.result-corner-section h4{
    margin: 50px 0px 50px 0px;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-marron);
}

.result-corner-section .table th,td{
  font-size: 16px;
}
.result-corner-section h5{
  font-weight: 600;
  color: #880000;
}

/* school activity */

.school-activities img{
  width: 100%;
  /* height: 50vh; */
}

