*{
    box-sizing: border-box;
}
:root {
    --primary-color: #00ff01;
    --secondary-color: #00ff01;
}

body{
    background-color: #000;
    border-top: 10px solid var(--primary-color);
}

li {
    list-style: none;
}

.sec-pad {
    padding: 120px 0 100px;
}

.pill .badge {
    background-color: var(--orange-bg);
    color: var(--secondary-color);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600
}

a {
    text-decoration: none !important;
}


/* ====================================================
========

====================================
+=========================================
==================*/


/* =============== HEADER START STYLE =========== */


.topline{
    background-color: var(--primary-color);
    padding: 5px;
}


/* =============== HEADER TOP =========== */

.header-top {
    background: var(--text-color);
}
header .header-menu>ul>li>a:hover{
    color: var(--primary-color);
}

.address ul li:first-child {
    margin-right: 30px;
}

.address ul li a {
    color: white;
    font-size: 14px;
    transition: all .3s;
}

.address ul li a:hover {
    color: var(--temporary);
}

.address ul li a i {
    color: var(--temporary);
}

.header-btn {
    background: var(--secondary-color);
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.header-btn:hover {
    background: var(--hover);
}

.header-icon ul li:first-child {
    margin-right: 30px;
}

.header-icon ul {
    margin: 0;
}

.address ul {
    margin: 0;
}

.header-icon ul li a {
    color: white;
    margin-right: 10px;
}

.header-btn a {
    color: white;
}


/* =============== HEADER BOTTOM =========== */

.header-bottom {
    position: relative !important;
}
p.text-white.span-security-partner {
    font-size: 22px;
    margin-top: -20px;
    margin-bottom: 30px;
}
li.icon.toggle-btn {
    margin-top: 30px;
}
li.icon.toggle-btn a {
    padding: 3px 10px;
    font-size: 22px;
}
.hand-shake img {
    background: #fff;
    border-radius: 50px;
}
.header-menu>ul>li>a {
    font-size: 18px;
    padding: 20px 20px;
    display: inline-block;
    white-space: nowrap;
    color: var(--text-color);
    transition: all .3s;
}
.search-container {
    float: right;
}
    
.search-container button {
    float: right;
    padding: 6px 10px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}   

.search-container input {
    float: left;
    padding: 6px 10px;
    background: #000;
    font-size: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    width: 310px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.header-menu ul li:hover>a {
    color: var(--temporary);
}

.header-options ul li a {
    margin-right: 10px;
    height: 50px;
    width: 50px;
    background: var(--white);
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    transition: all .3s;
}

.header-options ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
}

.header-icon-bottom {
    margin-left: 30px;
}


/* ====== SUBMENU ===== */

.header-menu li .sub-menu {
    position: absolute;
    margin: 0;
    top: 130%;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    min-width: 230px;
    padding: 15px 0;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    background-color: #fff;
    left: inherit;
    right: inherit;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    z-index: 999;
    border-top: 5px solid var(--secondary-color);
}

.header-menu ul li:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header-menu li .sub-menu li {
    line-height: 1.3;
    padding: 12px 25px 12px 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.header-menu li .sub-menu li>a {
    color: #5C727D;
    position: relative;
    font-weight: 500;
}

.header-menu li .sub-menu li i {
    color: #5C727D;
}

.header-menu li .sub-menu li:hover>a {
    color: var(--secondary-color);
}

.menu-item-badge {
    position: absolute;
    left: -8px;
    top: -10px;
    font-size: 10px;
    padding: 1px 3px 0px;
    background-color: var(--temporary);
    color: var(--white);
    border-radius: 2px;
    text-transform: uppercase;
}

.header-menu ul li .sub-menu li .sub-menu {
    left: 100%;
}

.header-menu ul li .sub-menu li:hover>.sub-menu {
    top: 0%;
}

.mega-menu {
    width: 100%;
    left: 0 !important;
    display: flex;
}

.mega-menu>li {
    width: 25%;
}

.mega-menu li ul li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mega-menu>li>a {
    margin-left: 0;
    border-bottom: 1px dashed #ddd;
    display: block;
    font-weight: 600;
    padding: 10px;
    background-color: #f2f6f7;
}

.sidebar-menu {
    display: none;
}

.sticky-active {
    animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
    background-color: var(--white);
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
    box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}


/* ==================================== header ==================================== */

.badge {
    background-color: var(--secondary-color);
    color: #fff;
}
.header-menu>ul>li>a.active {
    color: var(--primary-color);
}
.side-menu ul li .sub-item-link.active {
    color: var(--primary-color);
}


/* ==================================== banner ==================================== */

.banner {
    background-color: var(--section-bg);
    padding-bottom: 50px;
}
.video iframe{
    height: 500px;
    border: 2px solid var(--primary-color);
}
section.video {
    padding: 30px 0;
}


/* ==================================== personalized ==================================== */


.main-red-head {
    background: var(--primary-color);
}
.main-red-head p{
    font-size: 35px;
    padding: 40px 0;
}
.personalized-para p{
    font-size: 18px;
    color: #fff;
    padding: 40px 40px 10px 40px;
}
button.simple-btn {
    border: none;
    background: none;
}
button.simple-btn a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.1s;
}
button.simple-btn:hover a{
    color: var(--primary-color);
    letter-spacing: 2px;
}
section.personalized {
    padding-bottom: 40px;
}


/* ==================================== services ==================================== */



.main-head {
    font-size: 70px;
    font-weight: 600;
}
section#services {
    border-top: 6px solid var(--primary-color);
    padding: 20px 0;
}
.service-box {
    background: #1a1a1a;
    padding: 30px;
    height: 100%;    
    padding-bottom: 15px;
}
section#services .col-12 {
    margin-bottom: 20px;
}
h3.service-title {
    font-weight: 400;
    margin-bottom: 20px;
}
section#services button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
section#services button a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
section#services button svg.svg-inline--fa.fa-chevron-right {
    background: white;
    margin-left: 10px;
    padding: 5px 7px;
    border-radius: 25px;
    font-size: 12px;
}
section#brand {
    padding-bottom: 25px;
}
.arc-svg g path {
    fill: #00fe01;
}
.cash-doller-svg{
    width: 65%;
}
.list-itm-21 li{
    list-style: disc;
}
.list-itm-212 li{
    list-style: auto !important;
}

/* ==================================== brands ==================================== */


section#brand .container-fluid strong {
    text-shadow: -2px -2px 1px #00000060;
}


/* ==================================== testimonials ==================================== */


section#testimonial{
    border-top: 6px solid var(--primary-color);
    padding: 50px 0 30px;
}
.testimonial-box {
    text-align: center;
    /* color: var(--primary-color); */
}
.testimonial-para {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
}
button.testimonial-btn {
    margin-top: 30px;
    background: black;
    border: none;
    padding: 8px 25px;
    box-shadow: 4px 4px 0 0 var(--primary-color);
}
button.testimonial-btn a {
    font-weight: 500;
}


/* ==================================== video ==================================== */


.video-name {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
}


/* ==================================== member ==================================== */


.member-img {
    border: 8px solid var(--primary-color);
    border-radius: 130px;
    margin: 32px 0;
    padding: 40px;
}


/* ==================================== counter ==================================== */


#counter{
    background-color: var(--primary-color);
    padding: 40px 0;
}
h2.count-number {
    font-size: 60px;
    font-weight: 600;
}


/* ==================================== counter ==================================== */


footer#footer {
    margin-top: 10px;
    border-top: 5px solid var(--primary-color);
    padding: 25px 0;
}
.ftr-social svg {
    color: #000;
    background: #fff;
    padding: 8px;
    border-radius: 25px;
}
.ftr-social svg.svg-inline--fa.fa-facebook-f {
    padding: 8px 10px;
}
p.address-para {
    font-size: 22px;
    font-weight: 700;
}
.address-box {
    margin-top: 50px;
}
p.copy.text-white {
    font-size: 14px;
}




/* ==========================================================================================
=============================================================================================
=============================================================================================
===================================== about the company =====================================
=============================================================================================
=============================================================================================
========================================================================================== */




section#about_about_company h1 {
    font-weight: 400;
}
section#about_about_company {
    margin-top: 30px;
}
section#about_about_company .row:nth-child(1) {
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 15px;
}
/* .patrol-img{
    background-image: url(../image/patrol.webp);
    background-attachment: fixed;
    background-position: right;
} */
.row.about_service_guaranteed .col-12.col-sm-6.col-md-4 {
    border: 1px solid #ffffffa6;
}
.about-service-box {
    padding: 20px;
}
section#about_service {
    padding-top: 50px;
}
section#about_service h1.text-white {
    padding-bottom: 20px;
}
.about-service-box h3{
    color: var(--primary-color);
    font-weight: 400;
}
.about-service-box p {
    color: #fff;
    margin-top: 20px;
}
.about-service-box-request {
    border: 2px solid #fff;
    padding: 50px 20px;
    border-radius: 185px;
    transition: all 0.4s;
}
.about-service-box-request:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.about-service-box-request:hover p{
    font-weight: 900;
    color: #000;
}
.about-service-box .about-service-box-request p {
    font-weight: 700;
}
section#about_contact {
    padding: 50px 0 0;
}
section#about_contact h2.text-white {
    margin-bottom: 20px;
}
section#about_contact .container:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffffbf;
    margin-bottom: 35px;
}
a.text-white.about-social-link {
    font-size: 40px;
    line-height: 2;
}
/* .patrol-img img{
    display: none;
} */



button.join-submit-btn {
    border-radius: 25px;
    width: 30%;
    padding: 8px 0;
    margin-top: 25px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.2s;
}
button.join-submit-btn a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
button.join-submit-btn:hover {
    background-color: #fff;
}

section#about_about_us {
    background: var(--secondary-color);
    padding: 30px 0;
}
section#about_about_us h1.text-white {
    font-size: 55px;
    font-weight: 700;
    color: #343a40 !important;
}
.about-about-us-box h2.text-center {
    color: #343a40;
    width: 80%;
    background: #fff;
    margin: 1.5rem auto;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 25px;
    box-shadow: 0 0 15px -8px #000;
}




/* ==========================================================================================
=============================================================================================
=============================================================================================
===================================== about the company =====================================
=============================================================================================
=============================================================================================
========================================================================================== */




.about-service-box.service-service-box h3 {
    font-size: 26px;
    margin: 20px 0 40px;
}
.about-service-box.service-service-box p {
    font-size: 15px;
    margin-bottom: 30px;
}
section#one-stop-shop{
    background-color: var(--primary-color);
    padding: 50px 0 30px;
}
.stop-shop-content {
    width: 80%;
}
section#one-stop-shop .stop-shop-content p {
    font-size: 24px;
}
section#about_service\ our-portfolio .col-12.col-sm-6.col-md-3 {
    border: 1px solid #ffffffa6;
}
.about-service-box.our-portfolio-box.text-center p {
    font-size: 20px;
}





.career-accordian {
    width: 80%;
}
.accordion-container{
    position: relative;
    height: auto;
    margin: 10px auto;
  }
  .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .set{
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #00ff0185;
  }
  .set > a {
      font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.2s linear;
}
.set-accordian-social svg {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.content li {
    color: #fff;
    list-style: disc;
}
section#portfolio-join-us label {
    color: #fff;
    display: block !important;
}
.join-title {
    margin-bottom: 60px;
}
  .set > a i{
    float: right;
    margin-top: 2px;
  }
  .set-accordian-social {
        padding-bottom: 15px;
    }
  .content{
    /* border-bottom: 1px solid #ddd; */
    display:none;
  }
  .content p{
    padding: 10px 0;
    margin: 0;
    color: rgb(255, 255, 255);
  }
  section#portfolio-join-us .join-form input.form-control {
    border-radius: 0;
    border: 2px solid #fff;
    padding: 0.175rem .75rem !important;
}
section#portfolio-join-us .join-form textarea{
    border: 2px solid #fff;

}
section#portfolio-join-us .join-form input.form-control:hover, 
section#portfolio-join-us .join-form textarea:hover {
    background: #FFFFFF;
    border-color: #ffffff40;
}
section#portfolio-join-us .join-form input.form-control:focus, 
section#portfolio-join-us .join-form textarea:focus {
    background: #FFFFFF;
    border-color: var(--primary-color);
    outline: none;
    box-shadow: none;
}
section#portfolio-join-us {
    padding: 50px 0;
}
a.blog-head {
    color: #000;
}
.row.blog-blog-box {
    border: 6px solid #000000;
    margin: 25px 0;
}
section#blog-blog-sec .container {
    background: var(--primary-color);
    padding: 5px 30px;
}
.blog-box-contant {
    padding: 30px;
}
.blog-aasa {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
a.blog-head h2 {
    margin-bottom: 20px;
}
a.blog-head,
.blog-aasa span{
    transition: all 0.2s;
    cursor: pointer;
}
.blog-aasa span:hover,
a.blog-head:hover{
    color: var(--primary-color);
}
.form-group {
    margin: 5px 8px;
}
section#contact-page label{
    color: #fff;
}
.my.d-flex .form-group {
    width: 100%;
}
section#contact-page textarea.form-control {
    height: 140px;
}
section#contact-page button.btn.btn-primary {
    border: 1px solid;
    width: 100%;
    background: var(--secondary-color);
    color: rgb(0, 0, 0);
    font-weight: 600;
}
section#contact-page .row:first-child {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff85;
    padding-bottom: 15px;
}
.personalized-para.unarmed-para p {
    padding: 15px 0 0;
}
.personalized-para.unarmed-para h3 {
    color: #fff;
    padding-top: 25px;
}
section#portfolio-join-us.unarmed-join-us {
    padding-top: 0;
}
section#portfolio-join-us.unarmed-join-us .join-title {
    margin-bottom: 30px;
}
a.content-a {
    color: var(--primary-color);
}
section#work-testimonial {
    background: #fff;
    /* padding: 50px 0; */
}
section#work-testimonial .row {
    border-bottom: 5px solid var(--primary-color);
}
.work-video-box {
    margin: 10px 0;
}
.work-video-box video{
    border: 2px solid var(--primary-color);
}
.personalized-para.unarmed-para img {
    border: 2px solid var(--primary-color);
}
button.simple-btn.client a {
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;  
}
button.simple-btn.client:hover a{
    border-color: var(--primary-color);
}
section.personalized.client-case-studies .container .row.text-center {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--primary-color);
}
button.simple-btn.client a {
    font-size: 16px;
}
section.personalized.client-case-studies .container .row.text-center:last-child{
    border: none;
    padding-bottom: 0;
}
.work-video-box img {
    border: 2px solid var(--primary-color);
}
.header-menu li .sub-menu li>a.active {
    color: var(--primary-color);
}
.security-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    opacity: 0.35;
    z-index: 9;
}
.security-office-ul li{
    list-style: disc;
}
.office-location hr {
    border-color: #ffffff50;
}
.divisions-content p {
    width: 80%;
    margin: 0 auto;
}
.container-fluid.part-part .row {
    border: 1px solid #ffffff80 !important;
}
.container-fluid.part-part .col-12.col-lg-6.patrol-img.p-0 {
    border: 1px solid #ffffff80;
}
section#new1, section#new2, section#new3, section#new4, section#new5{
    border-top: 5px solid var(--primary-color);
    padding-top: 25px;
}
p.text-center.font-weight-bolder.text-white {
    font-weight: 700;
}

footer#footer\ {
    margin-top: 25px;
}