
.read-more-content {
  display: none;
  margin-top: 0px;
}
.read-mores {
  width: fit-content;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 29px;
  margin-top: 12px;
} 
.read-mores:hover {
  color: #cacaca;
}

 
.read-mores-26 {
  width: fit-content;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
  margin-top: 13px;
} 
.read-mores-26:hover {
  color: #cacaca;
}

.pera_media_height{
    height:234px;
} 
 
.pera_media_height p{
margin-bottom: 10px !important;
color: #FFF;
} 
  
 .strategy_main { 
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(108, 116, 121);
  justify-content: space-between;
  border: solid 1px #919191;
  min-height: 390px;
  padding: 16px 16px 0px 16px;
}


.media_ul{
    display: flex;
    flex-wrap: wrap;
}
.employee_pg .grid {
  padding: 0 !important;
}
.media_ul li{
    width: fit-content;
    margin-right: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.media_event_pg .strategy h4 {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff !important;
  letter-spacing: 0.3px;
  line-height: 27px;
  height: 120px;
}      

.flex_wrap_media{
    display: flex;
    flex-wrap: wrap;
}

.mb27{ margin-bottom: 27px !important;}

.light_box_thumm {
  width: 100%;
  -webkit-box-shadow: 10px 10px 20px -7px #b9b9b9;
}


.isotope {
  margin-bottom: 0;
  overflow: visible !important;
  -webkit-transition-property: height;
  transition-property: height;
}
.isotopecontainer .isobrick {
  float: left;
  display: block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.isotopecontainer .isobrick.grid {
  opacity: 0;
}
.isotopecontainer .isobrick.fade-in {
  opacity: 1;
}
.isotopecontainer #infscr-loading {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -25px;
}
.isotopecontainer:after {
  content: "";
  display: block;
  clear: both;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope .isotope-item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.grid {
  padding: 0 2px 2px 0;
}
.grid .featured-image {
  min-height: 50px;
}
.grid.noimages a.postlink {
  min-height: 200px;
}
.grid a.postlink:hover .title h2 span,
.grid.noimages a.postlink .title h2 span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.grid a.postlink:hover .title h2:after,
.grid.noimages a.postlink .title h2:after {
  width: 50px;
  margin-left: -25px;
}
.grid a.postlink {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}
.grid a.postlink .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  height: 100%;
  cursor: pointer;
} 
.grid a.postlink .title .date.tiny-details {
  color: #fff;
  margin-bottom: 10px;
  font-size: 10px;
  -webkit-transition: 0.25s 0.4s;
  transition: 0.25s 0.4s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
} 
.grid a.postlink .title h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid a.postlink .title h2 span {
  -webkit-transition: 0.25s 0.2s;
  transition: 0.25s 0.2s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  font-family: swis721_ltcn_btlight, Arial, sans-serif;
}
.grid a.postlink .title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -25px;
  height: 100%;
}
.grid a.postlink .overlay {
  background: rgba(0, 27, 45, 0.77);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.grid a.postlink img {
  display: block;
  width: 100%;
  height: auto !important;
}
.grid a.postlink .overlay,
.grid a.postlink img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.contents,
.mh {
  transition: 0.3s linear;
}
.grid a.postlink:hover .overlay {
  opacity: 0.85;
}
.grid a.postlink:hover .title .date.tiny-details {
  opacity: 0.5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.grid a.postlink:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.grid a.postlink:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: unset;
}
.grid a.postlink .overlay,
.grid a.postlink .title{
  text-align: center;
}

.grid a.postlink {
  position: relative;
}

.grid a.postlink {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.employee_events1 {
 margin-top: 10px;
 display: flex;
 justify-content: space-between;
}  

.employee_events1 h4 {
  font-size: 19px;
  position: relative;
  margin-bottom: 20px;
  color: #9fbb25;
  font-weight: 400;
} 

.employee_events1 h4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -9px;
  width: 40px;
  height: 3px;
  background-color: #006ab1;
  z-index: 1;
}
 
.employee_events1 p { font-size: 11px; letter-spacing: 1px;margin-bottom: 0;color: #333537;}

.pointer_cursor{cursor: pointer; text-decoration: none;}

.pointer_cursor:hover{cursor: pointer; text-decoration: none;}

.certi_img{
   margin-right: 30px !important;
   display: flex;
   flex-direction: column;
   align-items: center;
   font-size: 11px;
   color: #333;
   letter-spacing: 0.5px;
}   


.certi_img img{
    width: 50px;
} 

.m_height_box{min-height: 321px;}  

.m_height_box_1{min-height: 351px;}   
.h108{
    height: 108px;
} 
  

/* .amazingslider-img-1 img{ min-height: 300px !important;}
.strategy_photo {
  width: 100%;
  position: relative;
  min-height: 300px;
} */

.pera_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.same_line{

  display: flex;
  align-items: center;
  justify-content: space-between;

}


.bottom-RightArrow.strategy_btn {
  position: relative;
  bottom: 9px;
  right: 0;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  font-size: 15px;
  padding: 0px;
}
  
.strategy_main h4{
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff !important;
  letter-spacing: 0.3px;
  line-height: 27px;
  height: 95px;
}
.strategy {
  width: 100%;
  padding:0px;
}


@media screen and (min-width:1900px) and (max-width:1920px){
 .greenheader{
    font-size: 30px;
  }
   .pc_mb20{
        margin-bottom: 20px !important;
    }
    .mb_tab_20{
              margin-bottom: 20px !important;

    }
    .pc_mt40{
          margin-top: 40px;
    }
    .employee_events1 h4{
      font-size: 18px;
    }
    .BigTit{
      font-size: 30px;
    }
}

@media screen and (min-width:1800px) and (max-width:1899px){

.strategy_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(108, 116, 121);
  justify-content: space-between;
  border: solid 1px #919191;
  min-height: 390px;
}



    .media_event_pg .strategy h4 {
        font-size: 19px;
        letter-spacing: 0px;
    } 
    .media_event_pg .strategy_main {
        min-height: 390px !important;
    }
     
   .greenheader{
    font-size: 30px;
  }
   .pc_mb20{
        margin-bottom: 20px !important;
    }
    .mb_tab_20{
              margin-bottom: 20px !important;

    }
    .pc_mt40{
          margin-top: 40px;
    }
    .employee_events1 h4{
      font-size: 18px;
    }
    .BigTit{
      font-size: 30px;
    }
}

@media screen and (min-width:1700px) and (max-width:1799px){

  .strategy_main {
    min-height: 385px !important;
  }
 

    .media_event_pg .strategy h4 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .m_height_box {
  min-height: 240px;
}
.m_height_box_1 {
  min-height: 394px;
}

         .col-xl-3.media_xl3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .media_bt{ margin-bottom: 0px !important;}

   .greenheader{
    font-size: 30px;
  }
   .pc_mb20{
        margin-bottom: 20px !important;
    }
    .mb_tab_20{
              margin-bottom: 20px !important;

    }
    .pc_mt40{
          margin-top: 40px;
    }
    .employee_events1 h4{
      font-size: 18px;
    }
    .BigTit{
      font-size: 30px;
    }
}

@media screen and (min-width:1600px) and (max-width:1699px){
  .strategy_main {
    min-height: 450px !important;
  } 

.pera_media_height {
  height: 220px;
}
    .media_event_pg .strategy h4 {
        height:140px;
    }  
  .media_bt{ margin-bottom: 50px !important;}
    .m_height_box {
  min-height: 360px;
}
.m_height_box_1 {
  min-height: 410px;
} 
     .col-xl-3.media_xl3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width:27%;
  }
  .media_bt{ margin-bottom: 50px !important;}

 .greenheader{
    font-size: 30px;
  }
   .pc_mb20{
        margin-bottom: 20px !important;
    }
    .mb_tab_20{
              margin-bottom: 20px !important;

    }
    .pc_mt40{
          margin-top: 40px;
    }
    .employee_events1 h4{
      font-size: 18px;
    }
}

@media screen and (min-width:1500px) and (max-width:1599px){
.m_height_box_1 { min-height: 429px;}
.media_event_pg .strategy h4 { font-size: 19px;   letter-spacing: 0px; height: 142px;  }
.media_ul li {  width: 100%; } 
.col-xl-3.media_xl3 { -ms-flex: 0 0 30%;    flex: 0 0 30%; max-width: 30%;  }
.media_bt{ margin-bottom: 50px !important;}
.m_height_box {min-height: 380px;}
.greenheader{font-size: 30px; }
.pc_mb20{margin-bottom: 20px !important;}
.mb_tab_20{ margin-bottom: 20px !important; }
.pc_mt40{ margin-top: 40px; }
.employee_events1 h4{font-size: 18px; }
.pera_media_height {
  height: 254px;
}
  
  .strategy_main {
    min-height: 475px !important;
  } 
 
}

@media screen and (min-width:1400px) and (max-width:1499px){
.media_event_pg .strategy h4 { font-size: 17px; letter-spacing: 0px; height: 95px; }  
.media_ul li {    width: 100%;   }
.col-xl-3.media_xl3 { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%;  max-width: 33.33%;  }
.media_bt{ margin-bottom: 50px !important;}
.sm_pc_top100{   padding-top: 80px;   }
.m_height_box { min-height: 303px;} 
.greenheader{ font-size: 30px; }
.pc_mb20{ margin-bottom: 20px !important; }
.mb_tab_20{ margin-bottom: 20px !important;}
.pc_mt40{ margin-top: 40px; }
.employee_events1 h4{ font-size: 18px; }

.strategy_main {
  min-height: 359px;

}

.read-mores-26 {  margin-top: 5px;}
.read-mores {  margin-top: 5px;}
}

@media screen and (min-width:1300px) and (max-width:1399px){
.media_event_pg .strategy h4 {  font-size: 17px; letter-spacing: 0px;    height: 111px;  }  
.media_event_pg .strategy_main { min-height: 388px;  /*! height: calc(100% - 195px); */  }  
.media_ul li { width: 100%; }
.col-xl-3.media_xl3 { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%;  }
.media_bt{ margin-bottom: 50px !important;}
.sm_pc_top100{ padding-top: 80px;  }
.m_height_box {min-height: 339px;}
.greenheader{ font-size: 30px;}
.pc_mb20{ margin-bottom: 20px !important; }
.mb_tab_20{ margin-bottom: 20px !important;}
.pc_mt40{ margin-top: 40px; }
.employee_events1 h4{font-size: 18px; }
.bottom-RightArrow.strategy_btn{
  bottom: 43px;
  
} 
.read-mores{
    margin-bottom: 12px;
}
.bottom-RightArrow.strategy_btn{
      bottom: 0px;
}
.btn_b{
      bottom: 37px;
}
.pera_media_height {
  height: 215px;
}
.read-mores-26 {  margin-top: 5px;}
.read-mores {  margin-top: 5px;}
}
 
@media screen and (min-width:1200px) and (max-width:1299px){ 
.media_event_pg .strategy h4 { font-size: 17px;    letter-spacing: 0px;    height: 115px;}   
.media_event_pg .strategy_main { min-height: 425px;  } 
.media_ul li {width: 100%;}
.strategy p { font-size: 14px;}
.col-xl-3.media_xl3 {  -ms-flex: 0 0 33.33%;  flex: 0 0 33.33%;  max-width: 33.33%;}
.media_bt{ margin-bottom: 50px !important;}
.sm_pc_top100{ padding-top: 80px;}
.greenheader{font-size: 30px;}
.pc_mb20{ margin-bottom: 20px !important;}
.mb_tab_20{ margin-bottom: 20px !important;}
.pc_mt40{ margin-top: 40px;}
.employee_events1 h4{font-size: 18px;}

.pera_media_height {
  height: 242px;
}

.read-mores-26 {  margin-top: 5px;}
.read-mores {  margin-top: 5px;}
}

@media screen and (min-width:1026px) and (max-width:1199px){
.media_mid_mt80{ margin-top: 70px;}
.mh_last_media{ height: 20px !important;}
.sm_pc_hw{ width: 100%; }
.sm_pc_mb10{ margin-bottom: 10px;}
.media_event_pg .strategy .ls01{ letter-spacing: 0.1px; }
.sm_pc_top100{ padding-top: 100px; }
.mt0_pc{ margin-top: 0px;}
.pc_pt_img0{ padding-top: 0px; }
.greenheader{font-size: 27px; }
.pc_mb20{ margin-bottom: 20px !important; }
.pc_mt40{ margin-top: 40px; }
.pc_mt80{ margin-top: 80px !important; }

.pera_media_height {
  height: 244px;
}
}

@media screen and (min-width:1025px) and (max-width:1199px){
.m_height_box {min-height: 370px;}
.strategy h4 { font-size: 18px;  line-height: 23px; height: 80px !important; font-size: 15px !important; font-weight: 600; line-height: 1.3 !important;  }
.m_height_box_1 { min-height: 420px;}
.media_mid_mt80{ margin-top: 70px;}
.mh_last_media{ height: 20px !important;}
.sm_pc_hw{ width: 100%; }
.sm_pc_mb10{ margin-bottom: 10px; }
.media_event_pg .strategy .ls01{ letter-spacing: 0.1px;}
.sm_pc_top100{ padding-top: 100px;}
.mt0_pc{ margin-top: 0px; }
.pc_pt_img0{ padding-top: 0px; }
.greenheader{  font-size: 27px; }
.pc_mb20{ margin-bottom: 20px !important; }
.pc_mt40{ margin-top: 40px; }
}

@media screen and (min-width:1000px) and (max-width:1099px){
  .media_event_pg .strategy h4 {
  height: 89px;}

  .strategy_main {
  min-height: 358px;
}

}
@media screen and (min-width:768px) and (max-width:1024px){
.mt0{ margin-top: 0px;  }
.mb_tab_20{ margin-bottom: 20px !important; }
.toppd_tab{ padding-top: 0px; }
.mt_tab_40 { margin-top: 40px;}
.greenheader{ font-size: 27px; }
.employee_events1 h4{ font-size: 17px; }
p{ font-size: 14px; }
}

@media screen and (min-width:992px) and (max-width:1024px){
.img_mobset{  max-width: 49.333%;  flex: 0 0 50.333%;}
}

@media screen and (min-width:768px) and (max-width:991px){
.mt_tab_40 { margin-top: 40px;  }
.mgtoptab{ margin-top: 40px; }
.mgbtab{ margin-bottom: 20px !important; }
.mttab20{ margin-top: 20px;  }
.img_mobset{ max-width: 49.333%;}
.media_event_pg .strategy h4 {  margin-bottom: 10px;  font-size: 17px;  color: #fff !important;  letter-spacing: 0.3px;  line-height: 27px;  height: 79px; } 
.m_height_box_1 {min-height: 401px;}
.m_height_box {min-height: 338px;}
}

@media screen and (min-width:500px) and (max-width:767px){
.img_mobset{  max-width: 49.333%;}
.employee_events1 h4{  width: 71%;}
.employee_events1 p{ width: 35%;}
}

@media screen and (min-width:350px) and (max-width:767px){
.mt0 { margin-top: 0px;}
p{ line-height: 24px;}
.mb24 {margin-bottom: 10px;  margin-top: 20px;}
.mt60 { margin-top: 20px;}
.mt20{  margin-bottom: 20px !important;}
.employee_events1 h4{margin-bottom: 10px;  font-size: 17px;}
}

@media screen and (max-width:767px){
.mob__mt20 { margin-top: 20px;}
.strategy p {font-size: 15px;}
.mob_mb25{ margin-bottom: 25px !important;}
.media_event_pg .strategy h4 {  margin-bottom: 10px;  font-size: 20px;  color: #fff !important;  letter-spacing: 0.3px;  line-height: 27px;  height: 114px;}
.slick-prev { left: -8px;}
.slick-next { right: -8px;}
.slick-next::before, .slick-prev::before { font-size: 20px; line-height: 1.5; opacity: 0.75; color: #828282; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "Font Awesome 6 Pro";  font-weight: 900;  display: block;}
.m_height_box {
  min-height: 321px;
}
.read-mores{
  margin-bottom: 20px;
}
.h108 {
  height: 80px;
}
.res_mb{
      margin-bottom: 11px;
}
.res_h130{
      height: 130px;
}

.bottom-RightArrow.strategy_btn {
  padding: 0px 10px;
}  
.strategy_main{
  min-height: 370px;
}   
.media_event_pg .strategy h4{
  height: auto !important;
}
.pera_media_height {
  height: auto;
}
}
