 
/*IMPORT CSS*/
@import url("order-form.css");

 html {
     color: var(--black);
 }

 body {
     font-size: 16px;
 }

 /* UK CONTAINER */
 .uk-container {
     max-width: 1365px;
 }





 /*####################
COMPONENTS
######################*/

 /*  COMPONENTS  */

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: var(--heading);
     font-family: 'Agrandir';
     margin-bottom: 0;
     margin-top: 0;

 }


 h1 {
     font-size: 52px;
 }

 h2 {
     font-size: 42px;

 }

 h3 {
     font-size: 32px;
 }

 h4 {
     font-size: 24px;
 }

 h5 {
     font-size: 20px;
 }

 h6 {
     font-size: 16px;
 }

 /*text*/
 .text-40 {
     font-size: 40px;
 }

 .text-32 {
     font-size: 32px;
 }

 .text-24 {
     font-size: 24px;
 }

 .text-22 {
     font-size: 22px;
 }

 .text-20 {
     font-size: 20px;
 }

 .text-18 {
     font-size: 18px;
 }

 .text-16 {
     font-size: 16px;
 }

 .text-14 {
     font-size: 14px;
 }

 .text-12 {
     font-size: 12px;
 }

 /*Gap*/

 .gap-1 {
     gap: 10px;
 }

 .gap-2 {
     gap: 20px;
 }

 .gap-3 {
     gap: 30px;
 }

 .gap-4 {
     gap: 40px;
 }

 .gap-5 {
     gap: 50px;
 }

 .gap-6 {
     gap: 60px;
 }

 .gap-7 {
     gap: 70px;
 }

 .gap-8 {
     gap: 80px;
 }

 .title {}

 .title a {
     color: var(--link);
     transition: color .4s cubic-bezier(.25, .46, .45, .94);
 }

 .title a:hover {
     color: var(--heading);
     text-decoration: none;
 }

 .sub-title {
     padding: 5px 23px;
     border: 1px solid var(--blue-1);
     border-radius: 16px;
     margin-bottom: 20px;
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
 }

 .title-effect {
     /*         text-shadow: 1px 0px  var(--yellow),
        0px 1px  var(--yellow),
        -1px 0px  var(--yellow),
        0px -1px  var(--yellow);  */
     color: var(--blue-1);
 }

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




 /*#####################
COLOR THEME
#######################*/

 .bg-naviblue {
     background: var(--bg-naviblue);
     color: #fff;
 }

 .bg-blue-dark {
     background: var(--blue-1);
     color: #fff;
 }

 .bg-blue {
     background: var(--blue-2);
     color: var(--white);
 }

 .bg-light-blue {
     background: var(--bg-blue)
 }

 .bg-light-yellow {
     background: var(--bg-yellow)
 }

 .bg-white {
     background: var(--white)
 }

 .bg-yellow {
     background: #FFEBC1;

 }

 .bg-orange-2 {
     background: #f0ad1e;
 }

 .bg-blue-light {}

 /*

 .bg-grad-1 {
     background: var(--grad-1);
 }

 .bg-grad-2 {
     background: var(--grad-2);
 }

 .bg-grad-3 {
     background: var(--grad-3);
 }

 .bg-grad-4 {
     background: var(--grad-4);
 }

 .bg-grad-6 {
     background: var(--grad-5);
 }
*/
 .text-white {
     color: var(--white);
 }

 .border-style {
     background-color: transparent !important;
 }

 /*#####################
BUTTON
#######################*/



 
 .btn,   .buttons .wc-forward ,
  .update-cart button,
    button.button{ 
     display: inline-block;
     position: relative;
     padding: 12px 22px;
     font-size: 16px!important;
     font-weight: 500;
     border-radius: 0px 16px 16px 16px;
     border: 1px solid var(--blue-1);
     border-width: 1px 4px 4px 1px;
     /*     box-shadow:3px 3px 0 0 var(--blue-1);*/
     transition: var(--transition-base);
     transform: sscale(1) translate(0px, 0px);
     cursor: pointer;
 }

 button#gform_browse_button_9_41,
 button#gform_browse_button_9_42,
 button#gform_browse_button_9_43 
  {
     display: inline-block;
     position: relative;
     padding: 12px 22px;
     font-size: 16px;
     font-weight: 500;
     border: 1px solid var(--blue-1);
     /* box-shadow: 3px 3px 0 0 var(--blue-1); */
     transition: var(--transition-base);
     transform: sscale(1) translate(0px, 0px);
     background: transparent;
     color: #000;
 }



 .btn:hover,
 .button:hover,
   
 .update-cart button:hover ,
 button.button:hover {
     box-shadow: 6px 6px 21px -11px #015bab;
     text-decoration: none;
     transform: scale(1.03) translate(0px, -5px);
 }


 .btn-orange,
 .button.checkout,
 #gform_next_button_9_44,
 #gform_next_button_9_45,
 #gform_submit_button_9 {
     background: var(--orange);
     color: var(--white);

 }


 .btn-orange:hover,
 .button.checkout:hover {
     background: var(--yellow);
     color: var(--black);
 }


 .btn-yellow {
     background: var(--yellow);
     color: var(--black);
 }

 .btn-yellow:hover {
     background: var(--orange);
     color: var(--white);
 }

 .btn-white {
     background: var(--white);
     color: var(--black);
 }

 .btn-white:hover {
     background: var(--bg-gray);
     color: var(--black);
 }




.bg-blue-dark a.btn {
    border-color: var(--blue-2);
}

 /*BTN ICON*/
 .icon {
     font-size: 24px;
     font-weight: 600
 }

 .btn-link {
     padding: 0px 0px;

     box-shadow: unset;
     border: 0px solid;
 }

 .btn-link:focus {
     outline: unset;

 }

 .btn .icon {
     vertical-align: sub;
     transform: rotate(-45deg);
     font-size: 20px;
     font-weight: 500;
 }

 .btn-icon-r {
     padding: 12px 14px 12px 22px;
 }

 .btn-icon-l {}



 /*###############################
social-media 
##################################*/
 .social-media {
     padding: 0;
 }

 /*#####################
Owl CArosual 
#######################*/
 .owl-nav .owl-prev {
     position: absolute;
     top: 45%;
     left: -60px;
     background-color: transparent;
 }

 .owl-nav span {
     border-radius: 100%;
     color: var(--blue-1);
     padding: 0;
     background: #ffffff;
     box-shadow: 1px 1px 30px -5px #00000085;
     width: 40px;
     height: 40px;
     font-size: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
     margin: 0 20px;
 }

 .owl-nav .owl-next {
     position: absolute;
     top: 45%;
     right: -60px;
     background-color: transparent;
 }

 .owl-prev.disabled,
 .owl-next.disabled {
     opacity: 0.2;
     cursor: not-allowed;
 }


 /*#####################
BORDER EFFECTS
#######################*/
 .border-style {
     width: 100%;
 }

 .border-style img {
     width: 100%
 }

 .border-bottom {
     transform: rotate(180deg);
 }


 /*SECTIONS*/
 section {
     padding: 80px 0;
     position: relative;
     z-index: 0;
     margin: -1px 0;
 }

 section.title-header {}

.title-header-slider {
    padding: 1px 0 60px;
    margin: 0 -15px;
}

 section.shop-header {
     padding: 0;
 }

 section.title-header.title-header-small {
     padding: 15px 0;
     height: unset!important;
 }

 section.title-header.title-header-hero {
     background-size: cover;
     background-position: top;
     min-height: 450px;padding-top:0px;
     background-repeat: no-repeat;
 }

 .section-header {
     margin-bottom: 50px;
 }

h3.title-home {
    font-size: 34px;
    width: 580px;
    max-width: 100%;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 900;
}

 .title-header h3 {
     margin-bottom: 0
 }

 .section-contant {
     margin-top: 30px;
 }

 /*#############################*/
 /*HERO*/
 /*#############################*/
 section.hero {
     padding-top: 150px;
     padding-bottom: 100px;
     z-index: 99
 }

 section.hero h1 {
     font-size: 60px;
     background: -webkit-linear-gradient(360deg, var(--blue-1), var(--blue-2));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 section.hero .hero-image {

     padding-left: 0px;
 }


 /*Section Resources*/


 /*Section Contact Us*/
 .form.form-contact {
     padding: 40px 60px;
 }
.gform-theme--foundation .gform_fields{
    row-gap:30px;
}

 /*Section Features*/


 section.features {
     padding: 20px;
 }






 .animation {
     opacity: 0;
     transform: translateY(15px);
     transition: opacity 1s ease-out, transform 1s ease-out;
 }






 /* When the 'in-view' class is added */
 .animation.in-view {
     opacity: 1;
     transform: translateY(0);
 }

 /*Search Form  */
 .search-wrapper {
     position: relative;

 }

 header .popup-hover {
     width: 450px;
     position: absolute;
     right: 30px;
     top: 100%;
     z-index: 99999;
     padding: 20px;
 }

 .search-wrapper.hidden {
     display: none;
 }

 .search-wrapper input {
     width: 100%;
     padding: 10px 15px;
     font-size: 16px;
     outline: unset;
 }

 #woocommerce-ajax-search-form {
     position: relative;
 }

 .search-wrapper #woocommerce-ajax-search-results {
     position: relative;
     background: #fff;
     width: 100%;
     max-height: 283px;
     overflow-y: auto;
     z-index: 9999;
     border-radius: 0;
     margin-top: 10px;
 }

 .search-wrapper a.close-button,
 .search-wrapper button {
     position: absolute;
     right: 10px;
     top: 10px;
 }

 .site-header .cart-inline {
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 20px;
     margin-bottom: 0;
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .site-header .cart-inline li a:hover .icon {
     color: var(--orange);
 }

 /*############################
}
Filter Options
###############################*/
 .filter-box {
     margin-bottom: 40px;
     gap: 30px;
 }

 .filter-tabs {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-content: center;
     justify-content: center;
     align-items: center;
     gap: 20px;

 }

 .filter-tabs .tab-item {
     border: 1px solid;
     padding: 8px 15px;
     border-radius: 2px 8px 8px 8px;
     box-shadow: 0 0 0 0px;
 }



 .filter-box .search-wrapper {
     position: relative;
     width: 100%;
     margin: 0 auto;
     max-width: 840px;
 }

 .filter-box .search-wrapper .btn-icon {
     background: transparent;
 }


 .filter-tabs.filter-blue .tab-item {
     background: #F1FBFF;
     color: #00A4E4;
     outline: none;
 }

 .filter-tabs.filter-orange .tab-item {
     background: rgba(255, 255, 255, 1);
     color: var(--orange);
     outline: none;
 }

 .filter-tabs.filter-blue .tab-item:hover {
     background: #00A4E4;
     color: #FFFFFF;
     border-color: #00A4E4;
     box-shadow: 2px 2px 0 0px #015BAB;
 }

 .filter-tabs.filter-blue .tab-item.active {
     background: #00A4E4;
     color: #FFFFFF;
     border-color: #00A4E4;
     box-shadow: 2px 2px 0 0px #015BAB;
 }

 .filter-tabs.filter-blue .uk-active .tab-item {
     background: #00A4E4;
     color: #FFFFFF;
     border-color: #00A4E4;
     box-shadow: 2px 2px 0 0px #015BAB;
 }

 .filter-tabs.filter-orange .tab-item:hover {
     background: var(--orange);
     color: var(--white);
     border-color: var(--blue-1);
     box-shadow: 2px 2px 0 0px var(--blue-1);
 }

 .filter-tabs.filter-orange .tab-item.active {
     background: var(--orange);
     color: var(--white);
     border-color: var(--blue-1);
     box-shadow: 2px 2px 0 0px var(--blue-1);
 }

 .filter-box .tab-container {
     padding: 60px;
 }


 /* PAGE Authopur */

 .author-list {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     gap: 40px;

 }

 .author-list .author-item {
     position: relative;
     border-radius: 16px;
     overflow: hidden;
     box-shadow: 4px 4px 0 0px #E2E2E2;
     transition: var(--transition-base);
     width: calc(25% - 30px);
 }

 .author-list .author-item:hover {
     border-radius: 0px 16px 16px 16px;
     box-shadow: 4px 4px 0 0px #00A5E5;
 }

 .author-list .author-item img {
     transition: var(--transition-base);
     transform: scale(1.0);
     width: 100%;

 }

 .author-list .author-item:hover img {
     filter: brightness(0.9) contrast(1.1) saturate(1.2) blur(2px);
     transform: scale(1.1);

 }

 .author-list .author-item .author-item-inner {
     overflow: hidden;
     height: 350px;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
 }

 .author-list .author-item .author-item-overlay {

     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     display: flex;
     flex-direction: column;
     transition: var(--transition-base);
     align-items: center;
     padding: 30px;
     color: #fff;
     justify-content: flex-end;
     background: rgb(255, 255, 255);
     background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(1, 91, 171, 0.6083683473389356) 81%, rgba(1, 91, 171, 1) 100%);
     background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(1, 91, 171, 0.6083683473389356) 81%, rgba(1, 91, 171, 1) 100%);
     background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(1, 91, 171, 0.6083683473389356) 81%, rgba(1, 91, 171, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#015bab", GradientType=1);
 }


 .author-list .author-item .author-item-overlay::after {
     opacity: 0;
     top: 0;
     right: 0;
     left: 00;
     bottom: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 0;
     display: block;
     content: "";
     background: -moz-linear-gradient(180deg, rgba(1, 91, 171, 0.5999649859943977) 36%, rgba(1, 91, 171, 0.9613095238095238) 100%);
     background: -webkit-linear-gradient(180deg, rgba(1, 91, 171, 0.5999649859943977) 36%, rgba(1, 91, 171, 0.9613095238095238) 100%);
     background: linear-gradient(180deg, rgba(1, 91, 171, 0.5999649859943977) 36%, rgba(1, 91, 171, 0.9613095238095238) 100%);
     transition: var(--transition-base);
 }

 .author-list .author-item:hover .author-item-overlay::after {
     opacity: 1;
 }

 .author-list .author-item .author-overlay-content {
     text-align: center;
     position: relative;
     transition: var(--transition-base);
     top: 0;
     height: 35px;

 }

 .author-list .author-item .author-overlay-content h4 {
     font-size: 22px;

 }

 .author-list .author-item:hover .author-overlay-content {
     top: -140px;
     z-index: 2;
 }

 .author-list .author-item .author-overlay-content .book-list {
     transition: opacity 0.3s ease-in-out;
     transition: var(--transition-base);
     opacity: 0;
 }

 .author-list .author-item:hover .author-overlay-content .book-list {

     opacity: 1;
 }

 .author-list .author-item .author-overlay-content .btn-link {
     transition: opacity 0.3s ease-in-out;
     transition: var(--transition-base);
     opacity: 0;
 }

 .author-list .author-item:hover .author-overlay-content .btn-link {

     opacity: 1;
 }

 .author-list.owl-carousel .owl-item {
     transform: scale(0.85);
     transition: var(--transition-base);
 }

 .author-list.owl-carousel .owl-item.center {
     transform: scale(1);
     margin: 0 10px;
 }

 .author-list.owl-carousel .owl-stage .author-item {
     width: 100%;

 }

 .author-list.owl-carousel .owl-stage {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     padding-bottom: 20px;
     padding-top: 10px;
 }

 /*Sngle author*/

 .author-cover .author-img img {
     width: 100%
 }

 .author-cover .intro p {
     font-size: 20px
 }

 .author-cover .author-quote {
     background: var(--grad-1);
     padding: 30px;
     font-size: 20px;

 }

 .author-video .video-wrapper {
     padding: 40px;
     background: #EEEEEE;
     border-radius: 32px;
     width: 1000px;
     margin: 0 auto;
 }

 .author-video .video-wrapper video {
     border-radius: 16px;
 }

 /* media */
 .media .media-item .image {
     overflow: hidden;
 }

 /*##################################
newsletter-form
####################################*/
 .newsletter-form {}

 .newsletter-form form {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     flex-wrap: nowrap;
     gap: 20px;
     align-items: flex-start;
 }


.newsletter-form form .gfield input {
    border-radius: 0px 8px 8px 8px;
    background: transparent;
    height: 48px;
}
 .newsletter-form form .gfield_label {
     display: none;
 }

 .newsletter-form form .gform-body.gform_body {
     width: 100%;
 }

 .newsletter-form form .gform-footer {
     margin-top: 0
 }



 .newsletter-form form::placeholder {
     color: white;
     opacity: 0.7;

 }

 .newsletter-form form::-ms-input-placeholder {
     /* Edge 12 -18 */
     color: white;
     opacity: 0.7;
 }


 /*###################################
CONTACT LIST
####################################*/
 .contact-list li a {
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 20px;
 }


 /*###################################
subscribe-wrapper
####################################*/
 .subscribe-wrapper {
     text-align: center;
     margin: 0 auto;
     padding: 60px 70px;
     background: #FFE5AF;
     max-width: 100%;
     width: 900px;
 }

 .subscribe-wrapper .newsletter-form {
     width: 500px;
     max-width: 100%;
     margin: 0 auto;
     text-align: left;
 }


 /*###################
INFO BOX
#####################*/

 .info-box {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-content: center;
     align-items: center;
     gap: 30px;
     padding: 30px;
 }

 .info-box .info-content {
     text-align: center;
 }

 /*###################
CATEGORIES SLIDER
#####################*/
 .owl-categories .owl-stage-outer {
     overflow: visible;
 }

 .owl-categories .owl-item {
     padding: 15px;
 }

 .category-item {


     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .category-item .category-inner {

     position: relative;
     overflow: hidden;
     transition: var(--transition-base);
 }

 .category-item .category-inner:hover {
     box-shadow: 4px 4px 0 0 var(--orange);
     border-color: var(--orange);
 }

 .category-item .title {
     transition: var(--transition-base);
 }

 .category-item:hover .title {

     color: var(--orange);
 }

 .category-item img {}


 .category-item .title {
     text-align: center;
 }


 /* home2 */

 .border-style-header {
     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     padding: 40px 0;
 }

 .border-style-header .title {
     color: var(--white);
 }

 /*###################
CATEGORIES SINGLE PAGE
#####################*/

 .category-single .content p {
     font-size: 20px
 }


 /*FAQ*/
 .faq-list .faq-item {
     padding: 15px 20px;
 }
  .faq-list .faq-item .uk-accordion-title::before {
    
    cursor: pointer;
}

 /*##################################
GRADE LEVEL

#####################################*/
 .grade-level .title {
     text-align: center;
 }

 .grade-level .title {
     text-align: center;
 }

 .grade-level .grade-item {
     position: relative;
 }

 /*######################################
teams
##########################################*/
 .team-item {
     height: 100%;
     border-radius: 40px;
     border-top-left-radius: 0;
     background-color: var(--white);
 }

 .teams .team-item .img-title {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
 }

 .teams .team-item .team-img img {
     width: 200px;
     height: 200px;
     border-radius: 16px;
     border-top-right-radius: 0px;
     margin-right: 20px;
 }

 .teams .team-item ul.contact-info {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     gap: 20px;
     list-style-type: none;
     padding: 0;
 }

 .teams .team-item ul.contact-info li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: row;
     gap: 10px;
 }

 .teams .team-item ul.contact-info li a i {
     width: 40px;
     height: 40px;
     background: #F2E3AE;
     text-align: center;
     line-height: 2.1em;
     border-radius: 100%;
     font-size: 20px;
     font-weight: 400;
 }

 .teams .team-item ul.contact-info li a:hover i {

     background: #e8d8a2;
 }

 /*SHOP PAGE*/
 section.shop {
     z-index: 2;
 }

 .shop-page.main-navigation {
     font-size: 20px;
     font-weight: 600;
     border-radius: 100px;
     padding: 0 15px;
 }

 .shop-page.main-navigation>ul.navbar-nav {
     display: flex;
     justify-content: center;
     gap: 25px;
 }

 .shop-page.main-navigation ul.navbar-nav>li>a {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     font-weight: 600;
 }

 .shop-page.main-navigation ul.navbar-nav>li.menu-item-has-children>a::after {

     top: 4px;
     font-size: 24px;

     font-weight: 600;
 }

 .shop-page.main-navigation ul ul.sub-menu {
     padding: 20px;
     width: auto;
 }

 .shop-page.main-navigation ul ul a {
     width: 200px;
     font-size: 14px;
     display: block;
     font-weight: 500;
 }

 .shop-page.main-navigation ul ul.sub-menu {
     padding: 20px;
     width: auto;
     gap: 10px;
 }




 /* Small menu css */

 .small-menu {
     margin: 0;
     padding: 0;
     list-style: none;
     position: relative;
 }

 .small-menu ul {
     display: flex;
     align-items: center;
     margin-bottom: 0;
     padding: 0;
     list-style: none;
 }

 .navbar-nav .small-menu ul.sub-menu {
     margin-top: 10px;
     position: absolute;
     top: 100%;
     left: 0;
     padding: 10px 0;
     width: 270px;
     background-color: #fff;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
     transform: translateY(10px);
     border-radius: 6px;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
 }

 .small-menu:hover ul.sub-menu {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }

 .small-menu .sub-menu li {
     display: block;
     width: 100%;
 }

 .small-menu .sub-menu a {
     display: block;
     padding: 10px 15px;
     text-decoration: none;
     transition: all 0.6s ease-in-out;
 }

 .small-menu .sub-menu a:hover {
     color: #fff;
     border-radius: 4px;
     transform: translateX(5px);
 }


 /* MIND TOUR  */
 .minds-tour ul.uk-list {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     padding: 20px;
     list-style-type: disc;
     justify-content: center;
     gap: 0 20px;
 }
.minds-tour-list {
    border: 1px solid #F09200;
    border-radius: 0 16px 16px 16px;
    border-width: 1px 5px 5px 1px;
}
 .minds-tour ul li {
     width: 45%;
     font-weight: 600;
     color: #000;
 }

 .minds-tour ul ::marker {
     color: var(--orange);
 }

 .element-design.element-top-left.mind-tour {
     width: 300px;
     left: -150px;
     top: -50px;
 }



 /*NEWS*/
 .news-item {
     position: relative;
 }

 .news-item:hover li:hover a {
     color: var(--blue-1);
     text-decoration: underline;
 }




 /* FIWE PAGE CSS */

 /* TOP LOGO CSS     */

 .Fiwe-logo {
     text-align: center;
     display: flex;
     justify-content: center;
 }

 .fiwe-top-content {
     display: flex;
     justify-content: center;
     margin-top: 20px;
 }

 .fiwe-top-content p {
     max-width: 660px;
     text-align: center;
 }

 .fiwe-top-content span {
     font-weight: 600;
 }



 /* STUDENT CARD SECTION CSS */

 .student-card {
     display: flex;
 }

 .card {
     text-align: center;
     padding: 20px;
     border-radius: 15px;
     position: relative;
 }

 .student-card-img img {
     display: flex;
     height: 250px;
     justify-content: center;
     align-content: center;
     flex-wrap: nowrap;
     flex-direction: column;
     align-items: center;
     margin: 0 auto;

 }

 .student-title {
     margin-top: 20px;
     font-size: 20px;
     font-weight: bold;
     color: #333;
 }

 /* cyrcles section css */

 .cyrcles {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 50px;
     margin-top: 30px;

 }

 .cyrcle {
     width: 140px;
     height: 140px;
     text-align: center;
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     justify-content: center;
     align-items: center;
 }

 .cyrcle.headingleft h4 {
     transform: rotate(-5deg);
     display: inline-block;
     white-space: nowrap;

 }

 .cyrcle.headingright h4 {
     transform: rotate(5deg);
     display: inline-block;
     white-space: nowrap;
 }


 /* bgi consulting page css */
 .bgi-top-content p {
     width: 100%;
     text-align: center;
 }


 /* STEM Sports page css */

 .section table {
     width: 100%;
     border-collapse: collapse;
     margin: 20px auto;
     text-align: center;
 }

 .section th,
 .section td {
     border: 3px solid var(--blue-2);
     background: var(--white);
     padding: 13px;
 }

 .stem-main-secton {
     background: var(--bg-naviblue);
     padding: 20px 0;
 }

 .stem-main-secton h2 {
     color: var(--white);
 }

 .stem-section {
     display: flex;
     gap: 20px;
 }

 .stem-icon {
     font-size: 100px;
     padding: 0;
     margin: 0;
     display: inline-flex;
     color: var(--white);
 }

 .stem-box {
     text-align: center;
     width: 25%;
     padding: 0 30px;
 }

 .stem-section .stem-box h1 {
     color: var(--blue-2);
 }

 .stem-section .stem-box p {
     color: var(--white);
 }


 /* renaissance page css */


 .renai-box-bg {
     padding: 20px;
     background-color: aliceblue;
 }

 .renai-box {
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     gap: 20px;
     text-align: start;
 }

 .box-img {
     width: 350px;
     max-width: 100%;
 }


 /* pitsco page css */

 .pitsco-img-section {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
     gap: 20px;
     box-sizing: border-box;
 }

 .pitsco-img {
     padding: 10px;
     text-align: center;
 }

 .pitsco-img img {
     width: 100%;
     height: auto;
 }

 @media (max-width: 600px) {
     .pitsco-img-section {
         grid-template-columns: 1fr;
     }
 }


 .pitsco-card-main {
     display: flex;
     gap: 40px;
     justify-content: center;
 }

 .pitsco-card-main .card-container {
     background-color: #ffffff;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
     overflow: hidden;
     text-align: center;
     padding: 20px;
     width: 300px;
     max-width: 100%;
 }

 .pitsco-card-main .card-img {
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .pitsco-card-main .card-content {
     text-align: center;
 }

 .pitsco-card-main .card-content h4 {
     margin-bottom: 20px;
 }

 /* perfection page css  */

 .perfect-section .perfect-box {
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     gap: 20px;
     text-align: start;
     flex-wrap: wrap;
     height: 100%;
 }

 .perfect-section .perfect-box-bg {
     padding: 20px;
     background-color: aliceblue;
 }


 /* sundance page css */

 .sudance-img-section {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
     gap: 20px;
     box-sizing: border-box;
 }

 .sundance-img {
     padding: 10px;
     border-radius: 8px;
     text-align: center;
 }

 .sundance-img img {
     width: 100%;
     height: auto;
 }


 /* mantra page css */

 .mantra-number-section {
     background-color: var(--yellow);
     padding: 50px 0;
 }

 .mantra-number-section h6 {
     text-transform: uppercase;
     letter-spacing: 2px;
     color: white;
 }

 .mantra-number-section .underline {
     width: 80px;
     height: 2px;
     background-color: white;
     margin: 10px auto 40px;
 }

 .mantra-number-section .cyrcle-container {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 50px;
 }

 .mantra-number-section .cyrcle {
     background: white;
     width: 150px;
     height: 150px;
     border-radius: 50%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }

 .mantra-number-section .cyrcle h1 {
     font-size: 36px;
     margin: 0;
 }

 .mantra-number-section .cyrcle p {
     font-style: italic;
     font-size: 16px;
     margin: 8px 0 0;
 }

 .mantra-number-section .red {
     color: var(--error);
 }

 .mantra-number-section .blue {
     color: var(--blue-2);
 }

 /* Edmentum page css */

 .program-section {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
     max-width: 1200px;
     margin: auto;
 }

 .program-section .row {
     display: grid;
     gap: 20px;
 }

 .program-section .row.first {
     grid-template-columns: repeat(3, 1fr);
 }

 .program-section .row.second {
     grid-template-columns: repeat(4, 1fr);
 }

 .program-section .card {
     width: 250px;
     text-align: center;
     padding: 20px;
     border: 2px solid transparent;
     border-radius: 10px;
     transition: 0.3s;
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     align-items: center;
     gap: 10px;
 }

 .program-section .card.highlight {
     border-color: #65c86b;
 }

 .program-section .card img {
     width: 130px;
 }

 .color-bar {
     margin-top: 1rem;
     height: 15px;
     background-color: #000;
     width: 100%;
 }

 .Edmentum-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
     gap: 30px;
     margin: 0 auto;
     padding: 20px;
 }

 .Edmentum-point {
     display: flex;
     align-items: flex-start;
     gap: 16px;
 }

 .Edmentum-point .Edmentum-point-number {
     background-color: var(--orange);
     color: var(--white);
     border-radius: 50%;
     width: 50px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     flex-shrink: 0;
 }

 .journey-section .journey-box {
     display: flex;
     flex-direction: column;
     align-items: center;

 }

 .journey-section .journey-box p {
     width: 450px;
 }

 /* continental page css */

 .archivement-section {
     display: flex;
     align-items: center;
     gap: 20px;
 }

.home .title-header .img-bg .img-full {
    width: 2000px;
    margin: 0 auto;
    text-align: center;
    display: flex
;
}

/* partner */
.partner .owl-carousel .owl-item img {
    width: auto;
    max-width: unset;
    height: 100px;
}
/*Blogs*/
.single-post .post-thumbnail {
    margin-bottom: 40px;
}