@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/*@font-face {
    font-family: 'Empira';
    src: url('../fonts/Empira-Light.eot');
    src: url('../fonts/Empira-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Empira-Light.woff2') format('woff2'),
        url('../fonts/Empira-Light.woff') format('woff'),
        url('../fonts/Empira-Light.ttf') format('truetype'),
        url('../fonts/Empira-Light.svg#Empira-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
:root {
    --m-text-color: #000;
    --m-link-color: #7FB71D;
    --m-heading-color: #7fb71d;
    --m-global-font-size: 16px;
    --m-global-font-family: 'Inter', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: var(--m-global-font-family);
    font-weight: normal;
    font-style: normal;
    font-size:16px;
    padding:0;
    margin:0;
    color:var(--m-text-color);
    scroll-behavior: smooth;
    line-height: 1.5;
}
/* .Empira,
.Empira *{
    font-family: 'Empira' !important;
    font-weight: normal;
} */
h1, h2, h3, h4, h5, h6{
     font-family: var(--m-global-font-family);
     font-weight: normal;
     color:var(--m-heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color:var(--m-heading-color);
}
a{
    text-decoration: none;
    color:var(--m-link-color);
    transition: all .3s ease-in-out;
}
input{
    font-family: var(--m-global-font-family);
}
input[type="text"], input[type="email"], input[type="tel"], textarea{
    font-size: var(--m-fs);
    padding: 10px 15px;
    border: 0;
    margin-bottom: 10px;
}
input[type="submit"]{
    background: #9fda9d;
    border: 0;
    color: var(--m-text-color);
    font-family: var(--m-global-font-family);
    font-size: var(--m-fs);
    padding: 7px 30px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
 #main ul li{
    color:#496285;
    font-weight:700;
    list-style-type: none 
}
#main ul li::before {
    content: "\2022";
    color: #89add8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
 .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
 .container {
    width: 1366px;
    margin:0 auto;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    max-width:1366px !important;
}
 .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:576px) {
    .col-1 {
         padding-left: 15px;
         padding-right: 15px;
         width: 8.3333333333% 
    }
     .col-2 {
         padding-left: 15px;
         padding-right: 15px;
         width: 16.6666666667% 
    }
    .col-3 {
         padding-left: 15px;
         padding-right: 15px;
         width: 25% 
    }
    .col-4 {
         padding-left: 15px;
         padding-right: 15px;
         width: 33.3333333333% 
    }
    .col-5 {
         padding-left: 15px;
         padding-right: 15px;
         width: 41.6666666667% 
    }
    .col-6 {
         padding-left: 15px;
         padding-right: 15px;
         width: 50% 
    }
    .col-7 {
         padding-left: 15px;
         padding-right: 15px;
         width: 58.3333333333% 
    }
    .col-8 {
         padding-left: 15px;
         padding-right: 15px;
         width: 66.6666666667% 
    }
    .col-9 {
         padding-left: 15px;
         padding-right: 15px;
         width: 75% 
    }
    .col-10 {
         padding-left: 15px;
         padding-right: 15px;
         width: 83.3333333333% 
    }
    .col-11 {
         padding-left: 15px;
         padding-right: 15px;
         width: 91.6666666667% 
    }
    .col-12 {
         padding-left: 15px;
         padding-right: 15px;
         width: 100% 
    }
}
/** Header **/
header.masthead .col-3, 
header.masthead .col-9{
    padding:0;
}
header.masthead .col-9{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 header.masthead{
    z-index:1;
    position: relative;
    padding: 20px 0;
}
header.masthead .row{
    display: flex;
    justify-content: space-between;
}

#headerbanner h1{ 
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
}
 #headerbanner{
    background: black;
    background-size: cover;
    padding: 50px 0;
    background-position: center center;
    font-family: 'Bebas Neue';
    display: none;
}
ul#menu-main-menu{
    margin:0;
    padding:0;
    text-align: right;
}
 ul#menu-main-menu > li{
    display:inline-block;
}
 ul#menu-main-menu > li a{
    font-family: inherit;
    color: #25673e;
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
}
ul#menu-main-menu > li > a:hover{
    color: #7fb71d;
}
 ul#menu-main-menu > li.menu-btn a{
    background: #7fb71d;
    color: #fff;
    border-radius: 30px;
    padding: 15px 40px;
    transition: all .3s ease-in-out;
}
ul#menu-main-menu > li.menu-btn a:hover{
    background: #0f6433;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	background: #013a41;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none
}
.menu>li>.sub-menu {
	margin: 0 10px
}
.menu li:hover>.sub-menu {
	display: block
}
.menu .sub-menu li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	min-width: 200px
}
.menu .sub-menu .sub-menu {
	left: 100%;
	top: 0
}
.menu .sub-menu li:hover>a {
	background: #000
}
 .alignwide, .alignfull {
     margin: 0 calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
}
#partner-with-us-row img{
    height: 250px;
    object-fit: cover;
}
#what-we-deliver img{
    height: 300px;
    object-fit: cover;
}
.pwu-col{
    overflow: hidden;
}
#vision-mission{
    position: relative;
}
#vision-mission > .elementor-element{
    position: relative;
    z-index: 1;
}
#vision-mission::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
    border-radius: 30px;
}


.science-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(32%,1fr));
    gap:24px
}
.science-card{
    position:relative;
    /* background:linear-gradient(180deg,#2f7d4c 0%,#1d4f30 100%); */
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:28px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
    color:#fff;
    transition:.35s ease
}

.science-card:before{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.05);
    border-radius:50%
}

/* .science-card:after{
    content:"";
    position:absolute;
    bottom:-80px;
    left:-80px;
    width:180px;
    height:180px;
    background:rgba(120,255,170,.06);
    border-radius:50%
} */

.science-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 50px rgba(0,0,0,.28);
    border-color:rgba(170,255,210,.18)
}

.science-header{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px
}

.science-header h3{
    margin:0;
    font-size:20px;
    line-height:1.1;
    color:#fff
}

.science-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.science-tag{
    display:inline-block;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    padding:10px 16px;
    border-radius:100px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:18px;
    color:#d9ffe9;
    text-transform:uppercase
}

.science-card p{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:rgba(255,255,255,.9)
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 30px;
}


.testimonials-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 70px;
}

.testimonials-carousel {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.testimonials-carousel::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 32px;
  padding: 40px 34px 34px;
  overflow: hidden;
  color: #000;
  border: 1px solid #25673e;
  transition: 0.35s ease;
  scroll-snap-align: start;
  flex-shrink: 0;
  margin: 0 30px;
}

.testimonial-card:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 180px;
  height: 180px;
  background: rgba(37, 103, 62, 0.05);
  border-radius: 50%;
}

.quote-mark {
  position: absolute;
  top: 18px;
  right: 26px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0 0 0 / 8%);
}

.testimonial-text {
  position: relative;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  color: rgb(0 0 0 / 92%);
  z-index: 2;
      font-style: italic;
}

.testimonial-footer img{
    width: 60px;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.testimonial-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #d7ff7a;
  color: #25673e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(215, 255, 122, 0.25);
}

.testimonial-footer h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
}

.testimonial-footer span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #444;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #25673e;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  cursor: pointer;
  z-index: 20;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-nav:hover {
  background: #1c4d2f;
}

.testimonial-nav.prev {
  left: 0;
}

.testimonial-nav.next {
  right: 0;
}

@media (max-width: 768px) {
  .testimonials-carousel-wrapper {
    padding: 20px 0;
  }

  .testimonial-card {
    padding: 32px 24px;
  }

  .quote-mark {
    font-size: 90px;
    right: 18px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .testimonial-footer h4 {
    font-size: 17px;
  }

  .testimonial-nav {
    display: none;
  }
}



#school-exhibits-grid img{
    height: 250px;
    object-fit: cover;
}
.main-footer{
    background: #000 url(../images/A9f5ibyy_96ggmh_3c4b33.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    padding-bottom: 150px;
    color: #fff;
}
.footer-sidebar-1 figure{
    margin: 0;
    margin-bottom: 30px;
}
.footer-sidebar-1 figure img{
    max-width: 250px;
    height: auto;
}
#contactfooter-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#contactfooter-list li{
    margin-bottom: 15px;
}
#list-one{
    background: transparent url(../images/phone.png) no-repeat;
    background-size: 24px;
    padding-left: 40px;
}
#list-two{
    background: transparent url(../images/email.png) no-repeat;
    background-size: 24px;
    padding-left: 40px;    
}
#list-three{
    background: transparent url(../images/share.png) no-repeat;
    background-size: 24px;
    padding-left: 40px;    
}
.footer-sidebar-3{
    padding-left: 80px;
}

@media only screen and (max-width: 1100px){ 
    .container {
        width: 95%;
        margin:0 auto;
    }
    .row{
         margin:0;
    }
    #main-hero{
        background: #0c4920 !important;
    }
    .e-con > .e-con-inner{
        width: 95%;
        margin:0 auto;
    }
    .footer-sidebar-3{
        padding-left: 0;
    }
    .main-footer .row{
        flex-direction: column;
    }
    .main-footer .col-4{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 479px){
    #main-hero img{
        max-width: 50px;
    }
    .heromob img{
        max-width: 100% !important;
    }
    .science-grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}
 