/*
Theme Name: Glory - School Bootstrap 5 HTML Website Template
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Glory is specially designed for schools by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

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

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
    - Content width
  2.4 Buttons
    - Primary Buttons
    - Outline Buttons

3. CONTENT ELEMENTS
  - Dropdown
  - Form
  - Svg Color
- Swiper
- Offcanvas
- Modal

4. SITE STRUCTURE
  4.1 Header
  4.2 Slider Section
  4.3 Feature Section
  4.4 About Section
  4.5 Founder Section
  4.6 Facilities Section


/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color: #1D157C;
  --black-color: #b68601;
  --light-black-color: #343536;
  --dark-color: #111111;
  --primary-color: #1D157C;
  --secondary-color: #3C5494;
  --tertiary-color: #5B7BCE;
  --background-color: #E3EBFF;
  --gray-color: #777F81;

  --bs-dark-rgb: 17, 17, 17;
  --bs-gray-100: #F6F6F6;
  --bs-gray-300: #DCDCDC;
  --bs-primary-text-emphasis: var(--primary-color);

  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-primary-rgb: 29, 21, 124;
  --light-color: #fdfdfd;
  --swiper-theme-color: #111 !important;
  --cadet-blue-color: #9AB4B7;
}

/* Fonts */
:root {
  --body-font: "Roboto", sans-serif;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--light-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--dark-color);
  margin: 0;
}

p {
  color: var(--dark-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--tertiary-color);
}

.text-light {
  color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-black {
  color: var(--black-color) !important;
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}

.bg-primary {
  background-color: #34495E !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-tertiary {
  /* background-color: #7b7b7b !important; */
  background-color: #87CEEB  !important;
  
}

.bg-gray {
  background-color: var(--bs-gray-100) !important;
}

.bg-background {
  background-color: var(--background-color) !important;
}
.careers .item{background: #03569a;
    padding: 15px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    display: block;
	height:100%;
	color:#fff}
	.careers .item p{color:#fff}
	.careers .item a{display:block}
/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 8.125em;
  padding-bottom: 8.125em;
}

.padding-medium {
  padding-top: 3em;
  padding-bottom: 0em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}


/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 700;

}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 4.5rem;
  }
}

/* - Content width
--------------------------------------------------------------*/
.container-md {
  max-width: 1465px;
}

.container-lg {
  max-width: 1750px;
}


/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 1.9rem;
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}
.btn-default{
  background-color: #fff;
}
.btn-secundary{
  background-color: #b68601;
  color:#fff
}
/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

/* Form
------------------------------------------------------------- */
.form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: none;
}

.form-check-input:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select:focus {
  box-shadow: none;
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.accent-color {
  color: var(--accent-color);
}

svg.primary-color-500 {
  color: var(--bs-primary-rgb);
}

/* Swiper
------------------------------------------------------------- */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/* Offcanvas
------------------------------------------------------------- */
.offcanvas {
height: 110vh;
}

/* Modal
------------------------------------------------------------- */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0
}
.logo img{width: 115px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #fff;}
.logo h3{margin:0;
color:#fff}
.logo h3 p{
	font-size:16px;
	color:#fff;
	margin:0
}
#teacher .col-md-3 div.p-3{
	min-height: 140px;
}
@media (max-width: 480px) {
	.logo h3{
		display:none;
	}
	#primary-header{
		background: #024377;
	}
	#vismis .item,#oservices .item{
		height:auto !important;
		margin-bottom:30px
	}
	#teacher .col-md-3{margin-bottom:30px}
}
/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/

.header-top {
  transition: transform 0.8s ease-in-out;
}

.header-top.hidden {
  transform: translateY(-100%);
}

#primary-header {
  transition: transform 0.8s ease-in-out;
}

#primary-header.hidden {
  transform: translateY(-50%);
}

a.nav-link {
text-transform: uppercase;
    color: var(--light-color);
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px !important;
    border-right: solid 1px #ffffff26;
}

a.nav-link:focus {
  color: var(--light-color);
}

a.nav-link.active,
.nav-link.show,
a.nav-link:hover {
  color: var(--light-color) !important;
  outline: none;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 610px) {
  #primary-header.hidden {
    transform: translateY(-105%);
  }
}

@media only screen and (max-width: 990px) {
  a.nav-link {
    color: var(--dark-color);
    font-size: 2rem;
    padding: 1rem 0 1rem 0 !important;
  }

  a.nav-link:focus {
    color: var(--dark-color);
  }

  a.nav-link.active,
  .nav-link.show,
  a.nav-link:hover {
    color: var(--dark-color) !important;
  }
}
.bg-dark{background:rgb(2 67 119) !important}

/* 4.2 Slider Section
/*----------------------------------------------*/
section#slider .banner-content {
      width: 100%;
    background: #024376a3;
    height: 100vh;
    display: flex;
    align-items: center;flex-direction: column;
	justify-content:center
}

section#slider .main-slider-button-next,
.main-slider-button-prev {
  z-index: 111111;
  height: fit-content;
  opacity: 0.9;    background: #fff;
}
section#slider .main-slider-button-next .fa, .main-slider-button-prev .fa{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
section#slider .main-slider-button-next.swiper-button-disabled,
.main-slider-button-prev.swiper-button-disabled {
  opacity: 0.6;
}

@media only screen and (max-width: 999px) {
  section#slider .banner-content {
    width: 66%;
  }
}


/* 4.3 Feature Section
/*----------------------------------------------*/
#features{
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
}

@media only screen and (max-width: 999px) {
  #features{
    left: 0;
    transform: translateX(0%);
    position:static;
    padding-top: 10em;
    padding-bottom: 10em;
}
}

.page_header {
  background: url(images/virtualschool.jpg);
  border-bottom: solid 2px #ecf6ff;
    text-align: center;
    padding: 250px 0 100px 0;
    position: relative;
    background-size: 100%;
}
.page_header::before{
  position: absolute;
  content: "";
  width:100%;
  height: 100%;
  top:0;
  left:0;
  background: #004175b8;
  z-index: 1;
}
.page_header div{
  z-index: 9;
  position: relative;
}
.page_header h2 {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 22px;
}
.page_header p{color:#fff}

/* 4.4 About Section
/*----------------------------------------------*/
#about {
  padding-top: 50px;
    padding-bottom: 60px;
}
#about img{border-radius: 4px;
  border: solid 1px #fafafa;
  box-shadow: 0 0px 6px #000000b0;
  transition: all 0.5s;
  position: relative;    margin-bottom: 30px;
}
.image_1:hover{
  background: rgb(255, 231, 183);
  transform: translateY(-15px) !important;
   box-shadow: 0 18px 26px -10px #0025a6;;
}
.image_2:hover{
  background: rgb(255, 231, 183);
  transform: translateY(-15px) !important;
   box-shadow: 0 18px 26px -10px #5b0963;
}


@-webkit-keyframes light-up{
  0% {
    box-shadow :  0px 0px 0px #0025a6;;
  }
  50% {
    box-shadow:  0px 0px 10px #0025a6;;
  }
  100% {
    box-shadow:  0px 0px 2px #0025a6;;
  }
}

#vismis{
  padding: 30px 0;
  background: #015294;
  color: #fff;
}
#vismis .item{    text-align: center;
  background: #003865;
  height: 100%;
  padding: 20px;
  border: solid 2px #003056;
  border-radius: 4px;}
#vismis .item .fa{width: 80px;
  height: 80px;
  border: solid 2px #b68618;
  font-size: 39px;
  line-height: 2;
  border-radius: 50%;
  margin-bottom: 15px;}
  #vismis .item img{ 
	  width: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
  }
#vismis .item h3{    font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;}
#courses{
  top: 75%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width: 999px) {
  #about {
    padding-top: 150px;
    padding-bottom: 0px;
  }
#courses{
  left: 0;
  transform: translateX(0%);
  position:static;
  padding-top: 10em;
  padding-bottom: 10em;
}
}
#locations {position:relative}
#locations:before{
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/map.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 72%;
    opacity: 0.4;
}
#locations ul{
	padding:0;
	list-style:none;
}
#locations ul li{list-style: none;
    position: relative;
    border-bottom: dashed 1px #dfdfdf;
    padding: 5px 0;
    padding-left: 25px;}
#locations ul li .fa{position: absolute;
    left: 0;
    top: 10px;}
/* 4.5 Founder Section
/*----------------------------------------------*/
#founder .imageblock{border: solid 1px #ccc;
    box-shadow: 0 7px 5px #0000001f;
    background: #fff;
    text-align: center;
}}
#founder {
  padding: 60px;
}
#founder .msg{
  font-size: 17px;
}
@media only screen and (max-width: 999px) {
  #founder {
    padding-top: 10rem;
  }
}
#about-2{
  background: #e3ebff;
}
#about-2 .item{display: flex
  ;
      background: #ffffff;
      padding: 10px;
      align-items: center;
      gap: 15px;
      border: solid 2px #d2def9;
      margin-bottom: 2px;}
#about-2 .item .icon{width: 80px;
  height: 80px;
  display: flex
;
  justify-content: center;
  align-items: center;
  background: #a3b5dd;}
#about-2 .item .icon .fa{font-size: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 1.7;}
#about-2 .item .desctipt{}
#about-2 .item h4{font-size: 18px;
  margin-bottom: 0;}
#about-2 .item p{margin: 0;
  font-size: 15px;
  line-height: 1.7;}
#about-2 ul{
  list-style: none;
  padding: 0;
}
#about-2 ul li{display: flex
  ;
      align-items: center;}
#about-2 ul li .fa{
  margin-right: 10px;
}
#partners .item{
  border: solid 1px #ccc;
    height: 100%;
    align-items: center;
    display: flex;
}
#partners .item img{
	max-height:130px;
}
#oservices{padding:40px 0}
#oservices .item{padding: 15px;
    background: #cfe5f6;
    border-radius: 4px;
    border: solid 2px #83adcf;
	height:100%}
#oservices .item h3{font-size: 24px;
    color: #024377;}
#oservices .item p{}
#oservices .item a{padding: 10px;
    line-height: 1;
    font-size: 14px;}
/* 4.6 Facilities Section
/*----------------------------------------------*/
.facility-block{
    margin: auto;
    width: 25%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.product-item img.post-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-item:hover img.post-image {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-description {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  display: none;
}

.product-item:hover .product-description {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 999px) {
  .facility-block{
    left: 0;
    transform: translateX(0%);
    position:static;
    margin: auto;
    width: 100%;
}
}

#action_box{
  background: #002b4d;
  padding: 50px 0;
}
#action_box h4{
  margin: 0;
}
.text-gold{
  color: var(--black-color);
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #3c5494;}
  .accordion-button{position: relative;}

  .accordion-button::after{
    position: absolute;
    content: "\f106";
    font-family: 'FontAwesome';
    right: 20px;
    font-size: 25px;
    top: 10px;
background: none;
  }
.accordion-button:not(.collapsed)::after{
  background: none;
    top: 24px;
    right: 24px;
  }
/* 4.6 show error info
/*----------------------------------------------*/
.error_info_red{
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: red;
  margin: 0;
  display: none;
  }
  .error {
    display: block;
}
.joiners .item{
	background-color: #024377;
    height: 100%;
    align-items: center;
    display: flex
;
    padding: 20px;
}
.joiners .item img{border-radius: 6px;
    background: #fff;
    padding: 5px;}