@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0px;
  color: #111;
  line-height: 1.7;
}
a {
  text-decoration: none;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}

a:hover {
  color: #f16323;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}

a.btn:hover {
    color: #ffffff;
}

.lineheight {
  line-height: 1.2;
}

/* section and conatainer css*/
.container,
.process-container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* section and conatainer css*/

/* header css*/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Parkinsans", sans-serif;
  color: #111;
  margin: 0px;
  line-height: 1.5;
}
h1 {
  font-size: 35px;
  font-weight: 600;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #111;
  font-weight: 400;
}
/* header css*/

/* general css*/
.txt-center {
  text-align: center;
}
.orange {
  color: #f26323;
}
.blue {
  color: #0c365d;
}
.white {
  color: white;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}

.pt-60{
    padding-top: 60px;
}

.pb-60{
    padding-bottom: 60px;
}


.padding-top-100 {
  padding-top: 100px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-bottom-100{
    margin-bottom: 100px;
}

.topdiv{
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 11;
}

.team_member_wrapper{
    position: relative;
    z-index: 111;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-85 {
  margin-top: 85px;
}

.minwidht {
  min-width: 100%;
}

.centerdiv{
    text-align: center;
}

.mainimage{
    max-width: 800px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bg-orange {
  background-color: #f26323;
}
.bg-blue {
  background-color: #0c365d !important;
}
.bg-white-text {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: -12px -9px 41px -5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -12px -9px 41px -5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -12px -9px 41px -5px rgba(0, 0, 0, 0.16);
}
.bg-white {
  background-color: #fff;
}
.border-2 {
  border: 2px solid #d6dee4;
}

.bglite{
    background: #fbfbfb;
}

.heroboxprogram{
    padding: 40px 20px;
    /*margin-top: -85px;*/
    position: relative;
    z-index: 11;
    background: #1a3359;

}

.txt-right {
  text-align: right;
}

.responsive {
  width: 100%;
  height: auto;
}
.border-radius-15 {
  border-radius: 15px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-top {
  border-radius: 15px 15px 0px 0px;
}
.border-radius-bottom {
  border-radius: 0px 0px 15px 15px;
}
.bottom-border {
  border-bottom: 8px solid #0c365d;
}
.half-border {
  border-radius: 15px 0px 0px 15px;
}

.mailslider-slider .splide__slide {
  padding: 10px;
}

.mainimg img {
  border: 4px solid #0c365d;
}

/* general css*/

/* btn css */
.btn {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* btn css */

.margin-top-200{
    margin-top: -200px !important;
}

.team_member_wrapper img{
   display: block;
}

.team_details{
     padding: 15px;
     text-align: center;
}

.team_details h2{
    font-size: 20px;
}

.team_details h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
}

.team_details p{
    font-size: 15px;
}


.programdiv {
  /* display: flex;
    align-items: center;
    justify-content: center;*/
  padding: 50px;
}

/*video*/
.video_box {
  width: 100%;
  margin: 0 auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 10px solid #f26323;
  box-shadow: 0px 15px 23px 0px rgb(0 0 0 / 20%);
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*video*/

/* grid-css */
.mobile-grid {
  display: grid;
  grid-template-columns: 1fr 14fr 1fr;
  align-items: center;
}
.mobileapply {
  display: flex;
  justify-content: end;
}
.grid-1 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}

.socialmedia ul{
    text-align: left;
}

.socialmedia ul li{
    display: inline-block;
    padding-right: 4px;
}
.socialmedia ul li a{
 color: #0c365d;
 border: 1px solid #0c365d;
 padding: 6px;
    border-radius: 6px;
    font-size: 16px !important;
}

.socialmedia .fa-facebook{
    color: #0f90f5 !important;
    border: 1px solid #0f90f5 !important;
}

.socialmedia .fa-tiktok{
    color: #000 !important;
    border: 1px solid #000 !important;
}
.socialmedia .fa-instagram{
    color: #de3f9b !important;
    border: 1px solid #de3f9b !important;
}
.socialmedia .fa-youtube{
     color: #fe0000 !important;
    border: 1px solid #fe0000 !important;
}

.custompadding{
    padding: 10px 16px;
}

.socialmedia ul li a:hover{
    color: #f26323;
 border: 1px solid #f26323;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.gap-50 {
  grid-gap: 50px;
}

.gap-20 {
  grid-gap: 20px;
}

.mobile-margin {
  margin-top: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  grid-gap: 30px;
  margin-top: 80px;
}
.main-grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 90px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
  padding-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 10px;
}
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
/* grid-css */

/* navigration menu css */
.navigation-menu {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-menu ul {
  text-align: right;
}

.navigation-menu li {
  display: inline-block;
  list-style-type: none;
}
.grid-placement-center {
  grid-column-start: 2;
  grid-column-end: 2;
}

.navigation-menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 8px 0;
  margin-left: 20px;
}

.navigation-menu a:hover {
  color: #f26323;
}

.navigation-menu a.active {
  color: #f26323;
}
.navigation-menu a.active::after {
  width: 100%;
}

.leader-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.mfp-inline-holder .mfp-content {
    width: 75% !important;
}

.mfp-wrap {
    z-index: 9999 !important;
}


.left-leader h2{
    font-size: 25px;
}
.left-leader h3{
    font-size: 18px;
}

.flex-spacebetween{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.leader-list {
    list-style: disc;
    font-size: 13px;
    margin: 0px 15px;
    /* margin-top: 10px; */
}

.primary-btn-cross {
    position: absolute !important;
    top: 10px;
    right: 10px;
    border: none;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    /* background: linear-gradient(to bottom, #f51213, #000000 240%); */
    background: #217abe;
    color: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    z-index: 1;
}


.white-popup-block {
    background: #ffffff;
    padding: 20px;
    position: relative;
}

.footer-info li {
  margin-left: 25px;
}

.footer-grid ul li {
  padding-top: 5px;
  display: inline-block;
}
.footer-info ul li {
  list-style-type: none;
}
.address a:before {
  content: "\f041"; /* FontAwesome Unicode */
  color: white;
  font-size: large;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.phone-no a:before {
  content: "\f095"; /* FontAwesome Unicode */
  color: white;
  font-size: large;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.email a:before {
  content: "\f0e0"; /* FontAwesome Unicode */
  color: white;
  font-size: large;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.footer-grid li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}

.orange-marker li::marker {
  color: #f26323;
  font-size: 1.5em;
}

.stroke ul li a,
.stroke ul li a:after,
.stroke ul li a:before {
  transition: all 0.3s;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}

.stroke ul li a,
.fill ul li a {
  position: relative;
}
.stroke ul li a:after,
.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #f26323;
  height: 2px;
}
.stroke ul li a:hover:after {
  width: 100%;
}

/* navigration menu css */


/*TEAM SECTION START*/

.shadowdrop{
	filter: drop-shadow(0px 4px 9px rgba(50, 50, 0, 0.3));
}
.team_member_wrapper img {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.team-grid-4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}


/*TEAM SECTION END*/


/* header-section */

.mobile-header{
  display: none;
  /*position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;*/
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.mobile-grid span {
  text-align: right;
}
.header-section.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: stickySlideDown 0.25s ease;
}
@keyframes stickySlideDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.bgbg{
    background: #e4f0fb;
}
.header-section{
    padding: 0;
}

.bordersocial{
    border: 1px solid #fff;
    padding: 10px 12px;
    border-radius: 50%;
}

.logo {
  width: 230px;
  height: auto;
}

.mainheader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-col {
  padding: 0;
  display: flex;
  align-items: center;
}

.logo-col a{
    display: flex;
}

.btn li {
  display: inline-block;
  list-style-type: none;
}
.btn a {
  padding: 8px;
}
.CTA .btn {
  margin: 0px 5px;
  width: 130px;
}
.CTA {
  display: flex;
  justify-content: flex-end;
}
.font-12{
    font-size: 12px;
}

/* header-section */

/* banner section css */

.banner-section {
  /*background-image: url("../images/index-banner.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  min-height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
}
/*
.banner-section::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: rgba(0,31,60,0.9);
}
*/
.center-text {
  width: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}
.center-text h1 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.center-text h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.center-text h3 {
  font-size: 1rem;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 0.5rem;
}
.center-text p {
  line-height: 1.7;
  width: 95%;
  margin-bottom: 0.5rem;
}
.center-text ul {
  margin-left: 50px;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.center-text ol {
  margin-left: 50px;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.center-text .points {
  width: 100%;
  line-height: 1.2;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.imagesholder {
  position: relative;
}
.pb-30 {
  padding-bottom: 30px;
}
.image1 {
  position: absolute;
  top: 50px;
  left: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.image2 {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.image3 {
  position: absolute;
  top: 200px;
  left: 300px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.image1 img,
.image2 img,
.image3 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: -3px 7px 38px -15px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: -3px 7px 38px -15px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -3px 7px 38px -15px rgba(0, 0, 0, 0.34);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.image1:hover {
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: -100px;
}

.image1:hover + .image2 {
  left: 100px;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.image1:hover img {
  transform: scale(1.1);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 10px solid #fff;
}

.image2:hover {
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: -50px;
}

.image2:hover img {
  transform: scale(1.1);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 10px solid #fff;
}

.image3:hover {
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  right: 50px;
}
.image3:hover img {
  transform: scale(1.6);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 10px solid #fff;
}

.floating-column {
  position: relative;
  top: 70px;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.index .floating-column {
  padding: 0px;
}
.index .floating-column img {
  display: block;
}
.index .blue-floating {
  position: static;
  margin-bottom: -70px;
  margin-top: 20px;
}
.blue-banner {
  background-color: #41b2f6;
  padding: 10px 20px;
}
.bg-banner {
  background-image: url("../images/facebook.jpg");
}
.floating-column h3,
.about-column h3,
.mission-floating-column h3 {
  width: 80%;
}
.floating-column ul li::marker {
  color: #0c365d;
  font-size: 1.5em;
}
.floating-column li {
  margin-left: 20px;
}
.blue-floating {
  width: 70%;
  margin: 0px auto;
  background-color: #0c365d;
  padding: 20px 50px;
  border-bottom: 10px solid #f26323;
  position: relative;
  top: 50px;
}
.orange-column {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.orange-column a {
  font-size: 35px;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 15px 0px 0px 0px;
}
.highlighted h4 {
  color: #fff;
}
.highlighted {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f26323;
  color: #fff;
  text-align: center;
}

/* banner section css */

/* process section css */

.process-section {
  background-image: url("../images/Dotted_World_map_.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30px;
  position: relative;
}

.whitebg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 11;
}
.box_divs {
  position: relative;
  z-index: 33;
}

.floating-number {
  border-radius: 50%;
  width: 55px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: 30px;
}

.grid-3 .column {
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.grid-4 .column {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.arrow-img {
  height: 80px;
  width: auto;
}
.arrow-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-3 .column:hover,
.grid-4 .column:hover {
  transform: scale(1.02);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.grid-3 .column .floating-number,
.grid-3 .column .about-floating-number {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.grid-3 .column:hover .floating-number,
.grid-3 .column:hover .about-floating-number {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

/* process section css */

/* testimonail section css */
.testimonial-section {
  padding-bottom: 50px;
}
.testimonial-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section h2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
/* testimonail section css */

/* footer logo section css */
.footer-logo-section {
  background-color: #f7f7f7;
}
.logo-column img {
  height: 30px;
}
.logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* footer logo section css */

/* footer section css */

.foooter-section {
  background-color: #0c365d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-nav {
  margin-left: 100px;
  line-height: 1.2;
}
.footer-nav a {
  padding-bottom: 5px;
}
.footer-nav a:hover {
  color: #f26323;
}
.soci-ul {
  list-style: none;
  text-align: center;
}
.soci-ul a {
  color: #fff;
  font-size: 18px !important;
  text-decoration: none;
  margin: 0px 0px;
}
.fa-facebook {
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 50%;
}

.fa-tiktok {
  border: 1px solid #fff;
  padding: 10px 12px;
  border-radius: 50%;
}
.social-media .bordersocial:hover {
  background-color: #fff;
  color: #f26323;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

.social-media .fa-facebook:hover {
  background-color: #fff;
  color: #f26323;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.social-media .fa-tiktok:hover {
  background-color: #fff;
  color: #f26323;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
/* footer section css */

/* copyright section css */
.copyright-section {
  background-color: #072a4b;
  padding: 20px 0px;
}
.tab-soc-med {
  display: none;
}
/* copyright section css */

/* splide css */
.splide__arrow {
  background-color: transparent !important;
}
#testimonial-slider .splide__slide {
  padding: 30px 40px;
}
#banner-splide .splide__slide {
  padding: 30px 0px;
}
/* splide css */

/* slide in navigation bar */
.ham-wrapper {
  text-align: right;
}
.ham-icon {
  width: 50px;
  text-align: center;
  font-size: 35px;
  cursor: pointer;
  margin: 0px auto;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.4s cubic-bezier(0.4,0,0.2,1);
  padding-top: 58px;
  box-shadow: -6px 0 32px rgba(0,0,0,0.14);
}

#navOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 28, 64, 0.72);
  z-index: 98;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity 0.3s;
  opacity: 0;
}

#navOverlay.active {
  display: block;
  opacity: 1;
}

/* Sidenav top bar: logo row */
.sidenav-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #eef0f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 2;
}

.sidenav-logo-link {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.sidenav-logo img {
  height: 32px;
  width: auto;
}

/* Apply Here row below logo */
.sidenav-applywrap {
  padding: 12px 20px;
  border-bottom: 1px solid #eef0f3;
}

.sidenav-apply-btn {
  display: block !important;
  text-align: center;
  padding: 10px 0 !important;
  background: #0c365d !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  border-radius: 7px !important;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: background 0.2s !important;
}

.sidenav-apply-btn:hover {
  background: #0a2a4a !important;
  color: #fff !important;
}

/* Nav links */
.sidenav > a {
  padding: 13px 20px 13px 24px;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #1c2d4a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s, color 0.2s, border-left 0.2s;
  border-left: 3px solid transparent;
}

.sidenav > a::after {
  content: '›';
  font-size: 1.2rem;
  color: #bbb;
  line-height: 1;
}

.sidenav > a:hover {
  color: #f16323;
  background: #fff8f5;
  border-left-color: #f16323;
}

.sidenav > a:hover::after {
  color: #f16323;
}

/* Social footer inside sidenav */
.sidenav-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 20px 28px;
  border-top: 1px solid #eef0f3;
  margin-top: auto;
}

.sidenav-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1c2d4a !important;
  font-size: 1rem;
  text-decoration: none !important;
  border: none !important;
  border-left: none !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s !important;
}

.sidenav-social a::after { display: none !important; }

.sidenav-social a:hover {
  background: #f16323 !important;
  color: #fff !important;
}

/* Close button */
.sidenav .closebtn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}
/* slide in navigation bar */

.extra-top {
  padding-top: 80px;
}

.training-heading {
  line-height: 1.6;
  padding-bottom: 80px;
  font-weight: 400;
  font-size: 1rem;
}

 .mobilescrolldiv{
      display: none;
  }
  
  .mobiledisplay{
      display: none;
  }


/*  TABLET MEDIA QUERY   */

@media (max-width: 1300px) {
  
  .container, .process-container {
    width: 95%;
  }
.navigation-menu {
    margin-right: 2px;
}
.CTA .btn {
    margin: 0px 2px;
    width: 90px;
}
.btn {
    padding: 10px;
}
.navigation-menu ul li a {
    margin-left: 5px;
}

.navigation-menu ul li a {
    font-size: 14px;
}

}

@media (max-width: 992px) {
  body {
    line-height: 1.5;
  }
  
  .mobilestyle{
      padding-left: 30px;
    padding-right: 25px;
  }
  
  .mobilestyle a{
      color: #fff;
      margin-bottom: 15px;
  }
  
   .leader-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  
  .tab-grid-2{
      grid-template-columns: 1fr 1fr;
  }
  
  .container, .process-container {
    width: 90%;
  }
  .padding-top-70 {
    padding-top: 30px;
}

.center-text {
    padding-top: 30px;
}
  .video_box {
    width: 100%;
  }
  /* header css*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  /* general css */
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
  .margin-top-20 {
    margin-top: 10px;
  }
  .margin-top-30 {
    margin-top: 20px;
  }
  .padding-top-100 {
    padding-top: 50px;
  }
  .px-30 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .half-border {
    border-radius: 15px;
  }
  /* header section */
  .header-section {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  /*banner seciton*/
  .banner-section {
    padding-top: 70px;
    min-height: 65vh;
  }
  .imagesholder {
    display: none;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: 2.3fr 1.2fr;
  }
  .floating-column {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .blue-floating {
    top: 40px;
  }
  .orange-column {
    position: absolute;
    bottom: 6px;
    right: 0px;
  }
  .orange-column a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .floating-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    margin-top: -25px;
  }
  /* process section css */

  .grid-4 {
    display: block;
    margin-top: 50px;
  }
  .arrow-img {
    height: 70px;
    width: auto;
    margin-top: 20px;
    transform: rotate(90deg);
    padding-top: 0px;
  }
  .grid-3 {
    grid-gap: 20px;
    margin-top: 30px;
  }
  .grid-3 .column {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .grid-4 .column {
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  /* testiminals section css */
  .testimonial-section {
    padding-bottom: 20px;
  }
  .testimonial-section h2 {
    width: 85%;
  }
  #testimonial-slider .splide__slide {
    padding: 30px 30px;
  }
  /* footer logo section css */
  .logo-column img {
    height: 20px;
  }
  /* footer section css */
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
  }
  .footer-grid li a {
    font-size: 14px;
  }
  .footer-nav {
    margin-left: 20px;
  }
  /* copyright section css */
  .copyright-section {
    padding: 10px 0px;
  }
  .social-media {
    display: none;
  }
  .tab-soc-med {
    display: block;
  }
  .copyright-section .soci-ul {
    text-align: center;
  }
  .grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .copyright-section p {
    text-align: center;
    font-size: 14px;
  }
  .tab-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  
  .footer-grid ul li {
    display: block;
}

.center-text ol, .center-text ul {
    margin-left: 20px;
}

.programdiv {
    padding: 20px;
}
  
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {

  .container, .process-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-top-70 {
    padding-top: 10px;
  }
  
  .mobiledisplay{
      display: block;
  }
  
  .mobilescrolldiv{
      display: block;
  }
  .mobilescrolldiv .CTA{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 5px;
      padding-bottom: 30px;
  }
  
  .mob-grid-1{
      grid-template-columns: 1fr;
  }
  
  .team_member_wrapper{
      margin-bottom: 30px;
  }
  
  .heroboxprogram {
    margin-top: 10px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  /* general section*/
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .margin-top-30 {
    margin-top: 20px;
  }
  .padding-top-100 {
    padding-top: 40px;
  }
  /* HEADER section*/
  .socialmedia ul li a {
    font-size: 11px !important;
    padding: 4px 5px;
  }
  .socialmedia ul li {
    padding-right: 2px;
  }
  .sidenav {
    padding-top: 55px;
  }
  .sidenav > a {
    font-size: 16px;
  }
  .header-section {
    display: none;
  }
  .mobile-header {
    display: block;
  }

.center-text {
    padding-top: 20px;
}
.logo-col {
    padding: 0px;
}
  .logo {
    width: 140px;
  }
  
  .py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}

  /* banner section*/
  .banner-section {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .grid-2 {
    display: block;
  }
  .floating-column h3 {
    width: 90%;
  }
  .floating-number {
    margin-bottom: 20px;
  }
  .grid-3 .column {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .mobile-margin {
    margin: 20px 0px;
  }
  .index .blue-floating {
    margin-top: 10px;
  }
  .blue-floating {
    width: 80%;
    padding: 20px 20px;
    border-bottom: 5px solid rgb(242, 99, 35);
  }
  /* process section*/
  .process-section {
    padding-top: 0px;
  }
  .grid-3 {
    display: block;
  }
  .grid-4 .column {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .floating-number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  /* testimonial section*/
  .testimonial-container {
    width: 85%;
  }
  #testimonial-slider .splide__slide {
    padding: 20px 0px;
    margin: 0px 10px;
  }

  .testimonial-section h2 {
    width: 90%;
  }
  /* footer logo section*/
  .logo-column img {
    height: 18px;
  }

  .logo-column {
    padding: 10px;
  }
  .footer-logo-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* footer section*/
  .foooter-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-grid {
    display: block;
  }
  /* copyright section*/
  .soci-ul a {
    font-size: 14px !important;
    padding: 8px 12px;
  }
  
  .floating-column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.about-banner-section .floating-column {
    padding-bottom: 15px;
}

.footer-nav.stroke{
    display: none;
}
  
  
}
/* ************************** ABOUT US **********************/
/* BANNER SECTION */

.about-banner-section {
  background-image: url("../images/photo-1517373116369-9bdb8cdc9f62.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
.about-banner-section .floating-column h3 {
  width: 100%;
}
.about-banner-section .floating-column {
  padding-bottom: 40px;
}
/* BANNER SECTION */
/* PROCESS SECTION */
.orange-list ul li {
  margin-left: 20px;
  line-height: 1.2;
}
.outer-floating {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: 40px;
}

.about-floating-img {
  width: 45px;
  padding: 15px;
}
.blue-btn a {
  text-align: center;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.about-blue-floating a {
  text-decoration: none;
}
.about-column img {
  position: relative;
  right: -17%;
}
/* PROCESS SECTION */

/* ACCORDIAON SECTION*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.column-1 {
  position: relative;
  left: -20%;
}
.inner-grid {
  margin-top: 20px;
}
/* ACCORDIAON */
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-soc-med ul li {
  display: inline-block;
}
.accordion {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion-label {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
}

.accordion-label::after {
  content: "\002B";
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-content {
  max-height: 0;
  padding: 0 16px;

  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input:checked + .accordion-label::after {
  content: "\2212";
}
input:checked ~ .accordion-content {
  max-height: 100vh;
  padding: 15px;
}
/* ACCORDION */
/* ACCORDION SECTION*/

/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  /* three process column */

  .about-floating-number {
    width: 40px;
    padding: 10px;
    margin-top: -30px;
  }
  .process-section .grid-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-column img {
    position: static;
    margin-bottom: 30px;
  }
  .blue-btn a {
    padding: 10px 25px;
    font-size: 15px;
  }

  /* accordion part */
  .accordion-section {
    display: none;
  }
  .grid-container {
    display: block;
  }
  .column-1 {
    position: static;
    margin-bottom: 30px;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  /* banner section */
  .mobile-padding-top {
    padding-top: 30px;
  }
  .about-banner-section {
    padding-bottom: 140px;
    padding-top: 30px;
  }
  .about-banner-section .floating-column {
    padding-bottom: 30px;
  }
  .blue-btn a {
    padding: 10px 24px;
    font-size: 14px;
  }
  .extra-top {
    padding-top: 0px;
  }
  /* Accordion section */
  .inner-grid {
    display: block;
    margin-top: 0px;
  }
  .inner-grid img {
    margin-top: 15px;
  }
  .accordion-label {
    font-size: 18px;
  }
}

/* ************************** MISSION PAGE **********************/
/* banner section */
.mission-banner-section {
  background-image: url("../images/everestit-mission.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
}
.mission-column {
  position: relative;
  right: -17%;
}
.mission-floating-column li {
  margin-left: 20px;
}
.mission-floating-column ul li::marker {
  color: #0c365d;
  font-size: 1.5em;
}
/* process section */
.process-container {
  padding-top: 250px;
}
.mission-floating-column {
  margin-top: -650px;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  /* process section */
  .mission-floating-column {
    width: 60%;
  }
  .mission-column {
    position: static;
  }
  .mission-column .inner-grid {
    margin-top: 40px;
  }
  
  .mobile-grid {
    grid-template-columns: 1fr 8fr 1fr;
  }
  
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .mission-banner-section {
    padding-top: 0px;
  }
  .mission-floating-column {
    width: 85%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mission-column .inner-grid {
    margin-top: 20px;
  }
  .grid-container .padding-bottom-40 {
    padding-bottom: 30px;
  }
  .mission-banner-section .orange-column {
    position: absolute;
    top: 70px;
    right: 0px;
  }
  
  .mobile-grid {
    grid-template-columns: 1fr 4fr 1fr;
  }
  
}

/* ************************** FAQ PAGE **********************/
.faq-banner-section {
  background-image: url("../images/Dotted_World_map_.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  height: 200px;
  position: relative;
  padding-bottom: 50px;
}
.faq-banner-section h5 {
  font-size: 20px;
}
.bluebg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(5, 40, 135, 0.774);
  z-index: 11;
}
/* body part */
.floating-img {
  margin-top: -220px;
}
.faq-body-section .blue-btn {
  text-align: center;
}
/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  .faq-banner-section {
    padding-top: 120px;
    height: 100px;
  }
  .faq-banner-section h5 {
    font-size: 18px;
  }
  .outer-floating {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .about-floating-img {
    width: 35px;
    padding: 15px;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .faq-banner-section {
    padding-top: 100px;
    height: 80px;
  }
  .faq-banner-section h5 {
    font-size: 18px;
  }
}
/* ************************** TESTIMONIAL PAGE **********************/
/* BODY PART */
.blue-banner-section {
  background-image: url("../images/Dotted_World_map_.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 150px;
  height: 350px;
  position: relative;
}
.blue-banner-section h5 {
  font-size: 24px;
}
.testimonial-body-section {
  padding-bottom: 100px;
}
.testimonial-body-section .floating-img {
  background-color: #fff;
  padding: 70px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.testimonial-body-section .paragraph {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-body-section .testimonial-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100px;
}
/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  .testimonial-body-section .floating-img {
    padding: 50px;
  }
  .testimonial-body-section .testimonial-container {
    width: 90%;
  }
  .testimonial-body-section {
    padding-bottom: 50px;
  }
  .blue-banner-section h5 {
    font-size: 18px;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .testimonial-body-section {
    padding-bottom: 40px;
  }
  .blue-banner-section h5 {
    font-size: 14px;
  }
  .testimonial-body-section .floating-img {
    padding: 30px;
  }
  .testimonial-body-section .testimonial-container {
    background-size: 70px;
  }
  .testimonial-body-section .paragraph {
    width: 100%;
  }
  .testimonial-body-section .testimonial-container {
    width: 100%;
  }
  .floating-img {
    margin-top: -150px;
  }
}

/* ************************** TRAINING COURSE PAGE **********************/
/* BODY PART */
.training-body-section {
  padding-bottom: 100px;
}
.left-margin-column {
  padding: 10px 20px;
  border-left: 4px solid #f26323;
}
.left-margin-column p {
  font-size: 18px;
}
#mobile-splide {
  display: none;
}
/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  .training-body-section {
    padding-bottom: 50px;
  }
  .left-margin-column p {
    font-size: 17px;
  }
  #banner-splide {
    display: none;
  }
  #mobile-splide {
    display: block;
  }
  .blue-banner-section {
    padding-top: 120px;
    height: 320px;
  }
  .training-body-section .floating-img {
    margin-top: 0;
  }
  #banner-splide .splide__slide {
    padding: 20px 30px;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .training-body-section {
    padding-bottom: 40px;
  }
  .banner-grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding-top: 0;
  }
  .left-margin-column p {
    font-size: 14px;
  }
  .left-margin-column {
    padding: 5px 10px;
    border-left: 3px solid #f26323;
  }
  .blue-banner-section {
    padding-top: 100px;
    height: 285px;
  }
  .training-body-section .floating-img {
    margin-top: 0;
  }
  #banner-splide .splide__slide {
    padding: 10px 30px;
  }
}
/* ************************** LEADERSHIP TEAM PAGE **********************/
/* BANNER-SECTION */
.leadership-banner-section {
  background-image: url("../images/leadership-team.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.leadership-body-section {
  padding-bottom: 100px;
}
.leadership-body-section .floating-img {
  margin-top: -100px;
}
.leadership-body-section .floating-img {
  background-color: #fff;
  padding: 50px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.leadership-body-section .grid-2 {
  grid-gap: 40px;
}
.logo-slider-1 .logo-column img {
  height: 30px;
  width: auto;
}
/* social media */
.leadership-body-section .soci-ul {
  list-style: none;
  text-align: center;
}
.leadership-body-section li {
  display: inline-block;
}
.leadership-body-section .soci-ul a {
  font-size: 18px !important;
  text-decoration: none;
  margin: 0px 0px;
}
.leadership-body-section .fa-facebook {
  background-color: rgb(66, 103, 178);
  padding: 10px 15px;
  border-radius: 50%;
}
.leadership-body-section .fa-twitter {
  background-color: #00acee;
  padding: 10px 12px;
  border-radius: 50%;
}
.leadership-body-section .fa-linkedin {
  background-color: #0077b5;
  padding: 10px 12px;
  border-radius: 50%;
}
/* .leadership-body-section .fa-tiktok {
  background-color: white;
  padding: 10px 12px;
  border-radius: 50%;
} */

/* social media */
.leadership-column h2 {
  width: 70%;
  margin: 50px auto;
}

/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  .leadership-banner-section {
    height: 350px;
  }
  .leadership-body-section .grid-2 {
    display: block;
  }
  .leadership-body-section {
    padding-bottom: 50px;
  }
  .leadership-body-section .floating-img {
    padding: 30px;
  }
  .leadership-body-section h2,
  .leadership-body-section h5,
  .leadership-body-section p {
    text-align: center;
  }
  .leadership-column h2 {
    font-size: 24px;
    width: 90%;
    margin: 40px auto;
  }
  .logo-slider-1 .logo-column img {
    height: 22px;
    width: auto;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .leadership-banner-section {
    height: 280px;
  }
  .leadership-body-section .floating-img {
    padding: 25px;
  }
  .leadership-column h2 {
    font-size: 18px;
    width: 90%;
    margin: 20px auto;
  }
}

/* ************************** CONTACT US PAGE **********************/
/* map section */

.google-maps {
  position: relative;
  margin-top: 80px;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* body section */
.contact-body-section .grid-3 .column {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-body-section .grid-3 .column p {
  font-size: 18px;
}
.contact-body-section .blue-btn {
  text-align: center;
}
.contact-body-section .floating-img {
  margin-top: -200px;
}

.columnindex {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 20px;
}
.columnindex h4 {
  font-size: 20px;
}

.listboxstyle {
  margin-top: -70px;
  font-size: 20px;
  margin-bottom: 20px;
}

.link a {
  color: #3a3838;
  text-decoration: none;
}
.link a:hover {
  color: #f26323;
  text-decoration: underline;
}

/*  TABLET MEDIA QUERY   */
@media (max-width: 992px) {
  .contact-body-section .grid-3 .column {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .contact-body-section .grid-3 .column p {
    font-size: 15px;
  }
  .contact-body-section .floating-img {
    margin-top: -100px;
  }
  .header-grid {
    grid-template-columns: 1fr;
  }
  .center-text {
    width: 100%;
  }
  .center-text h2 {
    width: 100%;
  }
  .center-text h3 {
    width: 100%;
  }
  .center-text p {
    width: 100%;
  }
  .center-text .points {
    width: 100%;
  }
  .main-grid-4 {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  .header-grid {
    grid-template-columns: 1fr;
  }

  .imagesholder {
    display: none;
  }
  .google-maps {
    margin-top: 0px;
    padding-bottom: 60%;
  }
  .contact-body-section .grid-3 .column {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 5px;
  }
  .contact-body-section .grid-3 .column p {
    font-size: 14px;
  }

  .center-text {
    width: 100%;
  }
  .center-text h1 {
    font-size: 1.6rem;
  }
  .center-text h2 {
    font-size: 1rem;
    width: 100%;
  }
  .center-text h3 {
    font-size: 1rem;
    width: 100%;
  }
  .center-text p {
    width: 100%;
  }
  .center-text .points {
    width: 100%;
  }
  .banner-section {
    height: auto;
  }
  .main-grid-4 {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .margin-top-85 {
    margin-top: 58px;
  }
}


@media (max-width:320px) {
.center-text h1 {
    font-size: 1.5rem;
}
.orange-column a {
    font-size: 16px;
}

.about-banner-section .floating-column {
    padding-bottom: 15px;
}
.floating-column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.blue-banner-section {
    height: 220px;
}
.testimonial-body-section .floating-img {
    padding: 15px;
}

.mobileheight{
     height: 360px;
}
.faq-banner-section {
    height: 100px;
}

.center-text ul, .center-text ol{
    margin-left: 10px;
    font-size: 12px;
}

input:checked ~ .accordion-content {
    max-height: 100%;
}
.accordion-label {
    font-size: 16px;
}

.leadership-body-section .floating-img {
    padding: 15px;
}

.logo {
    width: 100px;
}

.btn {
    padding: 6px 9px;
    font-size: 13px;
}
.ham-icon {
    font-size: 25px;
}
.logo-slider-1 .logo-column img {
    height: 18px;
}

.logo-column {
    padding: 0px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}



}

/* ── Program Cards ── */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.program-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(12, 54, 93, 0.10);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(12, 54, 93, 0.18);
}

.program-card-header {
    background: #0c365d;
    padding: 22px 24px 18px;
}

.program-card-header h4 {
    color: #ffffff;
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 700;
}

.program-card-header p {
    color: rgba(255,255,255,0.75);
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.program-card-body {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.program-btn {
    display: block;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.program-btn:hover {
    opacity: 0.88;
    color: #fff;
}

.program-btn.primary {
    background: #f16323;
    color: #ffffff;
}

.program-btn.secondary {
    background: #0c365d;
    color: #ffffff;
}

.program-card-footer {
    background: #f5f8fc;
    padding: 14px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.82rem;
    color: #555;
    border-top: 1px solid #e2eaf2;
}

.program-card-footer a {
    color: #0c365d;
    font-weight: 500;
}

.program-card-footer a:hover {
    color: #f16323;
}

.program-card-footer span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.program-card-footer .fa {
    color: #f16323;
    width: 14px;
}

@media (max-width: 1024px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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







