/*Message Center Block - Template 1*/
.chief360_messagecenter_template1_hold h2
{
    color: #242329;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.chief360_messagecenter_template1_titlesep
{
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    width:65px;
    height: 3px;
    --divider-border-style: solid;
   --divider-color: #E12B28;
   --divider-border-width: 3px;
    margin:20px 0;
}
.chief360_messagecenter_template1_hold_readmore a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline !important;
}
.chief360_messagecenter_template1_desc iframe {
  position: relative !important;
}
.chief360_messagecenter_template1_hold
{
    border-radius: 10px;
 /*   box-shadow: 0px 0px 15px 0px rgba(206, 214, 219, 0.75);*/
    justify-content: space-between;
    
    padding: 20px;
}

.chief360_messagecenter_template1_inner
{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.chief360_messagecenter_template1_hold_item
{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 2fr 1fr;
}

.chief360_messagecenter_template1_hold_text
{

}
.chief360_messagecenter_template1_title
{
    color: #242329;

  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.chief360_messagecenter_template1_date
{
    display:none;
}
.chief360_messagecenter_template1_desc
{
  font-size: 16px;
}

.chief360_messagecenter_template1_hold_img
{
    width: 200px;
  float: right;
}
.chief360_messagecenter_template1_hold_img img
{
    height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

/*Incident Listing - Template 1*/
.chief360_incidentlisting_t1
{

}
.chief360_incidentlisting_t1_incidents .incident_even
{

}
.chief360_incidentlisting_t1_incidents .incident_odd
{
    background-color: #dfecff;
    border-radius: 3px;
}

.chief360_incidentlisting_t1_incident:after
{
  border:1px solid black; 
  height: 2px;
}
.chief360_incidentlisting_t1_incident
{
  margin-bottom:20px;
  display:flex;
  padding: 10px;
}
.chief360_incidentlisting_t1_incident::after
{
    border:1px solid red;
    margin: 3p;
    height: 2x;
}
.chief360_incidentlisting_t1_left
{
    width:200px;
}
.chief360_incidentlisting_t1_right
{
    flex:1;
}
.chief360_incidentlisting_t1_btn
{
    width:170px;
    
}
.chief360_recentnews_template1_hold_img {
  height: auto !important;
}
.chief360_recentnews_template1_hold_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.chief360_incidentlisting_t1_btn a
{
    display:block;
    background-color: #ffa6a6;
    border-color: #416499;


    border-radius: 5px;
    text-align: center;
    margin: 15px 5px;
    padding: .25rem .5rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .2rem;
    width: 150px;
}
.chief360_incidentlisting_t1_nature
{
    font-weight: bold;
}
.chief360_incidentlisting_t1_address
{
    
}
.chief360_incidentlisting_t1_units
{
    
}

/*News Listing - Template 1*/
.chief360_newsdetail_template1_images
{
    display: flex;
    flex-wrap: wrap;  
}

.chief360_newsdetail_template1_image
{
    flex: 1 0 calc(25% - 10px);
    flex-basis: 25%;
    max-width: 31%;
    /* explanation below */
  margin: 5px;

    border-radius: 5px;
  /*  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
*/
    margin: 10px;
    
}
.chief360_newsdetail_template1_image img
{
    border-radius: 5px;
    min-height: 400px;
  max-height: 400px;
  width: 100%;
}
.chief360_apparatusdetail_template1_images {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_apparatusdetail_template1_image {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
}
.chief360_apparatusdetail_template1_image img
{
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.chief360_news_template1_item:after
{
  border:1px solid black; 
  height: 2px;
}
.chief360_news_template1_item
{
  margin-bottom:20px;   
}
.chief360_news_template1_images
{
    display: flex;
    flex-wrap: wrap;
        --image-transition-duration: 800ms;
    --overlay-transition-duration: 800ms;
    --content-text-align: center;
    --content-padding: 20px;
    --content-transition-duration: 800ms;
    --content-transition-delay: 800ms;
}
.chief360_news_template1_image
{
     flex: 1 0 calc(33% - 10px);
    margin: 5px;
    border-radius: 5px;
    margin: 10px;
}

/*Recent News - Template 1*/
.chief360_recentnews_template1_hold
{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.chief360_recentnews_template1_hold_item
{
    display: block;
}
.chief360_recentnews_template1_title
{
    color: #242329;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.chief360_recentnews_template1_desc
{
    display: none;
}
.chief360_recentnews_template1_hold_btn
{
    display:none;
}
.chief360_recentnews_template1_date::before
{

	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin-right: 4px;
	margin-left: 1px;
}
/*recent incidents - template 1*/


.chief360_recentincidentblock_t1_inner{
  display: flex;
  flex-wrap: wrap;

}
.chief360_recentincidentblock_t1_inner_item{
    flex: 1;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1); 
    justify-content: space-between;
    margin:10px;
    padding: 2px 2px 10px 2px;
}
.chief360_recentincidentblock_t1_date
{
    color: #242329;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.chief360_recentincidentblock_t1_date
{
    color:#000;
    font-size:14px;
    line-height: 28px;
    margin: 5px;
    border-radius: 5px;
    padding: 0px 10px;
    background-color: #505151
}
.chief360_recentincidentblock_t1_nature
{
    font-size:18px;
    line-height: 18px;
    color:black;
    font-weight: bold;
    padding: 5px 8px;
}
.chief360_recentincidentblock_t1_address
{
    font-size:16px;
    line-height: 18px;
    padding: 5px 8px;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 400px)
{
  .chief360_apparatusdetail_template1_image {
      width: 100%;
  }
  .chief360_newsdetail_template1_images .chief360_newsdetail_template1_image {
    flex-basis: 55%;
    max-width: 100%;
  }

}
@media only screen and (min-device-width: 400px) and (max-device-width: 900px)
{
  .chief360_apparatusdetail_template1_image {
      width: 45%;
  }


  .chief360_newsdetail_template1_images .chief360_newsdetail_template1_image {
    flex-basis: 45%;
    max-width: 45%;
}
}
/*
Paging
 */
 .chief360_paging
 {
    clear:both;
    text-align: center;
 }
.chief360_paging ul {
  list-style: none;
  width: 100%;
  clear: both;
  margin: 0px auto;
  padding: 0 0;
  text-align: center;
  height: 24px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
}

.chief360_paging ul li
{
   display: inline-block;

  margin: 0 0;
  padding: 0;
}
.chief360_paging ul li a
{
  background-color: #d3d3d3;
  display: block;
  border: 1px solid #333;
  padding: 3px 20px 3px 10px;
  color: #000000;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
  line-height: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  float: left;
  width: 14px;
}
.chief360_paging ul li a.active
{
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #000000;
    width: 14px;
}

/*Apparatus Listing by Category Template 1*/
.chief360_apparatus_template1_hold
{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.chief360_apparatus_template1_item
{
  margin-bottom:20px;   
  box-shadow: 0px 4px 10px 0px rgba(18, 18, 18, 0.16);
  border-radius: 5px;
}
.chief360_apparatus_template1_images
{
    width: 100%;
}
.chief360_apparatus_template1_image
{
    width: 100%;
}
.chief360_apparatus_template1_image img
{
    height: 250px !important;
  object-fit: cover;
  width: 100%;
}
.chief360_apparatus_template1_text
{
    padding:10px;
    font-size:24px;
    font-weight: 600;
}
.chief360_apparatus_template1_text span
{
    color:#8EC638;
}
.chief360staffcatlist {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .chief360staffcatlist li {
    list-style: unset;
    display: inline-block;
    width: 33%;
    padding: 10px;
  }

  .chief360staffcatlist .chiefstaff {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360staffcatlist .col-lg-4.text-center {
    width: 23%;
    display: inline-block;
    padding: 12px;
    vertical-align: top;
    border: 1px solid #333;
    margin: 10px;
  }
  .chief360staffcatlist div h3 {
    background: #C6242B;
    text-align: left;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 15px;
  }
  .chief360staffcatlist .col-lg-4.text-center p {
   
    display: inline-block;
    text-align: center;
  }
  .chief360staffcatlist .col-lg-4.text-center p.fnmcls {
    width: 70%;
  }
  .chief360staffcatlist .col-lg-4.text-center p.imgcat {
    width: 28%;
    vertical-align: top;
  }
  .staffselectbox {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  #catliststafcat > div
{
  display: inline-block;
  width: 20%;
}

.profiledatasec
{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 10px 10px 10px 10px #eee;
  padding: 10px;
}
.profiledataleft
{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
.profiledataleft h3
{
  margin-top: 10px;
}
.profiledataright
{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.chief360staffcatlist .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.chief360staffcatlist .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.chief360staffcatlist.temptwo .list-group-item
{
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 300px;
  width: 100%;
  text-align: left;
}
.chief360staffcatlist.temptwo .staffselectbox {
  width: 30%;
}
.chief360staffcatlist.temptwo .right-box.clearfix
{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.chief360staffcatlist.temptwo .col-lg-4.text-center
{
  width: 30%;
}
.chief360staffcatlist.temptwo .list-group-item.active
{
  background-color: #C6242B;
 
}
.chief360staffcatlist.temptwo .list-group-item.active a
{
  color: #fff;
}

.chief360staffcatlist.temp1dropdown .chiefstaff p.imgcat img,
.chief360staffcatlist.temp1 .chiefstaff p.imgcat img 
{
  height: 80px;
  width: 100%;
  vertical-align: top;
  min-height: 80px;
  object-fit: cover;
  object-position: top;
}
  @media only screen and (min-device-width: 200px) and (max-device-width: 450px)
   {
    .chief360staffcatlist .col-lg-4.text-center {
      width: 100%;
    }
   }

   @media only screen and (min-device-width: 450px) and (max-device-width: 767px)
   {
    .chief360staffcatlist .col-lg-4.text-center {
      width: 45%;
    }
    .chief360staffcatlist .col-lg-4.text-center p.fnmcls {
        font-size: 16px;
    }
   }


   /* ical css  */


  .ics-calendar-list-wrapper .ics-calendar-date-wrapper
  {
    display: inline-block;
    width: 100%;
   
  }
  .ics-calendar-list-wrapper  .ics-calendar-date-wrapper h4
  {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    
  }
  .ics-calendar-date-wrapper .events
  {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    color: #000 !important;
  }
  section.ics-calendar.layout-list.stickymonths
  {
   /* background-image: url('/wp-content/plugins/Chief-360/public/img/upkoming_event_banner.jpg') !important; 
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;  */
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 20px;
  padding: 0px;
  max-width: 600px;
  }
  section.layout-list article.ics-calendar-list-wrapper
  {
  /* background-color: #B72F35;
    margin: 0;
    padding: 0px !important;
    opacity: 0.8; */
    color: #fff !important; 
  }
 .ics-calendar-list-wrapper  .ics-calendar dl.events dt.time
{
  font-weight: 700;
  padding-top: .5rem;
  display: none;
}
.ics-calendar-list-wrapper dl.events dd.event .title.has_desc
{
 /* display: none;  */
 font-size: 16px;
}
.ics-calendar-list-wrapper dl.events dt.time
{
   /*display: none;*/
   font-size: 17px;
   padding-left: 9px;
}
.ics-calendar-list-wrapper h3.ics-calendar-label {
  display: none !important;
}
.ics-calendar-list-wrapper .ics-calendar-date-wrapper h4
{
  display: inline-block;
  vertical-align: top;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  line-height: 23px;
  vertical-align: top;
  margin-top: 0px;
  color: #000;
}
.ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span
{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.ics-calendar-list-wrapper .event .descloc
{
  display:none !important;
}
.ics-calendar-list-wrapper .event .descloc div.location
{
   color: var( --e-global-color-accent );
  font-family: "Molde", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.ics-calendar-list-wrapper .event .descloc div.eventdesc
{
  color: var( --e-global-color-aad6cde );
  font-family: "Molde", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.ics-calendar-list-wrapper .ics-calendar-label
{
  margin: .5em 0 .25em !important;
  font-size: 23px;
  font-weight: 500;
  padding-top: 10px;
}
.ics-calendar dl.events dd.event {
  padding-left: 10px ;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 530px)
{
  .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
       width: 36%;
  }
  .ics-calendar-date-wrapper .events {
    width: 62%;
  }
  .ics-calendar dl.events dd.event {
     padding: 10px !important;
     padding-top: 0px !important;
  }
}
   /* end ical css */


   /* star staff organization listing   */

   .staff-organization.chiefdata
   {
     display: inline-block;
     width: 100%;
   }
   .staff-organization.chiefdata .staff-group
   {
     display: inline-block;
     width: 100%;
     text-align: left;
     box-shadow: 4px 4px 4px 4px #eee;
     padding: 10px;
     margin-top: 20px;
     text-align: center;
   }
.staff-organization.chiefdata .row .col-lg-3.col-md-4.col-12
{
  flex: 0 0 25%;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.staff-organization.chiefdata .staff-group a img
{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 15px;
  object-position: top;
}
.staff-organization.chiefdata .row a.personname h4
{
  font-size: 25px;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.staff-organization.chiefdata .row a.positionname h5
{
  font-size: 21px;
  display: inline-block;
}
.staff-group h3
{
  color: red;
  width: 100%;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

@media only screen and (min-device-width: 200px) and (max-device-width: 767px)
{

  .staff-organization.chiefdata .row .col-lg-3.col-md-4.col-12
  {
        flex: 0 0 25%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        text-align: center;
        max-width: 300px;
  }
}
   /* end staff organization listing   */

/* postion data from sug */
.positionslugdata
{
  display: inline-block;
  width: 100%;
  box-shadow: 10px 10px 10px 10px #eee;
  margin: 10px;
  padding: 15px;
}
.positionslugdata p
{
  display: inline-block;
  width: 31%;
  padding: 10px;
  font-weight: 400;
  font-size: 22px;
  border: 1px solid #333;
  margin: 10px;
}
.positionslugdata p a
{
  font-size: 23px;
  text-decoration: underline;
}
.positionslugdata h3.positiontitle
{
  display: inline-block;
  width: 100%;
  color: red;
  text-transform: uppercase;
}


/* end postion data  */ 

.chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image img
{
  
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 450px)
{
  .chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image
  {
    flex: 50%;
    flex-basis: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
    margin: 10px;
    max-width: 100%;
  }

}

@media only screen and (min-device-width: 450px) and (max-device-width: 767px)
{

  .chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image
  {
    flex: 50%;
    flex-basis: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
    margin: 10px;
    max-width: 300px;
  }
  .chief360_news_template1_hold.fornews .chief360_paging ul
  {
    margin-bottom: 35px;
  }
}

/* agency volume */

.maincallagencydata {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  /*background: #000;  */
  color: #fff;
  padding: 10px;
  
}
.innercallagencydata {
  display: inline-block;
  width: 100%;
}
.volumeincidata {
  display: inline-block;
  width: 100%;
}
.maincallagencydata.template1 .volumeincidata {
  margin-top: 30px;
}
.volumeincidata p {
  display: inline-block;
  width: 100px;
}
.wrapervolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid;
}
.wrapervolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid;
  border-radius: 10px;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.wrapervolumeincidata {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.wrapervolumeincidata.fire h5,.wrapervolumeincidata.ems h5 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: red;
  text-transform: uppercase;
  font-weight: 500;
}
.wrapervolumeincidata p span.ktype {
  color: #fff;
  text-transform: uppercase;
}
.wrapervolumeincidata p span.valtype {
  color: red;
  padding-left: 4px;
}
.wrapervolumeincidata.EMS h5 {
  color: #000080;
}
.wrapervolumeincidata.EMS p span.valtype {
  color: #000080;
  padding-left: 4px;
}
.wrapervolumeincidata.Fire h5 {
  color: red;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 767px)
{

  .wrapervolumeincidata p {
       font-size: 13px;
  }
}  
/* agency volume */

/* mesage tempalte 2  */
.chief360_messagecenter_template2_inner {
  display: inline-block;
  width: 100%;
}
.chief360_messagecenter_template2_inner .messageboxe {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 15px;
}
.chief360_messagecenter_template2_inner .mcontentrighpart {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.chief360_messagecenter_template2_inner .imgleftpart {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
}
.chief360_messagecenter_template2_inner .chief360_messagecenter_template1_desc {
  font-size: 19px !important;
  line-height: 20px;
}
.chief360_messagecenter_template2_inner .imgleftpart img {
  width: 100%;
  min-height: 250px;
}

.templatetwo .chief360_messagecenter_template1_title {
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 22px;
}

.chief360_messagecenter_template1_hold .slick-arrow {
  position: absolute;
  top: -50px;
  right: 20px;
  left: auto;
  background: transparent !important;
  color: #000 !important;
  font-size: 0;
  padding: 0;
}

.chief360_messagecenter_template1_hold .slick-arrow:before {
  color: #000;
  font-size: 26px !important;
  font-weight: 900;
}

.chief360_messagecenter_template1_hold  .slick-prev.slick-arrow {display: inline-block;transform: translate(-40px, -10px);}

.chief360_messagecenter_template1_hold .slick-next.slick-arrow:before {
  color: #8ecc41;
}
.messagedetails .chief360_newsdetail_template1_desc h1
{
  font-size: 25px;
}
.messagedetails .docsections {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
@media only screen and (min-device-width: 2000px) and (max-device-width: 767px)
{

.chief360_messagecenter_template2_inner .imgleftpart img {
  width: 100%;
  min-height: 150px;
}
.chief360_messagecenter_template1_hold .chief360_messagecenter_template1_title {
  font-size: 15px !important;
}
.chief360_messagecenter_template2_inner .chief360_messagecenter_template1_desc {
  font-size: 15px !important;
  line-height: 18px;
}
}

/* end messag template */

/* vericle live log */
.chief360_recentincidentblock_t1.tempverti3 .chief360_recentincidentblock_t1_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
}
.chief360_recentincidentblock_t1.tempverti3 .chief360_recentincidentblock_t1_inner_item {
  flex: 4;
  border-radius: 5px;
  box-shadow: unset;
  justify-content: space-between;
  margin: 10px;
  padding: 2px 2px 10px 2px;
  width: 100%;
  flex-wrap: unset;
  flex-direction: column;
}

.chief360_recentincidentblock_t1.tempverti3 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_nature,
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_address {
  color: #fff !important;
}
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_date {
  background-color: #92C83E !important;
}
/* end of live log */

.chief360_recentnews_template1_hold_img img {
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
}
.chief360staffcatlist.temptwo .chiefstaff .imgcat img {
  min-height: 81px;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 600px)
{

  .chief360staffcatlist.temptwo .staffselectbox {
    width: 100%;
  }
  .chief360staffcatlist.temptwo .right-box.clearfix {
    width: 100%;
  }
  .chief360staffcatlist.temptwo .col-lg-4.text-center {
    width: 79%;
  }
  .chief360staffcatlist.temptwo  h3 {
    font-size: 18px;
  }
  .chief360staffcatlist .col-lg-4.text-center p a {
    font-size: 14px;
  }
  .chief360staffcatlist.temptwo .list-group-item {
    margin: 0 auto;
  }

}

@media only screen and (min-device-width: 600px) and (max-device-width: 1060px)
{
  .chief360staffcatlist.temptwo .col-lg-4.text-center {
    width: 43%;
  }
  .chief360staffcatlist.temptwo  h3 {
    font-size: 18px;
  }
  .chief360staffcatlist .col-lg-4.text-center p.fnmcls a {
    font-size: 14px;
  }

}


/* call volume agency template 2 */
.firesmsstic.temp2 {
  display: inline-block;
  width: 100%;
 
}

.ytdincdata {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pdatatablevolume
{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
table.firedata th {
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.tdclsFire {
  color: #ff4d49;
  font-weight: bold;
}
.tdclsEMS {
  color: #2a4fb1;
  font-weight: bold;
}
.ytdincdata h3 {
  color: #000;
  font-size: 29px !important;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.pdatatablevolume h3
{

  color: #000;
  font-size: 29px !important;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.pdatatablevolume table.pastyearvoldata th {
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.pdatatablevolume .tdclsFire {
  color: #ff4d49;
  font-weight: bold;
}

.pdatatablevolume .tdclsEMS {
  color: #2a4fb1;
  font-weight: bold;
}

table.pastyearvoldata {
  width: auto;
  overflow: 10px;
  display: inline-block;
  float: left;
}
.firesmsstic.temp2 h2 {
  font-size: 23px;
  text-transform: capitalize;
  text-align: left;
  background: #000;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
body table.firedata tbody > tr:nth-child(2n+1) > th {
  background-color: #000;
 }

.firesmsstic.temp2 .ytdincdata {
  overflow: auto;
}
/* call volume template agency */


.bluelayout  .ics-calendar-label {display: none;}       
.bluelayout .ics-calendar-date {background: #000;}
.bluelayout .ics-calendar dl.events {min-height: 70px;background: #0779B8;opacity: 1;margin: 0;}
.bluelayout section.ics-calendar.layout-list.stickymonths {background: #ffffff !important;}
.bluelayout section.ics-calendar.layout-list.stickymonths article {background: #ffffff;opacity: 1;}
.bluelayout .ics-calendar-list-wrapper .ics-calendar-date-wrapper {align-items: center;display: flex;margin: 0 0 20px;}
.bluelayout .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {margin: 0;border: 0;min-width: 100px;}
.bluelayout .ics-calendar dl.events dd.event .location {color: #d2cd17 !important;opacity: 1;font-size: 22px;}
.bluelayout .ics-calendar dl.events dt.all-day-indicator {display: none;}
/*media css*/
@media screen and (max-width:767px){
.chief360_recentnews_template1_hold {grid-template-columns: 1fr !important;}
.chief360_recentincidentblock_t1_inner {grid-template-columns: 1fr 1fr !important;display: grid;}
.chief360_recentnews_template1_hold .elementor-widget-container {padding: 0 !important;}
.elementor-widget-shortcode .elementor-widget-container {padding: 0 !important;}
.bluelayout .ics-calendar dl.events dd.event {padding: 0 0 0  16px;}
.bluelayout .ics-calendar dl.events dd.event .location {font-size: 18px;}
}

@media screen and (max-width:767px){
  .chief360_messagecenter_template1_hold .slick-arrow {
      top: -75px;
      right: 0;
  }
  }

  /* pagenation */
  .displaynopfpagetext {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  .chief360_paging ul {
    width: 100%;
    display: inline-block;
  }

  /* end pagein */


  /* layout 2 upcomming event */
  .layout3 section.ics-calendar.layout-list.stickymonths
  {
    background-image: unset !important;
  }
  .layout3 section.layout-list article.ics-calendar-list-wrapper {
    background-color: transparent !important;
  }

  .layout3 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
    background: #fff;
    color: #000;
    border:unset;
  } 
  .layout3 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: bold;
  }
  .layout3 .ics-calendar-list-wrapper .event .descloc div.location {
    color: #fff;
    font-family: "Molde", Sans-serif;
    font-size: 15px;
    font-weight: normal;;
  }
  .layout3 .ics-calendar-date  span:nth-child(1)
  {
    display: none !important
  }
  .layout3 .ics-calendar-date  span:nth-child(2)
  {
    color:#000 !important
  }
  .layout3 .ics-calendar-date  span:nth-child(3)
  {
    color:red !important;
    font-size: 20px !important;
  }
  /* end of layout3 u event */


  /* appartus slider css */

.appartusslickslider  .slick-track {
  display: flex;
  column-gap: 29px;
}
.appartusslickslider .slick-slide img {
  border-radius: 5px 5px 0 0;
}
.appartusslickslider 
.chief360_apparatus_template1_image a {
  box-shadow: none;
  text-decoration: none;
  filter: drop-shadow(3.536px -3.536px 5px rgba(189,194,216,0.75));
  background-color: #ffffff;
}


.appartusslickslider button.slick-prev.slick-arrow {
  position: absolute;
  left: 6px;
  top: 42%;
  z-index: 99;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  filter: drop-shadow(1.414px -1.414px 2.5px rgba(183,183,183,0.75));
  background-color: #ffffff  !important;
}

.appartusslickslider button.slick-next.slick-arrow {
  position: absolute;
  right: -3px;
  top: 42%;
  z-index: 99;
  background: white;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  filter: drop-shadow(1.414px -1.414px 2.5px rgba(183,183,183,0.75));
  background-color: #ffffff !important;
}

.appartusslickslider .slick-prev:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  top: 11px;
  left: 13px;
  opacity: .7;
  z-index: -1;
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/appartus-slide-left-arrow.png);
  background-repeat: no-repeat;
}

.appartusslickslider  .slick-next:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 22px;
  top: 11px;
  left: 17px;
  opacity: .7;
  z-index: -1;
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/appartus-slide-right-arrow.png);
  background-repeat: no-repeat;
}


.appartusslickslider  h3 a {
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b90005;
  font-weight: bold;
  font-family: "Proxima Nova";
}
.appartusslickslider .chief360_apparatus_template1_desc {
  font-size: 16px;
  line-height: 22px;
  color: #424448;
  font-family: "Proxima Nova";
}
.appartusslickslider .chief360_apparatus_template1_text span {
  color: #b90005;
}
.chief360_apparatus_template1_hold.appartusslickslider button.slick-arrow {
   font-size: 0px;
}
body .chief360_apparatus_template1_hold.appartusslickslider .chief360_apparatus_template1_item {
  box-shadow: inherit !important;
}
.chief360_apparatus_template1_hold.appartusslickslider .chief360_apparatus_template1_image a
{
  filter: unset !important;
}
/* slider css */


/* statt call agency template 3 */
.firesmsstic.temp3 {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.callagencytemplate3.layout > h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}
.callagencytemplate3.layout .callagencytoppart h4 {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #c14e55;
  background: linear-gradient(to bottom, #d31a1f, #b90005);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: normal;
}
.callagencytemplate3.layout .callagencybottompart h4
{
  width: 100%;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #c14e55;
  background: linear-gradient(to bottom, #d31a1f, #b90005);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: normal;
}

.callagencytemplate3.layout .callagencytoppart .totalcls span {
  display: inline-block;
  width: 48%;
  font-size: 24px;
  font-weight: bold;
}
.callagencytemplate3.layout .callagencytoppart p {
  text-align: left;
  font-size: 13px;
}
.callagencytemplate3.layout .callagencytoppart .totalcls {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout .callagencybottompart {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout .staticsleft {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.callagencytemplate3.layout .staticsright {
  display: inline-block;
  width: 49%;
}
.callagencytemplate3.layout .callagencybottompart p {
  font-size: 16px;
}
.callagencytemplate3.layout .callagencybottompart .ftitle {
  font-weight: bold;
  font-size: 19px;
}
/* end call agency template 3 */


.chief360_apparatusdetail_template1_title {
  margin-bottom: 10px;
}
.chief360_apparatusdetail_template1_image {
  margin-top: 10px;
}


/* message listing */ 

.chief360_messagecenter_template1_item {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}

.chief360_messagecenter_listing_template1_hold {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.chief360_messagecenter_template1_images img {
  width: 100%;
  max-height: 250px;
}
.chief360_messagecenter_listing_template1_hold .chief360_messagecenter_template1_desc iframe {
  position: absolute !important;
 }
 .chief360_messagecenter_listing_template1_hold .chief360_news_template1_text h3
 {
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.chief360_messagecenter_listing_template1_hold .chief360_news_template1_text h3 a {
  color: red;
  line-height: 11px !important;
}
/* end message listing */


/* incident template 4  */

.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
  box-shadow: unset !important;
}

.chief360_recentincidentblock_t1.tempverti3templatefour .naturedetails {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
}

.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_date {
  background-color: #f1c303 !important;
  margin: 0;
  padding: 8px;
    padding-left: 8px;
  border-radius: unset;
  color: #000 !important;
  text-align: left;
  padding-left: 10px;
  font-size: 16px !important;
  line-height: 24px;
}
.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_nature {
  font-size: 18px;
  line-height: 18px;
  color: #000 !important;
  font-weight: normal;
  padding: 5px 8px;
}
.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_inner_item
{
  border-radius: unset;
  box-shadow: unset;
}

/* end of incident template 4 */


/* profile details */

.profiledatasec .profiledataright img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  object-position: top;
}


/* profile details  */


/* call volume template 4 */

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata h5 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p span.ktype {
  color: #fff;
  text-transform: uppercase;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p span.valtype {
  color:#f1c304;
  padding-left: 4px;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata.EMS h5 {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata.EMS p span.valtype {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart h5
{
  
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart h4
{ 
  color:#fff;
  font-size: 20px;
  margin-top: 10px;
}


.chief360_agencycallvolumeapi_yearl_hold.Yearlychart  p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color:#fff;
}

.chief360_agencycallvolumeapi_yearl_hold.Yearlychart p span.chartyear {
  color: #fff;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart p span.chartvalue {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart {
  margin-top: 20px;
}
@media screen and (max-width:767px){
  .chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p,
  .chief360_agencycallvolumeapi_yearl_hold.Yearlychart p {
    width: 31%;
  }

}

/* end call volume template 4 */


/* recent news template 2 */

.chief360_recentnews_template2_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template2_hold.twopostlayout .chief360_recentnews_template1_hold_item {
  width: 48%;
}
.chief360_recentnews_template2_hold h3.chief360_recentnews_template1_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
}
.chief360_recentnews_template2_hold.twopostlayout .chief360_recentnews_template1_hold_img img {
  height: 370px;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.chief360_recentnews_template2_hold .chief360_recentnews_template1_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}

@media screen and (max-width:767px){
  .chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
    width: 100%;
  }
 

}

@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
    display: inline-block;
    width: 48%;
  } 

}
/* recent news template 2 */

/* recent news template 3 */
.chief360_recentnews_template3_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template3_hold h3.chief360_recentnews_template3_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
  margin: 10px 0px;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template3_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}
.chief360_recentnews_template3_hold p.readmore a {
  background: #C2A44A;
  padding: 7px 20px;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.chief360_recentnews_template3_hold .readmore {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template1_hold_text {
  padding: 10px 20px 20px;
}
@media screen and (max-width:767px){
  .chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
    width: 100%;
  }
 
}
@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
    display: inline-block;
    width: 48%;
  } 

}
/* end recent news template 3 */




/* news listing template 2 */
.chief360_news_template2_hold.forlistingnews {
  display: inline-block;
  width: 100%; 
  vertical-align: top;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
}
.chief360_news_template2_hold.forlistingnews .chief360_newsdetail_template1_image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item .chief360_news_template2_text h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item .chief360_newsdetail_template1_date {
  text-align: center;
  color: red;
  margin-top: 3px;
  width: 100%;
}

@media only screen and (min-device-width: 250px) and (max-device-width:450px)
{
  .chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
    display: inline-block;
    width: 100%;
   } 

}


@media only screen and (min-device-width: 450px) and (max-device-width:800px)
{
  .chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
    display: inline-block;
    width: 48%;
   } 

}
/* end news listing template */

/* message center template 3 */
.chief360_messagecenter_template3_hold.templatethree {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template3_hold.templatethree  .chief360_messagecenter_template3_inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template3_hold.templatethree  .messageboxe {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_messagecenter_template3_hold.templatethree .messageboxe img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
 /* max-width: 400px !important;*/
}
.chief360_messagecenter_template3_hold.templatethree .mcontentpart {
  text-align: left;
  margin-top: 10px;
}
.chief360_messagecenter_template3_hold.templatethree .mcontentpart .chief360_messagecenter_template3_title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (min-device-width: 250px) and (max-device-width:700px)
{
  .chief360_messagecenter_template3_hold.templatethree .messageboxe {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0%;
    text-align: left;
  }

}
/* end message center */

/* staff template 3 */
.chief360staffcatlist.template3 .chiefstaffcatlistdata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360staffcatlist.template3 .col-lg-4.text-center {
  width: 31%;
  display: inline-block;
  padding: 12px;
  vertical-align: top;
  border:unset;
  margin: 10px;
}
.chief360staffcatlist.template3 p.bigimgcat img {
  min-height: 350px;
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}

.chief360staffcatlist.template3 p.fnmcls a
{
  text-align: center;
  display: block;
  color: black;
  text-decoration: underline;
}

.chief360staffcatlist.template3 .col-lg-4.text-center p {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-device-width: 250px) and (max-device-width:600px)
{
  .chief360staffcatlist.template3 .col-lg-4.text-center {
    width: 100%;
    display: inline-block;

  }
 
}
@media only screen and (min-device-width: 601px) and (max-device-width:900px)
{
  .chief360staffcatlist.template3 .col-lg-4.text-center {
    width: 46%;
    display: inline-block;

  }

}
/*staff end template 3 */


/* start   call volumen template 5 */ 
.chief360_agencycallvolumeapi_hold.temp5data.current {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.chief360_agencycallvolumeapi_hold.temp5data.current table tr th {
  background: #000;
  color: #C3A54B;
  text-transform: capitalize;
}

.chief360_agencycallvolumeapi_hold.temp5data.current table tr:nth-child(even) {
   background: #CCC;
}
.chief360_agencycallvolumeapi_hold.temp5data.current table tr td {
  color: #C3A54B;
  text-transform: capitalize;
}



.chief360_agencycallvolumeapi_hold.temp5data.past {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.chief360_agencycallvolumeapi_hold.temp5data.past table tr th {
  background: #000;
  color: #C3A54B;
  text-transform: capitalize;
}

.chief360_agencycallvolumeapi_hold.temp5data.past table tr:nth-child(even) {
   background: #CCC;
}
.chief360_agencycallvolumeapi_hold.temp5data.past table tr td {
  color: #C3A54B;
  text-transform: capitalize;
}



/* end call volume template 5 */

/* incident template 5 */
.chief360_recentincidentblock_t1.tempverti5templatefive {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: left;
}
.chief360_recentincidentblock_t1.tempverti5templatefive {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  text-align: left;
}

.chief360_recentincidentblock_t1.tempverti5templatefive .chief360_recentincidentblock_t5_inner_item {
  border-bottom: 1px solid #333;
    border-bottom-width: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  border-width: medium;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .chief360_recentincidentblock_t5_date {
  font-size: 15px;
  padding: 0px 10px;
  color: #C3A54B;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails p {
  font-size: 14px !important;
  font-weight: normal;
  color: #000 !important;
}

.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
  padding: 5px 12px;
}

/* incident template 5 */



/* statt news template  4 */
.chief360_recentnews_template4_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
a.chief360_recentnews_template4_hold_itema img {
  border: 1px solid #000000;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template4_hold h3.chief360_recentnews_template3_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
  margin: 10px 0px;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template3_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}
.chief360_recentnews_template4_hold p.readmore a {
  
  padding: 7px 20px;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.chief360_recentnews_template4_hold .readmore {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.chief360_recentnews_template4_title .chief360_recentnews_template4_hold_itema {
  font-size: 17px;
  color: #0a1b51;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4desc {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0; 
  padding: 0 10px;
  font-weight: 500;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4_title {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  line-height: 16px;
  font-size: 18px;
  color: #07184f;
  /* font-weight: 400; */
}
.chief360_recentnews_template4_hold p.readmoretxtlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.chief360_recentnews_template4_hold .readmoretxtlink a {
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  position: relative;
}
.chief360_recentnews_template4_hold .readlink:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 19px;
  /* background: red; */
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/Harper-20174.png);
  left: -22px;
  top: 7px;
}

.chief360_recentnews_template4_hold .sharelink:before{
  content: "";
  position: absolute;
  height: 18px;
  width: 17px;
  /* background: red; */
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/Harper-20175.png);
  left: -22px;
  top: 7px;
}

.chief360_newsdetail_template1_image img {
  object-fit: cover;
  min-height: 540px;
  max-height: 540px;
  object-position: top;
}

.chief360_newsdetail_template1_image img {
  object-fit: cover;
  min-height: 430px;
  max-height: 430px;
  object-position: top;
  height: 100% !important;
}

.chief360_recentnews_template4_hold .social-share-wrap {
  display: inline-block;
  margin: 0px 52px;
  align-items: center;
  justify-content: center;
  background-color: #454545;
  border-radius: 5px;
  position: absolute;
  z-index: 99;
}
.chief360_recentnews_template4_hold .social-share-wrap a {
float: left;
background: url(/wp-content/plugins/wp-chief-postdata/public/img/icon-social-share.png) no-repeat 0 0;
width: 46px;
height: 46px;
margin: 5px 3px;
font-size: 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-fb {
background-position: 0 0;
}
.chief360_recentnews_template4_hold .social-share-wrap a.ssw-tw {
background-position: -52px 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-gp {
background-position: -105px 0;
}
.chief360_recentnews_template4_hold .social-share-wrap a.ssw-li {
background-position: -157px 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-msg {
background-position: -314px 0;
}
.chief360_recentnews_template4_hold.forlistingnews.sharenews .social-share-wrap {
  margin: 0px -13px;
}
@media screen and (max-width:767px){
  .chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
    width: 100%;
  }
 
}
@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
    display: inline-block;
    width: 48%;
  } 

}


.chief360_recentnews_template4_hold.forlistingnews .chief360_newsdetail_template4_image img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}

/* end of new template 4 */


/* start call volume template 6 */


.chief360_agencycallvolumeapi_hold.temp6data {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #e2e2e2;
  /* padding: 10px; */
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata div:nth-child(2n+1) {
  background: white;
}

.chief360_agencycallvolumeapi_hold.temp6data .pastdata div:nth-child(2n+1) {
  background: white;
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata div {
  padding: 4px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chief360_agencycallvolumeapi_hold.temp6data .pastdata div {
  padding: 4px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata p {
  display: flex !important;
  align-items: center;
  gap: 1px;
  justify-content: flex-start;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto";
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata p {
  width: 50%;
  display: inline-block;
  text-transform: capitalize;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata span.monthcls {
  width: 90px;
  display: inline-block;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata {
  display: inline-block;
  width: 100%;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #07184f;
  margin-bottom: 10px;
  background: white;
  padding: 5px 0;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata .monthcls {
  width: 67px;
  display: inline-block;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata .temp6.pastdata p {
  width: 49%;
  display: inline-block;
}
/* end call volumen template 6 */

/* harper upcomming evet */
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
  display: inline-block;
  text-align: left;
  padding: 8px;
    padding-bottom: 8px;
  line-height: 23px;
  vertical-align: top;
  margin-top: 0px;
  color: #000;
  width: 100%;
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span {
  display: inline-block;
  width: auto;
  font-size: 16px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: left;
}
.harperevent .ics-calendar-date-wrapper .events {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #333;
}
/* end of data */


/* incident live log template 6 */
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_inner_item {
  flex: 1 1 50%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
  justify-content: space-between;
  max-width: 47%;
  margin-top: 35px;
  width: 255px;
  background: #850101;
  margin: 0;
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_inner {
  gap: 60px;
  max-width: 1035px !important;
  margin: auto;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_date {
  background-color: #000;
  color: #ffffff;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_date {
  color: #ffffff;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_nature {
  font-size: 18px !important;
  padding-top: 14px;
  color: #fff !important;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_address {
  font-size: 14px;
  color: #fff;
}
/* end incident live log template 6 */

/* start call volume template 7 */

.chief360_agencycallvolumeapi_hold.temp7data.current.firedata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.temp7.currentdata {
  display: inline-block;
  width: 100%;
  max-width: 380px;
}
.temp7.currentdata p {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 8px;
  color: #FBDF36;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 8px !important;
  text-align: center;
}



.chief360_agencycallvolumeapi_hold.temp7data.past {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table td, .chief360_agencycallvolumeapi_hold.temp7data.past table th
{
  border: 2px solid #fff;
  text-align: center;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table th {
  background: #fff;
  color: #850101;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table td
{
  color: #fff;
  font-weight: bold;
}

.chief360_agencycallvolumeapi_hold.temp7data h3 {
  color: #FBDF36;
  padding: 10px;
}
/* end call volume template 7 */


.chief360_news_template2_hold.forlistingnews .chief360_newsdetail_template1_date::before {
  content: "\e98f";
  font-family: elementskit !important;
  color: #ca0001;
  font-size: 22px;
  padding-right: 10px;
}

/* fancy box images */
.page-index div.images {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}


.page-index div.images div.image {
  flex-basis: content;
  flex-direction: column;
  width: 300px;
  max-width: 31%;
  margin: 1%;
}

.page-index div.images div.image img {
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  min-width: 350px;
  object-position: top;
  border: 2px solid #ccc;
}

/* fancy box images */


/* memoriam */

.chief360_template1_inmemoriam_hold.personnel-memorial {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_template1_inmemoriam_hold.personnel-memorial .persomemo{
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.persomemo p {
  display: inline-block;
  width: 20%;
  text-align: left;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 17px;
}
@media only screen and (min-device-width: 250px) and (max-device-width:750px)
{
  .chief360_template1_inmemoriam_hold.personnel-memorial .persomemo p {
    display: inline-block;
    width: 48%;
    text-align: left;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 17px;
  }

}
/*end memoriam */


/* award data */

.chief360_award_listing_t1_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_award_listing_t1_hold .chief360_award_listing_list {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 1%;
}
.chief360_award_listing_t1_hold .chief360_award_listing_list h4 {
  font-size: 21px;
  text-align: left;
}

/* end of award data */

/* template 6 */

.chief360_recentnews_template5_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_item {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
  vertical-align: top;
  margin-bottom: 25px;
}
.chief360_recentnews_template5_title a {
  font-size: 20px;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_title {
  line-height: 27px;
  margin-bottom: 10px;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_img img {
  min-height: 240px;
  max-height: 240px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_date {
  font-size: 17px;
}
@media only screen and (min-device-width: 250px) and (max-device-width:500px)
{
  .chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_item {
    width: 98%;
  }
}
/* template 6 */


/* recent news latest slider */

.latestNews.slider.chief360_recentnews_template6_hold .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  width: 32px;
  height: 66px;
  border: 0;
  background: #f5cb00 url('/wp-content/plugins/wp-chief-postdata/public/img/sliderArrow.png') center center no-repeat !important;
  margin-top: -33px;
  z-index: 9;
  cursor: pointer;
}
.latestNews.slider.chief360_recentnews_template6_hold .slick-prev::before,.latestNews.slider.chief360_recentnews_template6_hold .slick-next::before {
  display: none;
}
.latestNews.slider.chief360_recentnews_template6_hold  .slick-slide {
/*padding-right: 10px;*/
}
.latestNews.slider.chief360_recentnews_template6_hold{width: 100%; position: relative; float: left; padding: 25px 0 80px;}
.latestNews.slider.chief360_recentnews_template6_hold .container{position: relative;}
.latestNews.slider.chief360_recentnews_template6_hold .btn.seeall {min-width: 89px; padding: 8px 25px 8px 15px; font-weight: 400; font-size: 14px; line-height: 20px; position: absolute; top: 11px; right: 30px; }
.btn.seeall::after {height: 13px; background-size: contain; right: 8px; margin-top: -7px; }
.latestNews.slider.chief360_recentnews_template6_hold h2 {position: relative; margin-bottom: 50px; }
.latestNews.slider.chief360_recentnews_template6_hold h2::after {content: ''; position: absolute; bottom: -16px; left: 0; width: 37px; height: 4px; background: #f0c50b; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock{width: 100%; position: relative; float: left; margin: 0 15px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock a {width: 100%; position: relative; float: left; display: block; height: 402px; background-size: cover !important; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont {width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px; background: rgba(12,33,125,0.6); min-height: 205px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont h5 { color: #fff; text-transform: uppercase; margin: 0 0 9px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont h3 {font-size: 16px; line-height: 24px; color: #fff; margin: 0 0 9px; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont p {font-size: 12px; color: #fff; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock a:hover .newsCont{background: rgba(12,33,125,1);}
.latestNews.slider.chief360_recentnews_template6_hold .slick-next.slick-arrow {left: auto; right: 0; transform: rotate(180deg); }
.latestNews.slider.chief360_recentnews_template6_hold .slick-arrow:hover{background-color: #d72411;}

/* recent news latest slider */


/* news listing template 6 */
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock{margin: 0; margin-bottom: 50px; box-shadow: 0 3px 4px rgba(0,53,123,0.4);}
.chief360_newslisting_template6_hold.row.newsSe.newslisting {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chief360_newslisting_template6_hold.row.newsSe.newslisting .col-lg-6.col-md-12.col-sm-12 {
  display: inline-block;
  width: 46%;
  margin: 1% 1%;
  vertical-align: top;
}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock{width: 100%; position: relative; float: left; margin: 0 15px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock a {width: 100%; position: relative; float: left; display: block; height: 402px; background-size: cover !important; }
.sliderBlock .newsCont {width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px; background: rgba(12,33,125,0.6); min-height: 205px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont h5 { color: #fff; text-transform: uppercase; margin: 0 0 9px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont h3 {font-size: 16px; line-height: 24px; color: #fff; margin: 0 0 9px; }
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont p {font-size: 12px; color: #fff; }
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock a:hover .newsCont{background: rgba(12,33,125,1);}
@media only screen and (min-device-width: 250px) and (max-device-width:750px)
{
  .chief360_newslisting_template6_hold.row.newsSe.newslisting .col-lg-6.col-md-12.col-sm-12 {
    display: inline-block;
    width: 98%;
  }

}
/* news listing template 6 */




/* laster sercices */

.latestpstcls.servicespostssec.recentpst {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.latestpstcls.servicespostssec.recentpst .servpostbox {
  display: inline-block;
  width: 31%;
  margin: 1%;
  position: relative;
  min-height: 393px;
}
.latestpstcls.servicespostssec.recentpst .contareawrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(19,64,93,0.9999999999999999) 0%, rgba(19,64,93,0.9090785709761197) 14%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
  display: none;
}
.latestpstcls.servicespostssec.recentpst .servpostbox img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 395px;
  max-height: 395px;
  max-height: 395px;
}
.latestpstcls.servicespostssec.recentpst .viewserbtn {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.latestpstcls.servicespostssec.recentpst .viewserbtn a {
  background: #fff;
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.latestpstcls.servicespostssec.recentpst .contarea {
  text-align: center;
  margin-top: 10px;
}
.latestpstcls.recentpst .servpostbox:nth-child(2) {
  min-height: 471px;
}
.latestpstcls.servicespostssec.recentpst .contarea h6 {
  color: white;
}
.latestpstcls.servicespostssec.recentpst .servpostbox:hover .contareawrap {
  display: block;
}
.latestpstcls.servicespostssec.recentpst .contarea {
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  justify-content: end;
  width: 100%;
  align-items: center;
}
@media only screen and (min-device-width: 250px) and (max-device-width:767px)
{
  .latestpstcls.servicespostssec.recentpst .servpostbox {
    width: 98%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1000px)
{
  .latestpstcls.servicespostssec.recentpst .servpostbox {
    width: 48%;
  }
}
/* end lateest serve */

/* service listing */

.latestservicescls.servicesposts.listing {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.latestservicescls.servicesposts.listing .servpostbox {
  display: inline-block;
  width: 31%;
  margin: 1%;
}
.latestservicescls.servicesposts.listing .servpostbox img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 395px;
  max-height: 395px;
}
.latestservicescls.servicesposts.listing .viewserbtn {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.latestservicescls.servicesposts.listing .viewserbtn a {
  background: #fff;
  padding: 7px 21px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
}
.latestservicescls.servicesposts.listing .servpostbox {
  min-height: 393px;
}

.latestservicescls.servicesposts.listing .servpostbox img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  min-height: inherit !important;
  max-width: inherit !important;
}

.latestservicescls.servicesposts.listing .servpostbox {
  position: relative;
  background: #ddd;
}
/*.latestservicescls.servicesposts.listing .contareawrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(19,64,93,0.9999999999999999) 0%, rgba(19,64,93,0.9090785709761197) 14%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
  display: none;
} 
.latestservicescls.servicesposts.listing .contarea {
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  justify-content: end;
  width: 100%;
  align-items: center;
}*/
.latestservicescls.servicesposts.listing .contarea h6 {
  color: #000;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

/*.latestservicescls.servicesposts.listing .servpostbox:hover .contareawrap{
display: block;
} */
@media only screen and (min-device-width: 250px) and (max-device-width:767px)
{
  .latestservicescls.servicesposts.listing .servpostbox {
    width: 98%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1000px)
{
  .latestservicescls.servicesposts.listing .servpostbox {
    width: 48%;
  }
}
/* end service listing */

/* cat post client logo sldier */

.carosalpost.clientlogoslide .slick-prev {
  height: 53px;
  width: 35px;
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/catspost-left-arrow-right1.png) !important;
  background-size: 100%;
  left: -75px;
  font-size: 0px;
  background: no-repeat;
}

.carosalpost.clientlogoslide .slick-next {
  height: 53px;
  width: 35px;
   background-size: 100%; 
  background-image: url(/wp-content/plugins/wp-chief-postdata/public/img/catspost-right-arrow-right1.png) !important;
  right: -75px;
  font-size: 0px;
  background: no-repeat;
}
  

.carosalpost.clientlogoslide .slick-prev:before{
  display: none;
}

.carosalpost.clientlogoslide .slick-next:before{
  display: none;
}

.carosalpost.clientlogoslide button:not(:hover):not(:active):not(.has-background) {
  background-color: inherit !important;
}
.carosalpost.clientlogoslide .slick-track {
  display: flex;
  gap: 20px;
}

.carosalpost.clientlogoslide .clogoslide {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  flex-direction: column;
  background-color: #dbc08a;
  padding: 20px 20px;
  min-height: 174px !important;
  text-align: center;
  border-radius: 20px;
}

.carosalpost.clientlogoslide .slick-slide:hover .clogoslide {
  background: #f0bf06;
}
@media only screen and (max-width: 1366px) {
.carosalpost.clientlogoslide .slick-track {
  width: 1000px  !important;
  
}
}

@media only screen and (max-width: 1024px) {
.carosalpost.clientlogoslide .slick-track {
  width: 560px  !important;
  
}
}
@media only screen and (max-width: 568px) {
.carosalpost.clientlogoslide .slick-track {
  width: 200px  !important;
  
}
}
/* end cate client post logo slider */


/* cat post listing */

.categorypostlisting.catpostssec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.categorypostlisting.catpostssec .catservpostbox {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
  background: #BB281D;
  text-align: center;
  border: 2px solid #eee;
}
.categorypostlisting.catpostssec .catservpostbox img {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
.categorypostlisting.catpostssec .contareawrap {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  min-height: 119px;
}
.categorypostlisting.catpostssec .contareawrap {
  color: #fff;
  font-size: 20px;
}
.categorypostlisting.catpostssec .contarea h6 {
  font-size: 16px;
  margin-bottom: 10px;
  max-height: 45px;
  overflow: hidden;
}
.categorypostlisting.catpostssec .viewserbtn a {
  background: #E0B309;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-device-width: 200px) and (max-device-width:550px)
{
  .categorypostlisting.catpostssec .catservpostbox {
    display: inline-block;
    width: 98%;
  }
  #photos .col-lg-4 {
    display: inline-block;
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width:900px)
{
  .categorypostlisting.catpostssec .catservpostbox {
    display: inline-block;
    width: 48%;
  }
  #photos .col-lg-4 {
    display: inline-block;
    width: 48% !important;
    text-align: center;
  }
}
/* cat post short code listing */


/*  recent news template 7 */

.chief360_recentnews_template7_hold.twocolum.templt7 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template7_hold_item {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
}
.chief360_recentnews_template7_hold_item a {
  display: inline-block;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  max-width: 100%;
  object-fit: cover;
}

.chief360_recentnews_template7_hold_item:hover .newsCont {
  --background-overlay: '';
  background: #AD421E !important;
  opacity: 0.7;
 
  
}
.chief360_recentnews_template7_hold_item .newsCont h3 {
 
  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 0px;
}
.chief360_recentnews_template7_hold_item .newsCont h5 {
 
  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 0px;
}

.chief360_recentnews_template7_hold_item a:hover h3,.chief360_recentnews_template7_hold_item a:hover h5
{
  font-size: 22px;
}
.chief360_recentnews_template7_hold_item .newsCont {
  vertical-align: bottom;
  padding: 10px;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 250px !important;
  padding-top: 60px;
 
}
@media only screen and (max-width: 568px) {
  .chief360_recentnews_template7_hold_item {
    display: inline-block;
    width: 98%;
  }
}

/* news post listing */


.chief360_listing_post_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_listing_postnews_template7_hold_item {
  display: inline-block;
  width: 23%;
  margin: 1%;
  vertical-align: top;
}
.chief360_listing_postnews_template7_hold_item a {
  display: inline-block;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  max-width: 100%;
  object-fit: cover;
}

.chief360_listing_postnews_template7_hold_item .newsCont h3 {

  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
 }
.chief360_listing_postnews_template7_hold_item .newsCont h5 {

  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
 
  
}
.chief360_listing_postnews_template7_hold_item .newsCont {
  vertical-align: bottom;
  padding: 10px;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 250px !important;
  padding-top: 60px;
 
 
}
.chief360_listing_postnews_template7_hold_item a h3,.chief360_listing_postnews_template7_hold_item a h5
{
  font-size: 0px;
}
.chief360_listing_postnews_template7_hold_item a:hover h3,.chief360_listing_postnews_template7_hold_item a:hover h5
{
  font-size: 22px;
}
.chief360_listing_postnews_template7_hold_item a:hover .newsCont {
  background: #AD421E !important;
  opacity: 0.7;  
}
@media only screen and (max-width: 568px) {
  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 98%;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width:767px)
{

  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 48%;
  }

}
@media only screen and (min-device-width: 767px) and (max-device-width:900px)
{

  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 31%;
  }

}
/* end news post listing */

@media only screen and (min-device-width: 200px) and (max-device-width: 600px)
{

.chief360_incidentlisting_t1_incident.incident_odd,.chief360_incidentlisting_t1_incident.incident_even {
  display: inline-block;
  width: 100%;
}

.chief360_incidentlisting_t1_left {
  width: 100%;
}
.chief360_incidentlisting_t1_right {
  width: 100%;
}
.positionslugdata p {
  display: inline-block;
  width: 98%;
}
.profiledatasec .profiledataleft {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
.profiledatasec .profiledataright {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

}


/* recent news temp 8 */

.chief360_recentnews_template8_hold  .container {
  display: flex;
  flex-wrap: wrap;
}
.chief360_recentnews_template8_hold_item {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.chief360_recentnews_template8_hold .leftsec a img {
  max-width: 170px;
  width: 100%;
}

.chief360_recentnews_template8_hold  p.newsdate {
  font-size: 13px;
  color: #090e1a;
  display: block;
  font-family: Montserrat;
}
.chief360_recentnews_template8_hold  .newsdate img {
  margin-right: 8px;
margin-bottom: 3px;
}

 .chief360_recentnews_template8_hold  p.newstitle {
  color: #090e1a;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  margin: 7px 0 5px;
 font-family: Montserrat;
}
 .chief360_recentnews_template8_hold p.newsreadmore {
  color: #d60400;
  font-size: 13px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
}
 .chief360_recentnews_template8_hold p.newsreadmore a {
  color: #d60400;
}
.chief360_recentnews_template8_hold p.newsreadmore a:hover {
  color: #000000;
}

/* end news 8 temp */

/* agency volume 8 */

.chief360_agencycallvolumeapi_hold.temp8data.current.firedata {
  border: 1px solid #fff;
}
.chief360_agencycallvolumeapi_hold.temp8data.current .temp8.currentdata {
  display: flex;
  flex-wrap: wrap;
padding: 30px 30px 10px 30px;
}
.chief360_agencycallvolumeapi_hold.temp8data.current  h3.calltitle {
  height: 40px;
  background-color: #d60400;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
}
.chief360_agencycallvolumeapi_hold.temp8data.current .temp8.currentdata p {
  width: 100%;
  max-width: 33.33%;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
 font-family: Montserrat;
}


.chief360_agencycallvolumeapi_hold.temp8data.current.emsdata {
  border: 1px solid #fff;
}

.chief360_agencycallvolumeapi_hold.temp8data.current.emsdata h3 {
  background-color: #f7b03a;
}


.medialiverun  .chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_inner_item {
  margin: 0;
}
.medialiverun .chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_date {
  padding: 20px 20px !important;
  display: block;
  text-transform: uppercase;
  color: #292f2f !important;
 font-family: Montserrat;
}

.medialiverun .chief360_recentincidentblock_t1.tempverti3templatefour .naturedetails {
  background-color: #f8f9fa;
  margin-bottom: 20px;
  padding: 10px 20px 0px 20px;
 font-family: Montserrat;
}

.medialiverun .chief360_recentincidentblock_t1.tempverti3templatefour .naturedetails p.chief360_recentincidentblock_t1_nature {
  color: #910315 !important;
  margin-top: 20px;
  padding: 0;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 1rem;
  line-height: 33px;
 font-family: Montserrat;
}

.medialiverun .chief360_recentincidentblock_t1.tempverti3templatefour .naturedetails p.chief360_recentincidentblock_t1_address {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1rem;
  padding: 0;
 font-family: Montserrat;
}
/* end agency volume */


@media only screen and (max-width: 568px) {
  .chief360_recentnews_template8_hold_item {
  max-width: 100%;
  width: 100%;
}
.chief360_recentnews_template8_hold  .container {  
  gap: 20px;
}
}


/* staff current orgnization template 2 */
.staff-organization.chiefdata.temp2data .row .col-lg-3.col-md-4.col-12
{
  width: 33%;
}

.staff-organization.chiefdata.temp2data .row a.personname h4 {
  font-size: 16px;
  width: 100%;
  text-decoration: underline;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.staff-organization.chiefdata.temp2data  .row a.positionname h5 {
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.staff-organization.chiefdata.temp2data .staff-group
{
 box-shadow: unset;
}
@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{
  .staff-organization.chiefdata.temp2data .row .col-lg-3.col-md-4.col-12 {
    width: 100%;
  }

  .profiledatasec .profiledataleft {
    width: 100%;
  }
 .profiledatasec  .profiledataright {
    width: 100%;
  }
}

@media only screen and (min-device-width: 600px) and (max-device-width:1000px)
{
  .staff-organization.chiefdata.temp2data .row .col-lg-3.col-md-4.col-12 {
    width: 49%;
  }
}

/* end staff current current orgnization template 2 */


.chief360_messagecenter_template1_images img {
  width: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.chief360_apparatus_template1_hold.appartusslickslider {
  display: inline-block;
  width: 100%;
}



/* recent news template 9 */

.chief360_recentnews_template9_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template9_hold .chief360_recentnews_template1_hold_item {
  display: inline-block;
  width: 48%;
  margin: 1%;
}
.chief360_recentnews_template9_hold .chief360_recentnews_template1_title {
  font-size: 17px;
}
.chief360_recentnews_template9_hold .chief360_recentnews_template1_date {
  font-size: 15px;
}

/* end of recent news template 9 */


/* upcomming event template 1*/

.latestupevent {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 16px 0;
}
.latestupevent * {
  color: #fff;
}
.latestupevent .evetntdate {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: end;
  min-width: 80px;
  max-width: 80px;
}
.latestupevent .evetntdate span.day {
  width: 50%;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  left: 0;
}
.latestupevent .evetntdate span.week, .latestupevent .evetntdate span.month {
  width: 60%;
  text-align: right;
  font-size: 16px;
}

.latestupevent h3.newstitle {
  font-size: 24px;
  font-weight: 600;
}
.latestupevent .eshortdesc {
  font-size: 16px;
  font-weight: 300;
}

/* end upcomming event template 1*/


/* start upcomming event template 2 */

.latestupevent.temp2 .evetntdate {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: end;
  min-width: 100px;
  max-width: 100px;
  background: #fff;
  padding: 14px 10px;
  padding-top: 14px;
  vertical-align: top;
  padding-top: 0px;
}
.latestupevent.temp2 .evetntdate span.day {
  width: 50%;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 22px;
  left: 4px;
}

.latestupevent.temp2 * {
  color: #333;
  font-weight: 500;
}
.latestupevent.temp2 h3.newstitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
/* end upcomming event template 2 */



/* call volume template 9 */
.chief360_agencycallvolumeapi_hold.temp9data {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_agencycallvolumeapi_hold.temp9data h3
{
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
}
.temp9.currentdata {
  display: inline-block;
  width: 70%;
  color: #fff;
}
.temp9.currentdata p {
  display: inline-block;
  width: 28%;
  margin: 2%;
  border: 1px solid;
  text-align: center;
  background: #fff;
  color: #004B85;
  text-transform: capitalize;
  font-size: 15px;
  border-radius: 3px;
}


/* end call volume template 9 */


/* recent news template 10 */
.chief360_recentnews_template10_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template10_hold  .chief360_recentnews_template1_hold_item {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
}
.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text {
  display: inline-block;
  width: 100%;
  background: #d10504;
  color: #fff;
  text-align: center;
}
.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_itema {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.chief360_messagecenter_template4_inner img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  min-height: 300px;
  max-height: 300px;
}
@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{

    .chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_item {
      width: 100%;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width:900px)
{

    .chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_item {
      width: 48%;
    }
}
/* recent news template 10 */

/* message center template 4 */

.chief360_messagecenter_template4_hold.templatefours {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template4_hold .chief360_messagecenter_template4_inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template4_hold .messageboxe {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
}

.chief360_messagecenter_template4_hold .mcontentpart {
  background:#d10504;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 6px;
}
.chief360_messagecenter_template4_hold .chief360_messagecenter_template4_title a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{

  .chief360_messagecenter_template4_hold .messageboxe {
      width: 100%;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width:900px)
{

  .chief360_messagecenter_template4_hold .messageboxe {
      width: 48%;
    }
}
/* message cetnet template 4 */


/* upcomming event template 3 */


.latestupeventthree.temp3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  padding: 10px 30px;
  max-width: 372px;

}

.latestupeventthree.temp3 .evetntdatetemp3 {
  display: inline-block;
  width: 100%;
  color: #deb84d;
  font-weight: bold;
}

.latestupeventthree.temp3 .evetntdatetemp3 img
{
  vertical-align: top;
  padding-right: 10px;
}
.latestupeventthree.temp3 .newstitle {
  font-size: 17px !important;
  font-weight: 400 !important;
  width: 100%;
  display: inline-block;
}
.latestupeventthree.temp3 .eshortdesc {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}

.ehvf_upcoming_event .latestupeventthree.temp3:last-child .eshortdesc  {
  border: unset;
}

.ehvf_upcoming_event .evetntdatetemp3 span {
  color: #deb84d;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Lato';
}
.ehvf_upcoming_event .evetntdatetemp3 {
  display: flex;
  align-items: center;
}
.ehvf_upcoming_event .latestupeventthree.temp3 .eshortdesc {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Lato';
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
/* end upcomming event template 3 */


.chief360_newsdetail_template1_hold .chief360_newsdetail_template1_image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
}
.chief360_newsdetail_template1_hold .chief360_newsdetail_template1_image a.galleryfancybox
 {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
}

.chief360_apparatusdetail_template1_hold .wrapper {
    margin: 0 auto;
    margin-top: 0px;
    max-width: 1200px;
    margin-top: 20px;
}


.chief360_staffdetails_template1_images {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
.chief360_staffdetail_template1_image img {
  min-height: 350px;
  max-height: 350px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.chief360_staffdetails_template1_images .chief360_staffdetail_template1_image {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
}

@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{
  .chief360_staffdetails_template1_images .chief360_staffdetail_template1_image {
     width: 100%;
 
  }

}


/* start recent news 11 template */

.chief360_recentnews_template11_hold {
  display: flex;
  gap: 30px;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template11_hold_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;

}


.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_text {
  background: #f0f0f0;;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 260px;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_img {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_img img {
  min-height: 250px;
  height: 400px !important;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}
.chief360_recentnews_template11_hold h3.chief360_recentnews_template1_title {
  color: #000;
  font-family: 'Lato';
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 30px;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template11_desc {
  font-size: 13px;
  font-family: 'Lato';
  font-weight: 400;
  color: #000;
}
/* end news 11 template */



/* start news-listing  template */

.chief360_newslisting_template7_hold.newssec .col-lg-12.col-md-12.col-sm-12 {
  display: flex !important;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.chief360_newslisting_template7_hold.newssec .newssecblockleft {
  width: 50%;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright {
  width: 50%;
}
.chief360_newslisting_template7_hold.newssec .chief360_recentnews_template1_paging {
  display: flex ;
}
.chief360_newslisting_template7_hold.newssec .chief360_paging {
  display: flex ;
  flex-direction: column;
  justify-content: flex-start;
}
.chief360_newslisting_template7_hold.newssec .chief360_paging ul {
  display: flex ;
  justify-content: flex-start;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright h3,.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc {
  font-size: 21px !important;
  font-weight: 900;
  font-family: 'Lato';
  margin-top: 10px;
  color: #000;


}

.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc, .chief360_newslisting_template7_hold.newssec .newssecblockcont h3 {
color: #fff !important;

}
.chief360_newslisting_template7_hold.newssec .newssecblockcont p.ndate {
  color: #fff !important;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright .sdesc {
  font-size: 17px !important;
  font-weight: 400;
  font-family: 'Lato';
  line-height: 24px;
  margin-top: 10px;
  color: #000;

}
.chief360_newslisting_template7_hold.newssec .firstnews .newssecblockfullwidth {

  border-radius: 10px;
  height: 300px;
  width: 100%;
 
}
.chief360_newslisting_template7_hold.newssec .firstnews .newssecblockfullwidth {
  padding: 15px;
  display: flex;
  align-items: flex-end;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth .newssecblockcont {
  z-index: 99;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth{
position: relative;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth:before {
  content: '';
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  height: 300px;
  border-radius: 10px;
  width: 100%;
  opacity: 0.6;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging ul li a.active {
  background: #d20909;
  border: 2px solid #d20909;
  color: #fff;
  width: 34px;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging ul li a {
  background-color: #ffffff;
  display: block;
  border: 2px solid #000;
  padding: 8px 0px;
  color: #000000;
  font-size: 21px;
  font-weight: 800;
  margin: 0 10px 0 0;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  float: left;
  width: 34px !important;
}


.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 15px;
  width: 15px;
  left: 8px;
  right: auto;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a {
  position: relative;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/08/arrow-down-sign-to-navigate.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: auto;
  left: 8px;
  top: 6px;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 15px;
  width: 15px;
  left: 8px;
  right: auto;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a {
  position: relative;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/08/arrow-down-sign-to-navigate-copy.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: auto;
  left: 10px;
  top: 6px;
}


/* end news-listing  template */



/* start categories  template */

.newscatdrop ul.catsidebarul 
li, li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato';
    margin: 5px 0px;
}
.newscatdrop ul li {
  list-style: none;
}
.newscatdrop ul.catsidebarul:after {
    content: "";
    position: absolute;
    color: white;
    border: 1px solid white;
    height: 132px;
    top: 0;
    left: 0;
}
.newscatdrop ul.catsidebarul {
    padding-left: 20px;
}
.newscatdrop ul.catsidebarul{
position: relative;
}

.newscatdrop ul.catsidebarul:before {
    content: "";
    position: absolute;
    background: white;
    height: 6px;
    width: 6px;
    border-radius: 2px;
    left: -2px;
    top: 0;
}



.newscatdrop li.subdropcls{
  position: relative;
}
.newscatdrop li.subdropcls:before {
    content: "";
    position: absolute;
    height: 10px;
     background-image: url(/wp-content/uploads/2024/08/arrow-down-sign-to-navigate-copy-5.png);
    background-repeat: no-repeat;
    width: 10px;
  
    left: auto;
    right: 0;
    top: 12px;
    bottom: auto;
}



.newscatdrop li.subdropcls:hover .catsubmenuul {
    display: block;
}

.newscatdrop ul.catsubmenuul {
    display: none;
}
/* end categories  template */



/* start message-center  template  4 */
.chief360_messagecenter_template4_hold .messageboxe {
  display: inline-block;
  width: 100%;
  min-height: 310px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
}
.chief360_messagecenter_template4_hold .chief360_messagecenter_template4_inner {
  display: flex;
  width: 100%;
  gap: 30px;
  vertical-align: top;
}

.chief360_messagecenter_template4_hold .mcontentpart {
  min-height: 62px;
  padding: 0 15px;
}
.chief360_messagecenter_template4_hold .mcontentpart h3.chief360_messagecenter_template4_title  {
  text-align: left;
  padding-top: 14px;
}

.chief360_messagecenter_template4_hold h3.chief360_messagecenter_template4_title a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato';
}

/* end message-center  template */

/* start Recent-news  template 10 */
.chief360_recentnews_template10_hold {
  display: flex;
  width: 100%;
  gap: 30px;
  vertical-align: top;
}
.chief360_recentnews_template10_hold  .chief360_recentnews_template1_hold_item {
  
  display: inline-block;
  width: 100%;
  min-height: 310px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text {
  min-height: 62px;
  padding: 0 15px;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text h3.chief360_recentnews_template1_title {
  text-align: left;
  margin-top: 10px;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_itema {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato';
}

/* end Recent-news  template */


@media only screen and (max-width: 1199px) { 

  .chief360_recentnews_template10_hold {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      align-items: center;
  
  }

  .chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_item {
  width: 48%;
  margin: 1%;
}
  
  .chief360_messagecenter_template4_hold .chief360_messagecenter_template4_inner {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
      align-items: center;

  }
  .chief360_messagecenter_template4_hold .messageboxe{
      width: 48% ;
      margin: 1% ;
  }




.chief360_newslisting_template7_hold.newssec .col-lg-12.col-md-12.col-sm-12 {
  flex-wrap: wrap;
  gap: 15px;
}
.chief360_newslisting_template7_hold.newssec .newssecblockleft {
  width: 100%;
}
.chief360_newslisting_template7_hold.newssec .newssecblockleft img {
  width: 100%;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright {
  width: 100%;
}


.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_text {
  padding: 15px;
  min-height: 220px;
  margin-bottom: 15px;
}
.chief360_recentnews_template11_hold {
  gap: 15px;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_img {
  margin-bottom: 15px;
  
}

.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc, .chief360_newslisting_template7_hold.newssec .newssecblockcont h3 {
  color: #fff !important;
  font-size: 20px;
}

.chief360_newslisting_template7_hold.newssec .newssecblockright h3, .chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 22px;

}

}



/*//////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px) {


.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc, .chief360_newslisting_template7_hold.newssec .newssecblockcont h3 {
  color: #fff !important;
  font-size: 20px;
}

.chief360_newslisting_template7_hold.newssec .newssecblockright h3, .chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 22px;

}
.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_item {
  width: 100%;
  margin: 0;
}
.chief360_messagecenter_template4_hold .messageboxe{
      width: 100%;
      margin: 0;
  }



.chief360_recentnews_template11_hold {
  flex-wrap: wrap;
}


 






/* start Recent-news  template */

.chief360_recentnews_template10_hold {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  vertical-align: top;

/* end Recent-news  template */
}

/* start message-center  template */
  .chief360_messagecenter_template4_hold .chief360_messagecenter_template4_inner {
      display: flex;
      width: 100% !important;
      flex-direction: column;
      gap: 20px;
      vertical-align: top;
}
/* end message-center  template */

}

/* recent incient template 7 */

.chief360_recentincidentblock_t1.tempverti7 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chief360_recentincidentblock_t7_inner_item {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.chief360_recentincidentblock_t7_inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentincidentblock_t1.tempverti7 .chief360_recentincidentblock_t7_inner_item .chief360_recentincidentblock_t1_date {
  background-color: #D20909 !important;
  color: #fff !important;
  padding: 6px 10px 6px 10px;
}
/* end incident template 7 */


.chief360_apparatus_template1_hold.templisting1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_apparatus_template1_hold.templisting1 .chief360_apparatus_template1_item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
}
.chief360_apparatus_template1_hold.templisting1 .chief360_apparatus_template1_image img {
  height: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100% !important;
  min-height: 300px;
  max-height: 300px;
  object-position: top;
}

@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{
    .chief360_apparatus_template1_hold.templisting1 .chief360_apparatus_template1_item {
      width: 100%;
      margin: 0;
    }
 } 
 
 @media only screen and (min-device-width: 500px) and (max-device-width:1000px)
{
    .chief360_apparatus_template1_hold.templisting1 .chief360_apparatus_template1_item {
      width: 48%;
      margin: 1%;
    }
 }  


 /* message center listing template 2 */


 .chief360_messagecenter_listing_template2_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
}
.chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
  min-height: 300px;
  max-height: 300px;
}

.chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item .chief360_news_template1_text {
  background: #d10504;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 6px;
}

.chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Lato';
}

@media only screen and (min-device-width: 200px) and (max-device-width:600px)
{
  .chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item {
    width: 100%;   
   } 
 }   
 
 @media only screen and (min-device-width: 600px) and (max-device-width:900px)
{

  .chief360_messagecenter_listing_template2_hold .chief360_messagecenter_template2_item {
    width: 48%;   
   } 
    
 }  

  /* end message center listing template 2 */
  .chief360_newsdetail_template1_hold.messagedetails {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360_newsdetail_template1_hold.messagedetails .chief360_newsdetail_template1_title {
    color: #cf0808;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* start apparatus template 4 */

  .chief360_apparatus_template4_hold.templisting4 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360_apparatus_template4_hold.templisting4 .appartuslistingsec.temp4 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360_apparatus_template4_hold.templisting4 .appcatlistgroup {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #eee;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  .chief360_apparatus_template4_hold.templisting4 .appcatlistgroup h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template4_item {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 1%;
  }
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template4_image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template1_text {
    background: #004B85;
    color: #fff;
  }
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template1_text a.chief360_apparatus_template1_titlea {
    color: #fff;
    font-size: 19px;
  }
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template4_image img {
    min-height: 350px;
    max-height: 350px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }


  .chief360_apparatus_template4_hold.templisting4 .dropdwonfilter {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
    text-align: right;
  }

  @media only screen and (min-device-width: 200px) and (max-device-width:600px)
{
  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template4_item {
    width: 100%;
  }
 }   
 
 @media only screen and (min-device-width: 600px) and (max-device-width:900px)
{

  .chief360_apparatus_template4_hold.templisting4 .chief360_apparatus_template4_item {
    width: 48%;
  }
    
 }  
  /* end apparatus template 4 */


  /* award data */
  .awarddetails.postpage {
    margin: 0 auto;
    max-width: 1170px;
  }
  .awarddetails.postpage .wrapper {
    margin-top: 50px;
    padding: 10px;
  }
  .awarddetails.postpage  h1 {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    margin: 20px 0px;
  }

  /* award end data */

  /* upcomming event temp 2 */

  .latestupevent.temp2 {
    padding: 16px 0px 0px 0px;
  }
  .latestupevent.temp2 .evetntdate {
    width: 100%;
    max-width: 160px;
    height: 78px !important;
  }
  
  
  .latestupevent.temp2 span.week {
    font-size: 28px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'Lato';
    margin-top: 8px !important;
  }
  
  .latestupevent.temp2 span.month {
    font-size: 20px !important;
    line-height: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Lato';
  }
  /* end uevent temp 2*/



  /* event calendar */
  .tribe-events-view {
    background-color: var(--tec-color-background-events);
    margin-top: 200px;
  }
  
  body.post-type-archive.post-type-archive-tribe_events .elementor-top-section
  {
    
    background-color: var( --e-global-color-75fec69 ) !important;
  }
  .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
  }
  
  .tribe-events-c-view-selector__button.tribe-common-c-btn__clear {
    display: none;
  }
  tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 6px 15px;
    width: auto;
    background: var( --e-global-color-75fec69 );
    color: #fff;
    font-weight: bold;
  }
  .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
    color: #fff;
  }
  .tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    padding: 3px 10px;
    font-size: 20px;
  }
  /* end of event */





  /*news and event sction  start*/
.news-event-sec {
  width: 100%;
}


.chief360_recentnews_template12_hold.chief360_recentnews_template12_hold.twopostlayout {
  display: flex;
  gap: 15px;
}
.chief360_recentnews_template12_hold .chief360_recentnews_template1_hold_item {
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  border: 0.1px solid #8080806e;
}
.chief360_recentnews_template12_hold.chief360_recentnews_template1_hold_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chief360_recentnews_template12_hold h3.chief360_recentnews_template1_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chief360_recentnews_template12_hold a.chief360_recentnews_template1_hold_itema img {
  min-height: 468px;
}
.chief360_recentnews_template12_hold .chief360_recentnews_template1_hold_text {
  margin-top: -138px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0px 60px 20px 60px;
}
.chief360_recentnews_template12_hold .newscontent {
  font-size: 15px;
  font-family: 'Raleway';
  font-weight: 500;
  text-align: center;
  line-height: normal;
}
.chief360_recentnews_template12_hold h3.chief360_recentnews_template1_title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 240px solid transparent;
  border-right: 240px solid transparent;
  border-bottom: 210px solid #ffffff;
  top: -65px;
  z-index: -1;
}




/*news and event section  end*/



/*apparatus section start */


.apparatus .chief360_apparatus_template1_hold5.templisting5 {
  display: flex;
  gap: 28px;
}
.chief360_apparatus_template1_hold5 .chief360_apparatus_template1_text {
  position: absolute;
  bottom: 15px;
  padding-left: 20px;
}

.chief360_apparatus_template1_hold5 .chief360_apparatus_template_images {
  position: relative;
}

.chief360_apparatus_template1_hold5 a.chief360_apparatus_template1_titlea span {
  color: white !important;
}
.chief360_apparatus_template1_hold5 a.chief360_apparatus_template1_titlea {
  color: white !important;
      font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-family: 'Roboto';
}
.chief360_apparatus_template1_hold5 p.chief360_apparatus_template5_date {
  color: white;
  font-size: 17px;
  padding-left: 20px;
  font-weight: 500;
  text-align: center;
  font-family: 'Roboto';
  position: relative;
}
.chief360_apparatus_template1_hold5 p.chief360_apparatus_template5_date:before {
  content:"";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  background-size: cover;
  left: 5px;
  background-image: url('/wp-content/uploads/2024/10/Rectangle-51-copy-2.png')
  

}

/*apparatus section end */


/*   Fire line officer section start*/

.chief360_latestgroup_template1_hold3.temp3data.staff-organization.chiefdata .staff-group .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.chief360_latestgroup_template1_hold3.temp3data.staff-organization.chiefdata .staff-group .row .col-lg-4.col-md-6.col-12 {
  width: 32.46%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 22px;
}
.staff-organization.chiefdata .staff-group a img {
  width: 100%;
  height: 462px;
  min-height: 462px;
  object-fit: cover;

  border-radius: 22px;
  padding: 0px;
  margin-bottom: 0px;
  object-position: top;
}
.cbottompart {
  position: relative;
  z-index: 99;
  margin-top: -137px;
  padding-bottom: 20px;
}
.cbottompart:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 240px solid transparent;
  border-right: 240px solid transparent;
  border-bottom: 210px solid #ffff;
  top: -65px;
  z-index: -1;
  left: -52px;
}
.cbottompart a.personname h4 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway";
  text-align: center;
}

.cbottompart a.positionname h5 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
}
.staff-organization.chiefdata .staff-group {
  box-shadow: none;
}
.staff-group h3 {
  font-size: 38px;
  line-height: 42px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
}
.chief360_latestgroup_template1_hold3.temp3data.staff-organization.chiefdata .staff-group h3 {
  text-align: left;
  margin-bottom: 40px;
}

/*   Fire line officer section start*/



.chief360_latestgroup_template1_hold4.temp4data.staffcatslider .staffcatslide .positionname h5 {
  color: #3ac33a;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 400;
}
.chief360_latestgroup_template1_hold4.temp4data.staffcatslider .staffcatslide .personname h4 {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}
.row.scatslides.slick-initialized.slick-slider.slick-dotted .slick-dots li button {
  border-radius: 20px;
  height: 12px;
  width: 12px;
  background: white;
}
.row.scatslides.slick-initialized.slick-slider.slick-dotted .slick-dots li {
 
  margin: 0px;
  
}


.slick-dots {
  
  bottom: -60px;
  
}
.row.scatslides.slick-initialized.slick-slider.slick-dotted .slick-dots li.slick-active button {

  background: #3ec73c;
}










.chief360_apparatus_template1_hold6.templisting6.apparatusslider .chief360_apparatus_template1_text {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  color: white !important;
}
.chief360_apparatus_template1_hold6.templisting6.apparatusslider .chief360_apparatus_template_images {
  position: relative;
}


.chief360_apparatus_template1_hold6.templisting6.apparatusslider a.chief360_apparatus_template1_titlea {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
}
.chief360_apparatus_template1_hold6.templisting6.apparatusslider p.chief360_apparatus_template5_date {
  font-size: 17px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
}

.chief360_apparatus_template1_hold6.templisting6.apparatusslider p.chief360_apparatus_template5_date svg {
  margin-right: 5px;
}
.chief360_apparatus_template1_hold6.templisting6.apparatusslider a.chief360_apparatus_template1_titlea span{
  color: white;
}
.chief360_apparatus_template1_hold6.templisting6.apparatusslider a.chief360_apparatus_template1_text span {
  color: white;
}



.chief360_apparatus_template1_hold6.templisting6.apparatusslider .slick-dots li button {
  border-radius: 20px;
  height: 12px;
  width: 12px;
  background: white;
}
.chief360_apparatus_template1_hold6.templisting6.apparatusslider .slick-dots li {
 
  margin: 0px;
  
}



.chief360_apparatus_template1_hold6.templisting6.apparatusslider .slick-dots li.slick-active button {

  background: #3ec73c;
}

  

/* news listing template 12 */

.chief360_recentnews_template12_hold.row.newslisting.newssec .chief360_recentnews_template1_hold_item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
}
.chief360_recentnews_template12_hold.row.newslisting.newssec .chief360_recentnews_template1_title .chief360_recentnews_template1_hold_itema {
  padding: 10px;
  line-height: 24px;
  text-align: center;
}

@media only screen and (min-device-width: 200px) and (max-device-width:500px)
{

    .chief360_recentnews_template12_hold.row.newslisting.newssec .chief360_recentnews_template1_hold_item {
      display: inline-block;
      width: 98%;
      vertical-align: top;
      margin: 1%;
    }
 
  }   
  
 @media only screen and (min-device-width: 500px) and (max-device-width:950px)
{

    .chief360_recentnews_template12_hold.row.newslisting.newssec .chief360_recentnews_template1_hold_item {
      display: inline-block;
      width: 48%;
      vertical-align: top;
      margin: 1%;
    }
 
  }    


/* news listing */


.chief360_newsdetail_section {
  margin: 0 auto;
  width: 1200px;
  margin-top: 20px;
}

.singlepostheader h1
{
  font-size: 30px !important;
  line-height: 42px !important;
  margin-bottom: 20px;
}

.singlepostheader h2
{
  font-size: 20px !important;
 
}


/* station details page */

.chief360_stations_details_hold {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.chief360_stationdetails_template1_desc.page-index {
  padding: 15px 0px;
  width: 100%;
}

/* station details */

/* station listing */

.chief360_stations_recenttemplate1_hold.stationlisting .stationspostboxe {
  
  flex: 1 1 calc(33.333% - 25px);
}
.chief360_stations_recenttemplate1_hold.stationlisting .chief360_stations_recenttemplate1_inner {
  
  flex-wrap: wrap;
}
/* end listing */




/* services listing */

.chief360_services_recenttemplate1_hold.servicelisting  .servicespostboxe {
  
  flex: 1 1 calc(33.333% - 25px);
}
.chief360_services_recenttemplate1_hold.servicelisting .chief360_services_recenttemplate1_inner {
  
  flex-wrap: wrap;
}
/* services end listing */


/* store */
.chief360_storelisting_post_hold {
  display: flex;
  flex-wrap: wrap;
}

.chief360_storelisting_post_hold .wpchief360_storelisting_postnews_hold_item {
  flex: 33%;
  padding: 10px;
}
.chief360_storelisting_post_hold .storecont h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.chief360_storelisting_post_hold .storecont .sdesc {
  font-size: 15px;
}
.chief360_storelisting_post_hold .btn.button.vmore {
  background: #B1000B !important;
  color: #fff;
  padding: 8px 23px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}
.chief360_storelisting_post_hold .wpchief360_storelisting_postnews_hold_item img {
  width: 100%;
  max-width: 100%;
  max-width: 354px;
}
/* end store */


/*recent news temp 13 */

.chief360_recentnews_template13_hold.temp13
 .chief360_recentnews_template13_hold_item {
    display: flex;
    flex-direction: column;
    background: url(/wp-content/uploads/2024/10/Folder-4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 14px;
}

.chief360_recentnews_template13_hold.temp13 {
    display: flex;
    gap: 20px;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template1_hold_text {
    padding: 20px 12px;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item span.ndate {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(156, 0, 9);
    background: linear-gradient(180deg, rgba(156, 0, 9, 1) 0%, rgba(209, 1, 13, 1) 100%);
    color: #ffffff;
    font-size: 14px;
    width: 60px;
    border-radius: 0 0 22px 0;
    text-align: center;
    font-weight: 700;
    line-height: 17px;
    padding: 10px 0;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template1_hold_text h3.chief360_recentnews_template13_title {
    font-size: 27px;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
    margin: 0 0 10px;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template1_hold_text .chief360_recentnews_template3_desc {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template1_hold_text p.readmore a {
    font-size: 14px;
    color: #91000a !important;!Im;!I;!;
    font-weight: bold;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template13_hold_img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}
/* end recent news temp 13 */


/* upcomming event template  4 */
.ehvf_upcoming_event.temp4 * {
  font-family: "Montserrat", Sans-serif;
}

.ehvf_upcoming_event.temp4 .evetntdate {
  flex-direction: column;
  min-width: 60px;
  max-width: 60px;
}

.ehvf_upcoming_event.temp4 .evetntdate span.day {
  position: relative;
  width: 100%;
  top: 0;
  text-align: center;
  line-height: 34px;
  font-size: 33px;
}

.ehvf_upcoming_event.temp4 .evetntdate span.month {
  width: 100%;
  text-align: center;
}

.ehvf_upcoming_event.temp4 .etime:before {background: url(/wp-content/uploads/2024/10/upcoming@2x.png);background-size: contain;content: "";position: absolute;top: 3px;right: -28px;width: 18px;height: 19px;background-repeat: no-repeat;}

.ehvf_upcoming_event.temp4 .etime  {
  position: relative;
  display: inline-block;
  font-size: 16px;
}


.ehvf_upcoming_event.temp4 h3.newstitle {
  color: #e5b916;
  font-size: 18px;
}


.ehvf_upcoming_event.temp4 .latestupevent {
  border: 0;
  padding: 6px 0;
}


/* end uevent temp 4 */

/* stattion temp 2 */
.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}

.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 0 50px 0;
  width: 100%;
  opacity: 0.6;
}

.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner .stationspostboxe {
  position: relative;
}

.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner .stationspostboxe h3.chief360_stations_template1_title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", Sans-serif;
  color: #fff;
  padding: 0 14px 10px;
}

.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner .stationspostboxe h3.chief360_stations_template1_title a {
  color: #fff;
  font-weight: bold;
}

.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner .imagedivpart {
  border-radius: 0 0 50px 0;
  background: #000;
}
/* media css */
@media screen and (max-width:767px){
.chief360_recentnews_template13_hold.temp13 {
  flex-direction: column;
}
.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item .chief360_recentnews_template1_hold_text h3.chief360_recentnews_template13_title {
font-size: 22px;align-content
}
.chief360_stations_recenttemplate2_hold .chief360_stations_recenttemplate2_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 20px;
}

.chief360_recentnews_template13_hold.temp13 .chief360_recentnews_template13_hold_item {
  width: unset !important;
  
}
}

@media screen and (max-width:1130px){


body.single-news .chief360_newsdetail_section {

  width: 100%;
  padding: 10px;
}

}
/* station temp 2 */


/* appartus template 7 */

.templisting7.apparatusslider  .slick-slide {
  padding: 15px;
}

.templisting7.apparatusslider .chief360_apparatus_template1_titlea {
color: #fff;
font-size: 21px;
}
.templisting7.apparatusslider .chief360_apparatus_template5_sdec {
color: #fff;
font-weight: normal;
font-size: 16px;
}

.templisting7.apparatusslider .button:not(:hover):not(:active):not(.has-background)
{
background-color: #fff !important;
border-radius: 10px;

}
.templisting7.apparatusslider .slick-dots li button:hover
{
  background-color: #fff !important;
  border-radius: 10px;
}

/* end apparatus template 7 */


/* start event temp 5 */
.ehvf_upcoming_event.temp5 {
  display: inline-block;
  width: 100%;
}
.ehvf_upcoming_event.temp5 .latestupeventtemp5 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px;
}

.ehvf_upcoming_event.temp5 .eventphoto {
  display: inline-block;
  width: 70px;
  vertical-align: top;
  padding: 0;
  max-width: 70px;
}
.ehvf_upcoming_event.temp5 .newsshortdesc {
  display: inline-block;
  width: 250px;
  background: #fff;
  padding: 4px 10px;
  margin-top: 5px;

}
.ehvf_upcoming_event.temp5 .newsshortdesc h3.newstitle
{
font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
} 
/* end event temp 5 */


/* call vol temp 13 */

.chief360_agencycallvolumeapi_hold.temp13data.runstate .middata div {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0px;
}

.chief360_agencycallvolumeapi_hold.temp13data.runstate .toppart h4 {
  font-family: "Lato", Sans-serif;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #deb84d;
   line-height:24px;
}
.chief360_agencycallvolumeapi_hold.temp13data.runstate .toppart h4 span {
  font-family: "Lato", sans-serif;
  font-weight: 600 !IMPORTANT;
  color: #ffff;
  font-size: 16px;
  line-height: 16px;
}
.chief360_agencycallvolumeapi_hold.temp13data.runstate span.valuecls {
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #deb84d;
      line-height: 24px;
}
.chief360_agencycallvolumeapi_hold.temp13data.runstate span.titlecls {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
      line-height: 20px;
}
.chief360_agencycallvolumeapi_hold.temp13data.runstate .middata div p {
  display: flex;
  flex-direction: column;
  gap: 5px
  
}

/* call vaol temp 13 */




/* start ASSOCIATION NEWS section temp19 */


.chief360_recentnews_template19_hold {
  display: flex;
  flex-wrap: wrap;
}

.chief360_recentnews_template19_hold .chief360_recentnews_template18_hold_item {
  margin: 0;
  width: 33.33%;
}

.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_item img {
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}

.chief360_recentnews_template19_hold .chief360_recentnews_template1_hold_text * {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
}

.chief360_recentnews_template19_hold .chief360_recentnews_template1_readmore a.chief360_recentnews_template1_hold_itema {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.chief360_recentnews_template19_hold_item:hover .chief360_recentnews_template1_readmore a.chief360_recentnews_template1_hold_itema {
  color: #f3d32c;
}

.chief360_recentnews_template19_hold_item:hover img {
  opacity: 0.7;
}
.chief360_recentnews_template19_hold_item {
  flex-wrap: wrap;
  margin: 10px;
  padding: 10px;
  width: 31.5%;
}

@media screen and (max-width:767px) {
.chief360_recentnews_template19_hold {
  flex-direction: column;
}

.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_item {
  width: 100%;
}
}

.chief360_recentnews_template19_hold .chief360_recentnews_template1_paging {
  display: inline-block;
  width: 100%;
}
/* end  ASSOCIATION NEWS section */




/*  ///////////// home page upcoming event start //////////////////////*/



.ehvf_upcoming_event .latestupevent.temp7 {
  border-radius: 5px;
  filter: drop-shadow(0px 2px 13.5px rgba(0,0,0,0.14));
  background-color: #b42738;
  height: 56px;
  padding: 5px;
      margin-bottom: 8px;
}
.ehvf_upcoming_event .latestupevent.temp7 h3.newstitle {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Alumni Sans";
}
.ehvf_upcoming_event .latestupevent.temp7 .eshortdesc {
  font-size: 11px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
}
.ehvf_upcoming_event .latestupevent.temp7 .evetntdate span.month {
  font-size: 19px !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Alumni Sans";
  text-align: center;
}
.ehvf_upcoming_event .latestupevent.temp7 .evetntdate span.day {
  font-size: 19px !important;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Alumni Sans";
  text-align: center;
      position: relative;
}
.ehvf_upcoming_event .latestupevent.temp7 .evetntdate {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  width: 53px !important;
  align-items: center;
  padding-top: 3px;
  min-width: 53px;
  min-height: 43px;
  height: 43px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  gap: 10px;
}

/*  ///////////// home page upcoming event end //////////////////////*/




/*  //////////    News & Announcements start     ///////////////*/

.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection {
  display: flex;
  gap: 25px;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec {
  
  margin-bottom: 32px;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection .chief360_recentnews_template20_hold_item:first-child {
  width: 65%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection .chief360_recentnews_template20_hold_item:nth-child(2) {
  width: 35%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection .chief360_recentnews_template20_hold_item:first-child {
  width: 35%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection .chief360_recentnews_template20_hold_item:nth-child(2) {
  width: 65%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection {
  display: flex;
  gap: 25px;
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template1_hold_img img{ 
  height: auto;
  max-width: 100%;
  min-height: 318px;
  border-radius: 44px !important;
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template20_hold_item {
  position: relative;
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template1_hold_text {
  position: absolute;
  bottom: 0;
  padding: 0 35px;
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template1_hold_text h3.chief360_recentnews_template1_title a {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  font-family: "Alumni Sans";
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.54));
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template1_hold_text .chief360_recentnews_template20_desc {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.54));
}
.chief360_recentnews_template20_layout_hold p.chief360_recentnews_template1_readmore a.chief360_recentnews_template1_hold_itema {
  font-size: 16px;
  line-height: 67px;
  text-decoration: underline;
  color: #f7d12e;
  font-weight: 400;
  font-family: "Titillium Web";
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
      transition: .5s;
  position: relative;
}
.chief360_recentnews_template20_layout_hold p.chief360_recentnews_template1_readmore a.chief360_recentnews_template1_hold_itema:hover {
  background: #f7d12e;
  color: #262626;
font-weight: 700;
font-family: "Titillium Web";
  text-decoration: none;
      transition: .5s;
}
.chief360_recentnews_template20_layout_hold p.chief360_recentnews_template1_readmore a.chief360_recentnews_template1_hold_itema:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/04/arrow-copy-2.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
 
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection {
  gap: 15px;
  
}
.chief360_recentnews_template20_layout_hold .chief360_recentnews_template1_hold_text {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection {
   gap: 15px;
  
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec {
  margin-bottom: 15px;
}

}
@media only screen and (max-width: 767px) {
  .chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection .chief360_recentnews_template20_hold_item:first-child {
  width: 100%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection .chief360_recentnews_template20_hold_item:nth-child(2) {
  width: 100%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection .chief360_recentnews_template20_hold_item:first-child {
  width: 100%;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection .chief360_recentnews_template20_hold_item:nth-child(2) {
  width: 100%;
}

.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.oddsection {
  flex-wrap: wrap;
}
.chief360_recentnews_template20_layout_hold .fullrecentpostnewssec.eventsection {
  flex-wrap: wrap;
}

}


/*  //////////    News & Announcements end     ///////////////*/


/*  //////////    Join Us in Saving Lives! start   template 7  ///////////////*/

.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staff-group.\32 222 .row {
  display: flex;
  gap: 30px;
}
.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staff-group {
  padding: 0;
  margin: 0;
}
.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .row a.personname h4 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 700;
  font-family: "Alumni Sans";
  text-align: left;
  padding: 0;
  margin-top: 15px;
}
.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .row a.personname h5 {
  font-size: 18px;
  line-height: 18px;
  color: #b42738;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Titillium Web";
  text-align: left;
}



.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .social-share-wrap {
  background: #b32435;
  display: flex !important;
  flex-direction: column;
  max-width: 42px;
  gap: 15px;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.3s ease;
}


.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .social-share-wrap a img {
  height: inherit !important;
  width: inherit !important;
  width: inherit;
  height: inherit !important;
  min-height: inherit !important;
  object-fit: inherit !important;
  border-radius: inherit !important;
  padding: inherit !important;
  margin-bottom:inherit !important;
  object-position: inherit !important;
  border: none !important;
}


.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staffgroupdiv {
  position: relative;
}

.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .social-share-wrap {
  position: absolute;
  right: 16px;
  bottom: 25px;
  transition: all 0.3s ease;
}

.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staffgroupdiv img.staffimg {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staffgroupdiv:hover .social-share-wrap {
  z-index: 999;
   transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
 .chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staff-group.\32 222 .row {
 
  gap: 15px;
}
}
@media only screen and (max-width: 767px) {
.chief360_latestgroup_template6_hold.staff-organization.layouttemp7 .staff-group.\32 222 .row {
  flex-wrap: wrap;
  }
}
/*  //////////    Join Us in Saving Lives! end     ///////////////*/




/*  //////////    APPARATUS start  slick slder temp 9  ///////////////*/

.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_text h3 a.chief360_apparatus_template9_title {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Titillium Web";
  
}
.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_desc {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Titillium Web";
  margin-bottom: 10px;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_images {
  border-radius: 44px;
  overflow: hidden;
   width: 100%;
  max-width: 570px;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_text p a.chief9:hover {
  color: #f7d12e;
  transition: .3s;
}

.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template1_image img {
  height: 440px !important;
  object-fit: cover;
  width: 100%;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide.slick-current.slick-active {
  width: 570px !important;
  display: block !IMPORTANT;
  min-width: 570px !important;
  margin: 0;

}
.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_text p a.chief9 {
  font-size: 13px;
  color: #ffff;
  font-weight: 600;
  font-family: "Titillium Web";
  position: relative;
   transition: .3s;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .chief360_apparatus_template9_text p a.chief9:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/04/arrows-copy-2.png);
  width: 25px;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 5px;
  right: -30px;
}


.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide.slick-active {
  position: relative;
  max-width: 370px;
  display: block !IMPORTANT;
  margin-left: 30px;
}

.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide .chief360_apparatus_template9_text {
  position: absolute;
  bottom: 0;
  padding: 35px 35px 45px 35px;
  max-width: 515px;
  width: 100%;
  transition: 0s;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide.slick-current .chief360_apparatus_template9_text{
  display: block !IMPORTANT;
  transition: .3s;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide.slick-active .chief360_apparatus_template9_text{
   display: none;
   transition: 0s;
}
.chief360_apparatus_template9_hold.appartusslickslider9 .slick-slide.slick-cloned .chief360_apparatus_template9_text{
   display: none;
   transition: 0s;
}



.chief360_apparatus_template9_hold.appartusslickslider9 .slick-prev:before {
  content: '<' !IMPORTANT; 
  color: #000;
  font-size: 40px
}
.chief360_apparatus_template9_hold.appartusslickslider9 .slick-next:before {
  content: '>' !IMPORTANT;
  color: #000;
  font-size: 40px
}

.chief360_apparatus_template9_hold.appartusslickslider9 button.slick-arrow:hover {
  background: #f7d12e ! IMPORTANT;
}


.chief360_apparatus_template9_hold.appartusslickslider9 button.slick-arrow {
  background: #fff !IMPORTANT;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  
}


.chief360_apparatus_template9_hold.appartusslickslider9.slick-initialized.slick-slider .slick-prev {
  right: -200px;
  left: auto;
  top: 38% !IMPORTANT;
}
.chief360_apparatus_template9_hold.appartusslickslider9.slick-initialized.slick-slider .slick-next {
  right: -200px;
  top: 62% !IMPORTANT;
}

/*  //////////    APPARATUS end    ///////////////*/


*start Our latest blog css*/
.chief360_recentnews_template21_layout_hold {
    display: flex;
    flex-wrap: wrap;
}

.chief360_recentnews_template21_layout_hold * {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item {
    width: 50%;
    display: flex;
    margin: 0 0 40px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .leftpart {
    width: 40%;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part {
    width: 60%;
    padding: 0 30px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part h3 {
    font-size: 33px;
    font-weight: bold;
    line-height: 45px;
    margin: 0 0 14px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template22_desc {
    font-size: 16px;
    line-height: 22px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template22_desc a.more-link {
    display: none;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template21_readmore  a.chief360_recentnews_template1_hold_itema {
    font-size: 18px;
    color: #afd90f !important;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template21_readmore {
    margin: 20px 0 0;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .leftpart img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template22_desc {
        font-size: 14px;
        line-height: 20px;
    }
    .chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template21_readmore  a.chief360_recentnews_template1_hold_itema {
        font-size: 16px;
        color: #afd90f !important;
    }
}
@media screen and (max-width: 767px) {
.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item {
    width: 100%;
    margin: 0 0 20px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part h3 {
    font-size: 20px;
    line-height: 26px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part {
    padding: 0 10px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template22_desc {
    font-size: 14px;
    line-height: 18px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template21_readmore {
    margin: 10px 0 0;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .right.part .chief360_recentnews_template21_readmore a.chief360_recentnews_template1_hold_itema {
    font-size: 16px;
}

.chief360_recentnews_template21_layout_hold .chief360_recentnews_template21_hold_item .leftpart img {
    height: 160px;
}
}
/*end Our latest blog css*/


/*start Live run log css*/
.chief360_recentincidentblock_t9.tempnine {
  max-width: 320px;
  margin: auto;
}

.chief360_recentincidentblock_t9.tempnine .chief360_recentincidentblock_t9_inner_item {
  background: #fff;
  margin: 0 0 30px;
}

.chief360_recentincidentblock_t9.tempnine .chief360_recentincidentblock_t9_inner_item p.chief360_recentincidentblock_t9_date {
  background: #282525;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #aade1b;
  padding: 10px;
}

.chief360_recentincidentblock_t9.tempnine .chief360_recentincidentblock_t9_inner_item p.chief360_recentincidentblock_t9_date img {
  width: 50px;
}

.chief360_recentincidentblock_t9.tempnine .naturedetails {
  padding: 3px 10px;
  text-align: center;
}

.chief360_recentincidentblock_t9.tempnine * {
  font-family: "Oswald", Sans-serif;
}

.chief360_recentincidentblock_t9.tempnine .naturedetails p.chief360_recentincidentblock_t9_nature {
  font-weight: bold;
}

.chief360_recentincidentblock_t9.tempnine .naturedetails p {
  color: #282525;
}

.chief360_recentincidentblock_t9.tempnine .chief360_recentincidentblock_t9_inner_item:last-child {
  margin: 0;
}

/*end Live run log css*/



/*Start  Apparatus css*/
.chief360_apparatus_template10_hold.appartusslickslider10 {
  position: relative;
}
.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item {
  display: flex !important;
  padding-bottom: 20px;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_images.leftpart {
  width: 40%;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart {
  width: 60%;
  padding: 0 0 0 30px;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item * {
  font-family: "Oswald", Sans-serif;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart h2 {
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart h3 a {
  color: var(--e-global-color-accent);
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .chief360_apparatus_template10_desc {
  color: var(--e-global-color-accent);
  font-weight: 100;
  line-height: 26px;
  display: inline-block;
  margin: 0 0 30px;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls {
  background: var(--e-global-color-primary);
  border: 1px solid #000;
  outline: 14px solid var(--e-global-color-primary);
  padding: 10px;
  width: 70%;
  margin: 20px auto 0;
  position: relative;
}
.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 60px;
  width: 50px;
  height: 50px;
  background: url(/wp-content/uploads/2025/04/img15.png);
  background-repeat: no-repeat;
  filter: brightness(0);
  background-size: contain;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls p {
  font-size: 31px;
  max-width: 340px;
  line-height: 40px;
  margin-left: auto;
  font-weight: bold;
  text-transform: uppercase;
}
.chief360_apparatus_template10_hold.appartusslickslider10 .slick-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: auto;
  transform: translate(-148px, 0px);
  background-image: url(/wp-content/uploads/2025/04/arrow1.svg);
  width: 64px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .slick-arrow:before {
  display: none;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .slick-arrow.slick-next {transform: translate(-68px, 0px);background-image: url(https://churchhilvfd.wp1.sh/wp-content/uploads/2025/04/arrow2.svg);background-color: transparent !important;}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .chief360_apparatus_template10_desc p {
  line-height: 26px;
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item {
      flex-direction: column;
      align-items: center;
  }

  .chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_images.leftpart {
      width: 100%;
  }

  .chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_images.leftpart img {
      margin: auto;
  }
  .chief360_apparatus_template10_hold.appartusslickslider10 .slick-arrow {
  transform: translate(0px, 100px);
  margin: 0;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .slick-arrow.slick-next {
  transform: translate(76px, 100px);
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart {
  width: 100%;
  padding: 0;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls {
  width: 100%;
  padding-left: 50px;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls:before {
  left: 5px;
  width: 35px;
  height: 35px;
}

.chief360_apparatus_template10_hold.appartusslickslider10 .chief360_apparatus_template10_item .chief360_apparatus_template10_text.rightpart .apparquatecls p {
  font-size: 23px;
}
}
/*end Apparatus css*/

