
/* Fonts */
:root {
  --about-font: "Mulish", Helvetica;
 
}

/* 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;

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff; 
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--about-font);
}

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

a:hover {
  text-decoration: none !important;
}

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




/*--------------------------------------------------------------
# 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;
  }
}






/*--------------------------------------------------------------
# About Us Image
--------------------------------------------------------------*/

.call-to-action {
  --background-color: #000000;
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height:290px;
  position: relative;
  padding: 60px 0;
  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: var(--about-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
  color: #FFF;
  font-family: var(--about-font);
  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%;
  }
}

/*--------------------------------------------------------------
# overview Section
--------------------------------------------------------------*/

.overview .text-wrapper-42 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.overview .text-wrapper-39 {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
}

.overview .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

.overview .post-item .post-img {
  box-shadow: -15px 16px rgba(47, 130, 195, 0.8);
  border-radius: 0px 60px 0px 0px !important;
}

.overview .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.overview .projects-sec-2 {
  padding: 35px;
}

.overview-mobile {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
  display: none;
}

@media only screen and (max-width: 767px)  {
  .overview .post-item {
    margin-left: 3%;
  }
}

@media (max-width: 1024px) {
  .overview .projects-sec-2 {
    padding: 20px;
    margin-top: 0px;
  }
  .overview .post-item .post-img video {
    height: 545px;
  }
  .overview .text-wrapper-42 {
    font-size: 16px;
    text-align: justify;
  }
  .overview .text-wrapper-39 {
    margin-bottom: 20px;
  }
  .projects-sec-2 .mt-4{
    margin-top: 0rem !important;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .overview .row-1 {
    justify-content: start !important;
  }

  .overview .projects-sec-2 {
    padding: 25px;
  }

  .overview .post-item {
    margin-top: 1rem;
  }
  .overview .post-item .post-img {
    margin-left: 5%;
  }
  .overview .post-item .post-img video {
    justify-content: start !important;
    width: 500px;
    height: 400px;
  }
  .overview .text-wrapper-39 {
    margin-top: 0rem !important;
    margin-bottom: 15px;
    }
    .overview .text-wrapper-42 {
      font-size: 18px;
    }
}

@media (max-width: 426px) {
  .overview-mobile {
    display: block;
  }

  .overview .text-wrapper-39 {
    display: none;
  }

  .overview .projects-sec-2 {
    padding: 15px;
  }

  .overview .text-wrapper-42 {
    font-size: 18px;
  }

  .overview .post-item .post-img video {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .overview .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .overview .projects-sec-2 {
    padding: 10px;
  }
}


/*--------------------------------------------------------------
# Meeting Global Section 
--------------------------------------------------------------*/
.meeting-global .meeting-sub h2{
  color: var(--Blue, #2F82C3);
text-align: center;
font-family: var(--about-font);
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 50px; 
}
.meeting-global .meeting-sub p {
  color: #000;
  text-align: center;
  font-family: Mulish;
  font-size: 15px;
  font-family: var(--about-font);
  font-weight: 400;
  line-height: 25px;
  margin: 17px 0px 48px 0px;
}
.meeting-global .card {
  border-radius: 0px;
  padding: 8px;
  height: 200px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 134px 80px 0px rgba(0, 0, 0, 0.04), 0px 59px 59px 0px rgba(0, 0, 0, 0.06), 0px 15px 33px 0px rgba(0, 0, 0, 0.07);
  margin: 8px;
  margin-bottom: 30px;
  display: flex; 
  justify-content: center; 
  align-items: center; 
  transition: transform 0.3s ease-in-out ,border 0.3s ease-in-out !important;
}

.meeting-global .card img {
  width: 90px;
  height: 90px;
}

.meeting-global .card-text {
  text-align: left;
  align-items:left;
}

.meeting-global .card-text h2 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; 
  margin-bottom: 10px; 
}

.meeting-global .card-text p {
  color: #000;
  font-family: var(--about-font);
  font-size: 15px;
  font-weight: 400;
  line-height:25px; 
}

.meeting-global .card:hover {
  /* transform: scale(1.02) !important; */
  border: 1px solid #8ED527;
}
  
  @media (max-width: 1024px) {
   
    .meeting-global .card-text h2 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 10px;
  }
  .meeting-global .card-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.meeting-global .card {
  width: 380px;
  margin: 10px;
   margin-bottom: 12px;
  height: 165px;
}
.meeting-global .card img {
  width: 80px;
  height: 80px;
}
    }
    @media (max-width: 992px) {
      .meeting-global  {
        margin-top: 0rem !important;
    }
      .meeting-global .meeting-sub h2{
        text-align: left !important;
        margin-left: 3%;
      }
      .meeting-global .meeting-sub p{
        text-align: left;
        margin-left: 2%;
    
      }
      /* card code */
     
      .meeting-global .card-text h2 {
        color: #383838;
        font-family: var(--about-font);
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
    }
      .meeting-global .card-text p {
        color: #000;
        font-family: var(--about-font);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
    .meeting-global .card {
      border-radius: 0px;
      padding: 0px;
      width: 344px;
      margin: 10px;
      margin-bottom: 12px;
      height: 150px;
    }
    .meeting-global .card img {
      width: 70px;
      height: 70px;
    }
    
    }
@media (max-width: 769px) {
  .meeting-global  {
    margin-top: 0rem !important;
}
  .meeting-global .meeting-sub h2{
    text-align: left !important;
    margin-left: 3%;
  }
  .meeting-global .meeting-sub p{
    text-align: left;
    margin-left: 2%;

  }
  /* card code */
 
  .meeting-global .card-text h2 {
    color: #383838;
    font-family: var(--about-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
  .meeting-global .card-text p {
    color: #000;
    font-family: var(--about-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

  .meeting-global .card {
      border-radius: 0px;
      padding: 0px;
      width: 320px;
      /* margin: 10px; */
      margin-bottom: 27px;
      height: 149px;
  }

.meeting-global .card img {
  width: 70px;
  height: 70px;
}

}

@media (max-width: 426px) {
  .meeting-global .card img {
    width: 80px;
    height: 80px;
  }
  .meeting-global .meeting-sub h2 {
    margin-left: 0% !important;
    }
  .meeting-global .meeting-sub p {
    margin-left: 0% !important;
    }
    .meeting-global .card {
      border-radius: 0px;
      padding: 0px;
      width: 378px;
      margin: 10px;
      margin-bottom: 12px;
      height: 160px;
  }
}
@media (max-width: 376px) {
  .meeting-global .card img {
    align-items: center;
    width: 70px;
    height: 70px;
  }
  .meeting-global .card {
    width: 354px;
    height: 150px;
}
}
@media (max-width: 320px) {
  .meeting-global .card-text h2 {
      font-size: 17px;
  }
  .meeting-global .card-text p {
    font-size: 13px;
}
  .meeting-global .card {
    width:295px;
    height: 130px;
}
.meeting-global .card img {
  align-items: center;
  width: 65px;
  height: 66px;
}
}



/*--------------------------------------------------------------
# milestones Section
--------------------------------------------------------------*/
.milestones .sustainability {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0%;
  background: 
    var(--Green-Gredient-2, linear-gradient(87deg, #2F82C3 31.29%, #8ED527 97.35%));
}

.milestones .main {
  padding: 0%;
}

.milestones {
  position: relative;
  width: 100%;
}

.milestones .milestones-card{
  padding-left: 0 !important;
}
.milestones .card-custom {
    position: relative;
    width: 240px;
    height: 269px;
    cursor: default;
    margin-bottom: 3.5rem;
    padding: 1%;
    border-radius: 10px;
    /* border: 1px solid #A3CDEE; */
    background: #fff;
    transition: background 0.5s ease-in-out;
    overflow: hidden;
}

.milestones .card-custom::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 240px;
  height: 270px;
  background: #005292;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 0;
}

.milestones .card-custom:hover::before {
  transform: translateY(0);
}

.milestones .card-title {
  position: relative; /* Ensure it is above the pseudo-element */
  z-index: 1; /* Ensure it is above the pseudo-element */
  font-family: var(--about-font);
  font-weight: 400;
  color: #264C78;
  font-size: 33px;
  text-align: left;
  font-style: normal;
  line-height: 50px;
  transition: color 1s ease;
}

.milestones .card-info {
  position: relative; /* Ensure it is above the pseudo-element */
  z-index: 1; /* Ensure it is above the pseudo-element */
  transition: color 0.5s ease;
}

.milestones .card-custom:hover .card-title,
.milestones .card-custom:hover .card-info {
  color: #fff;
}
.card-info {
  font-family: var(--about-font);
  font-weight: 400;
  color: #264C78;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 1rem; /* Add space between paragraphs */
}


.milestones .card-custom .card-info {
  font-family: var(--about-font);
  font-weight: 400;
  color: #264C78;
  font-size: clamp(10px, 1.5vw, 14px);
  text-align: left;
  font-style: normal;
  line-height: 25px;
  font-size: 15px;
  
}
.milestones .card-custom .card-info-space
{
  margin-top: -0.5rem;
}


.milestones .wrapper {
 width: 100%;
  position: relative;
}
.milestones .wrapper i {
    top: -44%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
    align-items: center;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateX(1930%);
    transition: transform 0.3s linear;
}
.milestones .wrapper i:hover{
  opacity: 0.9;
}
.milestones .wrapper i:first-child {
  left: 62px;
}
.milestones .wrapper i:last-child {
  right: 32px;
}

.milestones .wrapper .wrapper-title{
color: var(--Blue, #2F82C3);
text-align:left;
font-family: Mulish;
font-size: 39px;
font-style: normal;
font-weight: 800;
line-height: 50px;
}


.swiper-pagination-bullet{
  background-color: var(--Blue, #2F82C3);
  opacity: 1;
  width: 10px !important;  
  height: 10px !important;
}
.swiper-pagination-bullet-active{
  background-color:var(--Blue, #1683d7);
}


@media (min-width: 2560px) {
  .swiper-slide {
    width: 246px !important;
  }
  .milestones .card-custom {
    width: 300px;
    height: 330px;
  }

  .milestones .card-custom::before {
    width: 300px;
    height: 330px;
  }
}

@media screen and (max-width: 1028px) {
  .milestones .wrapper i{
    transform: translateX(1000%);
  }

}

@media screen and (max-width: 768px) {

  .milestones .wrapper i{
    transform: translateX(800%);
  }

  .milestones  .card-custom {
    padding: 3%;
    height: 270px;
  }
 }
 @media (max-width: 426px) {
  .milestones .milestones-card{
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
  }
}

@media screen and (max-width: 528px) {
  .milestones .wrapper i{
    transform: translateX(600%);
  }
}
@media screen and (max-width: 426px) {
  .milestones  .card-custom {
    padding: 4%;
  }
  .slide-content{
    margin: 0 10px;
  }
  .milestones .wrapper .wrapper-title {
    margin-left: 2%;

  }

}
  @media screen and (max-width: 416px) {
    .milestones .wrapper i{
      transform: translateX(500%);
    }
    
}

@media screen and (max-width: 320px) {
  .milestones .wrapper .wrapper-title {
    font-size: 35px;
  }

  .milestones .wrapper i{
    transform: translateX(400%);
  }
  .milestones .card-title {
    font-size: 27px;
}
.milestones .card-custom .card-info {
  font-size: 12px;
}
}

.slide-container{
  width: 100%;
}
.slide-content{
  overflow: hidden;
}


/*--------------------------------------------------------------
# core-values Section - desktop veiw
--------------------------------------------------------------*/
.core-values-desk{
  position: relative;
  width: 100%;
}
.core-values-desk .sustainability {
  position: relative;
  width: 100%;
  height: 100%;
  padding:0%;
}
.core-values-desk .card-custom {
  position: relative;
  width: auto;

height: 200px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  transition: transform 1s ease-in-out, border 0.5s ease-in-out, box-shadow 1s ease-in-out !important;
}

.core-values-desk .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; 
  transition: transform 0.3s ease-in-out; 
}

.core-values-desk .card-custom:hover {
  border: 1px solid #8ED527;
}

/* .core-values-desk .card-custom:hover .card-content {
  transform: scale(1.05);
} */

.core-values-desk .card-custom:hover {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
}

.core-values-desk .card-title {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: var(--about-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; 
}

.core-values-desk  .view-business-3 {
  font-family: var(--about-font);
  color: var(--Blue, #2F82C3); 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .core-values-desk{
    display: none;
  } 
}


/*--------------------------------------------------------------
# core-values Section - mobile veiw
--------------------------------------------------------------*/
.core-values-mob {
  display: none;
  position: relative;
  width: 100%;
}

.core-values-mob .sustainability {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.core-values-mob .card-custom {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  transition: transform 1s ease-in-out, border 0.5s ease-in-out, box-shadow 1s ease-in-out !important;
  margin: 10px; /* Adjust the margin to ensure consistent spacing */
}

.core-values-mob .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.core-values-mob .card-custom img{
  width: 72.667px;
height: 77.05px;
flex-shrink: 0;
}
.core-values-mob .card-custom:hover {
  border: 1px solid #8ED527;
}

.core-values-mob .card-custom:hover .card-content {
  transform: scale(1.05);
}

.core-values-mob .card-custom:hover {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
}

.core-values-mob .card-title {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: var(--about-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.core-values-mob .view-business-3 {
  font-family: var(--about-font);
  color: var(--Blue, #2F82C3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .core-values-mob {
    display: block;
  }

  .core-values-mob .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .core-values-mob .card-custom {
    margin: 10px; /* Adjust the margin for consistent spacing */
  }
}

@media (max-width: 768px) {
  .core-values-mob {
    display: block;
  }

  .core-values-mob .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .core-values-mob .card-custom {
    margin: 10px; /* Adjust the margin for consistent spacing */
  }
}

@media (max-width: 427px) {
  .core-values-mob {
    display: block;
  }

  .core-values-mob .row-1 {
   
    justify-content: space-evenly;
  }

  .core-values-mob .card-custom {
    width: 100%;
    height: 180px;
    margin: 0px;

  }

  .core-values-mob .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .core-values-mob .card-title {
    font-size: 16px;
  }
  .core-values-mob .card-custom img{
    width: 60px;
height: 60px;
flex-shrink: 0;
  }
}
@media (max-width: 320px) {
  .core-values-mob {
    display: none;
  }
}

/*--------------------------------------------------------------
# core-values Section - mobile veiw -320 screen
--------------------------------------------------------------*/
.core-values-mob-320{
  display: none;
  position: relative;
  width: 100%;
}

.core-values-mob-320 .sustainability {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.core-values-mob-320 .card-custom {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  transition: transform 1s ease-in-out, border 0.5s ease-in-out, box-shadow 1s ease-in-out !important;
  margin: 10px; /* Adjust the margin to ensure consistent spacing */
}

.core-values-mob-320 .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.core-values-mob-320 .card-custom img{
  width: 72.667px;
height: 77.05px;
flex-shrink: 0;
}
.core-values-mob-320 .card-custom:hover {
  border: 1px solid #8ED527;
}

.core-values-mob-320 .card-custom:hover .card-content {
  transform: scale(1.05);
}

.core-values-mob-320 .card-custom:hover {
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2);
}

.core-values-mob-320 .card-title {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: var(--about-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.core-values-mob-320 .view-business-3 {
  font-family: var(--about-font);
  color: var(--Blue, #2F82C3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .core-values-mob-320 {
    display: none;
  }

  .core-values-mob-320 .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .core-values-mob-320 .card-custom {
    margin: 10px; /* Adjust the margin for consistent spacing */
  }
}

@media (max-width: 768px) {
  .core-values-mob-320 {
    display:none;
  }

  .core-values-mob-320 .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .core-values-mob-320 .card-custom {
    margin: 10px; /* Adjust the margin for consistent spacing */
  }
}

@media (max-width: 425px) {
  .core-values-mob-320 {
    display:none;
  }

  .core-values-mob-320 .row-1 {
   
    justify-content: space-evenly;
  }

  .core-values-mob-320 .card-custom {
    width: 100%;
    height: 180px;
    margin: 0px;

  }

  .core-values-mob-320 .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .core-values-mob-320 {
    display:none;
  }
  .core-values-mob-320 .card-title {
    font-size: 16px;
  }
  .core-values-mob-320 .card-custom img{
    width: 60px;
height: 60px;
flex-shrink: 0;
  }
}
@media (max-width: 320px) {
  .core-values-mob-320 {
    display: block;
  }
  .core-values-mob-320 .col-6 {
    flex: 0 0 auto;
     width: 100%;
}
  .core-values-mob-320 .row-1 {
    justify-content: center;
  }

  .core-values-mob-320 .card-custom {
    width: 200px;
    height: 200px;
   
  }

  .core-values-mob-320 .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .core-values-mob-320 .view-business-3 {
    font-size: 37px;
}
}

/*--------------------------------------------------------------
# our-vision Section
--------------------------------------------------------------*/

.our-vision .text-wrapper-42
{
  color: var(--Blue, #2F82C3);
  font-family: var(--about-font);
  font-size: 35px;
  font-weight: 800;
  font-style: normal;
  line-height: 40px;
  
}


.our-vision .text-wrapper
{
  color: #383838;
  font-family: var(--about-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.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%;
}


.our-vision .projects-sec-2{
  padding: 48px;
}

@media only screen and (max-width: 767px) { 
  .our-vision .post-item {
    margin-left: 3%; 
  }
}
@media (max-width: 1024px) {

  .our-vision .text-wrapper-42 {
    font-size: 28px;
}
  }
@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: 24px;
    line-height: 30px;
}
.our-vision .text-wrapper {
  font-size: 20px;
  line-height: 0px;
}
}
@media (max-width: 426px) {
  
  .our-vision .projects-sec-2{
    margin-left: 3%;
    padding: 15px !important;
  } 
}
@media (max-width: 376px) {

  .our-vision .text-wrapper-42 {
    font-size: 32px;
  
}
  }

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


.images-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: end;
  margin-top: -576px !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;
  }
}
