@charset "utf-8";
 
 
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
    font-family: 'Accord';
    src: url("../fonts/Accord/Soneri Type - AccordAltMedium.otf") format("opentype");
     
    }

    @font-face {
      font-family: 'Accord-Regular';
      src: url("../fonts/Accord/Accord-Regular.otf") format("opentype");
    }

    @font-face {
      font-family: 'Accord-Thin';
      src: url("../fonts/Accord/Accord-Thin.otf") format("opentype");
    }

    @font-face {
      font-family: 'Accord-Light';
      src: url("../fonts/Accord/Accord-Light.otf") format("opentype");
    }

    @font-face {
      font-family: 'Accord-Medium';
      src: url("../fonts/Accord/Accord-Medium.otf") format("opentype");
    }

    @font-face {
      font-family: 'Accord-Bold';
      src: url("../fonts/Accord/Accord-Bold.otf") format("opentype");
    }

    :root {
      --primary: #338c88;
      --sc-primary: #fabf00; 
      --text-primary: #0c3642;
      --text-heading: #0a383f ;
      --text-white: #fff;            
      --font-family-1:  'Accord';
      --font-family-2: "Inter", sans-serif;     
      --gradient-bk:linear-gradient(180deg, rgba(254,239,193,0.9976365546218487) 23%, rgba(254,244,212,0.7175245098039216) 60%, rgba(255,255,255,0.6306897759103641) 93%);
      --gradient-bk1:linear-gradient(180deg, rgba(0,85,157,1) 2%, rgba(0,143,213,1) 100%, rgba(0,184,240,1) 100%);
      /* --gradient-bk:linear-gradient(0deg, rgba(0,85,157,1) 47%, rgba(0,143,213,1) 84%, rgba(0,184,240,1) 100%); */
      
    }
    
    a {
      text-decoration: none;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
    }



    .video-container {
      width: 100%;      
      height: 550px;  /* Adjust height as needed */
      overflow: hidden;
  }
  
  .video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }   

  @media only screen and (max-width: 991px) { 
    .video-container {
      width: 100%;
      height: 100%;
      /*height: 550px;*/  /* Adjust height as needed */
      overflow: hidden;
  }
  }
   


/*--=======-carousel- inner page banner=========--*/

.slider {
  margin: 0px 0 0px 0px;
  border: 0px solid #ddd;
}
  
/* 
.carousel-inner-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255,0.1) 0%, rgba(0, 0, 0, 99) 100%);  
  opacity: 0.99;
  position: absolute;
  left: 0;
  top: 0;
} */

/* .carousel-inner-overlay {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(0, 0, 0);
} */
  
.carousel-caption-1{ 
  position: absolute; 
  top: 30%; 
  right: 0%;
  bottom: 0%;
  left: 9%;
  z-index: 10;
  padding: 10px 0;
  text-align: left !important;
  width: 100%;
  /* display: none !important; */
}
  

.carousel-caption-1 h5 {
  margin: 0px;
  font-family:var(--font-family-1);
  font-weight:800;
  font-size:60px;   text-transform: uppercase;
  color: var(--text-white);  margin: 0px 0px;  letter-spacing: 1px;
  line-height: 52px;
}
.carousel-caption-1 h5 span{display: block;}



  
@media only screen and (max-width: 991px) { }


@media only screen and (max-width: 767px) {
  .carousel-caption-1 {
    position: absolute;
    top: 30%; 
    right: 0%;
    bottom: 0%;
    left: 9%;
    z-index: 10;
    padding: 1px;
    text-align: left !important;
    width: 100%;
  }

  .carousel-caption-1 h5 {    
    font-weight:800;
    font-size:40px;   
  }
  .carousel-caption-1 h5 span{display: inline;}
}


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

  /* .carousel-caption-1{       
       display: none;
        
      } */
 .carousel-caption-1 h5 {    
        font-size:30px;   
 }

}

@media only screen and (max-width: 480px) {
  .w-200 {
    width: 100% !important;
    height: 140px;
    object-fit: cover;
    object-position: 50%;
  }
}

/*==================================================*/

/* Animation css*/

@keyframes leftmove {
  0% {
    margin-left: 0;
  }

  50% {
    margin-left: -20px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes rightmove {
  0% {
    margin-right: 0;
  }

  50% {
    margin-right: 60px;
  }

  100% {
    margin-right: 0;
  }
}

/* @keyframes move {
  0% {
    margin-bottom: 0;
  }

  50% {
    margin-bottom: -20px;
  }

  100% {
    margin-bottom: 0;
  }
} */

@keyframes move {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -20px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes rotate-icon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*============= heading ============================*/

.text-blue-dark-1{
  color: #0c3642 !important;
}

.text-blue-light-1{
color: #338c88 !important;
}


.heading-left{ margin: 0px; position: relative;}

.heading-left h2 {
  font-family: var(--font-family-1);
  font-size:65px !important;
  color: var(--text-heading);
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: left;
  position: relative;
  margin: 0 0 20px 0;
  line-height:60px;  
}
.heading-left h2 span{ display: block;}

.heading-left small {  background: var(--sc-primary);  padding: 2px 8px;   font-family: 'Accord-Medium';
  font-size:18px !important;
  color: var(--text-heading);
  font-weight:700;
  text-transform: uppercase;   display: inline-block; line-height: 20px; margin-bottom: 10px;
}

.heading-left h1 {
  font-family: var(--font-family-1);
  font-size:45px !important;
  color: var(--text-heading);
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  text-align: left;
  position: relative;
  margin: 0 0 20px 0;
  line-height:60px;  
}
.heading-left h1 span{ display: block;}



@media only screen and (max-width: 580px) {
  .heading-left h2 {     
    font-size:50px !important;  
    margin: 0 0 20px 0;
    line-height:60px;  
  }
  .heading-left h2 span{ display: inline;}
  .heading-left h2 small {  display: block;  }

  .heading-left h1 {     
    font-size:40px !important;  
    margin: 0 0 20px 0;
    line-height:initial;  
  }

}

@media only screen and (max-width: 767px) { 
  .row-display {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0px;
  }
}

/*============= content-area ============================*/

.content-area{ margin: auto;  font-family: 'Accord-Regular';}

.content-area p { 
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0 0px; margin: 0;
}

.content-area h2 { font-family: var(--font-family-1);
  font-size:36px;
  font-weight: 700 !important;
  color: var(--primary);
  letter-spacing: 1px;
  padding: 0px; margin: 0 0 0px 0;  
}


/* .content-area h5 { 
  font-size: 36px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0px; margin: 0 0 20px 0; line-height: 36px;
} */

.content-area h5 { 
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0px; margin: 0 0 20px 0; line-height: 30px;
}

.content-area h3 { font-family: 'Accord-bold';
  font-size: 28px;
  font-weight: 700 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0px; margin: 0 0 10px 0; line-height: 36px;
}

.content-area h6 { font-family: 'Accord-bold';
  font-size: 22px;
  font-weight: 700 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0px; margin: 0 0 5px 0; line-height: 36px;
}


@media only screen and (max-width: 580px) {
  .content-area h5 { 
    font-size: 30px; 
     line-height: 30px;
  }
}


.content-area ul {
  padding: 10px 0 0 0px;
}

.content-area li {
  /* list-style: url(../../images/list1.png); */ 
  list-style: none; 
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 4px 1px; 
  display: flex;
}

.content-area li:before {
  content: "\F26E";
  font-family: "bootstrap-icons"; font-weight: 800;
  float: left;
  /* margin-left: -1.5em; */
  color:var(--primary) ; 
  padding-right:5px;
}

.ul-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ul-flex li {
  width: 49%;
  padding-right: 10px;
}

@media only screen and (max-width: 330px) {
  .ul-flex li {
    width: 100%;
    padding-right: 0px;
  }
}

.display-3 {
  font-size: calc(1rem + 3.3vw) !important;
  font-weight:400;
  line-height: 0.9 !important;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem !important;
  }
}

/*============= expertise-section ============================*/
.expertise-section{
background: #ebedec; padding: 70px 0; margin: 50px 0;
}
 
 
.expertise-list{   margin: 0px 0 0 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }

.expertise-box{  position: relative; /*width: calc(25% - 0px);*/ border-radius: 20px; text-align: center; background: var(--primary); margin:20px;   padding: 0px;
   transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;  
  box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.08);  min-height: 420px;
  }
.expertise-box figure {text-decoration: none; display: block; padding:0px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}

.expertise-thumb-b {  padding: 0px;
  border-radius: 0px 0px 0 0;
  /* overflow: hidden; */
  position: relative; text-align: center !important; 
  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;
}

.expertise-thumb-b img{width:inherit !important;   border-radius: 20px 20px 0 0;}

.expertise-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.expertise-animate:before {
  position: absolute;  
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
  transform: skewX(-25deg);
}

.expertise-content {
  padding: 15px 10px;
  position: relative; text-align: center;
}

.expertise-content .icon {
  /* width: 70px;
  height: 70px; */
  background: var(--sc-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:17px;  font-weight: 500;
  text-transform: inherit;
  line-height: 0;
  color: #fff;
  /* border: 3px solid #fff; */
   border-radius:0 10px 0 0px; 
  padding: 15px 15px; 
  position: absolute;
  left: 0px;
  top: -30px;
  z-index: 2;
  transition: all .4s ease-out 0s;
}
.expertise-content .icon span{position: relative;}

.expertise-content .icon img {
  width: 40px !important;
  height: 40px !important;}

  .expertise-thumb-b .title { font-family: var(--font-family-2); color: var(--text-white);
    font-size: 19px;
    font-weight: 600; 
    text-transform: uppercase;
    position: absolute;  right: -43px; bottom: 50px;
    z-index: 10;   
    background: var(--primary); padding:10px 50px;

    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.expertise-thumb-b .title a{text-decoration: none; color: inherit;}
.expertise-thumb-b .title a:hover {
  color: var(--primary);
}
 
.expertise-content  h1{   font-family: 'Accord-Bold';
  font-size: 26px;
  line-height: 24px !important;
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: 0.20px;
  padding: 0 0px; margin-bottom: 10px;
}
.expertise-content  p{  font-family: 'Accord-Regular';
    font-size: 15px;
    line-height: 24px !important;
    font-weight:400;
    color: var(--text-white);
    letter-spacing: 0.20px;
    padding: 0 0px; margin-bottom: 5px;
}
.expertise-content .know-more-btn {  
    background:transparent;
    padding: 8px 15px;
    font-family: 'Accord-Medium';
    color:var(--text-white);
    font-size: 16px;
    font-weight:500;
    border: 0px solid #ddd;
    border-radius: 8px;
    margin:5px 0 0 0;
    display: inline-block;
    text-transform: initial;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .expertise-content .know-more-btn span{margin: 0 5px;}
  .expertise-content .know-more-btn i{padding:5px;  font-weight: 800;  width: 15px !important;
    height: 15px !important;
    background: #fff; color: var(--primary);
    border-radius: 50%;}
  
  .expertise-content .know-more-btn:hover {
    background: var(--sc-primary);
    padding-left:10px;
    color: #fff;     
  } 
 
.expertise-box:hover {  
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);   
}

 
/* .projects-box:hover span{color: var(--sc-primary);} */


#expertise-list .owl-nav { 
  display: flex;
  justify-content: end;
  margin-top: 0px;
  position: absolute;
  right: 20px;
  bottom: -80px; z-index:1;
}

#expertise-list .owl-prev, #expertise-list .owl-next{ 
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--primary);
  padding: 0px;
  margin: 2px 5px;
  position: relative;
  border: 0px solid #ddd;
  width: 40px;
  height: 40px; color: #fff;
  border-radius: 100%; font-size: 20px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

#expertise-list .owl-prev:hover, #expertise-list .owl-next:hover{background: var(--sc-primary);}
 

#expertise-list .owl-dots{ display: none;}

@media only screen and (max-width: 500px) {
  .expertise-list{   margin: 20px 0 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }

  .expertise-box{   width: calc(49% - 0px); margin:0 0 10px 0;   padding: 0px;  
    }
}

@media only screen and (max-width: 430px) {
  .expertise-list{   margin: 20px 0 0 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;  }

  .expertise-box{  width: calc(100% - 0px); margin:0 0 10px 0;   padding: 0px;  
    }
}

 /*=============================counter=============================================*/  

.counter-section{ padding:100px 0; margin :0px 0 0 0;   
  position: relative; 
  overflow: hidden; 
  background:#fff;
}

.counter-row{  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;  
  border-bottom: 6px solid var(--sc-primary); padding-bottom: 50px;}
.counter-card { text-align: center; width: 33.33%; border-right:0px solid #01AEF0; padding:10px 0;   margin-bottom:20px; border-radius: 0px; z-index: 1; }
/* .counter-card:last-child{ border: 0px;} */
.counter-card h2 span{  text-align: center;}

/* .counter-card:nth-child(odd) {  color:var(--text-white); background:var(--primary);}

.counter-card:nth-child(even) { background:var(--sc-primary);} */

.counter-card img{ width: 65px; margin-bottom: 10px;}
 
.counter-card h2{   font-family: 'Accord-Bold';font-weight:800;font-size:80px; color: var(--primary); text-transform: inherit; margin: 0px; padding: 0px;  }

.counter-card h2 small{ font-weight: 500;font-size:18px; color: var(--text-primary);}

.counter-card h3{    font-family: 'Accord-Bold'; font-weight: 800;  font-size:26px; color: var(--text-primary); text-transform: inherit; margin: 0px;  padding: 0px;  }

/* .counter-card h3 span{ display: block; font-weight: 800;  font-size:40px; color: var(--sc-primary); text-transform: uppercase; } */

.counter-right{ position: relative; border-top: 1px solid var(--sc-primary); border-bottom: 1px solid var(--th-primary);}

@media only screen and (max-width: 1180px) {
   
}

@media only screen and (max-width: 1024px) {
 
}

@media only screen and (max-width:991px) {  
    
  .counter-card { text-align: center; width:48%; border-right:0px solid #01AEF0; padding:15px;   border-radius: 0px; z-index: 1; margin-top:30px; border: 1px solid var(--sc-primary); border-radius: 10px;}
} 

@media only screen and (max-width:580px) { 
  .counter-row{  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  padding-right: 0px;}
  .counter-card { text-align: center; width: 100%; border-right:0px solid #01AEF0;  margin-bottom: 10px; border: 1px solid var(--sc-primary); border-radius: 10px;  }

  .counter-section{ padding:30px 0 100px 0; margin :0px 0 0 0;    
  }
 
} 


/*============= industries-section ============================*/
.industries-section{
  background: #f3f3f3; padding: 70px 0; margin: 0 0 50px 0;
  }
   
   
  .industries-list{   margin: 0px 0 0 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }
  
  .industries-box{  position: relative; /*width: calc(25% - 0px);*/ border-radius: 20px; text-align: center; background: var(--primary); margin:20px;   padding: 0px;
     transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;  
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.08);  
    }
  .industries-box figure {text-decoration: none; display: block; padding:0px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
  
  .industries-thumb-b {  padding: 0px;
    border-radius: 0px 0px 0 0;
    /* overflow: hidden; */
    position: relative; text-align: center !important; 
    display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;
  }
  
  .industries-thumb-b img{width:inherit !important;   border-radius: 20px 20px 0 0;}
  
  .industries-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .industries-animate:before {
    position: absolute;  
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
    transform: skewX(-25deg);
  }
  
  .industries-content {
    padding: 20px 10px;
    position: relative; text-align: center;
  }
  
  .industries-content .icon {
    /* width: 70px;
    height: 70px; */
    background: var(--sc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:17px;  font-weight: 500;
    text-transform: inherit;
    line-height: 0;
    color: #fff;
    /* border: 3px solid #fff; */
     border-radius:0 10px 0 0px; 
    padding: 15px 15px; 
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 2;
    transition: all .4s ease-out 0s;
  }
  .industries-content .icon span{position: relative;}
  
  .industries-content .icon img {
    width: 40px !important;
    height: 40px !important;}
  
    .industries-thumb-b .title { font-family: var(--font-family-2); color: var(--text-white);
      font-size: 19px;
      font-weight: 600; 
      text-transform: uppercase;
      position: absolute;  right: -43px; bottom: 50px;
      z-index: 10;   
      background: var(--primary); padding:10px 50px;
  
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  .industries-thumb-b .title a{text-decoration: none; color: inherit;}
  .industries-thumb-b .title a:hover {
    color: var(--primary);
  }
   
  .industries-content  h1{   font-family: 'Accord-Regular';
    font-size: 25px;
    line-height: 24px !important;
    font-weight: 400;
    color: var(--text-white); text-transform: uppercase;
    letter-spacing: 0.20px;
    padding: 0 0px; margin-bottom: 10px;
  }
  .industries-content  p{  font-family: 'Accord-Regular';
      font-size: 15px;
      line-height: 24px !important;
      font-weight:400;
      color: var(--text-white);
      letter-spacing: 0.20px;
      padding: 0 0px; margin-bottom: 5px;
  }
  .industries-section .know-more-btn {  
      background:transparent !important;
      padding: 8px 15px;
      font-family: 'Accord-Medium';
      color:var(--text-heading);
      font-size: 16px;
      font-weight:500;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin:40px 0 0 0;
      display: inline-block;
      text-transform: initial;
      text-decoration: none;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
    }
    .industries-section .industries-section .know-more-btn span{margin: 0 5px;}
    .industries-section .know-more-btn i{padding:5px; margin: 0 0 0 10px; font-weight: 800;  width: 15px !important;
      height: 15px !important;
      background: #fff; color: var(--primary);
      border-radius: 50%;}
    
      .industries-section .know-more-btn:hover {
      background: var(--sc-primary) !important;
      padding-left:10px;
      color: #fff;     
    } 
   
  .industries-box:hover {  
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);   
  }
    
  /* .projects-box:hover span{color: var(--sc-primary);} */
   
  #industries-list .owl-nav { 
    display: flex;
    justify-content: end;
    margin-top: 0px;
    position: absolute;
    right: 20px;
    bottom: -80px; z-index:1;
  }
  
  #industries-list .owl-prev, #industries-list .owl-next{ 
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: var(--primary);
    padding: 0px;
    margin: 2px 5px;
    position: relative;
    border: 0px solid #ddd;
    width: 40px;
    height: 40px; color: #fff;
    border-radius: 100%; font-size: 20px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }
  
  #industries-list .owl-prev:hover, #industries-list .owl-next:hover{background: var(--sc-primary);}
   
  
  #industries-list .owl-dots{ display: none;}
  
  @media only screen and (max-width: 500px) {
    .industries-list{   margin: 20px 0 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }
  
    .industries-box{   width: calc(49% - 0px); margin:0 0 10px 0;   padding: 0px;  
      }
  }
  
  @media only screen and (max-width: 430px) {
    .industries-list{   margin: 20px 0 0 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;  }
  
    .industries-box{  width: calc(100% - 0px); margin:0 0 10px 0;   padding: 0px;  
      }
  }

/*============= presence-section ============================*/
.presence-section{
  background: #fff; padding: 0px 0 0 0; margin: 0 0 0px 0;
  }

.presence-boxes{ background: var(--primary); padding: 50px; border-radius: 30px;}
.presence-text { text-align: left; margin-top: 20px;}
.presence-text  h3{font-family: 'Accord-Bold'; font-weight: 800; font-size: 35px; text-transform: uppercase; color: #fff; }
.presence-text span{ display: inline-block; background: var(--sc-primary); font-family: 'Accord-Regular'; font-size: 17px; font-weight: 500; padding: 1px 15px; text-transform: uppercase; color: #fff;} 

@media only screen and (max-width: 480px) {
  .presence-boxes{   padding: 50px 15px; }
}



/*============= expertise-section ============================*/

.blog-section{
  background: #ebedec; padding: 80px 0; margin: 50px 0;
  }
   
   
  .blog-list{   margin: 20px 0 0 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }
  
  .blog-box{  position: relative; /*width: calc(25% - 0px);*/ border-radius: 20px; text-align: center; background: #fff; margin:20px;   padding: 0px;
     transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;  
    box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.08);  min-height: 420px;
    }
  .blog-box figure {text-decoration: none; display: block; padding:0px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
  
  .blog-thumb-b {  padding: 0px;
    border-radius: 0px 0px 0 0;
    /* overflow: hidden; */
    position: relative; text-align: center !important; 
    display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;
  }
  
  .blog-thumb-b img{width:inherit !important;   border-radius: 20px 20px 0 0;}
  
  .blog-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .blog-animate:before {
    position: absolute;  
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
    transform: skewX(-25deg);
  }
  
  .blog-content {
    padding: 15px 20px;
    position: relative; text-align: left;
  }
  
  .blog-content .icon {
    /* width: 70px;
    height: 70px; */
    background: var(--sc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:17px;  font-weight: 500;
    text-transform: inherit;
    line-height: 0;
    color: #fff;
    /* border: 3px solid #fff; */
     border-radius:0 10px 0 0px; 
    padding: 15px 15px; 
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 2;
    transition: all .4s ease-out 0s;
  }
  .blog-content .icon span{position: relative;}
  
  .blog-content .icon img {
    width: 40px !important;
    height: 40px !important;}
  
    .blog-thumb-b .title { font-family: var(--font-family-2); color: var(--text-white);
      font-size: 19px;
      font-weight: 600; 
      text-transform: uppercase;
      position: absolute;  right: -43px; bottom: 50px;
      z-index: 10;   
      background: var(--primary); padding:10px 50px;
  
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  .blog-thumb-b .title a{text-decoration: none; color: inherit;}
  .blog-thumb-b .title a:hover {
    color: var(--primary);
  }
   
  .blog-content  h1{     font-family: 'Accord-Medium';
    font-size: 24px;
    line-height: 30px !important;
    font-weight: 500;
    color: var(--text-heading);
    letter-spacing: 0.20px;
    padding: 0 0px; margin-bottom: 10px;
  }
  .blog-content  h1 span{display: block;  font-family: 'Accord-Regular';
    font-size: 20px;
    line-height: 24px !important;
    font-weight:400; color: var(--sc-primary); margin-bottom: 5px;
  }
  .blog-content  p{  font-family: 'Accord-Regular';
      font-size: 15px;
      line-height: 24px !important;
      font-weight:400;
      color: var(--text-white);
      letter-spacing: 0.20px;
      padding: 0 0px; margin-bottom: 5px;
  }
  .blog-content .know-more-btn {  
      background:transparent;
      padding: 8px 0px;
      font-family: 'Accord-Medium';
      color:var(--text-heading);
      font-size: 16px;
      font-weight:500;
      border: 0px solid #ddd;
      border-radius: 8px;
      margin:5px 0 0 0;
      display: inline-block;
      text-transform: initial;
      text-decoration: none;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
    }
    .blog-content .know-more-btn span{margin: 0 5px;}
    .blog-content .know-more-btn i{padding:5px;  font-weight: 800;  width: 15px !important;
      height: 15px !important;
      background:var(--primary); color: var(--text-white);
      border-radius: 50%;}
    
    .blog-content .know-more-btn:hover {
      background: var(--sc-primary);
      padding-left:10px;
      color: #fff;     
    } 
   
  .blog-box:hover {  
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);   
  }
  
   
  /* .projects-box:hover span{color: var(--sc-primary);} */
  
  
  #blog-list .owl-nav { 
    display: none;
    justify-content: end;
    margin-top: 0px;
    position: absolute;
    right: 20px;
    bottom: -80px; z-index:1;
  }
  
  #blog-list .owl-prev, #expertise-list .owl-next{ 
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: var(--primary);
    padding: 0px;
    margin: 2px 5px;
    position: relative;
    border: 0px solid #ddd;
    width: 40px;
    height: 40px; color: #fff;
    border-radius: 100%; font-size: 20px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
  }
  
  #blog-list .owl-prev:hover, #blog-list .owl-next:hover{background: var(--sc-primary);}
   
  
  #blog-list .owl-dots{ display: none;}
  
  @media only screen and (max-width: 500px) {
    .blog-list{   margin: 20px 0 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;  }
  
    .blog-box{   width: calc(49% - 0px); margin:0 0 10px 0;   padding: 0px;  
      }
  }
  
  @media only screen and (max-width: 430px) {
    .blog-list{   margin: 20px 0 0 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;  }
  
    .blog-box{  width: calc(100% - 0px); margin:0 0 10px 0;   padding: 0px;  
      }
  }







/*============= Key-section ============================*/

.key-section{
  background-image: url(../img/fertilizer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover; 
  background-attachment: fixed; 
  position: relative;
  padding:50px 0  0 0; margin:0 0 60px 0;}

.key-man-img{ position: relative; left: -120px; bottom: 0px; display: flex; align-items: baseline;}

.key-section .heading-left h2{ color: #fff !important;}

.key-section .content-area li { 
  font-size: 22px;
  line-height:34px; 
  color: var(--text-white);
}

.key-section .content-area li:before {
  content: "\F26E";
  font-family: "bootstrap-icons"; 
  color:var(--text-white); 
 
}

@media only screen and (max-width: 580px) {
  .key-man-img{ left: -20px;}
}


/*============= vision-section ============================*/

.vision-section{
  background-image: url(../img/vision.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;
  min-height: 550px;
  position: relative;
  padding:50px 0  0 0; margin:80px 0;}

 
.values-section{ 
    padding:0px 0; margin:50px 0;
  }

.values-row{ display: flex; flex-direction: row; justify-content: space-between;}

.vcol-1 {  flex: 0 0 auto;
  width: 66.66666667%;
}
.vcol-2{flex: 0 0 auto; width: 33.33333333%;}
   
@media only screen and (max-width:991px) {
  .vcol-1{ display: none;}
  .vcol-2{flex: 0 0 auto; width: 100%;}
  .vcol-2 .heading-left{ display: inherit !important;}
}

.vcol-2 .heading-left{ display: none;}

.values-list{ margin: 20px 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative; left: -30px; top: -10px; }

.values-boxes{  position: relative; width: calc(100% - 10px); text-align: left;  
   transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; margin-bottom: 20px;
  }
.values-boxes figure {text-decoration: none;   margin: 0;  padding:10px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: start;  border-radius: 0px; position: relative !important;
 }

 .values-boxes-thumb { width: 25%;
 border-radius:0px 0 0 0;
  overflow: hidden;
  position: relative;  
}
 
.values-boxes-content { width:75%;
  padding: 0 0 0 20px;
  position: relative !important;  
}
   
.values-boxes-content  h4{ font-family: var(--font-family-1); color: var(--primary);
    font-size: 28px;
    font-weight:800; letter-spacing: 1px;
    margin-bottom: 5px;
} 

.values-boxes-content p{ font-family: 'Accord-Regular'; color: var(--text-primary); font-size: 18px; font-weight:500; line-height: 20px;  }
 

@media only screen and (max-width: 1199px) {
  .values-boxes{  margin-bottom: -7px;
   }
}

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

  .tree-img{ display: none;}

  .values-list{  position: relative; left: 0px; top: 0px;  margin-top: 30px; }

  .values-boxes{  position: relative; width: calc(48% - 10px);   margin-bottom: 30px; }


  .values-boxes figure { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; border: 1px solid #ddd; border-radius: 8px; padding: 10px; text-align: center; }

  .values-boxes figure img{ width: 100px;}

  .values-boxes-thumb { width: 100%; border-right: 0px solid #ddd; }
 .values-boxes-content { width: 100%; padding: 10px 0;
 }

}


@media only screen and (max-width: 580px) {
.values-list{ margin: 10px 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;}

 .values-boxes{  position: relative; width: calc(100% - 0px);  margin:15px 0;   }
}


/*============= message-section ============================*/

.message-section{ background: #eef2f3; padding:80px 0; margin:80px 0;}

.message-box { background: #fff; border-radius: 30px; padding: 30px 50px; position: relative;}
.message-box  p { font-family: 'Accord-Regular';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0 0px;
}

.message-box  h6 { font-family: 'Accord-bold';
  font-size: 26px;
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 20px 0 0 0px;
}

.message-box  h6 span{ display: block; padding: 10px 0;    font-size: 20px; font-weight: 400 !important;  font-family: 'Accord-Regular';}

.message-box .quotes-top{ width: 120px; position: absolute; left: -90px; top: -20px;}
.message-box .quotes-bottom{ width: 120px; position: absolute; right: -90px; bottom: -20px;}


@media only screen and (max-width:768px) {
  .message-box .quotes-top{ width: 60px; position: absolute; left: -10px; top: -10px;}
.message-box .quotes-bottom{ width: 60px; position: absolute; right: -10px; bottom: -10px;}
}


/*=======================================================================*/

 

.services-listing{ position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.services-listing a{ text-decoration: none; color:initial; width: calc(33% - 15px); margin-bottom: 30px;  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;  }

.services-thumb{
  margin: 0;  position: relative; overflow: hidden; background-position: 50%;  
  background-size: cover;  height: 230px; margin: 0; border-radius: 20px;
 }

.services-thumb:after {content: "";  width: 100%;  height: 100%;  
  /* background:#000;   */
  /* background: linear-gradient(180deg, rgba(255, 255, 255,0.1) 0%, rgba(0, 0, 0, 99) 100%);   */
  position: absolute;  left: 0;  top: 0;}
  
.services-thumb img{ position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.services-name{position: relative; bottom: 0; padding: 20px 0  0px ;z-index: 9; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;}
.services-name h4{  font-family: 'Accord-Bold'; font-size: 30px; font-weight: 800; color: var(--text-heading); margin:0 0 5px 0; letter-spacing: -1px;}


.services-name p { font-family: 'Accord-Regular';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0 0px;  
}

 
.services-name figure{display: flex; align-items: center; transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;}
.services-name figure span{display: flex; font-family: 'Accord-Bold'; font-size: 18px; font-weight: 800; color: var(--primary);}
.services-name figure i{ display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--primary);
  padding: 0px;
  margin: 2px 10px;
  position: relative;
  border: 0px solid #ddd;
  width: 30px;
  height: 30px; color: #fff;border-radius: 100%; font-size: 20px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.services-listing a:hover .services-name span, .services-listing a:hover .services-name h4{color: var(--sc-primary);}
.services-listing a:hover .services-name figure i{background: var(--sc-primary); }
.services-listing a:hover .services-name figure{ padding-left: 10px;}


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

  .services-listing a{   width: calc(50% - 15px);  }

  .services-thumb{
    background-position: 50%;
    background-size: cover;
    height: 240px;
    margin: 0;}
}

@media only screen and (max-width:768px) {
  .services-thumb{
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin: 0;}
}
    

@media only screen and (max-width: 680px) { 
  .services-thumb{
    background-position: 50%;
    background-size: cover;
    height:170px;
    margin: 0;}

}

@media only screen and (max-width: 480px) {
.services-listing{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.services-listing a{ text-decoration: none; color:initial; width: calc(100% - 0px); margin-bottom:20px;  }

.services-thumb{
  background-position: 50%;
  background-size: cover;
  height:270px;
  margin: 0;}

}

@media only screen and (max-width: 400px) {
 .services-thumb{
    background-position: 50%;
    background-size: cover;
    height:220px;
    margin: 0;}
  
  }

  @media only screen and (max-width: 340px) {
    .services-thumb{
       background-position: 50%;
       background-size: cover;
       height:180px;
       margin: 0;}
     
     }


.services-details{ text-align: left;}
.services-details  h4{  font-family:var(--font-family-1); font-size: 40px; font-weight: 800; color: var(--primary); text-transform: uppercase; margin:0 0 5px 0; letter-spacing: 1px;}

.services-details img{border-radius: 20px; margin-bottom: 20px;}
.services-details ul li{ font-size: 19px;}

@media only screen and (max-width:768px) {
  .services-details  h4{   margin:20px 0 5px 0; font-size: 30px; }
}


/*--==================================================================--*/


/*===============================Industries========================================*/
 

.industries-listing{ position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.industries-listing a{ text-decoration: none; color:initial; width: calc(33% - 15px); margin-bottom: 40px;  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;  }

.industries-thumb{
  margin: 0;  position: relative; overflow: hidden; background-position: 50%;  
  background-size: cover;  height: 180px; margin: 0; border-radius:10px 10px 0 0;
 }

.industries-thumb:after {content: "";  width: 100%;  height: 100%;  
  /* background:#000;   */
  /* background: linear-gradient(180deg, rgba(255, 255, 255,0.1) 0%, rgba(0, 0, 0, 99) 100%);   */
  position: absolute;  left: 0;  top: 0;}
  
.industries-thumb img{ position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.industries-name{position: relative; bottom: 0; padding: 10px 0 0  0px ;z-index: 9; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;}

.industries-name h4{  font-family: 'Accord-Bold'; font-size: 26px; font-weight: 800; color: var(--text-heading); margin:0 0 20px 0; letter-spacing: -1px; position: relative; display: inline-block;}
.industries-name h4::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #f9bf00;
  width: 80%;
  height: 3px;
}


.industries-name p { font-family: 'Accord-Regular';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0 0px;  
}

 
.industries-name figure{display: flex; align-items: center; transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;}
.industries-name figure span{display: flex; font-family: 'Accord-Bold'; font-size: 18px; font-weight: 800; color: var(--primary);}
.industries-name figure i{ display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--primary);
  padding: 0px;
  margin: 2px 10px;
  position: relative;
  border: 0px solid #ddd;
  width: 30px;
  height: 30px; color: #fff;border-radius: 100%; font-size: 20px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.industries-listing a:hover .industries-name span, .industries-listing a:hover .industries-name h4{color: var(--sc-primary);}
.industries-listing a:hover .industries-name figure i{background: var(--sc-primary); }
.industries-listing a:hover .industries-name figure{ padding-left: 10px;}


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

  .industries-listing a{   width: calc(50% - 15px);  }

  .industries-thumb{
    background-position: 50%;
    background-size: cover;
    height: 240px;
    margin: 0;}
}

@media only screen and (max-width:768px) {
  .industries-thumb{
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin: 0;}
}
    

@media only screen and (max-width: 680px) { 
  .industries-thumb{
    background-position: 50%;
    background-size: cover;
    height:170px;
    margin: 0;}

}

@media only screen and (max-width: 480px) {
.industries-listing{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.industries-listing a{ text-decoration: none; color:initial; width: calc(100% - 0px); margin-bottom:20px;  }

.industries-thumb{
  background-position: 50%;
  background-size: cover;
  height:270px;
  margin: 0;}

}

@media only screen and (max-width: 400px) {
 .industries-thumb{
    background-position: 50%;
    background-size: cover;
    height:220px;
    margin: 0;}
  
  }

  @media only screen and (max-width: 340px) {
    .industries-thumb{
       background-position: 50%;
       background-size: cover;
       height:180px;
       margin: 0;}
     
     }


.industries-details{ text-align: left;}
.industries-details  h4{  font-family:var(--font-family-1); font-size: 40px; font-weight: 800; color: var(--primary); text-transform: uppercase; margin:0 0 5px 0; letter-spacing: 1px;}

 
.industries-details img{border-radius: 20px; margin-bottom: 20px;}
.industries-details ul li{ font-size: 18px;}

@media only screen and (max-width:768px) {
  .industries-details  h4{   margin:20px 0 5px 0; font-size: 30px; }
}


/*--==================================================================--*/


.officeInnerContent{
  width: 100%; 
  /* min-height: 520px; */
  background-color: #f9bf00;
  padding:0px;
  border-radius: 30px;
  position: relative;
}
.officeInnerImg{
  height: 650px;
  position: absolute;
  top: -102px;
  right: -50px;
}
.officeInnerImg img{
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1200px) {
  .officeInnerImg{
    height: 650px;
    position: absolute;
    top: -78px;
    right: -50px;
  }
}

@media only screen and (max-width:1024px) {
  .officeInnerImg{
    height: 650px;
    position: absolute;
    top: -78px;
    right: -20px;
  }
}

@media only screen and (max-width:991px) {
  .officeInnerImg{
     display: none;
  }

 .officeInnerContent .col-md-6{width: 100%;}
}

/*--==================================================================--*/

.contact-row { 
  margin: 10px 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-row .contact-col-1,
.contact-col-2,
.contact-col-3,
.contact-col-4 {
  width: calc(100% - 1px);
  padding: 7px 0px;
  border: 0px solid #ddd;
  border-radius: 12px;
  text-align: left;
}

.contact { position: relative;
  padding: 50px;
  font-family: var(--font-family-1);
  border-radius: 12px;
  margin: 0px 0 0 0px;
  z-index: 9 !important;
}

.contact h6 i {
  font-size: 24px;
  color: var(--primary);
  padding: 0 5px;
  
}
.contact h6 span{padding: 0 10px;}

.contact h6 { display: flex;align-items: start;
  text-align: left;
  font-family: 'Accord-Bold';
  color:var(--text-heading);
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 0px 0;
  padding: 0px 0;
}
 
.contact p {
  font-family: 'Accord-Regular';
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0px 5px 0;
  padding: 0px 0 0 42px;
  line-height: 24px;
}

.contact p strong {
  color: var(--text-heading);
  font-weight: 700;
  font-size: 16px;
}

.contact p a {
  color: var(--text-primary);
}


.contact h1 {font-family: 'Accord-bold';
  color:var(--text-heading);
  font-size: 34px;
  font-weight:800;
  margin: 0 0px 30px 0;
  padding: 0 0 0px 0;
  position: relative;
  display: inline-block;
}

.contact h1::before{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #f9bf00;
  width: 80%;
  height: 3px;
}
.contact h3 {
  font-family: 'Accord-bold';
  color:var(--primary);
  font-size: 24px;
  font-weight:700;
  margin:10px 0px 0px 0;
  padding: 0 0 0px 0;
}

.branch-list{ border: 1px solid #ddd; border-radius: 10px; padding: 10px; min-height: 140px;}
.branch-list p{padding: 3px 0px !important;}



.contact .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-heading);
  border: 1px solid #555;
  border-radius: 35px;
  transition: 0.3s;
}

.contact .social{padding-left: 40px;}

.contact .btn.btn-social:hover {
  color: #fff;
  border: 0px;
  background: var(--primary);;
}

.branch-list{ margin: 10px 0 0 0;}
.branch-list ul{list-style: none; padding: 0 0 0 0px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;}
.branch-list ul li{padding: 10px 25px; margin:0  15px 15px 0; border: 1px solid var(--sc-primary);
  font-family: 'Accord-bold';
  color:var(--text-heading);
  font-size:15px; text-transform: uppercase;
  font-weight:800;
}


@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 480px) {
}

.location-map {
  position: relative;
  width: 100%;
  margin: 0px 0 20px 0;
}

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

  .contact {  
    padding:30px  10px;
    margin: 0px 0 0px 0px;    
  }

  .contact  p br{  
    display: none;
  }


  .location-map {
    position: relative;
    width: 100%;
    margin: 20px 0;
  }
}

/*==================================================================*/

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px ;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.42857143;
  color: #515151;
  /* border: 0; */
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

.form-control1 {
  width: 100%;
  height: 32px !important;
}

.form-group {
  margin-bottom: 10px;
}

.form-group p {
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  margin: 10px 0;
}

.form-group h6 {
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
  margin: 0 0 10px 0;
}

.form-floating > label {
  font-size: 15px; opacity: 0.4;
}

.form-group label {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
  margin-bottom: 0px;
}

.form-group label small {
  font-size: 15px;
  color: #f01818;
}

.form-check-label {
  font-weight: 400 !important;
  font-size: 13px !important;
  color: var(--text-primary);
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.fp-link {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--text-primary);
  font-weight: 500;
  padding: 10px 0;
}


 
.know-more-btn { 
  background:var(--primary);
  padding: 12px 16px;
  font-family: var(--font-family-1);
  color: var(--text-white) ;
  font-size: 18px;
  font-weight:800; letter-spacing: 1px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 20px 0 0 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.know-more-btn i{padding: 5px; width: 15px; height: 15px;  background:var(--sc-primary); border-radius: 100%;}

.know-more-btn:hover {
  background: var(--sc-primary);
  padding-left:30px;
  color: #fff;
   
}

 /*===============================careers-section=========================================*/

 .careers-section{
  background: #fff; padding: 50px 0; margin: 0 0 60px 0;
  }

  .hiring-box{ width: 100%; height:320px; background-image: url(../img/hiring-box.png);background-repeat: no-repeat;
    background-size: contain;
    background-position: center; padding: 55px;}

  .hiring-box h4 {
    font-family: 'Accord-Bold';
    font-size:56px;
    line-height:52px !important;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0.20px;
    padding: 0 0px;
    margin-bottom: 20px;}

    .hiring-box h5 {
      font-family: 'Accord-medium';
      font-size:22px;
      line-height:24px !important;
      font-weight:500;
      color: var(--text-heading);
      letter-spacing: 0.20px;
      padding: 0 0px;
      margin-bottom: 2px;}

 
        
    .hiring-box .know-more-btn {
      background: transparent;  
      font-family: 'Accord-Medium'; 
      padding: 8px 14px;  
      color: var(--primary) ;
      font-size: 18px;
      font-weight:500; letter-spacing: 1px;
      border: 1px solid var(--primary);
      border-radius: 10px;
      margin: 20px 0 0 0;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
    }
    .hiring-box .know-more-btn i{padding: 5px; width: 15px; height: 15px;  background:var(--sc-primary); border-radius: 100%;}

    .hiring-box .know-more-btn:hover {
      background: var(--sc-primary);
      padding-left:30px;
      color: #fff;
      border: 1px solid var(--sc-primary);
    }

    @media only screen and (max-width:1200px) {
      .hiring-box{ width: 100%; height:350px;  padding: 55px;}
      .hiring-box h4 {         
        font-size:45px;
        line-height:45px !important;
        }
    }

    @media only screen and (max-width:991px) {
      .hiring-box{ width: 100%; height:350px;  padding: 55px;}
      .hiring-box h4 {         
        font-size:50px;
        line-height:45px !important;
        }
        .hiring-img{ width: 60%;}
    }

    @media only screen and (max-width:768px) {
      .hiring-box{ width: 100%; height:auto;  padding: 30px; background-image: none; background-color: #e2f0f0; border-radius: 30px; margin: 20px 0;}
      .hiring-box h4 {         
        font-size:50px;
        line-height:45px !important;
        }
        .hiring-img{ width:50%;}
    }

    @media only screen and (max-width:480px) {
       
        .hiring-img{ width:80%;}
    }




 /*===============================clients-section=========================================*/

 .clients-section{
  background: #fff; padding: 50px 0; margin: 0 0 0px 0;
  }
  
 .clients-scroll{ margin: 40px 0 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center;}

 .clients-scroll-box{  position: relative; /*width: calc(49.33% - 10px);*/ border-radius: 12px; text-align: left; background: #fff; margin:10px;   padding: 10px; border: 0px solid #f1f1f1; 
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.05);
    transition: All 0.5s ease;
   -webkit-transition: All 0.5s ease;
   -moz-transition: All 0.5s ease;
   -o-transition: All 0.5s ease;
   }
 .clients-scroll-box figure {text-decoration: none; display: block; padding:40px 20px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
 
 .clients-scroll-thumb {
   border-radius: 10px;
   overflow: hidden;
   position: relative;
 }
 
 
 /*==========================================================*/
 

 
.client-list {padding: 0 0 0 1px !important;  list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start;}

.client-list li{ list-style:none; margin: 20px 20px; padding: 10px; width: 16%;  min-height: 90px !important; border:0px solid #eee; border-radius: 10px; text-align:center;   transition: all 0.5s ease;  background: #fff;
  box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.06); display: flex; align-items: center;}

.client-list li img{max-height: 100%; max-width:100%;}
.client-list li img:hover{transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;  opacity:0.5;}

@media only screen and (max-width:1024px) {
  .client-list li{ margin: 10px 10px; width: 17%;    }	
}

@media only screen and (max-width: 768px) {
  .client-list li{ margin: 15px 15px; width: 20%;    }	
}

@media only screen and (max-width: 600px) {
  .client-list li{ margin: 15px 15px; width: 25%;    }	
}

@media only screen and (max-width:500px) {
  .client-list li{ margin: 10px 10px; width: 28%;  min-height:80px !important;  }	
}

@media only screen and (max-width:400px) {
  .client-list li{ margin: 10px 10px; width: 25%;  min-height:80px !important;  }	
}

@media only screen and (max-width:340px) {
  .client-list li{ margin: 10px 10px; width: 40%;  min-height:80px !important;  }	
}
 


/*=======================career================================================*/
 


.career-listing{ margin: 0px 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }

.career-boxes{  position: relative; width: calc(100% - 10px); text-align: left; background: #fff;
   margin:0px 0;   padding: 0px; 
   /* border-radius: 12px; border: 0px solid #ddd;  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);   
   transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; */
  }
  

.career-boxes-content { width:100%; 
  padding: 0px 0;
  position: relative !important;  
}

.career-boxes-content .table td{ text-align: left; font-family: 'Accord-Regular';
  font-size: 16px; 
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.15px;
 }
 .career-boxes-content .table tr td:nth-child(1){font-family: 'Accord-bold'; font-weight: 700; color: var(--text-heading) !important;}
   
.career-boxes-content  h4{ font-family: var(--font-family-2); color: var(--text-primary);
    font-size: 30px;
    font-weight:400;
    margin-bottom: 5px;
}

.career-boxes-content  h4 a{  color: var(--text-primary); 
}

.career-boxes-content h5{ font-family: var(--font-family-1); color: var(--text-primary);
 font-size: 15px;
 font-weight:500;
 margin-bottom: 1px;
}

.career-boxes-content h6 { font-family: var(--font-family-1); color: var(--text-primary);
 font-size: 17px;
 font-weight:600; 
}

 
.career-boxes-content p{font-family: var(--font-family-1); color: var(--text-primary); font-size: 16px; font-weight:500;     
  /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis;   */
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 53px;
  margin: 0 auto; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.career-boxes .know-more-btn { 
    padding: 4px;
    font-family: var(--font-family-1);
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    border: 0;
    margin:0px 0 0 0;    
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .career-boxess .know-more-btn i{padding: 0 10px;}
  
  .career-boxes .know-more-btn:hover {
    background: transparent;
    padding-left:4px;
    color:var(--sc-primary);     
  } 
   
  

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

   
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, .125);   
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);   
  transition: All 0.5s ease;
 -webkit-transition: All 0.5s ease;
 -moz-transition: All 0.5s ease;
 -o-transition: All 0.5s ease;
}

.accordion-button{
  font-family: 'Accord-Medium';
   color: var(--primary);
  font-size: 24px;
  font-weight:500;
  padding: 1rem 1rem; 
 
}

.accordion-button:hover{ color: var(--sc-primary);}

.accordion-button::after {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-size: auto;
 
}

.accordion-button:not(.collapsed) {
  color:var(--primary);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px inset;
  
}

.accordion-body  p {
  font-family: var(--font-family-1);
  font-size: 14px;
  line-height: 24px !important;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.50px;
  padding: 0 0px;
}

.accordion-body  span {
  font-family: var(--font-family-1);
  font-size: 14px;
  line-height: 24px !important;
  font-weight: 700;
  color: var(--text-heading);
  letter-spacing: 0.50px;
  padding: 0 0px;
}


/*===============================investors page========================================*/
 

.investors-listing{ position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content:start;}
.investors-listing a{position: relative;  text-decoration: none; color:initial; width: calc(33% - 15px); margin: 0 15px 20px 0;  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;  }

.investors-thumb{
  margin: 0;  position: relative; overflow: hidden; background-position: 50%;  
  background-size: cover;  height: 180px; margin: 0; border-radius:6px ;
 }

.investors-thumb:after {content: "";  width: 100%;  height: 100%;  
  /* background:#000;   */
  background: linear-gradient(180deg, rgba(12, 58, 85, 0.7) 0%, rgba(29, 62, 67, 20) 100%);  
  position: absolute;  left: 0;  top: 0;}
  
.investors-thumb img{ position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.investors-name{position: absolute; top: 0; bottom: 0; left: 0;  right: 0; margin: auto 0; padding: 10px 0 0  0px ;z-index: 9;  text-align: center; display: flex; flex-direction: row; align-items: center;justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;}

.investors-name h4{   font-family: 'Accord-Medium'; font-size:18px; font-weight:500; color: var(--text-white); margin:0 0 20px 0; letter-spacing: 1px; position: relative; display: inline-block;}
  

.investors-name p { font-family: 'Accord-Regular';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: var(--text-primary);
  letter-spacing: 0.15px;
  padding: 0 0px;  
}
 

.investors-listing a:hover .investors-name h4{color: var(--sc-primary);}
 


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

  .investors-listing a{   width: calc(33% - 15px);  }
  .investors-thumb{
    background-position: 50%;
    background-size: cover;
    height: 180px;
    margin: 0;}
}

@media only screen and (max-width:768px) {
  .investors-listing a{   width: calc(50% - 15px);  }
  .investors-thumb{
    background-position: 50%;
    background-size: cover;
    height: 160px;
    margin: 0;}
}
    

@media only screen and (max-width: 680px) { 
  .investors-thumb{
    background-position: 50%;
    background-size: cover;
    height:170px;
    margin: 0;}

}

@media only screen and (max-width: 480px) {
.investors-listing{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.investors-listing a{ text-decoration: none; color:initial; width: calc(100% - 0px); margin-bottom:20px; margin-right: 0;  }

.investors-thumb{
  background-position: 50%;
  background-size: cover;
  height:200px;
  margin: 0;}

}

@media only screen and (max-width: 400px) {
 .investors-thumb{
    background-position: 50%;
    background-size: cover;
    height:180px;
    margin: 0;}
  
  }

  @media only screen and (max-width: 340px) {
    .investors-thumb{
       background-position: 50%;
       background-size: cover;
       height:160px;
       margin: 0;}
     
     }

    .investors-right-nav{ background: var(--sc-primary); padding: 10px; border-radius: 10px; min-height: 350px; 
      /* height: 100%; */ }  

    .investors-right-nav h3{font-family: 'Accord-bold'; font-size:24px; font-weight:700; color: var(--text-heading); margin:0 0 10px 0; letter-spacing:0.25px; position: relative; display: inline-block;}

    .investors-right-nav a{padding: 2px 0 10px 0; display: block; font-family: 'Accord-Medium'; font-size:16px; font-weight:500; color: var(--text-heading); display: flex; flex-direction: row;  align-items: start; line-height: 24px;}
    .investors-right-nav a i{ margin-right: 5px; margin-top: 1px; color: var(--text-heading); font-size: 15px;  }

    .investors-right-nav a:hover{ color: var(--text-white); padding-left: 4px;}
    @media only screen and (max-width: 991px) {
      .investors-right-nav{ margin-top: 30px;}
    }

/*===============================investors Details page========================================*/

.investors-info-list{border: 1px solid #eeeeee; padding: 10px; border-radius: 10px; margin-bottom: 15px;}
.investors-info-list h3{font-family: 'Accord-bold'; font-size:20px; font-weight:700; color: var(--text-heading); margin:0 0 0px 0; letter-spacing:-0.25px; position: relative; display: inline-block;}

.investors-info-list h3 a{padding: 2px 0 0px 0;   color: var(--text-heading); display: flex; flex-direction: row;  align-items: start; }
.investors-info-list h3 a i{ margin-right: 5px; margin-top:0px; color: var(--sc-primary); font-size: 25px;  }
.investors-info-list h3 a span{ padding-left: 5px;}

.investors-info-list ul{ margin:0px 0; padding: 0 0 0 40px; list-style: none;}
.investors-info-list ul li{padding: 2px 0;}
.investors-info-list ul li:before { display: table;
  content: "\F26E";
  font-family: "bootstrap-icons";
  font-weight: 800;
  float: left;
  /* margin-left: -1.5em; */
  color: var(--primary);
  padding-right: 5px;
}
.investors-info-list ul li a{ font-family: 'Accord-Regular'; font-size:16px; font-weight:500; color: var(--text-primary); display: table-cell;}
.investors-info-list p{ padding: 0 0 0 40px; margin: 0px;  font-family: 'Accord-Regular'; font-size:16px; font-weight:500; color: var(--text-primary);}
.investors-info-list h5{ padding-left: 40px; margin: 5px 0;font-family: 'Accord-bold'; font-size:18px; font-weight:500; color: var(--primary);}

@media only screen and (max-width: 430px) {
  .investors-info-list h3{ font-size:20px; }
 
}

/*===============================================================================================*/

/*================CSS form D1  leadership pages ========================================*/
  

.directors{
  padding: 0px 0 0 0;
}
.directorsTitle{
  position: relative;
  text-align: center;
  display: inline-block;
  font-family: 'Accord-Bold';
  font-size: 40px !important;
   font-weight: 800 !important;
   letter-spacing: -1px !important;
   padding: 6px 20px;
   color: #1d605b;
   border-bottom: 5px solid #f9bf00;
}



.directorsTitleBox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:30px;
}
.directorsInnerBox{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  margin: 0 auto;
}
.directorImg{
  flex: 1;
  width: 600px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  padding: 12px;
  border-radius: 10px;
}
.directorImg img{
  width: 100%;
  height: 100%;
}
.directorDesc{
  flex: 1;
  max-width: 340px;
}
.directorDesc h3{
  font-family: 'Accord-Bold';
  font-size: 42px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 5px;

}
.directorDesc h3 span{display: block;   }
.directorDesc h4{display: block;  font-family: 'Accord-Regular';font-weight: 500; color: var(--primary); margin: 0px; font-size: 20px;}

.directorDesc p{
  font-family: 'Accord-Regular';font-weight: 500; color: var(--text-primary); 
  font-size: 18px;
}
.directorDescRight p{
  padding-left: 20px;
}
.directorDescRight a{
  padding-left: 20px;
  display: inline-block;
  margin-top: 20px; font-family: 'Accord-Medium'; font-weight: 500;
  color: #348b87; font-size: 15px; letter-spacing: 0.50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}


.directorDescRight a span{
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #338b85;
  color: white;
  border-radius: 50%;
}

.directorDescRight a:hover{ color: var(--sc-primary);}
.directorDescRight a:hover span{ background: var(--sc-primary);}

@media only screen and (max-width:991px) {
 
  .directorsInnerBox{
    display: flex; flex-direction: column;
    align-items: center;
    justify-content: start;
    column-gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
  
  .directorDesc {  text-align: center;
    flex: 0 !important;
    max-width: 100% !important; width: 100%;
}

.directorImg {
  flex: 1;
  width:50%; margin-bottom: 20px;  
}
.directorDescRight a{justify-content: center;}
 
  
}

@media only screen and (max-width:768px) { 
.directorDescRight p{
  padding-left: 0;
}
.directorDescRight a{
  padding-left: 0;
}
}

@media only screen and (max-width:580px) {
  .directorImg {
    flex: 1;
    width:100%; margin-bottom: 20px;  
  }
}





.leadersBox{
  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
  column-gap: 30px;
  color: #113538;
  margin-top: 40px;
  margin-bottom: 50px;
}
.leadersItem{
   
  width: 31.33%;
  background-color: white;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.leadersImg{
  height: 260px;
  background-color: #113538;
  border-radius: 16px;
}

.leadersImg img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

 

.leadersContent{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* row-gap: 10px; */
}
.leadersContent p{
  text-align: center;
  font-family: 'Accord-Regular';font-weight: 500; color: var(--text-primary); 
  font-size: 16px;
}
.leadersContent h4{
  font-size: 20px;
  color: #1d605b;
}

.leadersContent h4{
  font-family: 'Accord-Bold';
  font-size: 26px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 0px;

}
 .leadersContent h5{display: block;  font-family: 'Accord-Regular';font-weight: 500; color: var(--primary); margin:0 0 10px 0; font-size:18px;}


.directorsTitleSecond{
  padding: 6px 0;
}

@media only screen and (max-width:991px) {
  .leadersBox{
    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
    column-gap: 20px;
    color: #113538;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .leadersItem{ 
    width:48.33% !important;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width:768px) {
  .leadersBox{
    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
    column-gap: 0px;
    color: #113538;
    margin-top: 40px;
    margin-bottom:50px;
  }
  .leadersItem{ 
    width:100% !important;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
  }

}



/* @media  (max-width: 768px){
  .leadershipWrap h1{
    font-size: 32px;
  }
  .leadership {
    height: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  
.leadersBox{
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
} */



/*===============================================================================================*/

/*================CSS form    Board of Directors & Committee  pages ========================================*/
  

.committee{
  padding: 0px 0 0 0;
} 


.committeeBox{
  display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
  column-gap: 30px;
  color: #113538;
  margin-top: 30px;
  margin-bottom: 50px;
}
.committeeItem{
   
  width: 30.33%;
  background-color: white;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-bottom: 25px;
}
.committeeImg{
  /* min-height: 260px; */
  background-color: #113538;
  border-radius: 16px;
}

.committeeImg img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

 

.committeeContent{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* row-gap: 10px; */
}
.committeeContent p{
  text-align: center;
  font-family: 'Accord-Regular';font-weight: 500; color: var(--text-primary); 
  font-size: 16px;
}
.committeeContent h4{
  font-size: 20px;
  color: #1d605b;
}

.committeeContent h4{
  font-family: 'Accord-Bold';
  font-size: 20px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 0px; text-align: center;

}
 .committeeContent h5{display: block;  font-family: 'Accord-Regular';font-weight: 500; color: var(--primary); margin:0 0 10px 0; font-size:15px; text-align: center;}


.committeeTitleSecond{
  padding: 6px 0;
}

@media only screen and (max-width:991px) {
  .committeeBox{
    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
    column-gap: 20px;
    color: #113538;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .committeeItem{ 
    width:48.33% !important;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width:768px) {
  .committeeBox{
    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: start;
    column-gap: 0px;
    color: #113538;
    margin-top: 40px;
    margin-bottom:50px;
  }
  .committeeItem{ 
    width:100% !important;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
  }

}
