/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}
p{
  font-size: 15px!important;
  line-height: 25px!important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1015px !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Call To Action section
--------------------------------------------------------------*/
.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height:290px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: rgba(0, 43, 77, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.call-to-action h3 {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
      word-spacing: 4px;
}
@media (max-width: 1440px) {
  .call-to-action {
    height: 100%;
  }
  
  .call-to-action img {
    height: 100%;
  }
}

@media (max-width: 427px) {
  .call-to-action h3 {
    font-size: 40px;
  }
}
@media (max-width: 320px) {
  .call-to-action h3 {
      font-size: 35px !important;
  }
}

/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview {
  height: auto;
  background: var(--Green-Gredient-2, linear-gradient(87deg, #2F82C3 31.29%, #8ED527 97.35%));
  padding: 0 0;
}
.overview .container{padding-top: 40px;}
.overview .overview-text-sec {
  padding: 30px;
}

.overview .overview-title {
  color:#fff;
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.overview .overview-text {
  color: #fff;
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.post-item.gap-20 {
  gap: 20px;
}

.carousel-item {
  transition: transform 2s ease-in-out !important;
}

.overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
  height: 88% !important;
}

.overview .carousel-caption {
  position: absolute;
  left: 6%;
  text-align: left;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.slider-dots {
  cursor: pointer;
}

.carousel-caption-text {
  position: absolute !important;
  left: 8%;
  top: 11%;
}

.overview .carousel-caption h1 {
  color: #3D8849;
  font-family: var(--default-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: 200px;
}

.overview .carousel-caption p {
  color: #383838;
  font-family: var(--default-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 13rem;
}

.carousel-caption .sliders {
  position: absolute;
  left: 8%;
  top: 75%;
}

@media (max-width : 1400px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 9%;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8%;
    top: 69%;
  }
}

@media (max-width : 1200px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 69% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 1%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    width: 12rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 2%;
    top: 59%;
  }
}

@media (max-width : 1025px) {

  .overview .col-lg-5 {
    width: 50% !important;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 9% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    width: 200px;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    width: 13rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 9% !important;
    top: 67% !important;
  }
}

@media (max-width : 992px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 60% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 5% !important;
    top: 7% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    width: 10rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 52% !important;
  }
}

@media (max-width: 768px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .overview .overview-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .overview .carousel-caption p {
    width: 11rem !important;
  }
}

@media (max-width : 767px) {

  .overview{
    height: 27rem;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 47% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important ;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 4% !important;
    top: 40% !important;
  }
  .overview .overview-text-sec{
  padding: 0px 10px;
  }
  .overview .overview-title {
    font-size: 33px !important;
}
.overview .overview-text {
  font-size: 13px !important;
  line-height: 20px !important;
}
}


@media (max-width: 550px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 100% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 13% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 85% !important;
  }

  .overview .col-lg-5 {
    margin-top: 30px!important;
    width: 100% !important;
  }

  .overview .overview-title {
    text-align: left !important;
    font-size: 30px !important;
    line-height: 36px !important;
    margin-top: 2rem;
  }

  .overview {
    padding-bottom: 20px !important;
    height: auto !important;
  }

  .overview img {
    justify-content: center;
    width: 90%;
    height: auto;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 376px) {
  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 320px) {
  .overview .overview-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .overview .overview-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

/*--------------------------------------------------------------
# our-vision Section
--------------------------------------------------------------*/
.our-vision{
  padding:0 !important;
  margin-bottom: 3rem !important;
}
.our-vision .text-wrapper-h2
{
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}


.our-vision .text-wrapper-42
{
  padding-right: 44px;
  color: #383838;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

.our-vision .text-wrapper-bold
{
  color: var(--Blue, #2F82C3);
   font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.our-vision  .button{
  color: #383838;
border: none;
  text-align:left;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
padding: 15px 15px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 10px;
cursor: default;
background: #D1EAC2;
margin: 0.40rem  0.40rem 0.40rem  0!important;
}
.our-vision .post-item {
  margin: 0 auto;
  box-shadow: -15px 16px rgba(47, 130, 195, 0.8);
  transition: 0.3s;
  margin-left: 16px;
}

.our-vision .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
}



@media only screen and (max-width: 767px) { 
  .our-vision .post-item {
    margin-left: 3%; 
  }
}
@media (max-width: 1024px) {
  .our-vision .text-wrapper-h2 {
    font-size: 27px !important;
    line-height: 36px;
 
}

  .our-vision .text-wrapper-42 {
    font-size: 12px;
    line-height: 20px;
}
.our-vision .button {
  font-size: 11px;
  padding: 12px 12px;
}
  }
@media (min-width: 768px) and (max-width: 768px) {
  
  .our-vision .projects-sec-2{
    margin-left: 3%;
    padding: 0 !important;
  }
  .our-vision .text-wrapper-42 {
    font-size: 17px;
    line-height: 27px;
}
.our-vision .button {
  font-size: 16px;
}
.our-vision .recent-blog{
  margin-top: 2rem;
} 
}
@media (max-width: 426px) {
  .our-vision{
    margin-bottom: 1rem !important;
  }
  .our-vision .text-wrapper-42 {
    font-size: 18px;
    line-height: 30px;
}
  .our-vision .projects-sec-2{
    padding: 15px !important;
  } 
  .our-vision .recent-blog{
    padding: 15px !important;
    margin-top: 1rem !important;
  } 
}

@media (max-width:375px) {
  .our-vision .button {
      font-size: 14px !important;
  }
}

/*--------------------------------------------------------------
# our-vision-1 Section
--------------------------------------------------------------*/
.our-vision-1{
  padding:0 !important;
  margin-bottom: 4rem;
}
.our-vision-1 .text-wrapper-h2
{
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}
.our-vision-1 .text-wrapper-h2-mob
{
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  display: none;
}

.our-vision-1 .text-wrapper-42
{
  color: #383838;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

.our-vision-1 .text-wrapper-bold
{
  color: var(--Blue, #2F82C3);
   font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.our-vision-1  .button{
color: #383838;
border: none;
text-align:left;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
padding: 15px 15px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 10px;
background: #D1EAC2;
cursor: default;
margin: 0.40rem  0.40rem 0.40rem  0!important;
}
.our-vision-1 .post-item {
  margin: 0 auto;
  box-shadow: -15px 16px rgba(47, 130, 195, 0.8);
  transition: 0.3s;
  margin-left: 16px;
}

.our-vision-1 .post-item .post-img img {
  transition: 0.5s;
  width: 100%;
}

.our-vision-1 .projects-sec-2 {
  padding-left: 37px;
}

.text-break {
  text-wrap: nowrap;
}

@media only screen and (max-width: 767px) { 
  .our-vision-1 .post-item {
    margin-left: 3%; 
  }
}
@media (width: 1024px) {
  .our-vision-1 .text-wrapper-h2 {
    font-size: 27px !important;
    line-height: 36px;
    margin-top: 5rem !important;
}

.our-vision-1 .text-wrapper-42 {
  font-size: 12px;
  line-height: 20px;
}
.our-vision-1 .button {
  font-size: 11px;
  padding: 12px 12px;
}
  }

@media (min-width: 768px) and (max-width: 768px) {
  
  .our-vision-1 .projects-sec-2{
    margin-left: 3%;
    padding: 0 !important;
  }
  .our-vision-1 .text-wrapper-42 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 2rem ;
}
.our-vision-1 .button {
  font-size: 16px;
}

}
@media (max-width:768px) {
  .our-vision-1{
    margin-bottom:3rem;
  }
  .our-vision-1 .text-wrapper-h2-mob
{
  font-size: 28px;
  display:block;
}
.our-vision-1 .text-wrapper-h2
{
  display:none;
}
 
}
@media (max-width: 426px) {
  .our-vision-1{
    margin-top: 2rem !important;
  }
  .our-vision-1 .projects-sec-2{
    padding: 15px !important;
  } 
  .our-vision-1 .recent-blog{
    padding: 15px !important;
  } 
.our-vision-1 .text-wrapper-42 {
  font-size: 18px;
  line-height: 30px;
}
}

@media (max-width:375px) {
  .our-vision .button {
      font-size: 14px !important;
  }
}
/*--------------------------------------------------------------
all buttons Hover Effects 
--------------------------------------------------------------*/
button{
  transition: transform 0.3s ease;
}

/* button:hover{
  transform: translateY(-3px);
} */


/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/



.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #fff;
  font-family: var(--green_electron-font);
  font-size: 35px!important;
  font-style: normal;
  font-weight: 700;
  margin: 43px 0px!important;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  /* cursor: pointer; */
  border: none;
}
.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i{
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}
/* Media Query for Responsive Button */
@media (max-width: 768px) {
  
  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 30px !important;
  }
  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
}

}

@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

  .text-last {
    font-size: 30px !important;
  }
}
@media (max-width: 375px) {
  .text-last {
      font-size: 28px !important;
  }
}
@media (max-width: 320px) {
  .text-last {
      font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) and (min-width: 426px) {
  .para-padding{
    padding: 0px 2rem !important;
  }
}

/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/


.images-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: end;
  margin-top: -554px !important
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important;
  cursor: pointer;
  transition: color 0.5s, opacity 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

@media (max-width: 1200px) {
  .svg-icon-main {
    display: block;
  }
}

@media (max-width:1024px) {
  .image-container img {
    margin-top: -1rem !important;
  }

  .svg-icon {
    margin-right: -115px;
  }
}

@media (max-width:1023px) {
  .images-column .svg-icon {
    display: none;
  }
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

@media (max-width: 991px) and (min-width: 600px) {
  .recent-blog{
    flex: auto !important; 
  }

  .post-item{
    width: 50% !important;
    margin-bottom: 1rem;  
  }
}
  