/*

 Theme Name:     Divi Child

 Theme URI:      https://www.elegantthemes.com/gallery/divi/

 Description:    Divi Child Theme

 Author:         Elegant Themes

 Author URI:     https://www.elegantthemes.com

 Template:       Divi

 Version:        1.0.0

*/

 

 

/* =Theme customization starts here

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


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
	font-family: "Inter", sans-serif;
}

header.et-l.et-l--header, footer.et-l.et-l--footer {
    z-index: 2;
    position: relative;
}

/* header css start here  */

.page-id-21 .main-header-trans {
    position: absolute;
    width: 100%;
	background:linear-gradient(to top, rgb(0 0 0 / 0%), #000000);
}


ul#menu-main-menu {
    gap: 18px !important;
}

ul#menu-main-menu li a {
    color: #FFF200;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-header .svg-link-wrapper {
    position: absolute;
    top: 27px;
    right: 80px;

}
#menu-main-menu ul.sub-menu {
    background: #fff !important;
}
.main-header .menu-toggle {
  position: absolute;
	top:28px;
}
#menu-main-menu ul.sub-menu li a {
    color: #000;
    width: 100%;
    font-size: 14px;
}

#menu-main-menu ul.sub-menu li {
    padding: 0;
    width: 100%;
}
.menu-toggle {
    position: absolute;
    top: 29px;
    right: 16px;
    width: 23px;
    height: 15px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-toggle span {
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}


.menu-toggle.open span {
    background: #fff !important;
}


.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -5px);
}

.side-menu {
  position: fixed;
  top: 0;
  right: -315px;
  width: 315px;
  height: 100%;
  background: #17475c;
  padding: 80px 20px 20px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

.side-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.side-menu.show {
  right: 0;
}


.svg-link-wrapper {
    position: absolute;
    top: 27px;
    right: 73px;
		display:flex;
	gap:12px;
}

.svg-link-wrapper i {
    font-size: 22px;
    color: #FFF200;
}


/* header css end here  */


/*home page slider css start here */

 .slider-wrapper {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }

  .slide.active {
    opacity: 1;
    z-index: 1;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    display: flex;
    align-items: flex-end;
    padding: 30px 30px 100px 130px;
}

  .text-block {
    color: #fff;
  }
.text-block h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.text-block h2 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.arrow {
    position: absolute;
    bottom: 20%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #000;
    border: 2px solid #FFF200;
    border-radius: 1px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    bottom: 95px;
    left: 27px;
}

.arrow.right {
    bottom: 95px;
    left: 78px;
}

.slider-wrapper i {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
/* 
.slider-wrapper:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 88%;
    top: 0px;
    opacity: .4;
    z-index: 2;
} */



/*home page slider css end here */


/* about-page css*/

.about-page {
    width: 1200px;
    margin: auto;
    padding: 90px 0px 110px;
}
.about-page h2 {
    font-family: 'Inter';
    color: #444444;
    font-weight: 700;
    font-size: 32px;
    max-width: 840px;
    margin: auto;
    margin-bottom: 40px;
}
.board-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.member {
    width: 23%;
    height: 230px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

    .member img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Modal styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.7);
      align-items: center;
      justify-content: center;
    }

    .modal.active {
      display: flex;
    }
.modal-content{
    background: #fff;
    width: 100%;
    max-width: 850px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-button-next:after,.swiper-button-prev:after{
	display:none;
}
.swiper-button-prev, .swiper-button-next {
    color: #000 !important;
    background: #fff;
    padding: 21px 4px !important;
    height: 75px !important;
    width: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.swiper-button-prev i,.swiper-button-next i{
	font-size:18px !important;
}
.swiper-button-prev {
    left:-30px !important;
}
.swiper-button-next{
	right:-30px !important;
}
    /* Swiper styles */
    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .board-member-popup img {
      width: 100%;
		height:100%;
	  display:block;
      object-fit: cover;
    }
.board-member-popup {
	position:relative;
	height:auto !important;
}
.member-bio {
    position: absolute;
    background: #000000a1;
    color: #fff;
    height: 48%;
    bottom: 0;
	padding: 25px;
	overflow: auto;
}
    .swiper-pagination, .swiper-button-prev, .swiper-button-next {
      color: #000;
    }
.member-bio h3 {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    padding: 0px;
}
.magnifi-icon .fa-solid.fa-magnifying-glass {
    color: #fff;
    font-size: 18px;
}
.project-banner-bg {
    background: url(/wp-content/uploads/2025/07/jkfdg8w3e4r834.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 357px;
    background-position: center;
    backdrop-filter: blur(1186px);
    filter: brightness(1.3);
}

.project-banner-bg h1 {
    color: #fff;
    font-family: 'Inter';
    margin-top: auto;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.13em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 30px 30px;
    padding-top: 251px;
}
.school-list-section {
    padding: 65px 0px;
}
.school-list-section h2 {
    width: 770px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.13em;
    color: #17475C;
    margin-bottom:50px;
}
.phase-two-schools li {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    color: #17475C;
    line-height: 30px;
    margin-bottom: 20px;
    width: 45%;
}
.school-list-section2 {
    margin-top: 95px;
	margin-bottom: 70px;

}
.school-list-section2 h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.13em;
    color: #444444;
    margin-bottom: 50px;
}
.phase-two-schools li  a{
	color: #17475C;
}
ul.phase-two-schools {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px !important;
    margin-bottom: 65px;
    justify-content: space-between !important;
    padding-left: 70px;
    padding-right: 70px;
}
.grid-gallery {
    margin-bottom: 30px;
}
.school-list-section {
    width: 900px;
    margin: auto;
}
.school-list-sec {
    display: flex
;
    justify-content: space-between;
}
.gallery-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gallery-half-card {
    width: 23%;
}

.big-img-card {
    width: 48%;
}

.gallery-half-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.gallery-page {
    max-width: 1365px;
    width: 93%;    
	margin: auto;
}
.big-img-card img {
    height: 607px;
    object-fit: cover;
}
.horizontal-half-div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.horizontal-half-div img {
    width: 23%;
}
.project-details-container {
    display: flex
;
    gap: 28px;
}
.right-content-area {
    width: 70%;
}
.left-sidebar-area {
    width: 30%;
}
.left-sidebar-area h3 {
    font-size: 14px;
    color: #17475C;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'Inter';
}
.right-content-area p {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 28px;
}
.left-sidebar-area p {
    color: #444444;
    font-size: 12px;
    font-weight: 800;
}
.left-sidebar-area p span {
    display: block;
    font-weight: 400;
}
.left-sidebar-area h3 {
    font-size: 14px;
    color: #17475C;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: 'Inter';
	margin-bottom: 20px;
}
.right-content-area h6 {
    color: #444444;
    font-size: 16px;
    margin-top: 53px;
    font-weight: 700;
	    margin-bottom: 15px;
}
.right-content-area ul li {
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 10px;
	    color: #444;
}
.right-content-area ul {
    list-style: disc;
    padding-left: 15px;
}
.grid-gallery .item:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}
.grid-gallery .item:nth-child(10) {
    grid-column: span 2;
    grid-row: span 2;
}
/* .grid-gallery .item:last-child {
    grid-column: span 2;
    grid-row: span 2;
}
.grid-gallery .item:nth-last-child(2){
    grid-column: span 2;
    grid-row: span 2;
} */
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 15px;
  padding: 0px;
}

.grid-gallery .item {
  overflow: hidden;
  display: block;
}

.grid-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}

.grid-gallery .item img:hover {
  transform: scale(1.03);
}
.project-slider .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.project-slider  .slick-slide {
    margin: 0px 15px;
}
.project-slider {
    margin-top: 40px;
    margin-bottom: 50px;
}
.project-slider .slick-list.draggable {
    padding: 0px 230px !important;
}
.single-project-page h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.13em;
    color: #17475C;
    margin-bottom: 60px;
	    text-transform: uppercase;
}
.single-project-page {
    margin-bottom: 60px;
}
.slick-list.draggable {
    overflow: hidden;
}
.newsletter-page {
    width: 93%;
    max-width: 1365px;
    margin: auto;
}
.newsletter-page {
    padding:80px 0px 15px;
}
.newsletter-page h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #444444;
    margin-bottom: 29px;
    margin-left: 20%;
}
.newsletter-gallery .inner-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 20px;
    text-align: left;
    width: 100%;
}
.content-section h2 {
    margin-bottom: 50px;
}
.newsletter-gallery .inner-text  p {
    font-size: 12px;
    line-height: 17px;
}
.newsletter-gallery .inner-text h5 {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 9px;
	    padding-right: 10px;
}
.newsletter-gallery .news-date {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 800;
}
.bop-gallery .hover-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17475c8a;
}
.section-description {
    width: 60%;
    margin: 0 auto 45px;
    
}
.section-description p{
    font-size: 16px;
    color: #666;
    font-family: 'Inter';
    font-weight: 400;
}
.cycle-info-section {
    display: flex;
}
.cycle-info-section .right-section,.cycle-info-section .left-section {
    max-width: 20%;
}
.cycle-info-section .centre-section {
    width: 60%;
    padding: 0px 20px;
}
.cycle-info-section  .info-card p {
    font-size: 13px;
    line-height: 20px;
    color: #17475C;
    font-weight: 800;
    font-family: 'Inter';
    padding-bottom: 10px;
}
.cycle-info-section .info-card a {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}
.cycle-info-section h4 {
    font-size: 14px;
    color: #17475C;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: 'Inter';
	padding-bottom:10px;
}
.cycle-info-section ul li {
    padding-bottom: 10px;
	font-weight: 400;
}
.cycle-info-section  h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0.13em;
    color: #17475C;
    margin-bottom: 30px;
}
.cycle-info-section h5 {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.cycle-info-section .centre-section p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.cycle-info-section .info-card {
    margin-bottom: 40px;
}
ul.ul-style {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 5px;
}
ul.ul-style li {
    position: relative;
    padding-left: 14px;
    width: 100%;
    font-size: 14px;
    padding-bottom: 0px;
}
ul.ul-style li::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #17475C;
    left: 0;
    top: 8px;
    border-radius: 10px;
}
.cycle-info-section {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.cycle-info-section {
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
}
.centre-section h4 {
    margin-top: 37px;
    margin-bottom: 7px;
}
.related-content-section h3 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #4a4848;
    letter-spacing: 3px;
}
.related-content-section {
    width: 70%;
    margin: auto;
    margin-bottom: 70px;
}

.related-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3%;
}
.related-box {
    width: 24%;
    height: 400px;
    position: relative;
}
.related-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.related-tex {
    position: absolute;
    top: 0;
    padding: 13px;
    bottom: 0px;
    width: 100%;
    display: flex;
    color: #fff;
    background: #00000038;
}
.copy-text img {
    width: 51px;
}
.copy-text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-footer {
    display: flex;
    align-items: center;
}

.contact-wrap-slider .slick-slide {
    margin: 0px 6px !important;
}
.section-description h2 {
    margin: 0;
    margin-bottom: 19px;
}
.newsletters-card .et_pb_blurb_container {
    width: 100%;
    position: absolute;
	opacity:0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #113646e6;
    color: #fff;
    padding: 20px;
    transition: opacity 0.3s ease;
    font-size: 14px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsletters-card .et_pb_blurb_description span {
    position: absolute;
    top: 15px;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 800;
}
.newsletters-card br{
	display:none;
}
.newsletters-card:hover .et_pb_blurb_container {
    opacity: 1;
}
.newsletters-card .et_pb_blurb_container h4 {
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 9px;
    padding-right: 10px;
}

.newsletters-card .et_pb_blurb_container  {
    font-size: 12px !important;
    line-height: 17px;
}
.newsletters-card .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.newsletters-card img {
    width: 100%;
}
.newsletters-card .et_pb_main_blurb_image {
    width: 100%;
}
.newsletters-card {
    width: 95%;
}
.hover-text
 {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #17475ce6;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
}
.bop-gallery {
    display: flex;
    flex-wrap: wraps;
}
 .bop-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.image-wrapper:hover .hover-text {
    opacity: 1;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 24%;
}
.bop-gallery img {
    width: 100%;
    display: block;
}
ul#menu-side-menu li {
    list-style: none;
    margin-bottom: 21px;
}
#menu-side-menu ul.sub-menu {
    padding-bottom: 0px;
    padding-top: 17px;
}
.main-footer .et_pb_column.et_pb_column_1_6 {
    width: 7%;
    margin: 14px;
}
/* .main-footer .et_pb_column.et_pb_column_1_2.et_pb_column_0_tb_footer.et_pb_css_mix_blend_mode_passthrough{
    width: 69%;
} */
.main-footer  .et_pb_column.et_pb_column_1_6.et_pb_column_1_tb_footer.et_pb_css_mix_blend_mode_passthrough {
    width: 15%;
}
.side-menu.show {
    right: 0px;
    overflow: auto;
}
.text-block {
    max-width: 1365px;
    width: 100%;
    margin: auto;
}
 .page-id-95 header.et-l.et-l--header, .page-id-95 footer.et-l.et-l--footer {
    z-index: 0;
	 position: static;
}
.page-id-95 .et_builder_inner_content {
    position: static;
    z-index: 1;
}
.page-id-95 header.et-l.et-l--header .et_pb_row.et_pb_row_0_tb_header.et_pb_gutters1.et_pb_row--with-menu.et_pb_row_3-4_1-4 {
    z-index: 1 !important;
}
 .page-id-95 footer.et-l.et-l--footer .et_pb_section.et_pb_section_0_tb_footer.et_pb_with_background.et_section_regular{
	z-index: 1 !important;
}
  .open-bids h3 {
        font-weight: 700;
        color: #17475C;
        font-size: 24px;
        font-family: 'Inter';
        letter-spacing: 3px;
    }

    .open-bids p {
        font-weight: 700;
        color: #17475C;
        font-size: 24px;
        font-family: 'Inter';
        letter-spacing: 3px;
    }

    .bids-section {
        max-width: 1100px;
        margin: auto;
        background: #fff;
        padding: 40px;
        border-radius: 8px;
    }

    .bids-section h2 {
        color: #17475C;
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .bids-section .section-title {
        margin-bottom: 65px;
    }


    .bids-section .bid-category {
        margin-bottom: 40px;
    }

    .bids-section .bid-item {
        margin-bottom: 25px;
    }

    .bids-section .bid-title {
        font-weight: bold;
        color: #17475C;
        font-size: 24px;
        font-family: 'Inter';
        margin-bottom: 17px;
    }

    .bids-section .bid-subtitle {
        font-weight: bold;
        color: #17475C;
        font-size: 24px;
        font-family: 'Inter';
        margin-top: 15px;
    }

    .bids-section .bid-meta {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        align-items: end;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 15px;
    }

    .bids-section hr {
        margin: 40px 0;
        border: none;
        border-top: 1px solid #e0e0e0;
    }

    .bg-bid-page h1 {
        color: #fff;
        font-family: 'Inter';
        margin-top: auto;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 0.13em;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 30px 30px;
        padding-top: 251px;
    }

    .bid-subtitle-2 {
        font-family: 'Inter';
        font-weight: 300;
        font-size: 24px;
        letter-spacing: 0.08em;
        color: #17475C;
        margin-top: 15px;
        margin-bottom: 65px;
    }

    .bg-bid-page {
        background: url(/wp-content/uploads/2025/07/jkfdg8w3e4r834.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 357px;
        background-position: center;
        backdrop-filter: blur(1186px);
        filter: brightness(.96);
    }

    .open-bids {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .bids-section .time {
        font-family: 'Inter';
        font-weight: 300;
        font-size: 24px;
        letter-spacing: 0.08em;
        color: #17475C;
    }
.about-page {
    z-index: 0;
}
.phone-menu {
    display: none;
}
div#side-menu ul li a {
    text-transform: uppercase;
}
@media (max-width: 600px) {
   .main-footer .et_pb_column.et_pb_column_1_6 {
	   width: 80px !important;
	}


	    .slider-wrapper {
        height: 70vh;
    }
	.slide img {
    height:69vh;

}
	.arrow.left {
    bottom: 9px;
    left: 23px;
}
	.arrow.right {
    bottom: 9px;
    left: 79px;
}
	.overlay {
    padding: 28px 25px 96px 25px;
}
	ul#mobile_menu1 {
    background: #fff !important;
    border: none;
}
	.member {
		width: 100%;
	}
	.about-page {
		width: 90%;
	}
	.modal-content {
    width: 78%;
    height: 70vh;
}
	.swiper-slide.board-member-popup.swiper-slide-active {
    height: 68vh !important;
}
	.about-page h2 {
    font-size: 25px;
    margin-bottom: 25px;
}
	ul.phase-two-schools {
    margin-top: 20px !important;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 30px;
}
	.phase-two-schools li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
}
	.grid-gallery {
		display: block;
	}
	.grid-gallery .item {
    margin-bottom: 15px;
}
	.grid-gallery .item img {
    width: 100%;
		height: 250px;
	}
.newsletters-card {
    width: 100%;
    margin-bottom: 12px !important;
}
	.image-wrapper {
    width: 100%;
}
	.school-list-section2 h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.13em;
    margin-bottom: 20px;
}
	.main-contact-wrap {
    flex-wrap: wrap;
}
	.half-input {
    width: 100% !important;
}
	.side-menu {
    right: -260px;
		width: 260px;
	}
	.svg-link-wrapper {
    position: absolute;
    top: -64px;
    right: 0px;
	
}
    .menu-toggle {
        top: -62px;
        right: 34px;
       
    }
.main-header-trans .et_pb_column.et_pb_column_3_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
        width: 83% !important;
        z-index: 2;
    }
	ul#menu-side-menu li {
    list-style: none;
    margin-bottom: 12px;
}
	.side-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
	.main-header .menu-toggle {
    position: absolute;
    top: -32px;
		 right: 0;
}
	.main-header .et_pb_column.et_pb_column_3_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    width: 91% !important;
}
.project-slider .slick-list.draggable {
    padding: 0px 0px !important;
}
	.project-slider .slick-slide img {
		height: 300px;
	}
	.single-project-page h2 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.13em;
    margin-bottom: 16px;
}
	.project-details-container {
    display: flex;
    gap: 28px;
    flex-direction: column;
}
	.right-content-area {
    width: 100%;
}
	.left-sidebar-area {
    width: 100%;
}
	.left-sidebar-area {
    display: flex;
    flex-wrap: wrap;
}
	.left-sidebar-area h3 {
    width: 100%;
    }
	.left-sidebar-area p {
		width: 50%;
	}
	.container {
		width: 90%;
	}
	.page-id-21 header.et-l.et-l--header {
    z-index: 51;
    position: relative;
	}
	.et_mobile_nav_menu {
    display: none !important;
}
    .phone-menu {
        display: block;
        padding-bottom: 0px !important;
    }
    .phone-menu li {
        list-style: none;
        margin-bottom: 12px;
    }
	   ul.sub-menu{
    padding-top: 12px;
    padding-bottom: 0;
}
	div#side-menu {
    gap: 0;
}
	
.main-footer {
    flex-direction: column-reverse;
}
.copy-text {
    justify-content: center;
}	

	
}


