@font-face {
  font-family: securefontr;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: securefontb;
  src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: securefontm;
  src: url(../fonts/Roboto-Medium.ttf);
}

body {
  font-family: securefontr !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: securefontb;
}

.layout_padding {
  padding: 60px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/

.header_section {
  font-family: securefontr;
  background-color: #000000;
  color: #fff;
  min-height: 90px;
  /* padding: 0.3% 0; */
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ed3237;
}

.navbar-nav .active {
  color: #fff;
  background-color: #ed3237;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  border-color: #fff;
  outline: none;
  margin-left: auto;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.custom_nav-container .nav_search-btn {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar {
  padding: 0rem 1rem;
}

.nav-link:hover {
  color: #fefefe;
}

.logo_box {
  width: 80%;
}

.logo_box img {
  width: 80%;
}

.call_to_btn {
  display: inline-block;
  color: #fefefe;
  padding: 10px 35px;
  background-color: #f6bb08;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 0;
}

/*end header section*/

/* slider section */

/* .slider_section {
  height: calc(100vh - 50px);
} */

.slider_section .carousel-indicators {
  top: 50%;
  left: -13%;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  border: 1px solid white;
  margin: 5px auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #000000;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-size: cover;
  width: 100vw;
  background-repeat: no-repeat;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 14%;
  margin-left: 13%;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #000000;
  color: #fff;
}

/* end slider section */

/* welcome section */
/* .welcome_section {} */

.welcome_section .col-md-6 {
  padding: 0 4%;
}

.welcome_detail {
  width: 75%;
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.welcome_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.welcome_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.welcome_detail h2,
.welcome_detail p,
.welcome_detail .welcome_detail-btn {
  margin-top: 25px;
}

.welcome_section .welcome_detail-btn a,
.welcome_section .welcome_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.welcome_section .welcome_detail-btn a img {
  width: 25px;
}

/* end welcome section */

/* certificates */
.certificates{
  padding: 60px 0px;
}
.certificates a{
  color: #000000;
  text-align: center;
}
.pdf-box{
  border-radius: 10px;
}
.pdf-box i{
  font-size: 3rem;
  color: #ed3237;
}

/* service-box */
.service-box {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.service-box img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
}

.service-box img:hover {
  transform: scale(1.1);
}

/*  */
.click-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.click-section a {
  border-radius: 0px;
  font-size: 0.9rem;
}
.click-section a:hover{
  background-color: #ed3237;
  border: 1px solid #ed3237;
}
.click-section h5{
  margin-bottom: 0px;
}

/* counter-branch */
.counter-branch{
  background-color:#fbfbfb;
  padding: 3rem 0rem;
}
.counter-branch .counters img{
  filter: drop-shadow(0px 7px 7px #ddd);
  width: 60%;
}
.counter-branch .counters h1{
  color: #ed3237;
}

/*  */
.service_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_section h4 {
  text-transform: uppercase;
  color: #254a93;
  border-left: 5px solid #36bb25;
  padding-left: 10px;
}

/* service section */
.service_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_detail h4 {
  text-transform: uppercase;
  color: #254a93;
  border-left: 5px solid #36bb25;
  padding-left: 10px;
}
.service_section label{
  margin-bottom: 0px;
}

/* .service_detail h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 45px;
  background-color: #36bb25;
} */

/* .service_section .service_img-container {
  display: flex;
  flex-wrap: wrap;
} */

/* .service_section .service_img-container .service_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 325px;
  background-size: cover;
}

.service_img-container .service_img-box.i-box-1 {
  width: 40%;
  background-image: url(../images/s-1.jpg);
}

.service_img-container .service_img-box.i-box-2 {
  width: 60%;
  background-image: url(../images/s-2.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  width: 60%;
  background-image: url(../images/s-3.jpg);
}

.service_img-container .service_img-box.i-box-4 {
  width: 40%;
  background-image: url(../images/s-4.jpg);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
}

.service_section .service_img-container .service_img-box:hover {
  cursor: pointer;
}

.service_section .service_img-container .service_img-box:hover a {
  background-color: #2561db;
}

.service_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.service_btn a,
.service_btn a:hover {
  text-transform: uppercase;
  color: #0c0b09;
}

.service_btn a img {
  width: 25px;
} */

/* end service section */

/* contract_img-box */
.contract_img-box{
  border: 1px solid #ddd;
}

/* security section */

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.security_section h4 {
  text-transform: uppercase;
  color: #254a93;
  border-left: 5px solid #36bb25;
  padding-left: 10px;
}

/* .security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
} */

/* .security_section .security_container {
  width: 90%;
  margin: 0 auto;
} */

/* .security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
} */

/* .security_section .security_img-box.i-box-1 {
  border: 9px solid rgba(255, 255, 255, 0.485);
  background-image: url(../images/security-1.jpg);
}

.security_section .security_img-box.i-box-2 {
  border: 9px solid rgba(255, 255, 255, 0.485);
  background-image: url(../images/security-2.jpg);
}

.security_section .security_img-box.i-box-3 {
  border: 9px solid rgba(255, 255, 255, 0.485);
  background-image: url(../images/security-3.jpg);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;
  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
} */

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #000000;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -35px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -35px;
  background-image: url(../images/left-arrow.png);
}

/* end security section */

/* logo section */
.security_section .security_img-box.i-box-logo-1 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-2 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-3 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-4 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-5 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-6 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-7 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-8 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

.security_section .security_img-box.i-box-logo-9 {
  border: 2px solid rgba(67, 66, 66, 0.956);
  border-radius: 20px;
}

/* logo section end */

/*  */
.story_detail p {
  text-align: justify;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

.story_detail h4 {
  text-transform: uppercase;
  color: #254a93;
  border-left: 5px solid #36bb25;
  padding-left: 10px;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;
  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
}

/*  */
.contact_form-container {
  background-image: url(../images/guards.jpg);
}

.contact_form-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_form-container .contact_box {
  background-color: #fff;
  padding: 35px 40px;
  width: 50%;
  height: 60%;
  margin: 100px 50px;
}

.contact_form-container form input,
.contact_form-container form input:focus,
.contact_form-container form input:active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00cc99;
  width: 85%;
  margin-top: 12px;
  outline: none;
}

.contact_form-container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
}

.contact_section .row .col-md-6 {
  padding: 0;
}

/* end contact section */

/* info section */
.info_section {
  background-color: #fefefe;
  font-family: securefontr;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #444;
  margin: 6px 0;
  gap: 8px;
  /* align-items: center; */
}
.address_link-container a:hover{
  color: #254a93;
}
/* .address_link-container a img {
  margin-right: 10px;
} */

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #ed3237;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

/* .info_section .news_container .social_container>div {} */

/* end info section */

/* footer section*/

.footer_section {
  background-color: black;
  font-family: securefontr;
  padding: 10px 0px;
}

.footer-inner-section {
  /* padding: 10px 0px; */
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-inner-section p {
  margin-bottom: 0px;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/