* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
i.far.fa-user-circle {
  color: #0d668e;
  font-size: 20px;
}
.mobile_picture {
  order: 2;
}
.mobile_content {
 order: 1;
}
.key_focus_area h3 {
text-align: center;
font-size: 50px;
font-weight: 800;
padding: 30px 0px;
color: #09374f;
margin-bottom: 15px;}
.card-title {
  font-size: 20px;
  color: #0c668e;
  margin-bottom: 10px;
  font-weight: 800;
}
.card-content {
  padding: 10px;
  background: #fff;
  height: 220px;
}
.join_us_section {
  padding-bottom: 60px;
}
.how-contribute img {
  width: 13% !important;
  margin-right: 3%;
}
section.key_focus_area {
  background: #e7e7e7;
  padding-bottom: 60px;
}
/* ============.testimonial slider================================ */
.testimonial h4 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 2%;
}
.testimonial{
padding: 60px 0px;}
.testimonial_box {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 10px;
  margin: 20px;
}
.testimonial_box-name {
    padding-top: 1rem !important;
    border-top: 1px solid #dee2e6 !important;
}
/* ============.testimonial slider end================================ */
/* =============card hover==================== */
.flex-container {
  position: relative;
  height: 80vh;
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  overflow: hidden;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 3vw;
  margin: auto;
  line-height: 40px;
  left: 19.5%;
  padding-left: 5px;
  border-left: 0.5px solid #fff;
  transform: rotate(90deg);
  top: 50% !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    transform: rotate(0deg) !important;
    font-size: 6vw;
    top: 20% !important;
    left: 15%;
  }
}
.flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 20px;
  padding: 5%;
  top: 50%;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    padding: 0%;
    border: 0px solid #f1f1f1;
    top: 26%;
  }
}

.flex-slide {
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  @media screen and (max-width: 768px) {
    overflow: auto;
    overflow-x: hidden;
  }
}
.flex-slide p {
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }

}
.flex-slide ul li {
  @media screen and (max-width: 768px) {
    font-size: 2em;
  }
}
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}


  @media screen and (min-width: 768px) {
    animation: aboutFlexSlide $defaultSeconds 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

.flex-title-home {
  @media screen and (min-width: 768px) {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide defaultSeconds 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}

.flex-about-home {
  opacity: 0;
  @media screen and (min-width: 768px) {
    animation: aboutFlexSlide $defaultSeconds 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-form {
  width: 100%;
}
input {
  width: 100%;
}
textarea {
  width: 100%;
}
.cardhover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./img/prakash-foundation1.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}
.cardhover2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./img/prakash-foundation2.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.cardhover3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./img/prakash-foundation3.jpg);
  background-size: cover;
  background-position: center center;
  background-position: bottom;
  background-attachment: fixed;
}
.cardhover4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(./img/prakash-foundation4.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.flex-slide p {
    color: #fff;
}
.carousel-caption button {
	animation-delay: 3s;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* =============card end hover==================== */
.banner_text {
  position: relative;
}
i.fa.fa-linkedin.color {
  color: #0d668e;
  font-size: 20px;
  position: relative;
  border: 1px solid #0d668e;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 999;
}
.banner_text h1{
  position: absolute;
  top: 40%;
  left: 4%;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  text-transform:uppercase;
}
img.loigrt {
  padding: 10px 0px;
  width: 180px;
}
.spf_section {
  text-align: left;
  border-bottom: 1px solid #0c668e;
  height: 130px;
}
video {
  width: 100%;
}
.before_section::after {
  content: "";
  background: url(img/education-before.png);
  position: absolute;
  top: -30px;
  width: 150px;
  left: -33px;
  height: 150px;
}
.before_section2::after {
  content: "";
  background: url(img/education-before.png);
  position: absolute;
  top: -30px;
  width: 150px;
  right: -33px;
  height: 150px;
}
i.fa.fa-seedling {
    color: #0d668e;
    padding-right: 2%;
}
i.fa.fa-book {
  color: #0d668e;
  padding-right: 2%;
}
i.fa.fa-medkit {
  color: #0d668e;
  padding-right: 2%;
}
i.fas.fa-running {
  color: #0d668e;
  padding-right: 2%;
}
i.fa.fa-paint-brush {
  color: #0d668e;
  padding-right: 2%;
}
.book_section {
  line-height: 30px;
  font-size: 18px;
  padding-top: 3%;
}
.education_section span {
  font-size: 22px;
  color: #003049;
  font-weight: 700;
}
.education_section h1{
font-size: 36px;
font-weight: 800;
color: #0d668e;}
section.education_section {
  padding: 50px 0px;
}
.accordian-section, .counter-section, .discover-section, .legal-section, .our-excellence-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
  z-index: 7;
}
.justify-content-between {
  justify-content: space-between !important;
}
.counter-section .counter-box:not(:last-child) {
  border-right: 1.5px solid #9badb5;
}
section.real_stories {
  padding: 50px 0px;
}
.counter-section .counter-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
.text-left {
  color: #fff;
}
h2.counter {
  font-weight: 700;
  color: #ffffff;
  font-size: 3rem;
}
.spf_main {
  padding: 50px 0px;
}
.spf_section p {
color: #0c668e;}
.oppouye span {
  color: #0d668e;
}
.offset-lg-4 {
   margin-left: 0%!important;
}
ul.sdg {
	display: flex;
    margin: 20px 0px;
	flex-wrap: wrap;
}
ul.sdg li {
	border: 1px #3c748e solid;
    border-radius: 6px;
    padding: 10px 15px;
    width: auto;
    margin: 10px 20px 10px 0px;
	box-shadow: 0px 1px 12px #a5a5a5;
}
ul.sdg li img {
	margin-right:5px;
}

header .header-logo {
  color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
ul.sub-menu.list-unstyled.p-0.m-0 span{
  text-transform: uppercase;
}
header {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .main-menu>li {
  position: relative;
}
.apart {
  background: aliceblue;
    text-align: center;
}
.apart p {
  margin: 0;
  font-size: 20px;
}
section.our-values {
  padding: 60px 0px;
}
.blockquote p {
  font-size: 16px;
  color: #000;
}
.real_stories h1{
  font-weight: 600;
  font-size: 3rem;
  color: #0c668e;
  text-align:center;
}
.real_stories span {
  display: block;
  font-size: 40px;
  color: #003049;
}
.space_btwen {
  text-align: center;
  padding: 50px;
  width: 50%;
  margin: 0 auto;
}
.real_stories p {
  width: 65%;
  margin: 0 auto;
  font-size: 19px;
  text-align:center;
}
.practicing .practicing-inner {
  position: relative;
  padding: 15px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  text-align:center;
}
.practicing-inner img {
  width: 60px;
  margin-bottom: 2%;
}
.practicing .practicing-inner h3 {
  font-size: 18px;
  color: #003049;
  font-weight: 700;
  line-height: 26px;
}
.practicing-inner p {
  font-size:15px;
}
.bg-light {
  background-color: #f8f9fa !important;
  padding-top: 60px;
  padding-bottom: 30px;
}
.contribute_Sec {
  background:#efefef !important;
  padding:60px 0px 30px;
}
.contribute_Sec h2 {
    text-align: center;
    padding-bottom: 2%;
    color: #003049;
    font-weight: 600;
}
.esgdata {
  border: 1px solid;
  padding: 10px;
  background: #fff;
  height: 150px;
}
.bg-light h2 {
  text-align:center;
  padding-bottom: 2%;
  color: #003049;
  font-weight: 600;
}
h2.section-heading.fade-in-up-element.mb-5.fade-in-up {
  margin-bottom: 20px !important;
  font-weight: 600;
  padding-left: 1.5%;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 2%;
}
span.h6.fw-bold {
  font-weight: 700;
  color: #196e94;
}
.text-darkk {
  color: #196e94 !important;
}
.blockquote::before {
  content: '';
  position: absolute;
  background: url(https://www.vrsventures.com/images/quote.png) no-repeat;
  width: 50px;
  height: 40px;
  bottom: 10px;
  right: 30px;
}
.space_down {
  padding: 60px 0px;
}
.leadership_images {
  width: 100%;
  border: 1px solid gray;
}
.cea-icon-list-item p {
  font-size: 17px;
}
header .main-menu>li>a {
  color: black;
  font-size: 13px;
  padding: 25px 20px;
  font-weight: 700;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.esgdata p {
  font-size: 20px;
}
.in-the-news {
  background: url(./img/news-background.jpg);
  background-size: cover;
  padding: 100px 0px;
    text-align: center;
}
.in-the-news h2{
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 4px #000000;
}
.in-the-news p{
  color: #fff;
  width: 45%;
  margin: 0 auto;
  text-shadow: 2px 2px 4px #000000;
}
header .main-menu>li.active>a {
  color:black;
}

header .main-menu>li:hover>a {
  color: #0d668e;
  text-decoration:none;
}

header .main-menu>li>a>i {
  color: black;
}

header .main-menu>li>a:hover>i {
  color: #fff;
}

header .main-menu>li:hover>a i {
  color: #fff;
}

header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 100%;
  width: 180px;
  overflow: hidden;
  font-weight: 800;
   background: #fff;
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .main-menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
 header .main-menu .sub-menu a i {
  color:#0d668e;
}

header .main-menu .sub-menu a:hover {
  color: #0d668e;
  text-decoration:none;
}

header .main-menu>li:hover .sub-menu {
  display: block;
} 

/* header .header-logo figure img {
  max-width: 200px;
} */
/* 
header .demo-link {
  margin-left: 1vw;
} */

/* header .side-menu-close {
  background: transparent;
} */
/* 
header .side-menu-close span {
  background: #21395F;
  width: 28px;
} */

/* #call-action .call-action {
  color: #001b4f;
  font-weight: 700;
  font-size: 23px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
} */

/* #call-action .call-action:hover {
  color: #10bd3b;
} */

/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
}

.side-menu-logo {
  border-bottom: 2px solid #FE8204;
}

.side-menu-nav .main-menu>li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.side-menu-nav .main-menu>li>a>i {
  color: #03328E;
}



.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  font-weight: 600;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
  color: #03328E;
}

.side-menu-nav .main-menu .sub-menu~i {
  font-size: .8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #F5F5F5;
}

.side-menu-nav .main-menu>li>a {
  color: #212529;
  padding: 15px 30px 15px 10px;
  font-weight: 600;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #21395F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}








/* hoper--------------- */
.hoper{
  width: 100%;
}




/* Foundation----------------- */
.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  background-color: #0c668e;
}

.text-content {
  flex: 1;
  /* min-width: 300px; */
  padding: 30px 50px;
}
.text-content p{
  width: 100%;
  font-size:15px;
  color:#fff;
}
.text-content em {
	font-size:18px;
	font-weight:700;
	font-style:normal;
}

.image-content {
  flex: 1;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  position: relative;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

/* Mission & Vision Section */
.mission-vision {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 112px 120px;
  background-color:#0d668e;
  color: white;
  position: relative;
}
.mission-vision::after {
content: "";
background-color: #0d668e;
width: 25px;
height: 25px;
position: absolute;
top: -6px;
left: 50%;
transform: scaleX(1.155) skewY(360deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%);
}

.mission-vision::before{
content: "";
width: 25px;
height: 25px;
}
.mission-vision::before {
  content: "";
    background-color:#0d668e;
    width: 25px;
    height: 25px;
    
    bottom: -18px;
    position: absolute;
     left: 50%;
    transform: scaleX(1.155) skewY(360deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%);
}


.mission-vision::after {
  content: "";
  width: 25px;
  height: 25px;
}
p.devo {
  width: 400px;
  color: white;
}
p.devoa {
  width: 393px;
  color: white;
}

.mission, .vision {
     min-width: 300px;
     padding-right: 59px;
     padding-left: 82px;}

.section-title span {
color: white;
} 

.section-title {
font-size: 36px;
font-weight: 800;
color:white;
margin-bottom: 15px;
text-align: left;
}
section#testimonials {
background: #f6f2f0;
padding: 40px;
}
.section-titlee {
font-size: 40px;
font-weight: 800;
color:#fff;
margin-bottom: 15px;
text-transform:uppercase;
}

/* Key------------------- */

.focus-areas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  
}
.focus-container {
  display: flex;
  max-width: 1413px;
  width: 100%;
  align-items: center;
  gap: 40px;
}

.focus-image {
  flex: 1;
}

.focus-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.focus-content {
  flex: 1;
}

.focus-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}
.focus-section {
  margin-bottom: 20px;
}

.focus-section h3 {
font-size: 24px;
color: #0c668e;
margin-bottom: 10px;
font-weight: 800;
}


.focus-section ul {
  list-style: none;
  padding: 0;
}

.focus-section ul li {
  font-size: 16px;
  color: #555;
  padding-left: 0px;
  position: relative;
  margin-bottom: 8px;
}

.focus-section ul li::before {
 color: #d97b01;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: 900;
}

/* how we work----------------- */

.container-believe {
/* display: flex; */
align-items: center;
justify-content: space-between;

margin: auto;

position: relative;
}
.text-section {
  background: rgba(255, 255, 255, 0.9);
  padding: 26px;
  width: 30%;
  position: absolute;
  right: 73px;
  top: 50%;
  transform: translateY(-50%);
}

.text-section h2 {
font-size: 34px;
font-weight: 800;
margin-bottom: 10px;
}
.text-section h3 {
color: #030303;
font-size: 26px;
margin-bottom: 15px;
font-weight: 800;
}
.text-section p {
font-size: 16px;
line-height: 1.5;
color: #333;
}
.image-section img {
width: 100%;
height: auto;
display: block;
}

.resul samp {
color: #0d668e;
font-size: 26px;
margin-bottom: 15px;
font-weight: 800 !important;
}



/* join us----------------- */

/* Approach Section Styling */
.approach_seccc {
padding: 90px 20px;
background-color: #f9f9f9;
text-align: center;
}

.segments_title {
font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #09374f;
}

.approach {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
list-style: none;
padding: 0;
}

.approach li {
flex: 1 1 200px;
max-width: 250px;
display: flex;
justify-content: center;
align-items: center;
}

.approach_box {
background: white;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out;
}

.approach_box:hover {
transform: translateY(-5px);
}

.approach_box img {
width: 80px;
height: 80px;
margin-bottom: 15px;
}

.approach_box p {
font-size: 1em;
color: #444;
font-weight: 500;
}

.approach_box p span {
font-weight: bold;
color: #007BFF;
}
h1.cutr {
font-size: 24px;
font-weight: 600;
}






/* Testimonials------------ */

h2.section-titlet {
text-align: center;
font-weight: 800;
font-size: 36px;
}


.swiper {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
text-align: center;
border-radius: 40px;
padding: 30px 23px;
background: var(--primary-text);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-pagination-bullet {
width: var(
  --swiper-pagination-bullet-width,
  var(--swiper-pagination-bullet-size, 15px)
);
height: var(
  --swiper-pagination-bullet-height,
  var(--swiper-pagination-bullet-size, 15px)
);
background: #d9d9d9;
background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
background: var(--primary-text);
}

.swiper.testimonial-wrapper {
padding-top:  111px;
padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
color: var(--white-text-white);
text-align: center;
font-size: 16px;
font-family: "Outfit";
font-weight: normal;
font-style: normal;
max-width: 330px;
margin-bottom: 45px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 4;
-webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
color: var(--white-text-white);
text-align: center;
font-size: 16px;
font-family: "Outfit";
font-weight: bold;
font-style: normal;
margin-bottom: 35px;
position: relative;
}

.testimonial-items .testimonial-title::before {
content: "";
position: absolute;
left: -23px;
top: 9px;
width: 20px;
height: 1px;
background-color: var(--white-text-white);
}

.testimonial-img {
position: relative;
width: 100px;
height: 100px;
height: 70px;
}

.testimonial-img::before {
content: "";
position: absolute;
left: 50%;
top: -50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.testimonial-img.tm-img-1::before {
background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}


/* Join us--------------- */
.map { width:100%;}
.header {
text-align: center;
font-size: 50px;
font-weight: 800;
padding: 30px 0px;
color: #09374f;
margin-bottom:15px;
}
.container-succey {
padding: 80px;
}
.container-succey img {width:100%;}
.subtext {
font-size: 16px;
  color: #555;
  text-align: center;
  padding: 10px;
}
.content {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}
.left-section, .right-section {
flex: 1;
min-width: 300px;
}
.left-section img {
width: 100%;
border-radius: 10px;
}
.right-section {
padding-left: 76px;
}
.title {
font-size: 2em;
font-weight: 800;
color: #0056A2;
}
.points {
margin-top: 20px;
}
.points h3 {
font-size: 1.2em;
font-weight: bold;
color: #000;
}
.points p {
font-size: 1em;
color: #333;
margin-bottom: 10px;
}
.how-contribute {
font-weight: bold;
}
.how-contribute ul {
list-style-type: none;
padding: 0;
}
.how-contribute li {
  font-size: 1.2em;
  color: #515151;
  background: #fff;
  box-shadow: -7px 12px 41px -10px rgb(0 0 0 / 20%);
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 50px 0px 50px 0px;
  padding-left: 6%;
}
h3.donat {
font-size: 29px;
font-weight: 800;
color: #0056a2;
}
/* footer------------------------- */
.footer {
  
  background-color: #0a5b7f;
    color: #fff;
    padding: 60px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

p.adipisicy {
  color: #ccc;
  font-size:15px;
}


.footer div {
  max-width: 300px;
}
.footer h3 {
  margin-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 5px;
}
.footer a {
  color: #ccc;
  text-decoration: none;
  font-size:15px;
}
.footer a:hover {
  text-decoration: none;
  color:#fff;
}
.social-icons a {
  margin-right: 10px;
}
.copyright {
  text-align: center;
  padding: 10px;
  background-color: #fdfeff;
  color: rgb(14, 13, 13);
}
p.most {
  color: black;
}
p.dolor {
  color: #ccc!important;
  font-size:15px;
  margin:20px 0px;
}
.contactTitle {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.tematyytr span {
  font-size: 18px;
  font-weight: 600;
  color: rgb(18, 18, 18);
}

.add_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.add_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

 .add_list li img.locat {
  width: 25px;
  height: 25px;
  margin-right: 10px;
} 
.add_list li p {
  margin: 0;
  font-size: 16px;
  color:rgb(12, 12, 12);
}

.add_list li a.sikar {
  text-decoration: none;
  color: #ccc;
  font-weight: 500;
}

.add_list li a.sikar:hover {
  text-decoration: underline;
}    



/* leadership---------------- */
.elitt {
 width: 100%; 
}
.leadership {
  padding: 60px 0;
}
.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
  color: #0d668e;
  font-size: 20px;
}
span.icon-list-text {
  font-size: 22px;
}
/* who we are------------------ */
.about_sect {
  padding: 60px 0;
}

.containerr {
   width: 85%; 
  margin: 0 auto;
}



.facilise {
  flex: 1;
  padding: 20px;
}

.about_lft img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.about_rgt {
  text-align: left;
  padding: 20px;
}

.oppouye {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-top: 0px;
  margin-bottom: 10px !important;
}

.about_rgt p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}




/* leader------------------- */


/* Section Styling */
.story_sect {
  padding: 60px 0;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Flexbox Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  justify-content: space-between;
}

/* Column Layout */
.col-md-6 {
  width: 50%;
  padding: 15px;
}

.col-sm-12 {
  width: 100%;
}

/* Text Section */
.textt-section {
  text-align: left;
}

.about {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin-bottom: 15px;
}

.textt-section p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Image Section */
.image-sectiont img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}



/* education----------------------- */



.about_sec {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-md-6 {
  width: 70%;
  padding: 15px;
}

.about_lft img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about_rgt {
  /* padding: 20px; */
  text-align: left;
}
.col-md-6.facilise {
  padding: 8px;
}
.about_rgt h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}

.about_rgt p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.about_rgt a {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.about_rgt a:hover {
  background-color: #0056b3;
}



/* soorts----------------------- */

.annualrptsec {
  padding: 50px 0;
  background-color: #f9f9f9; 
}

.container {
  max-width: 1400px!important;
  margin: 0 auto;
  padding: 0 15px;
}
.col-md-6 {
  max-width: 50%;
}
.divcentetr {
  text-align: center;
  margin-bottom: 30px;
}

.mahead {
  font-size: 36px;
  font-weight: 800;
  color: #0c668e;
  padding-left: 1.5%;
  margin-bottom: 10px;
}

.col-md-6 {
  max-width: 50%;
}


.keeping {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* 
.col-md-6 {
  flex: 1;
  min-width: 300px; 
  text-align: center;
} */

.esgdata img {
  width: 100%;
  max-width: 500px; 
  height: auto;
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease-in-out;
}
li.cea-icon-list-item {
  padding-top: 4%;
  border: 1px solid gray;
  padding-left: 5%;
  height: 180px;
}
.esgdata img:hover {
  transform: scale(1.05); 
}
.advantage_sec {
  padding: 60px 0;
  background-color: #f4f4f4; /* Light grey background */
}
.card-body img {
  width: 15%;
    border-radius: 50%;
    margin-bottom: 5%;
}
.mission-vision img {
  margin-bottom: 2%;
}
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.pothera-online-key-words-keys {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  text-transform: uppercase;
}

.value {
  display: flex;
  justify-content: center;
}

.value ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.value li {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
  width: 250px;
}

.value li:hover {
  transform: translateY(-5px);
}

.value_des img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.value_des h3 {
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}


.value_des p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
/* environmnt---------------- */


col-md-6 {
  width: 50%;
  position: relative;
}
.section-titleet {
  text-align: left;
}
/* Image Container */
.img {
  width: 100%;
  overflow: hidden;
}

.img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Content Box */
.bg-cream {
 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.contentt {
  max-width: 90%;
}

h4.envtrry  {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* List Styling */
ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}


img.ecologyr {
  width: 44px;
}

strong.amer {
  padding: 15px;
}

.services.section-padding {
  background-image: url(img/download.jpg);
  padding: 50px;
}

/* General Section Styling */
.story_secry {
  padding: 80px 0;
   background-color: #f8f9fa; 
}

.col-md-6.col-sm-12.cumquer {
  padding: 7px;
  max-width: 74%;
  flex: 108%;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* Text Section Styling */
.textt-section {
  padding: 20px;
  /* background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.textt-section h4 {
  font-size: 35px;
  font-weight: 800;
  color: #333;
  margin-bottom: 15px;
}

.textt-section p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Image Section Styling */
.image-sectiont {
  text-align: center;
}

.image-sectiont img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 3em;
    max-width: 1300px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px;
    min-width: 290px;
    width: 100%;
    max-height: 380px;
    width: 23%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1.3em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 10px #4a4848;
}

.grid figure h2, .grid figure p {
    margin: 0;
}

.grid figure p {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
    background: #000;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0px 0 10px 0px;
    text-align: left;
    color: #fff;
	text-transform: capitalize;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2e9aca;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
	color:#fff;
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.content {
    margin: 0 auto;
    max-width: 1000px;
}

.content > h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}

.content > h2:first-child {
    padding-top: 0em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .textt-section, .image-sectiont {
      text-align: center;
  }
  .textt-section {
      margin-bottom: 20px;
  }
}


/* General Section Styling */
.about.section-padding {
  padding: 60px 0;
}

.container {
  width: 90%;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* Image Styling */
.col-md-6 img {
  width: 100%;
}

/* Content Styling */
.section-title {
  font-size: 35px;
  font-weight: 800;
 
  margin-bottom: 15px;
}

p.adipcimgh {
  text-align: left;
}
.col.col-md-6.cumquerrt {
  /* flex: 100%; */
  max-width: 50%;
 
}

/* Responsive Design */
@media (max-width: 768px) {
  .row {
      flex-direction: column;
  }

  .col-md-6 {
      width: 100%;
  }
  .practicing .practicing-inner {
    height: auto !important;
}
.practicing-inner img {
  width: 20%;}
  .real_stories p {
    width: 100%;}
    .space_btwen {
      padding: 20px;
      width: 100%;
  }
  .in-the-news h2 {
    color: #fff;
    font-size: 35px;}
    .in-the-news p {
      color: #fff;
      width: 100%;}
      .esgdata {    margin-bottom: 5%;}
}













/* arts---------------- */

.rationes {
  
  background: white;
  padding: 90px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
 
  text-align: center;
}


 .rationes h1 {
  font-size: 35px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 800;
} 


.rationes p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}





/* General Styles */
.rooms1 {
   /* background-color:#f5f4f4;  */
  padding: 79px 0;
}

.section-subtitle {
  font-size: 20px;
  color: #0c668e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Card Styles */
.item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}

.item:hover {
  transform: translateY(-5px);
}

.item .position-re {
  position: relative;
}

.item img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.con {
  padding: 40px;
  text-align: center;
}

.con h5 a {
  font-size: 26px;
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 800;
  transition: color 0.3s ease-in-out;
}

.con h5 a:hover {
  color: #0c668e;
}

/* .line {
  width: 50px;
  height: 3px;
  background: #8b4513;
  margin: 10px auto;
} */

.facilities .permalink {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .item {
      margin-bottom: 20px;
  }
}

/* we work-------------- */
.mat {
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}
.changet {
  font-size: 32px;
  font-weight: 900;
  color: #333;
  margin-bottom: 30px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-sm-6 {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  padding: 15px;
}
.section {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.section h2 {
  font-size: 32px;
  color: #1d6186;
  margin-bottom: 15px;
  font-weight: 700;
}

.section ul {
  list-style: none;
  padding: 0;
}

.section ul li {
  font-size: 1rem;
  color: #555;
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}
.section ul li::before {
  content: '\2022'; 
  color: #007bff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* join--------------- */


.image-sectiont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
    bottom: -60%;
    right: 3%;
  background: rgba(255, 255, 255, 0.8); 
    padding: 20px;
    border-radius: 5px;
    max-width: 394px;
}

h1.build {
  font-size: 34px;
  font-weight: 800;
  color: #162838;
}
.build samp{
  font-size: 32px;
  font-weight: 800;
  color: #e32525;
}

/* Core------------------- */




/* Container */
 .container.modern {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 40px auto;
  padding: 50px;
  background: #fff;
 
  border-radius: 8px;
} 


/* Divider */
.divider {
  width: 2px;
  background-color: #ddd;
  margin: 0 20px;
}

/* Headings */
.wisot {
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 11px;
  border-bottom: 2px solid #2c3e50;
  padding-bottom: 20px;
  font-weight: 800;
}


/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}




/* contact us------------------- */


.container-road {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 91px 0;
  gap:121px;
}

.contact-main {
  background: #167aa6;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.contact-main h2 {
  /* text-align: center; */
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #fff;
}
.form-container-toges {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}
.form-container-toges h3 {
  /* text-align: center; */
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #167aa6;
}
.container-road i {
  width: 30px;
  color: #e3e2e2;
  font-size: 20px;
  margin-top: 3px;
}

.contact-main p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: #e3e2e2;
}

.contact-main p img {
  width: 20px;
  margin-right: 10px;
}

.footer-icon {
  display: flex;
  margin-top: 30px;
  gap: 0px;
}

.footer-icon p {
  margin: 0;
}

.footer-icon img {
  width: 30px;
  transition: 0.3s;
}

.footer-icon img:hover {
  transform: scale(1.1);
}

.form-container-toges form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-container-toges input, 
.form-container-toges textarea {
  width: 100%;
  padding: 12px;
  border:none;
  border-bottom: 1px solid #666;
  border-radius: 5px;
  font-size: 16px;
}

.form-container-toges textarea {
  resize: none;
  height: 90px;
}
.form-container-toges input:focus-visible {
  outline:none;
}
.form-container-toges textarea:focus-visible {
  outline:none;
}
.form-container-toges button {
  width: 28%;
  padding: 12px;
  background-color: #167aa6;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.form-container-toges button:hover {
  background-color:#003049;
}



/* success-------------------- */
.container-suscipite {
  padding: 40px;
}
/* h1 {
  color: #333;
  border-bottom: 2px solid #00aaff;
  display: inline-block;
  padding-bottom: 5px;
} */
.content-netuse {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.features {
  list-style: none;
  padding: 0;
}
.features li {
  padding: 5px 0;
  color: #555;
}
.features li::before {
  content: '\2713';
  color: #00aaff;
  font-weight: bold;
  margin-right: 8px;
}
.image-gallery {
  width: 62%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.image-gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

h1.justif{
  font-size: 35px;
  font-weight: 800;
}
.tre {
  position: relative;
}
i.fa.fa-angle-down {
  display: none;
} 
.row.align-items-center.justify-content-between {
  padding: 0px 30px;
}


 @media (max-width: 768px) {
  .col-md-6 {
    max-width: 100%;
}
.spf_section {
  height: auto;
}
.mobile_picture {
  order: 1;

}
.mobile_content {
 order: 2;
}
.before_section2::after {
  right: 0px;
}
section.education_section {
  padding-bottom: 0;
}
.real_stories h1 {
  font-size: 2rem;
}
h2.section-heading.fade-in-up-element.mb-5.fade-in-up {
  font-size: 2rem;
}
.card-content {
  height: auto;
  margin-bottom: 10%;
}
  .about-container {
    display: block;
    padding: 40px 0px;
  padding-bottom: 0;}
  .col-sm-5.animate-box {
    padding: 0;
}
.key_focus_area h3 {
  font-size: 23px;
}
.section-title {
  font-size: 26px;}
.oppouye {
  font-size: 25px;}
.testimonial h4 {
  font-size: 23px;}
    .mission-vision {
      display: block;
      padding: 40px 19px;} 
      .mission{
         padding-right: 0px; 
         padding-left: 0px;} 
        .col-sm-6 {
         max-width:0%}
       .mission, .vision {
       padding-left: 0px;}
       .focus-container {
        display: block;}
         .focus-title {
        font-size: 25px;
        padding: 7px;}
        p.devoa {
          width: 290px;
          color: white;
      }
      p.devo {
        width: 315px;
        color: white;
    }
    .container-succey {
       padding: 0px;}
       .header {
        font-size: 23px;}
        .footer {
          display: block;
          padding: 37px 20px;
      }

       .text-section {
        
        position: relative;
        right: 0px;
        top: 0%;
        width: 100%;
        
    } 
    .tre {
      position: relative;
      height: 360px;
  }
  h1.justif {
    font-size: 25px;
  }
  .contact-main h2, .form-container-toges h3 {
    text-align: center;
    font-size: 30px;}
  .segments_title {
    font-size: 26px;}
    .focus-areas {
      padding: 50px 20px;
    }
    .right-section {
      padding-left: 20px;
  }
  header.px-2.py-3.py-lg-0.px-sm-0{
    padding: 0px 10px !important;
  }
  .col-sm-5.animate-box.fadeInLeft.animated {
    padding: 0;
}
i.fa.fa-angle-down {
  display: block;
} 

.about {
  font-size: 26px;}
  .about_rgt h1 {
    font-size: 26px;}
    .about_sect {
      padding: 50px 0px; }
      .mahead {
        font-size: 26px;}
        .pothera-online-key-words-keys {
          font-size: 26px;}
          h4.envtrry {
            font-size: 26px;}
            .services.section-padding {
             
              padding: 0px;}
              .rationes {
                padding: 6px;
              }
              .rationes h1 {
                font-size: 26px;}
                .changet {
                  font-size: 26px;}
                  .section h2 {
                    font-size: 21px;}
                    .container.modern {
                      display: block;}
                      .content-netuse {
                        display: block;}
                        .container-suscipite {
                          padding: 7px;}
                          .image-gallery {
                            display: block;
                            width: 100%;}
                            .container-road {
                            padding: 54px 0;
                             gap: 40px; }    
                             .side-menu-close.d-flex.d-lg-none.flex-wrap.flex-column.align-items-center.justify-content-center.ml-auto {
                              position: absolute;
                              top: 35px;
                              right: 15px;
                          }
                          .row.align-items-center.justify-content-between {
                            display: block;
                            padding: 0;
                        }
                        .image-gallery img {
                          margin-bottom: 5%;
                        }
                        .left-section img {
                          border-radius: 0;
                        }
                        .col.col-md-6.cumquerrt {
                          max-width: 100%;
                        }
                        .con {
                          padding: 40px 10px;}
                          .container.modern {
                            margin: 0;
                          }
                          .wisot {
                            font-size: 25px;}
                            .banner_text h1 {
                              position: absolute;
                              top: 20%;
                              left: 4%;
                              font-size: 25px;
                              font-weight: 600;
                              color: #fff;
                              text-shadow: 2px 2px 4px #000000;
                          }
                          .modal-content {
                            width: 90% !important;
                        }
                        li.cea-icon-list-item {
                          height: auto;
                          margin-bottom: 5%;
                      }
					  
.aos-init {
 /*CSS transitions*/
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
 /*CSS transforms*/
 -o-transform: none !important;
 -moz-transform: none !important;
 -ms-transform: none !important;
 -webkit-transform: none !important;
 transform: none !important;
 /*CSS animations*/
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
    }

    }
	
@media (max-width: 480px) {
	.containerr {
    width: 95%;
	}
	
	ul.sdg li {
    padding: 8px 5px;
    width: 100%;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
}
.about_rgt {
    padding: 10px;
}
.about_sect {
        padding: 20px 0px !important;
    }
	.text-content {
    padding: 10px 25px;
}
.title {
    font-size: 1.3em;
    padding-top: 20px;
}
h3.donat {
    font-size: 18px;
}
.text-section h2 {
    font-size: 30px;
}
.resul samp {
    font-size: 22px;
}
.education_section h1 {
    font-size: 30px;
}
.real_stories span {
    font-size: 26px;
}
.contribute_Sec h2 {
    font-size: 26px;
}
    .banner_text h1 {
        top: 30%;
        font-size: 22px;
    }
	    .container-road {
        padding: 40px 10px;
    }
	.contact-main h2, .form-container-toges h3 {
		text-align:left;
	}

.aos-init {
 /*CSS transitions*/
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
 /*CSS transforms*/
 -o-transform: none !important;
 -moz-transform: none !important;
 -ms-transform: none !important;
 -webkit-transform: none !important;
 transform: none !important;
 /*CSS animations*/
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
    }

}
