/*  =====    home page apparatus start   =====*/

.chief360_apparatus_template9_item {
    max-width: 370px;
    width: 100%;
    position: relative;
}
.chief360_apparatus_template9_hold {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.chief360_apparatus_template9_text h3 {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
    font-size: 25px !IMPORTANT;
}
.chief360_apparatus_template9_text h3 a.chief360_apparatus_template1_titlea {
    font-size: 25px;
    line-height: 42px;
     color: #ffffff; 
    font-weight: 700;
    font-family: "Barlow Condensed";
    text-align: center;
}
.chief360_apparatus_template1_desc {
    font-size: 13px;
     color: #ffffff; 
    font-weight: 400;
    font-family: "Poppins";
}

.chief360_apparatus_template9_image a img {
    min-height: 260px;
    max-height: 260px;
    width: 100%;
    max-width: 100%;
}

.chief360_apparatus_template9_text {
    background-color: #0f0f62cf;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px;
}
.chief360_apparatus_template9_text:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    opacity: 1 !IMPORTANT;
    border-radius: 50%;
    top: -13px;
    right: 30px;
    background-image: url(http://seaford87.wp1.site/wp-content/uploads/2025/02/up-arrow-symbol-in-a-circle.png);
}

@media only screen and (max-width: 1024px) {

.chief360_apparatus_template9_hold {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.chief360_apparatus_template9_item {
    max-width: 32%;
    width: 100%;
    position: relative;
}

}
@media only screen and (max-width: 767px) {

.chief360_apparatus_template9_hold {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.chief360_apparatus_template9_item {
    max-width: 100%;
    width: 100%;
    position: relative;
}

}
/*  =====    home page apparatus end   =====*/




/*  =====    home page public notice start recent news temp 15  =====*/
.chief360_recentnews_template15_hold {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;

}
.chief360_recentnews_template15_hold_item {
    width: 50%;
    max-width: 570px;
        position: relative;
}
.chief360_recentnews_template1_hold_img {
    height: auto !important;
   
}
.chief360_recentnews_template1_hold_img a.chief360_recentnews_template15_hold_itema img {
    min-height: 310px !IMPORTANT;
    
}
.chief360_recentnews_template15_hold_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 570px;
    min-height: 310px;
    background: #0f0f62cf;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
    padding: 0px 40px 20px 0px;
    clip-path: polygon(71% 0, 100% 0, 100% 100%, 22% 100%);
}
h3.chief360_recentnews_template3_title a.chief360_recentnews_template3_hold_itema {
    font-size: 29px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Barlow Condensed";
}
.chief360_recentnews_template15_desc {
    width: 256px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

@media only screen and (max-width: 1024px) {

.chief360_recentnews_template15_hold {
  
    gap: 2%;
    
}
.chief360_recentnews_template15_hold_item {
    width: 49%;
    max-width: 100%;
}
.chief360_recentnews_template15_hold_text {
   
    width: 100%;
    max-width: 100%;
   
    padding: 0px 15px 20px 0px;
    clip-path: polygon(71% 0, 100% 0, 100% 100%, 0% 100%);
}

}
@media only screen and (max-width: 767px) {
.chief360_recentnews_template15_hold {
  
    gap: 20px;
    
}
.chief360_recentnews_template15_hold_item {
    width: 100%;
    max-width: 100%;
            clip-path: inherit;
}
.chief360_recentnews_template15_hold_text {
    width: 100%;
    max-width: 100%;
    clip-path: inherit;
    min-height: auto;
}
}

/*  =====    home page public notice end   =====*/



/*  =====    home page Incident Statistics start   =====*/
.temp7.currentdata {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

.temp7.currentdata p {
    width: 100%;
    display: flex;
    max-width: 170px;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 0;
    font-family: 'barlow condensed';
    color: #fff;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
    padding: 0 !important;
    text-align: center;
    height: 49px;
}
.temp7.currentdata p span.valuecls {
    font-size: 30px !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    font-family: 'barlow condensed';
    color: #fbdf36;
}



.temp7.currentdata p span.monthcls {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1024px) {

.temp7.currentdata p {
    max-width: 150px;
    font-size: 24px;
}
.temp7.currentdata {
    gap: 15px;
}
.temp7.currentdata p span.valuecls {
    font-size: 20px !IMPORTANT;
    
}

}

@media only screen and (max-width: 767px) {
.temp7.currentdata p {
    max-width: 120px;
    font-size: 20px;
}
.temp7.currentdata p {
    height: 42px;
}
.temp7.currentdata p span.valuecls {
    font-size: 16px !IMPORTANT;
    
}
}
/*  =====    home page Incident Statistics end   =====*/


/*  =====    recruitment page form start   =====*/

.wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.wpforms-validate .wpforms-field input#wpforms-2007-field_4 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}
.wpforms-validate .wpforms-field input#wpforms-2007-field_2 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}
.wpforms-validate .wpforms-field input#wpforms-2007-field_5 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}
.wpforms-validate .wpforms-field input#wpforms-2007-field_6 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}
.wpforms-validate .wpforms-field input#wpforms-2007-field_7 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}
.wpforms-validate .wpforms-field input#wpforms-2007-field_8 {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
}

.wpforms-validate .wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
    border-radius: 0;
}
.wpforms-validate .wpforms-field {
    width: 100%;
    max-width: 48%;
   }
textarea#wpforms-2007-field_3 {
    border-radius: 0;
}
div#wpforms-2007-field_3-container {
    max-width: 100%;
    border-radius: 0;
}
div#wpforms-2007-field_9-container {
    max-width: 100%;
}
button#wpforms-submit-2007 {
    font-family: "Oswald", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 27px;
    background-color: #0f0f62;
    border-radius: 0;
}
button#wpforms-submit-2007:hover {
      background-color: #8c0c09;
   
}

@media only screen and (max-width: 1024px) {
    .wpforms-field-container {
 
    gap: 2%;
}
.wpforms-validate .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0;
    
}
    .wpforms-validate .wpforms-field {
    width: 100%;
    max-width: 49%;
}

}

@media only screen and (max-width: 767px) {
     .wpforms-validate .wpforms-field {
    width: 100%;
    max-width: 100%;
}

button#wpforms-submit-2007 {
   
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    background-color: #0f0f62;
    border-radius: 0;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}

}



/*  =====    recruitment page form end   =====*/


/*  =====    about page form start   =====*/
.about-page-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.about-page-form .wpforms-validate .wpforms-field {
    width: 100%;
    max-width: 32%;
}
.about-page-form  .wpforms-container .wpforms-field{
    padding: 5px 0 !important;
    
}
.about-page-form button#wpforms-submit-2007 {
    background-color: #f9ce20;
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    overflow: hidden;
    width: 145px;
    padding: 10px 10px;
    text-align: left;
    border-radius: 5px;
}
.about-page-form button#wpforms-submit-2007:before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 45px;
    width: 75px;
    right: 0;
    top: 0;
    clip-path: polygon(76% 0, 100% 0, 100% 100%, 22% 100%);
}
.about-page-form button#wpforms-submit-2007:after {
    position: absolute;
    content: "";
    height: 28px;
    width: 25px;
    right: 3px;
    top: 8px;
    background-image: url(http://seaford87.wp1.site/wp-content/uploads/2025/02/like.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-page-form button#wpforms-submit-2007:hover {
  
    background-color: #fff;
    background: #fff;
    color: #8b0b09;
    
}
.about-page-form label.wpforms-field-label-inline {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
.about-page-form .wpforms-validate .wpforms-field {
    width: 100%;
    max-width: 100%;
}

}
/*  =====    about page form end   =====*/


/*  =====    apparatus page start   =====*/

.chiefholdcategory_template7 .chief360_apparatus_template7_text h3 a.chief360_apparatus_template1_titlea {
    font-size: 25px;
    line-height: 42px;
    color: #0f0f62;
    font-weight: 700;
    font-family: "Barlow Condensed";
    text-align: center;
}
.chiefholdcategory_template7 .chief360_apparatus_template7_text .chief360_apparatus_template1_desc {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    font-family: "Poppins";
}
.chiefholdcategory_template7 .viewmore a {
    color: #fff !important;
    background-color: #8c0c09;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    
}
.chiefholdcategory_template7 .viewmore a:hover {
 
    background-color: #0f0f62;
   
}
.chiefholdcategory_template7 {
    padding: 0;
}
/*  =====    apparatus page start   =====*/

div.temp10 h3.elementor-heading-title  {
    font-size: 22px;
    margin-bottom: 20px;
}
h3.elementor-heading-title.elementor-size-default.h3temp14 {
    display: none;
  }