 
/*==========================================================*/

.pd-20{ padding: 20px;}
.border-r{border-right: 1px solid #ddd;}
.border-b{border-bottom: 1px solid #ddd;}

@media screen and (max-width: 991px) {
.border-r{border-right: 0px;}
.border-b{border-bottom: 0px;}
.pd-20{ padding: 20px; border: 1px solid #ddd;}
  }


  .vision-bx{ display: flex; flex-direction: row;  flex-wrap: wrap; justify-content: space-between; align-items: center;}
  .vision-bx div{ width: 50%; padding: 20px;}
  .vision-bx div:first-child{border-right: 1px solid #ddd;}
  .vision-bx h6{ color: #fff; font-size: 18px; font-weight: 300;}

  @media screen and (max-width: 575px) {
    .vision-bx div{ width: 100%; padding: 20px; border: 1px dashed #ddd !important; margin: 20px 0;}
    .vision-bx div:first-child{border-right: 0px solid #ddd;}
    .vision-bx h6{ color: #fff; font-size: 16px; font-weight: 300;}
      }

/*==========================================================*/


      
.client-list-1 {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.client-list-1 li {
  margin: 0px;
  text-align: left;
  padding:  20px 20px  ; display: flex;
  flex-direction: column;   border: 0px solid #ddd;  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* .client-list-1 li a{ background: #fff;box-shadow:0 0 0 3px rgba(34,54,109,0.2);} */

.client-list-1 li span{ font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: center; padding: 10px;}

.client-list-1 li img {
  border: 0px solid #ddd;
  /* width: 280px; */
  height: 100px;
}

@media only screen and (max-width: 780px) {
  .client-list-1 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-1 li img {
    height: 80px;
}
}

@media only screen and (max-width: 680px) {
  .client-list-1 li {
      margin: 0px;
      padding: 5px;
  }
  .client-list-1 li img {
    height: 80px;
}
}

@media only screen and (max-width: 575px) {
  .client-list-1 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-1 li {
      margin: 0px;
      padding: 5px;
  }
  /* .client-list-1 li img {
      height:60px;
  } */
}

@media only screen and (max-width: 430px) {
  .client-list-1 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-1 li {
      margin: 0px;
      padding: 5px;
  }
   .client-list-1 li img {
    height: 80px;
} 
}

@media only screen and (max-width: 390px) {
  .client-list-1 li {
      margin: 0px;
      padding: 5px;
  }
  .client-list-1 li img {
      height: 80px;
  }
}



@media only screen and (max-width: 340px) {
  .client-list-1 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-1 li {
      width: 48%;
      padding: 5px;
  }
  .client-list-1 li img {
      height: 100%;
      width: 100%;
  }
}

/* @media only screen and (max-width: 280px) {
  .client-list-1 {
      list-style: none;
      margin: 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
  }
  .client-list-1 li {
      width: 100%;
      padding: 10px 0;
  }
  .client-list-1 li img {
      height: 100%;
      width: 100%;
  }
} */


/*==========================================================*/


.clients-box{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.clients-box-col{ width: 32%; border: 1px solid #ddd; border-radius: 10px; padding: 20px 10px 40px 10px; margin-bottom: 25px;  }
.clients-box-col h2{ padding: 8px; margin-bottom: 20px; background:#ececec; font-size: 20px; border-radius: 15px;}

@media only screen and (max-width: 1200px) {
  .clients-box-col{ width: 49%;   }
}
@media only screen and (max-width: 768px) {
  .clients-box-col{ width: 100%; border: 1px solid #ddd; padding: 20px 10px 40px 10px; margin-bottom: 25px;  }
}
  
.client-list-2 {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.client-list-2 li {
  margin: 0px;
  text-align: left;
  padding:  10px 10px  ; display: flex;
  flex-direction: column;   border: 0px solid #ddd;  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

 

.client-list-2 li span{ font-size: 13px; font-weight: 500; color: var(--text-primary); text-align: center; padding: 10px;}

.client-list-2 li img {
  border: 0px solid #ddd;
  /* width: 280px; */
  height: 90px;
}

@media only screen and (max-width: 780px) {
  .client-list-2 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-2 li img {
    height: 80px;
}
}

@media only screen and (max-width: 680px) {
  .client-list-2 li {
      margin: 0px;
      padding: 5px;
  }
  .client-list-2 li img {
    height: 80px;
}
}

@media only screen and (max-width: 575px) {
  .client-list-2 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-2 li {
      margin: 0px;
      padding: 5px;
  }
  /* .client-list-1 li img {
      height:60px;
  } */
}

@media only screen and (max-width: 430px) {
  .client-list-2 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-2 li {
      margin: 0px;
      padding: 5px;
  }
   .client-list-2 li img {
    height: 80px;
} 
}

@media only screen and (max-width: 390px) {
  .client-list-2 li {
      margin: 0px;
      padding: 5px;
  }
  .client-list-2 li img {
      height: 80px;
  }
}



@media only screen and (max-width: 340px) {
  .client-list-2 {
      list-style: none;
      margin:10px 0 40px 0;
      padding: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
  .client-list-2 li {
      width: 48%;
      padding: 5px;
  }
  .client-list-2 li img {
      height: 100%;
      width: 100%;
  }
}


/*=====================================*/




.team-section{ margin: 0; font-family: 'Poppins', sans-serif;}

.team-section h2{font-weight: 700; font-size: 36px;  font-family: 'Poppins', sans-serif;  color: #22366d; padding: 15px 0; text-align: center; margin-bottom: 30px;}
.team-box{ border: 0px solid #e9e9e9; padding: 15px 15px 0px 15px; border-radius: 12px; margin: 0 0 50px 0;  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

.team-box-text {
    text-align: center; padding:20px 0;
}

.team-box-text h6 {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #394952;
    font-weight: 500;
    line-height: 1.7;
    padding: 0 0px 0 0;
}

.team-box-text p {
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #394952;
    font-weight: 400;
    line-height: 1.7;
}

.team-box-text h3 {
    font-size: 23px;
    letter-spacing: 0.2px;
    color: #22366d;
    font-weight: 600;
    line-height: 1.7;
    
}

.team-box-text h3 small
{color: #394952;
    display: block;
}

.team-box-img{margin: 0px 0px 0 0; text-align: center; position: relative; }
.team-box-img img{width:50%; border-radius: 5%; background: #e4e4e4; }

@media only screen and (max-width: 360px) {
  .team-box-img img{width:100%;}
}

/*======================================================*/

.timeline{
    position:relative;
    margin:0px auto;
    padding:20px 0;
    width:1000px;
    box-sizing:border-box;
  }
  .timeline:before{
    content:'';
    position:absolute;
    left:50%;
    width:2px;
    height:100%;
    background:#c5c5c5;
  }
  .timeline ul{
    padding:0;
    margin:0;
  }
  .timeline ul li{
    list-style:none;
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
  }
  .timeline ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
  }
  .timeline ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
  }
  .content{
    padding-bottom:20px;
  }
  .timeline ul li:nth-child(odd):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    right:-6px;
    background:#22366d;
    border-radius:50%;
    box-shadow:0 0 0 3px rgba(34,54,109,0.2);
  }
  .timeline ul li:nth-child(even):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    left:-4px;
    background:#22366d;
    border-radius:50%;
    box-shadow:0 0 0 3px rgba(34,54,109,0.2);
  }
  .timeline ul li h3{
    padding:0;
    margin:0;
    color:#22366d;
    font-weight:600; font-size: 22px;
  }
  .timeline ul li p{
    margin:10px 0 0;
    padding:0; font-size: 14px;
  }
  .timeline ul li .time h4{
    margin:0;
    padding:0;
    font-size:14px;
  }
  .timeline ul li:nth-child(odd) .time
  {
    position:absolute;
    top:12px;
    right:-165px;
    margin:0;
    padding:8px 16px;
    background:#67c18c;
    color:#fff !important;
    border-radius:18px;
    box-shadow:0 0 0 3px #67c18c;
  }
  .timeline ul li:nth-child(odd) .time h4{ color: #fff;}
  .timeline ul li:nth-child(even) .time
  {
    position:absolute;
    top:12px;
    left:-165px;
    margin:0;
    padding:8px 16px;
    background:#67c18c;
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px #67c18c;
  }
  .timeline ul li:nth-child(even) .time h4{ color: #fff;}
  @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  }
  @media(max-width:767px){
    .timeline{
      width:100%;
      padding-bottom:0;
    }
    h1{
      font-size:40px;
      text-align:center;
    }
    .timeline:before{
      left:20px;
      height:100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even)
    {
      width:100%;
      text-align:left;
      padding-left:50px;
      padding-bottom:50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before
    {
      top:-18px;
      left:16px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time{
      top:-30px;
      left:50px;
      right:inherit;
    }
  }


  /*==================================================================*/


  .ser-gallery  {
    background: #fff;
    margin: 0px;
    /* margin-left: -15px;
    margin-right: -15px; */
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ser-gallery li {
    width: 48.33%;
    /* min-height:380px;*/
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden !important;
    border: 0px solid #ddd;
    margin-bottom: 10px;
}

.ser-gallery li figure {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-position: 50%;
    background-size: cover;
    height: 300px; border: 0px solid #ddd;
}

.-ser-gallery li figure:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0A043C00 50%, #000000B0 100%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.ser-gallery li figure 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;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    .ser-gallery 
    {
    margin: 20px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .ser-gallery li 
    {
    width: 48%;
    }
    .ser-gallery li figure 
    {
    height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .ser-gallery 
    {
    margin: 5px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .ser-gallery li 
    {
    width:100%;
    }
    
    .ser-gallery li figure 
    {
    height:300px;
    }
}

@media screen and (max-width: 400px) {
  .ser-gallery li figure 
  {
  height:240px;
  } 
}



/*===========================================================*/

.footer-social{ display: flex; flex-direction: row; flex-wrap: wrap;  padding-top: 30px; justify-content: center;}
.footer-social .footer-social-icon{ padding-left: 20px;}
.footer-social h3{ margin: 0; line-height: normal;}

@media screen and (max-width: 768px) {
  .footer-social{   padding-top: 0px; justify-content: flex-start;}
}
/*==========================================================*/
 
.masonry-wrapper .masonry-col {
  /*display: flex; */
justify-content: center;
align-items: center;
}
.masonry-wrapper .masonry-col > img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0px; 
}

.masonry-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-auto-rows: 300px;
grid-auto-flow: dense;
}
.masonry-wrapper .wide {
grid-column: span 0;
}
.masonry-wrapper .tall {
grid-row: span 2;
}
.masonry-wrapper .big {
grid-column: span 2;
grid-row: span 2;
}

@media only screen and (max-width:600px) {
  .masonry-wrapper {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: auto;
      grid-auto-rows:auto;
      grid-auto-flow: dense;
  }

  .masonry-content-details h3 {font-size: 15px;}
  .masonry-content-details p {font-size: 13px;}
}

@media only screen and (max-width:360px) {
  .masonry-wrapper {
      display:table;
      grid-gap: 10px;
      grid-template-columns: auto;
      grid-auto-rows:auto;
      grid-auto-flow: dense;
  }

  .masonry-wrapper .masonry-col {
      margin-bottom: 15px;
  }

  
  
}


/* img {
max-width: 100%;
height: auto;
vertical-align: middle;
display: inline-block;
} */

/* Main CSS */
/* .grid-wrapper > div {
display: flex;
justify-content: center;
align-items: center;
}
.grid-wrapper > div > img {
width: 100%;
height: 100%;
object-fit:cover;
border-radius: 0px;
}

.grid-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-auto-rows: 300px;
grid-auto-flow: dense;
}
.grid-wrapper .wide {
grid-column: span 0;
 
}
.grid-wrapper .tall {
grid-row: span 2;
}
.grid-wrapper .big {
grid-column: span 2;
grid-row: span 2;
} */

/*==========================================================*/


.map-list{ margin: 0;}
.map-list img{ width: 100%;}
.map-list .hotspots{
  position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    outline: none;
    border-radius: 50%;
    background-color: #22366d;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    color: #67c18c;
    text-align: center;
    font-size: 10px;
    -webkit-transition: background-color .2s,color .2s,box-shadow .2s;
    transition: background-color .2s,color .2s,box-shadow .2s;
}

.map-list .hotspots:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  -webkit-animation: haShadowPulse 2s infinite;
  animation: haShadowPulse 2s infinite;
}


@-webkit-keyframes haShadowPulse {
  0% {
      box-shadow: 0 0 0 0 rgba(34,35,109,.1)
  }

  to {
      box-shadow: 0 0 0 30px rgba(34,54,109,0)
  }
}

@keyframes haShadowPulse {
  0% {
      box-shadow: 0 0 0 0 rgba(34,35,109,.1)
  }

  to {
      box-shadow: 0 0 0 30px rgba(34,35,109,0)
  }
}

.hotspots-dots{display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  border-radius: inherit;}

  .hotspots-dots:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    -webkit-animation: haShadowPulse 2s infinite;
    animation: haShadowPulse 2s infinite;
}

.hotspots-item-1{left: 18.77% !important;  top: 60.20% !important;}

.hotspots-item-2{left: 26.41% !important;  top: 64.45% !important;}

.hotspots-item-3{left: 10.77% !important;  top: 49.20% !important;}

.hotspots-item-4{left: 32.77% !important;  top: 30.20% !important;}

.hotspots-item-5{left: 28.77% !important;  top: 78.20% !important;}

.hotspots-item-6{left: 38.77% !important;  top: 80.20% !important;}

.hotspots-item-7{left: 38.77% !important;  top: 33.20% !important;}

.hotspots-item-8{left: 38.77% !important;  top: 33.20% !important;}

.hotspots-item-9{left: 25.77% !important;  top: 35.20% !important;}

.hotspots-item-10{left: 32.77% !important;  top: 52.20% !important;}

.hotspots-item-11{left: 15.77% !important;  top: 54.20% !important;}

.hotspots-item-12{left: 19.77% !important;  top: 48.20% !important;}