/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html{
    overflow-x: hidden;
    width: 100%;
}
body {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: #0F2548;
  line-height: normal;
  background: #194B93;
  overflow: hidden;

}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
  padding-left: 0; 
  margin-left: 0;
}
li {
  list-style: none;
}
h1 , h2, h3, h4, h5{
  margin: 0;
  padding: 0;
  font-weight: 400;
}
/* Headers */
h1{
  font-size: 35px;
}
h2{
  font-size: 25px;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 18px;
  font-weight: 600;
}
h5{
  font-size: 18px;
  font-weight: 400;
}
h6{
  font-size: 12px;
}
/* LINKS */
a{ }
a:hover{ text-decoration: none;}

a {text-decoration:none;}
a:hover {text-decoration:none; }
a:before,a:after { text-decoration:none;}
a:before,a:after,
a:hover:before,a:hover:after {text-decoration:none;}
a:focus,
a:active {
  outline: none;
}

/* IMG RESPONSIVE */
img{
  display: block;
  max-width: 100%;
  height: auto;
}
/* General settings */
.nospace{
   padding: 0 !important;
   margin: 0 !important;
}
.bgwhitewrapper{
  background: #fff;
}
.container-fluid{
  max-width: 2500px;
  padding-right: 50px;
  padding-left: 50px;
}
.btn-link{
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-link:hover{
  color: #fff;
  text-decoration: none;
}
/* Remove padding */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.minpaddingtop{
  padding-top: 20px !important;
}
.btn-standard{
  background: #fff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 10px;
  color: #214D90;
  display: inline-block;
  margin: 10px 0; 
  text-transform: uppercase;
}
.btn-standard:hover{
  background: #194B93;
  color: #fff;
}
.btn-standard.smborder{
  border: 1px solid #60AFE6;
  padding: 5px 30px;
}
/*---------------------------------------
FORM                 
-----------------------------------------*/
.form-control{
  background: #fff;
  height: 45px;
  color: #60AFE6;
  font-size: 16px;
  box-shadow: none;
  border: 2px solid #60AFE6;
  border-radius:                   5px;
  -webkit-border-radius:            5px;
  -moz-border-radius:               5px;
}
.form-control::-moz-placeholder {
  color: #60AFE6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #60AFE6;
}
.form-control::-webkit-input-placeholder {
  color: #60AFE6;
}
.form-group{
  padding-bottom: 0px;
}
.form-contact .form-control{
  background: #fff;
  border: 2px solid #60AFE6;
  color: #60AFE6;
}
.form-contact img{
  width: auto;
  height: 40px;
  display: inline-block;
  margin-top: 2px;
}
.form-contact .row{
  padding: 5px;
  margin: 0 !important;
}
.form-contact .row [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
  margin-bottom: -10px;
}
.form-contact .formgroup{
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.form-contact textarea{
  height: auto !Important
}
form button{
  border: none;
  background: #60AFE6 !important;
  color: #fff !important;

}

/*---------------------------------------
HEADER           
-----------------------------------------*/
header{
  background-color: #194B93;
  width: 100%;
  z-index: 3000;
  height: 112px;
}
header.home{
  position: absolute;
  background-color: rgba(25, 75, 147, 0.8); 
  color: rgba(25, 75, 147, 0.8);
  height: 112px;
}
header .logo{
  width: 30%;
  position: absolute;
  left: -30px;
  top: 40px;
}
header .logo img{
  width: 200px;
  margin: 0 auto;
}
.utilities{
  text-align: right;
  position: fixed;
  top: 0;
  transform: translate(-50%, 0); /* Offset by 50% to truly center */
  z-index: 10000;
}
.utilities a{
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 15px;
  margin-left: 5px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
.utilities a.btndonate{
  background: #FFDC2B;
  color: #194B93;
}
.utilities a.btndonate:hover{
  background: #fde98d
}
/* TEMP - remove this block to bring back Donate button */
.utilities a.btndonate{
  display: none;
}
.utilities a.btnvolunteer{
  background: #F29705;
}
.utilities a.btnvolunteer:hover{
  background: #d68d31;
}
header .mainmenu {
  position: relative;
  left: 220px;
}
header .socmed{
  position: relative;
  top: 70px;
}
header .socmed ul{
  text-align: right;
}
header .socmed ul li{
  display: inline-block;
  margin-left: 3px;
}
header .socmed i{
  font-size: 25px;
  color: #fff;
 
}
/* MENU */
#menu{
  position: relative;
  z-index: 6000;
  top: 65px;
  text-align: center;
}
#menu li {
  position: relative;
}
#menu li a {
  color: #fff;
  display: block;
  font-size: 17px;
}
#menu li a.active,
#menu li a:hover,
#menu > li:hover > a {
   background: #70aee1;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
/* first level */
#menu > li {
  display: inline-block;
  text-transform: uppercase;
  
}
#menu > li > a {
  font-size: 18px; 
  margin: 0 3px;
 padding: 5px 10px 20px 10px;
}
/* second level */
#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0 3px 0 4px;
  background: #8aa9b5;
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#menu li:hover > ul {
      display: block;
      left: 0;
      right: 0;
} 
#menu li ul li{
  text-transform: none;
  padding: 0;
  color: #fff;
  text-align: center;
}
#menu li ul > li:last-child{
  border-bottom: none;
}
#menu li:not( :first-child ):hover ul {
  left: -1px;
}
#menu li ul a {
  text-transform: uppercase;
  padding: 6px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
#menu li ul a:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*---------------------------------------
SECTION: BANNER   
-----------------------------------------*/
.banner{
  position: relative;
  z-index: 1000;
}
.video-container,
.photo-slider{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-height: 850px; /* Set your desired max-height here */
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videocontent .vimeo-player {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      max-height: 500px; /* Set your desired max-height here */
      overflow: hidden;
    }
.videocontent .vimeo-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.bigheader{
  position: absolute;
  top: 59%;
  left: 50%;
  width: 55%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border: 10px solid #fff;
  opacity: 0;
  transition: opacity 2s; /* This line ensures smooth transition in case JS is disabled */
}
.bigheader h1{
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 15px;
}
/*---------------------------------------
PHOTOSLIDER
-----------------------------------------*/
.photo-carousel{
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 800px;
}
.photo-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*---------------------------------------
VIDEOTEXT
-----------------------------------------*/
.vidtext .row {
  position: relative;
  display: flex;
}
.vidtext .row [class^="col-"]{
  padding: 0;
  margin: 0;
}
.vidtext .colvid{
  position: relative;
}
.vidtext .colvid a{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.vidtext .colvid  img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vidtext .coltext{
  width: 70%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center; /* Center the content vertically */
  justify-content: center; /* Center the content horizontally (optional) */
}
.vidtext .coltext h1{
  padding-bottom: 8px;
}
.vidtext .coltext h2{
  padding-bottom: 15px;
}
.vidtext .colored1 h1,
.vidtext .colored1 h2{
  color: #fff;
}
.vidtext .colored1{
  background: #F29705;
}
.vidtext .colored2{
  background: #FFDC2B;
}
.vidtext .colored3{
 background: #60AFE6;
}
.vidtext .bgspiral{
  position: absolute;
  bottom: -70px;
  right: 50px;
  z-index: 5000;
}
.vidtext .bgspiral img,
.vidtext .bgvertical img{
  width: 80%;
}
.vidtext .bgvertical{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
}
.bgimg img {
  object-fit: cover;
  width: 100%;
  height: 100%; 
}
/*---------------------------------------
PAPERCONTENT
-----------------------------------------*/
.papercontent{
  background: url(../images/bg_paper_repeat.webp) 0 0 repeat-y;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
  min-height: 500px;
  border-bottom: 15px solid #60AFE6;
}
.papercontent.nobor{
  border-bottom: none !important;
}
.papercontent > .wrap{
  background: url(../images/bg_paper.webp) 0 0 no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.bgshadow{
  height: 30px;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(145,173,193,0.7315519957983193) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3000;
}
.papercontent .bgwave{
  position: absolute;
  top: 300px;
  left: 30px;
}
.papercontent .bgwavebottom{
  position: absolute;
 bottom: 30%;
  left: 30px;
}
.papercontent .bgwavebottomleft{
 bottom: 80px;
 position: absolute;
 left: 30px;
}
.papercontent .bgwavebottomright{
  position: absolute;
 bottom: 50px;
  right: 30px;
}
.papercontent .bgwavetopleft{
 position: absolute;
 left: -60px;
}
.papercontent .bgwavetopright{
 position: absolute;
 right: -60px;
}
.papercontent .bgblogfw{
  position: absolute;
 top: 30%;
  left: 10%;
}
.papercontent .titleblk{
  position: relative;
  padding: 20px 0 60px 0;
  margin-bottom: 30px;
}
.papercontent .titleblk .bracketsleft,
.papercontent .titleblk .bracketsright{
  position: absolute;
  top: 0;
}
.papercontent .titleblk .bracketsleft{
  left: 0;
}
.papercontent .titleblk .bracketsright{
  right: 0;
}
.papercontent .titleblk h1{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.papercontent .titleblk h1 span{
  font-size: 25px;
  display: block;
  padding-bottom: 15px;
  font-weight: 300;
}
.papercontent h2{
  font-size: 25px;
  text-align: center;
  color: #F29705;
  text-transform: uppercase;
  font-weight: 800;
}
.papercontent .container{
  position: relative;
  z-index: 4000;
  padding-top: 50px;
}
.papercontent .blogpost{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 60px;
  padding: 160px 0 0 0;
}
.papercontent .blogpost > a{
  border: 2px solid #60AFE6;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 200px;
}
.papercontent .blogpost > a:hover{
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #FFFADF 100%
  );
}
.papercontent .blogpost a .wrap::before{
  content: "";
  position: absolute;
  top: -80px;     
  left: -40px;    
  width: 200px;
  height: 208px;
  background: url("../images/bg_fireworks.webp") no-repeat;
  background-size: contain;
  z-index: 0;
}
.papercontent .blogpost a .wrap > * {
  position: relative;
  z-index: 1;
}
.papercontent .blogpost a .wrap{
  margin-top: -180px;
}
.papercontent .blogpost a .wrap img{
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.papercontent .blogpost a .wrap h3{
  font-weight: normal;
  padding: 20px 0;
}
.papercontent .blogpost a .wrap span{
  display: block;
  color: #68AAE4;
  font-weight: 400;
}
.papercontent .blogpost a .wrap em{
  color: #68AAE4;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
  font-style: normal;
}
.btnbottom{
  margin-top: -100px;
  text-align: center;
  padding-bottom: 100px;
}
.btnbottom a{
  background: #60AFE6;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}
.figurediv{
  padding: 50px 10px;
}
.figurediv p{
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  color: #194B93;
}
.figurediv p img{
  display: inline-block;
  width: 80px;
  height: auto;
  padding-right: 30px;
  vertical-align: middle;
}
.figurediv p span{
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #194B93;
  line-height: 35px;
  width: 70%;
}
.figurediv p span strong{
  display: inline-block;
  padding-right: 10px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
/* BLOGPOST */
.papercontent .mainpic{
  padding-bottom: 30px;
}
.papercontent .mainpic img{
  border-radius: 20px;
}
.papercontent .mainpic p{
  color: #68AAE4;
  font-size: 15px;
}
.papercontent .blogcontent{
  border-radius: 20px;
  background: #fff;
  padding: 20px 35px;
  position: relative;
}
.papercontent .blogcontent .sharesoc{
  background: #FFEA81;
  padding: 5px 10px 10px 10px;
  border-radius: 15px;
  position: absolute;
  right: -40px;
  top: 20px;

}
.papercontent .blogcontent .sharesoc span{
  display: block;
  font-size: 18px;
  color: #68AAE4;
  text-transform: uppercase;
  font-weight: normal;
}
.papercontent .blogcontent .sharesoc i{
  font-size: 30px;
  color: #1B4A92;
}
.papercontent .blogcontent .header{
  padding-bottom: 20px;
}
.papercontent .blogcontent .header h3{
  font-weight: normal;
  padding: 0 0 5px 0;
}
.papercontent .blogcontent .header span{
  color: #68AAE4;
}
.papercontent .blogcontent p{
  font-size: 18px;
}
.papercontent .blogcontent ul{
  padding: 20px 0;
}
.papercontent .blogcontent ul li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1f2b57;
   font-family: "Outfit", sans-serif;
}
.papercontent .blogcontent ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #8bb9dd;
  border-radius: 50%;
}
.papercontent .blogcontent ol{
  margin-left: 21px;
  padding: 20px 0;
}
.papercontent .blogcontent ol li{
  counter-increment: item;
  margin-bottom: 5px;
  color: #1f2b57;
  font-size: 18px;
  padding-left: 10px;
   font-family: "Outfit", sans-serif;
}
.papercontent .blogcontent ol li::marker {
  content: counter(item) ".";
  color: #7fb3de;
  margin-right: 8px;
   font-family: "Outfit", sans-serif;
}
.recentpost{
  padding: 80px 0 0 0;
  position: relative;
}
.recentpost .header{
  padding-bottom: 50px;
}
.recentpost .header h4{
  color: #F29705;
  text-align: center;
}
/*---------------------------------------
PARTNERSBLK
-----------------------------------------*/
.partnersblk{
  background: #004A98;
  padding: 50px 0;
  position: relative;
}
.partnersblk .bgfireworks{
  position: absolute;
  top: -100px;
  left: 0;
}
.partnersblk .bgscribble{
  position: absolute;
  top: -50px;
  right: 30px;
}
.partnersblk h2{
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.logoblk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.logo-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 logos per row */
  gap: 20px; /* Space between the logos */
  width: 80%; /* Adjust this width as needed */
  max-width: 1200px; /* Limit the maximum width */
}
.logo-container div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}
.logo-container div img {
    max-width: 100%;
    max-height: 100px; /* Adjust the max height as needed */
    height: auto;
    width: auto;
    object-fit: contain; /* Ensure the image fits within the container */
}
/*---------------------------------------
VOLUNTEERBLK
-----------------------------------------*/
.volunteerblk{
  background: #FFDC2B;
  position: relative;
}
.volunteerblk .bgspiral{
  position: absolute;
  right: 30px;
  top: 10px;
}
.volunteerblk .bgwave{
  position: absolute;
  right: 20px;
  bottom: -50px;
   z-index: 2000;
}
.volunteerblk .wrapper{
  padding: 50px 0;
  width: 60%;
  margin: 0 auto;
}
.volunteerblk .wrapper h3{
  font-size: 35px;
  font-weight: bold;
  color: #1A4A92;
  text-transform: uppercase;
}
.volunteerblk .wrapper p{
  font-size: 16px;
  color: #0F2548;
  line-height: normal;
  padding: 10px 0 20px; 0
}
.volunteerblk .form-subscribe .form-group{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
.subsphoto img{
  object-fit: cover;
  height: 434px;
  width: 100%;
}
/*---------------------------------------
PAGEHEADER           
-----------------------------------------*/
.pageheader{
  padding: 30px 0;
  position: relative;
  z-index: 1000;
}
.pageheader h1{
    text-transform: uppercase;
  font-weight: 800;
}
.pageheader.style1{
  background: #F29705;
}
.pageheader.style2{
  background: #FFDC2B;
}
.pageheader.style3{
  background: #60AFE6;
}
.pageheader .container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}      
.pageheader .wrap {
  display: flex;
  flex-direction: row; /* Display children in a row */
  align-items: center;
  padding: 10px 20px;
  gap: 20px; /* Add gap between flex items */
}
.pageheader.style1 h1{
  color: #fff;
  font-weight: bold;
}
.pageheader .wrap p{
  text-align: left;
  color: #0F2548;
}
.pageheader.widetitle h1{
  width: 50%;
  text-align: center;
}
.pageheader.widetitle2 h1{
  width: 100%;
  text-align: center;
  color: #fff;
}
/*---------------------------------------
SEARCH-CONTAINER
-----------------------------------------*/
.search-container .bgshadow{
  height: 30px;
}
.search-container {
  position: relative;
  z-index: 5000;
}
.search-container.style2{
  left: 50%;
  transform: translateX(-50%);
  position: absolute !important;

}
.search-box {
  position: relative;
  top: -20px;
  z-index: 4000;
  width: 35%;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 10px 60px;
  height: 55px;
  border: 3px solid #F29705;
  border-radius: 15px;
  outline: none;
  box-sizing: border-box;
  background:  #fff url(../images/icon_search.webp) 10px center no-repeat;
  background-size: 30px auto;
  color: #60AFE6;
}  
.search-box::placeholder {
  color: #60AFE6;
  text-align: center;
  position: relative;
  left: -30px;
}
.blog-search {
   position: relative;
  top: -20px;
  z-index: 4000;
  width: 430px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 3px solid #d88a00;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}
.blog-search img{
  width: 30px;
  height: auto;
}
.blog-search a,
.blog-search input {
  color: #64a7f5;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.blog-home {
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
}
.blog-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 50px;
}

.blog-search input::placeholder {
  color: #64a7f5;
  opacity: 1;
}

/*---------------------------------------
PAPERSEC
-----------------------------------------*/  
.papersec .title{
  background: #F29705;
  padding: 15px 0;
}
.papersec .title h3{
  font-size: 35px;
  color: #fff;
  text-transform: none;
  font-weight: bold;
}
.papersec .content{
  background: url(../images/bg_paper_repeat.webp) center 0 repeat-y;
  background-size: 100% auto;
  padding: 30px 0 70px 0;
}
.papersec .content .container{
  position: relative;
}
.papersec .content .topdetails{
  padding-bottom: 25px;
  padding-left: 30%;
}
.papersec .content .topdetails p{
  vertical-align: top;
  color: #707070;
  font-weight: 300;
}
.papersec .content .topdetails p img{
  width: auto;
  height: 30px;
  display: inline-block;
   vertical-align: top;
  margin-right: 10px;
  margin-top: 10px;
}
.papersec .content .topdetails p span{
  display: inline-block;
  width: 80%;
  font-size: 22px;
}
.papersec .content .topdetails p span strong,
.papersec .content .highlight h4{
  display: block;
  color: #1A4A92;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 800;
}
.papersec .content .topdetails p em{
  font-style: normal;
  font-weight: bold;
}
.papersec .highlight{
  background-color: rgba(96, 175, 230, 0.2); 
  color: rgba(96, 175, 230, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 20px;
}
.papersec .highlight .wrap {
  padding-left: 30%;
}
.papersec .content .highlight img{
  border-radius: 15px;
  width: 100%;
}
.papersec .content .highlight h4{
  text-transform: none;
}
.papersec .content .highlight h5{
  text-transform: none;
  color: #707070;
  font-weight: 600;
   font-size: 25px;
  padding-bottom: 5px;
}
.papersec .content .highlight p{
  font-size: 22px; 
}
.papersec .content .highlight p span{
  display: block;
}
.papersec .content .highlight p a{
  color: #707070;
}
.papersec .content .name{
  padding-top: 5px;
}
.papersec .content .name p{
  font-size: 20px;
}
.papersec .content .vol{
  padding-top: 10px;
}
.papersec .content .vol img{
  width: 35px;
  height: auto;
  display: inline-block;
  border-radius: 0;
  margin: 0 10px 0 0;
}
.papersec .content  .vol span{
  display: inline-block;
  color: #1A4A92;
  position: relative;
  top: 8px;
  font-size: 22px;
}
.papersec .content .vol span strong{
  font-size: 32px;
  font-weight: 700;
  padding-right: 8px;
}
.papersec .content .videoholder{
  padding-right: 30%;
}
.papersec .content .videoholder .wrap{
  padding: 30px;
  background: url(../images/bg_scribble.webp) right 0 no-repeat;
}
.slider-content div {
  height: auto;
}
.slider-content div img{
  border-radius: 20px;
  width:100%;
}
.slider-three.slider-content{
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.slider-three.slider-content div{
  margin-right: 5px;
}
.slider-content .slick-prev, .slider .slick-next {
  width: 31px;
  height: auto;
  margin: 10px;
  display: inline-block;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.slider-content .slick-prev:before, .slider .slick-next:before {
	display: none;
}
.slider-content .slick-prev {
   position: absolute;
    top: 50%;
   left: -31px; /* Adjust as needed */
    transform: translateY(-50%);
   color: transparent;
}
.slider-content .slick-next {
  position: absolute;
  color: transparent;
  right: -31px; /* Adjust as needed */
  transform: translateY(-50%);
  top: 50%;
}	
.slider-three.slider-content .slick-prev{
  left: -34px;
}
.slider-three.slider-content .slick-next{
  right: -27px;
  cursor: pointer;
  top: 51%;
}
.videoplayblk{
  display: flex;
  position: relative;
}
.videoplayblk > * {
  flex: 0 0 50%;
  align-content: center;
  align-items: center;
}
.videoplayblk .bgvertical{
  position: absolute;
  left: 42%;
  bottom: 10%;
  width: 70%;
  z-index: 1000;
  width: 160px;
  height: 131px;
}
.videoplayblk .video{
  position: relative;
}
.videoplayblk .video > img{  
   width: auto;
  height: 100%;
  object-fit: cover;
}
.videoplayblk .video a{
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoplayblk .video a img{
  width: 130px;
  height: auto;
}
.videoplayblk .text{
  background: #60AFE6;
  padding: 70px 80px ;
}
.videoplayblk .text h3{
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}
/*---------------------------------------
TABSBLK
-----------------------------------------*/
.tabsblk{
  position: relative;
  background: transparent !important;
  top: -60px;
}
.tabsblk .bgshadow{
  top: 80px;
}
.tabsblk .nav-tabs-wrapper {
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.tabsblk .nav-tabs {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
}
.tabsblk .nav-tabs > li {
  float: none;
  margin: 0 55px; /* Optional: Add some space between tabs */
  font-size: 24px;
  text-transform: uppercase;
}
.tabsblk .nav-tabs > li a{
  padding: 8px 30px 20px 30px;
  color: #fff;
  border: none;
  position: relative;
  top: 15px;
  border-radius: 8px;
}
.tabsblk .nav-tabs > li a:hover{
  color: #fff;
  top: 8px;
}
.tabsblk .nav-tabs li.join a{ 
background: #F29705;
}
.tabsblk .nav-tabs li.events a{ 
  background: #60AFE6;
}
.tabsblk .tab-content{
  background: #eff7fd url(../images/bg_linenav.webp) center 0 no-repeat ;
  background-size: auto 18px;
  min-height: 300px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  text-decoration: none;
  border: none; /* Remove border from active tab */
  color: #fff;
}
.tabsblk .tab-pane{
  padding: 60px 0 30px 0;
  box-shadow: 1px 9px 15px 6px rgba(145,173,193,1);
  -webkit-box-shadow: 1px 9px 15px 6px rgba(145,173,193,1);
  -moz-box-shadow: 1px 9px 15px 6px rgba(145,173,193,1);
}
.tabsblk .tab-pane h3{
  font-weight: 800;
  padding-bottom: 15px;
  color: #1A4A92;
  text-transform: none;
}
.tabsblk .tab-pane p{
  color: #707070;
  padding-bottom: 15px;
}
.tabsblk .time{
  width: 40%;
  font-size: 18px;
  color: #1A4A92;
  font-weight: 800;
}
.tabsblk .time .exact span,
.tabsblk .time .exact strong{
   display: inline-block;
}
.tabsblk .time .exact strong{
  margin: 0 2px;
}
.tabsblk .time .exact span{
  width: 30px;
  text-align: right;
}
.tabsblk .time .exact span:last-child{
  text-align: left;
}
/*---------------------------------------
colorfilter
-----------------------------------------*/
.colorfilter{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,220,43,0.3660057773109243) 94%);
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
/*---------------------------------------
VIDEOCONTENT
-----------------------------------------*/
.videocontent{
  padding: 60px 0;
}
/* Video container */
.video-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.video-container .bgdots,
.photo-slider .bgdots{
   position: absolute;
  top: 0;
  right: 20%;
}
.photo-slider .bgdots{
  z-index: 3000;

}
.video-container .photoholder img{
   width: 100vw; /* Full viewport width */
  height: auto;
  object-fit: cover;
}
/* Hide the default controls of the video */
video::-internal-media-controls {
    display: none;
}

video::-webkit-media-controls {
    display: none;
}

video {
    width: 100%;
    height: auto;
}

/* Play button styling */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}
.play-button i {
    color: white;
    font-size: 3rem;
    border: 3px solid #fff;
  background: rgba(96, 175, 230, 0.6);
  border-radius: 50%;
  padding: 20px;
}

.play-button:hover {
    background: rgba(96, 175, 230, 0.3);
}

/* Hide play button when video is playing */
.video-container.playing .play-button {
    display: none;
}
/*---------------------------------------
SIDENAV
-----------------------------------------*/
.sidenav{
  padding-bottom: 30px;
}
.sidenav .bgspiral{
  position: absolute;
  top: -60px;
  right: 10%;
}
.sidenav .row [class*='col-'] {
  padding: 0;
  margin: 0;
}
.sidenav .nav-tabs {
  border-bottom: none;
  font-size: 25px;
}
.sidenav .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  margin-right: 0;
  color: #60AFE6;
  padding: 3px 0 5px 0;
  border-bottom: 3px solid transparent;
}
.sidenav .nav-tabs > li > a:hover {
  background: transparent;
  color: #60AFE6;
}
.sidenav .nav-tabs > li.active > a,
.sidenav .nav-tabs > li.active > a:focus,
.sidenav .nav-tabs > li.active > a:hover {
  border-bottom: 3px solid #60AFE6;
  color: #194B93;
  background: transparent;
}
.sidenav .tab-content{
  border-left: 3px solid #60AFE6;
   padding-left: 15px;
  min-height: 400px;
}
.sidenav .tab-content img{
  width: 100%;
  height: auto;
}
.sidenav .tab-content > .tab-pane {
  display: none;
  padding-top: 10px;
}
.sidenav .tab-content > .active {
  display: flex;
  flex-direction: column; /* Stack items vertically */
}
.sidenav h3{
  font-size: 30px;
  color: #1A4A92;
  font-weight: 700;
  padding-bottom: 15px;
}
.sidenav  h4{
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 300;
  color: #0F2548;
   padding-bottom: 15px;
}
.sidenav p{
  font-size: 16px;
  line-height: 25px;
}
.sidenav .tab-pane img{
  padding-bottom: 20px;
}
.directorsgallery .flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.directorsgallery .content-item {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.directorsgallery .content-item .photo{
  background: url(../images/bg_photo.webp) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
}
.directorsgallery .stylephoto2 .photo{
  background: url(../images/bg_photo2.webp) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
}
.directorsgallery .content-item .photo img{
  border-radius: 50%;
  width: 100%;
  display: block;
  padding: 20px;
}
.directorsgallery .content-item h4{
  font-size: 24px;
  font-weight: 600;
  color: #1A4A92;
  text-transform: none;
  padding: 10px 0 5px 0;
}
.directorsgallery .content-item p{
  font-size: 16px;
}
.directorsgallery .content-item a:hover .photo img{
   padding: 0;
}
/*---------------------------------------
CLOUDBG
-----------------------------------------*/
.cloudbg{
  background: #fff url(../images/bg_clouds.webp) center 0 repeat-y;
  background-size: cover;
}
.cloudbg .wrapper{
  padding: 30px 0;
}
.cloudbg h3{
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
  color: #194B93;
}
.cloudbg .colwrap{
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Ensure all items stretch to the same height */
  gap: 20px; /* Optional: Adds gap between columns */
  margin: 0 auto;
  padding-top: 80px;
}
.cloudbg .colwrap .column {
  flex: 1; /* Ensure each column takes equal width */
  background-color: #FFF6C9; /* Optional: Adds background color */
  box-sizing: border-box; 
  border-radius: 25px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.cloudbg .colwrap .column .icon{
  background: #FFDC2B;
  text-align: center;
  width: 100%; /* 50% of the parent's width */
  padding-bottom: 50%; /* This creates a square based on the width */
  border-radius: 55%; /* Turns the square into a circle */
  position: relative;
  top: -130px;
  margin-bottom: -90px;
  min-height: 210px;
}
.cloudbg .colwrap .column a:hover .icon{
  background: #70aee1;
}
.cloudbg .colwrap .column .icon img{
  display: block;
  margin: 0 auto;
  width: 85px;
  height: auto;
  position: relative;
  top: 50px;
}
.cloudbg .colwrap .column h4{
  color: #1A4A92;
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
  min-height: 50px;
  padding: 0 20px;
}
.cloudbg .colwrap .column p{
  padding: 15px 20px 50px 20px;
  color: #707070;
}
.cloudbg .colwrap .column span{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1A4A92;
  font-weight: bold;
}
/*---------------------------------------
CONTACT
-----------------------------------------*/
.contactblk .contactdet{
  padding: 20px 0;
}
.contactblk .contactdet p{
  font-size: 18px;
  width: 100%;
  padding-bottom: 10px;
}
.contactblk .contactdet  p a{
  color: #000;
}
.contactblk .contactdet  p a:hover{
  color: #CC9F53;
}
.contactblk .contactdet  p img{
  display: inline-block;
  width: 20px;  
  padding-top: 5px;
  vertical-align: top;
}
.contactblk .contactdet  p span{
  display: inline-block;
  width: 80%;
  margin-left: 15px;
}
.contactblk .contactdet ul li{
  display: inline-block;
  font-size: 45px;
  color: #F29705;
  margin: 0 3px;
}
.contactblk .contactdet ul li a{
  color: #F29705;
}
.contactblk h2{
  font-weight: 800;
  color:#1A4A92;
  text-align: left;
  padding-bottom: 5px;
}
/*---------------------------------------
DONATEBOX
-----------------------------------------*/
.donatebox{
  background-color: #fff;
  background-color: #fff; /*-- Same as previous one.--*/
  background-color: rgba(255,255,255,.5); /*-- a extend for alpha color--*/
  padding: 25px;
  border: 2px solid #62afe3;
  border-radius: 25px;
  min-height: 380px;
}
.donatebox h3{
  color: #1A4A92;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 25px 0;
}
.donatebox p{
  font-size: 18px !important;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-weight: 400 !important;
  color: #000;
  text-align: center;
}
/* TABS - tabsamt */
.tabsamt.nav-tabs{
  width: 40%;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: 0;
}
.donatebox .tabsamt.nav-tabs{
  width: 100%;
}
.tabsamt.nav-tabs>li{
 width: 49.7%;
  margin-bottom: 0;
  display: block;
  float: left;
  text-align: center;
  margin-left: -2px;
}
.tabsamt.nav-tabs>li a{
  padding: 8px;
  color: #285773;
  font-weight: 400;
   font-size: 15px;
}
.donatebox .tabsamt.nav-tabs>li a{
  font-size: 20px;
}
.donatebox .tabsamt.nav-tabs>li.left a{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.donatebox .tabsamt.nav-tabs>li.right a{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabsamt.nav-tabs>li.left a{
 border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
 border-top-right-radius: 0;
  border-bottom-right-radius: 0;
 border: 2px solid #60afe7 !important;
 border-width: 2px 0 2px 2px !important;
}
.tabsamt.nav-tabs>li.right a{
 border-top-left-radius: 0;
  border-bottom-left-radius: 0;
 border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
 border: 2px solid #60afe7 !important;
 border-width: 2px 2px 2px 0 !important;
}
.tabsamt.nav-tabs>li.active>a, 
.tabsamt.nav-tabs>li.active>a:focus, 
.tabsamt.nav-tabs>li.active>a:hover,
.tabsamt.nav-tabs>li>a, 
.tabsamt.nav-tabs>li>a:focus, 
.tabsamt.nav-tabs>li>a:hover {
  border: 0;
  background:#fff;
}
.tabsamt.nav-tabs>li.active>a, 
.tabsamt.nav-tabs>li.active>a:focus, 
.tabsamt.nav-tabs>li.active>a:hover{
  background: #60afe7;
  color: #fff;
}
.donateamtbtn{
  
  padding-top: 20px !Important;
}
.donateamtbtn p{
  font-size: 20px;
  font-weight: 500;
  color: #285773;
}
.amtbtn {
  border: 2px solid #60afe7;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 22px;
  font-weight: 400;
  background: #fff;
  color: #285773;
}
.donatebox button{
  background: #fff !important;
  color: #285773 !important;
}
.donatebox .amtbtn,
.donatebox .form-control{
  font-size: 18px;
}
.amtbtn:hover,
.amtbtn.clicked{
  background-color: #fff;
  border-color: #60afe7;
  color: #fff;
}
.donateamtbtn .form-control .form-control,
.donatebox .form-control{
  background: #fff;
  border-color: #60afe7;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #285773;
}
.donatebox .form-control::-moz-placeholder {
  color: #285773;
  opacity: 1;
}
.donatebox .form-control:-ms-input-placeholder {
  color: #285773;
}
.donatebox .form-control::-webkit-input-placeholder {
  color: #285773;
}
.donateamtbtn .btn-submit{
  background-color: #60afe7 !important;
  font-size: 19px;
  border-radius: 5px;
  color: #fff !important;
  padding: 7px 16px;
  text-transform: uppercase;
  font-weight: 500;
 
}
.equal-columns {
      display: flex;
      justify-content: space-between;
      gap: 10px; /* Optional: adds space between buttons */
    }
    .equal-columns .column {
      flex: 1;
      box-sizing: border-box;
    }
/* SHADOWTITLE */
.shadowtitle {
  position: relative;  
  padding: 40px 0;
  background: linear-gradient(to bottom, rgba(145, 173, 193, 0.7) 0%, rgba(255, 255, 255, 0.7) 30%);
  background: -webkit-linear-gradient(top, rgba(145, 173, 193, 0.7) 0%, rgba(255, 255, 255, 0.7) 30%); /* For Safari */
  background: -moz-linear-gradient(top, rgba(145, 173, 193, 0.7) 0%, rgba(255, 255, 255, 0.7) 30%); /* For older Firefox versions */
  background: -o-linear-gradient(top, rgba(145, 173, 193, 0.7) 0%, rgba(255, 255, 255, 0.7) 30%); /* For older Opera versions */
}
.shadowtitle h3{
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: #1A4A92;
}
.shadowtitle.empty{
  height: 40px; /* Set the height to 50% of the container */
  background: linear-gradient(to bottom, rgba(145, 173, 193, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  background-size: 100% 30px; /* Make the gradient occupy only 50px of the height */
  background-repeat: no-repeat; /* Prevent repeating the gradient */
  padding: 0;
}
/* EVENTBLK */
.eventblk{
  position: relative;
}
.eventblk .leftbg{
  position: absolute;
  left: -60px;
  top: 35%;
 
}
.eventblk .rightbg{
  position: absolute;
  right: -60px;
  top: 45%;
 
}
.eventblk .title{
  background: #FFDC2B !important;
}
.eventblk .title h3{
 color: #1A4A92 !important;
}
.eventblk .content .videoholder{
  padding-right: 0 !important;
}
.eventblk .topvid{
  position: relative;
  z-index: 2000;
}
.eventblk .content .videoholder .wrap{
  padding: 0;
  background: none !important;
}
.eventblk .list{
  padding-top: 20px;
}
.eventblk .list ul li {
    display: flex; 
    align-items: flex-start;
    margin-bottom: 5px; 
}
.eventblk .list ul li img {
    width: 25px; 
    height: auto; 
    margin-right: 15px; 
    margin-top: 5px;
}
.eventblk .list ul li .text {
    flex: 1; 
}
.eventblk h4 {
  margin: 0 0 5px; 
  font-size: 30px;
  font-weight: 800;
  color: #1A4A92;
}
.eventblk .list ul li .text p {
  font-weight: 300;
  color: #707070;
  font-size: 20px;
  font-weight: 300;
}
.eventblk .sidecolored{
  background-color: rgba(255, 220, 43, 0.2); 
  padding: 50px;
  position: relative;
  top: -30px;
  z-index: 1000;
}
.eventblk .botdetails{
  margin-right: 0;
}
.eventblk .sidecolored h4{
  padding-bottom: 10px;
}
.eventblk .sidecolored p{
  line-height: 25px;
  font-size: 18px;
}
/* videoscol */
.videoscol h4{
  font-size: 30px;
  font-weight: 800;
  color: #1A4A92;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 50px 0;
}
.videoscol .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Two equal columns */
    gap: 20px; /* Space between each item */
}
/* Container to maintain the aspect ratio */
.videoscol .grid .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* This maintains the 16:9 ratio (9 / 16 = 0.5625, so 100% * 0.5625 = 56.25%) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* The iframe inside the container */
.videoscol .grid .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*---------------------------------------
FOOTER
-----------------------------------------*/
footer{
  padding: 40px 0;
  color: #fff;
  font-size: 16px;
}
footer p{
  font-size: 16px;
}
footer p a,
footer p a:hover{
  color: #fff;
  font-size: 18px;
}
footer .wrap{
    width: 60%;
  margin: 0 auto;
}
footer .wrap p span{
  display: inline-block;
  width: auto;
  height: 50px;
  margin-right: 8px;
  vertical-align: top;
}
footer .wrap p strong{
  display: inline-block;
  font-weight: 300;
}
footer .socmed{ 
  padding: 10px 0 0 0;
}
footer .socmed h4{
  font-size: 22px;
  text-transform: none;
  font-weight: 300;
  color: #FFDC2B;
  text-align: center;
}
footer .socmed .line{
  border-bottom: 1px solid #FFDC2B;
  border-right: 1px solid #FFDC2B;
  border-left: 1px solid #FFDC2B;
  padding: 0 10px;
}
footer .socmed ul{
  padding: 10px 0;
  text-align: center;
}
footer .socmed ul li{
  display: inline-block;
  margin-right: 3px;
}
footer .socmed ul li i{
 font-size: 35px;
  color: #fff;
}
.line ul {
  display: flex;
  justify-content: flex-start; /* Align items to the start */
  align-items: center;
}
.line ul li {
  margin: 0 10px; /* Optional: Add some space between items */
}
footer .logo img{
  display: block;
  margin: 20px auto 0 auto;
}


.ekko-lightbox {
    z-index: 8000;
}
.modal-content{
  background: transparent;
  box-shadow: none !important;
  border: 0;  
  padding-top: 30px;
}
.modal-backdrop.in {
  background: #295572 !Important;
  opacity: .9;
  z-index: 5000;
}
.modal-header{
  display: block !important;
  border-bottom: 0;
  background: url(../images/logo_LoveOurSchools.webp) center 0 no-repeat;
  background-size: 250px auto;
  padding: 20px 20px 30px 20px;

}
.modal-dialog{
  max-width: 1000px !important;
}

/* modal popup */
#myModal.modal {
  background-color: rgba(45, 81, 114, 0.7); 
  z-index: 8000;
}
#myModal.modal .container{
  position: relative;
  top: 10%;
  background: transparent;
  padding: 50px;
}
