/* <------------------------Header--------------------------------> */
.body{
    
}
.header{
    font-family: 'Montserrat', sans-serif;
}
.navbar{
    display: flex;
    justify-content: space-between;
    background-color: rgb(1, 1, 49);
    color: white;
}
.logo{
    display: flex;
    align-items: center;
    margin-left: 5%;
}
.logo img{
   width: auto;
   height: calc(100vh - 600px);
}
.m-menu{
    display: none;
    font-size: 28px;
    cursor: pointer;
    margin-right: 6%;
    color: gray;
}
.menu-section{
    display: flex;
    align-items: center;
    margin-right: 6%;
    gap: 20px;
}
.menu a{
    text-decoration: none;
    color: white;
    padding: 9px;
    margin-right: 9px;
}
.contact-us button{
    color: white;
    background-color: red;
    padding: 14px 26px;
    border-radius: 7px;
    font-size: 16px;
}
.specialized-security{
    display: flex;
    flex-direction: column;
    background-image: url(../images/header-image.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.development-button{
    margin: 7% 0 3% 7%;
}
.development-button button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 15px;
    padding: 9px 15px;
}
.nationwide-coverage{
    color: white;
    margin-left: 7%;
}
.nationwide-coverage h1{
    font-size: 60px;
    font-weight: bolder;
}
.nationwide-coverage p{
    color: gray;
    margin: 15px 0 0 -5px;
    font-size: 24px;
}
.nationwide-coverage p i{
    color: red;
    font-size: 17px;
    margin-top: -10%;
} 
.consultation-button{
    color: white;
    background-color: red;
    padding: 17px 40px;
    border-radius: 15px;
    margin-top: 3%;
    font-size: 16px;
}
.learnmore-button{
    color: white;
    background-color: rgb(1, 1, 49);
    padding: 15px 32px;
    border-radius: 10px;
    margin-top: 2%;
    margin-left: 1%;
    font-size: 16px;
}
.nationwide-coverage p:nth-of-type(2){
    color: gray;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    margin-top: 3.5%;
}

/* <-------------------------BODY-----------------------------> */

.security-measures{
    background-color: rgb(1, 1, 49);
    font-family: 'Montserrat', sans-serif;
}

/* <-------------------------SECTION 1---------------------------> */ 

.security-solutions{ 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.security-services{
    margin-top: 5.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.security-services button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 17px;
    padding: 6px 13px;
    margin-bottom: 1%;
    font-size: 18px;
}
.security-services h1{
    font-weight: bolder;
    font-size: 48px;
    letter-spacing: -2px;
}
.security-services p{
    display: flex;
    flex-wrap: wrap;
    color: gray;
    text-align: center;
    font-size: 19px;
    margin: 0.5% 6% 0 8.9%;
    letter-spacing: -0.5px;
}
.security-services-box{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin: 2.5% 4%;
}
.single-services-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(41, 41, 72);
    width: calc(33.333% - 6%);
    padding: 2% 7% 3.8% 1.5%;
    box-sizing: border-box;
    border: 1px solid rgb(54, 54, 70);
    border-radius: 5px;
}
.single-services-box i{
    color: red;
    font-size: 28px;
    margin: 5% 8%;
}
.single-services-box h3{
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin: 9px 9px;
    letter-spacing: -0.2px;
}
.single-services-box p{
    color: gray;
    font-size: 15px;
    margin: 1px 10px;
    line-height: 150%;
    word-spacing: -9%;
}
.single-services-box a{
    text-decoration: none;
    color: red;
    margin-top: 3%;
    margin-left: 11px;
    letter-spacing: -0.8px;
}

/* <-----------------------------------------SECTION 2---------------------> */
.clients-trust{
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    width: 100%;
    box-sizing: border-box;
}
.clients-choosen{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}
.clients-choosen button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 17px;
    padding: 6px 13px;
    font-size: 16px;
    margin-top: -1%;
}
.clients-choosen h1{
    font-size: 48px;
    font-weight: bolder;
    margin-top: 2%;
}
.clients-choosen p{
    color: gray;
    text-align: center;
    font-size: 18px;
    margin-top: 2.2%;
    margin-left: 14%;
    line-height: 130%;
}
.clients-choosen-box{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.7%;
}
.single-choosen-box{
    width: calc(33.333% - 5%);
    padding: 16px;
    box-sizing: border-box;
}
.choosen-box-icon{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.single-choosen-box i{
    color: red;
    font-size: 20px;
}
.choosen-box-content h3{
    color: white;
    margin: -0.8% 5%;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-size: 16px;
}
.choosen-box-content p{
    color: gray;
    margin: 5% 0 0 5%;
    font-size: 15px;
    line-height: 150%;
}

/* <-------------------------------------------SECTION 3--------------------------> */
.security-operations{
    display: flex;
    flex-direction: row;
    padding: 0 7%;
    margin-top: 13%;
}
.security-operations-excellence{
    flex-wrap: wrap;
    margin: 0 0 0 3.7%;
}
.src-button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 17px;
    padding: 6px 13px;
    font-size: 16px;
}
.security-operations-excellence h1{
    color: white;
    font-size: 38px;
    font-weight: bolder;
    margin: 3.5% 15% 0 -1%;
    line-height: 120%;
}
.security-operations-excellence p{
    color: gray;
    font-size: 18px;
    margin-top: 3.5%;
    line-height: 120%;
}
.security-operations-visuals img{
    width: auto;
    height: 70vh;
    border-radius: 5px;
    margin-top: -4%;
}

/* <------------------------------------------SECTION 4-------------------------------> */

.critical-situations{
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 1% 5%;
    width: 100%;
    box-sizing: border-box;
}
.critical-case-studies{
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}
.critical-case-studies button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 17px;
    padding: 6px 13px;
    font-size: 18px;
    margin-top: -1%;
}
.critical-case-studies h1{
    color: white;
    font-size: 48px;
    font-weight: bolder;
    margin-left: -0%;
    margin-top: 1.5%;
    word-spacing: -22%;
}
.critical-case-studies p{
    color: gray;
    margin-top: 2.5%;
    font-size: 20px;
    margin-left: 4%;
    word-spacing: 1%;
}
.critical-case-studies-box{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-right: 0%;
}
.single-case-study-box{
    background-color: rgb(19, 19, 19);
    width: calc(33.333% - 4%);
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgb(54, 54, 70);
    border-radius: 5px;
    margin-top: 3%;
    margin-left: 1%;
    margin-right: 1%;
}
.single-case-study-box-imgpart{
    display: flex;
    justify-content: center;
    margin: 8% auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}
.single-case-study-box-imgpart img{
    width: 255px;
    height: 245px;
}
.single-case-study-box-contentpart{
    margin-left: 3%;
}
.center-button{
    display: flex;
    flex-direction: row;
}
.center-button button{
    color: red;
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 5px;
    margin-top: 2%;
    font-size: 12px;
}
.single-case-study-box-contentpart .center-button p{
    color: white;
    font-size: 14px;
    margin-left: 2%;
}
.single-case-study-box-contentpart h3{
    color: white;
    font-weight: bold;
    margin-top: 3%;
}
.single-case-study-box-contentpart p{
    color: gray;
    font-size: 12px;
    margin-top: 4.2%;
    margin-left: 2.5%;
}
.single-case-study-box-contentpart .case-study-points p{
    margin-top: 2.5%;
    margin-left: -2%;
    margin-bottom: 3%;
}
.single-case-study-box-contentpart .case-study-points p i{
    color: red;
}
.single-case-study-box-contentpart a{
    color: red;
    text-decoration: none;
    font-size: 14px;
    margin-top: 2%;
}

/* <------------------------------------------------SECTION 5------------------------------> */

.industry-leaders{
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    width: 100%;
    box-sizing: border-box;
}
.client-testimonials{
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.client-testimonials button{
    color: red;
    background-color: rgba(216, 0, 0, 0.2);
    border: 1px solid red;
    border-radius: 17px;
    padding: 6px 13px;
    font-size: 17px;
}
.client-testimonials h1{
    color: white;
    font-size: 48px;
    font-weight: bolder;
    margin-top: 1%;
    letter-spacing: -2%;
}
.client-testimonials p{
    color: gray;
    font-size: 18px;
    margin-top: 1.5%;
    margin-left: -3%;
}
.client-testimonials-box{
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin: 3% 0;
}
.single-testimonial-box{
    background-color: rgb(21, 21, 66);
    width: calc(45% - 37px);
    padding: 27px 0 46px 25px;
    box-sizing: border-box;
    border: 1px solid rgb(54, 54, 70);
    border-radius: 5px;
}
.single-testimonial-box i{
    color: red;
    font-size: 45px;
}
.single-testimonial-box p{
    color: white;
    font-size: 18px;
    line-height: 160%;
    margin-top: 2%;
}
.designation-content{
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}
.designation-content img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 2%;
    margin-left: 1%;
}
.designation-details h6{
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.single-testimonial-box .designation-details-p1{
    color: gray;
    font-size: 14px;
    margin-top: 3%;
}
.single-testimonial-box .designation-details-p2{
    color: gray;
    font-size: 11px;
    margin-top: -1.3%;
}

/* <----------------------------------CALL TO ACTION--------------------------------> */

.call-to-action{
    background-color: rgb(21, 21, 66);
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
}
.rapid-deployment{
    text-align: center;
    flex-direction: column;
    background-color: rgb(173, 9, 9);
    color: white;
    box-sizing: border-box;
    margin: 3% 4%;
    padding: 50px;
    border: 1px solid red;
    border-radius: 10px;
    width: 90%;
}
.rapid-deployment h1{
    font-size: 48px;
    margin-top: 2.5%;
    font-weight: bold;
    margin-left: 1%;
    letter-spacing: -3%;
    line-height: 110%;
}
.rapid-deployment p{
    font-size: 18px;
    margin: 1.5% 28% 0 28%;
    line-height: 130%;
    text-align: center;
    letter-spacing: -3%;
}
.rapid-deployment button{
    color: white;
    background-color: rgba(20, 1, 1, 0.2);
    border: 1px solid rgb(136, 62, 62);
    border-radius: 5px;
    padding: 10px;
    margin-top: 3.5%;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 4%;
}

/* <-------------------------------------------FOOTER-----------------------------------> */

.footer{
    background-color: rgb(1, 1, 49);
    font-family: 'Montserrat', sans-serif;
}
.footer-information{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* //1st CLASS */
.footer-SRC{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 5.5% 0 0 9.5%;
}
.src-logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.src-logo img{
    width: auto;
    height: 7vh;
    margin-left: -8%;
}
.footer-SRC li{
    color: gray;
    list-style: none;
    font-size: 15px;
    line-height: 170%;
    margin-top: 4%;
}
.footer-SRC li i{
    color: red;
    margin-right: 2%;
}

/* //2nd CLASS */
.footer-services{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin: 4.5% 0 0 3%;
}
.footer-services ul{
    margin-top: 5%;
}
.footer-services li{
    color: gray;
    list-style: none;
    font-size: 14px;
    line-height: 195%;
    margin-top: 4%;
}

/* //3rd CLASS */
.footer-company{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin: 4% 0 0 8%;
}
.footer-company ul{
    margin-top: 10%;
}
.footer-company li{
    color: gray;
    list-style: none;
    font-size: 14px;
    line-height: 185%;
    margin-top: 7%;
}

/* //4th CLASS */

.footer-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    margin: 5.5% 0 0 13.5%;
}
.emergency-class{
    display: flex;
    flex-direction: row;
    color: white;
    margin-top: 10%;
}
.operations-class{
    display: flex;
    flex-direction: row;
    color: white;
    margin-top: 10%;
}
.headquarters-class{
    display: flex;
    flex-direction: row;
    color: white;
    margin-top: 10%;
}
.emergency-class i, .operations-class i, .headquarters-class i{
    color: red;
    margin-right: 3%;
}
.footer-all-rights-reserved{
    color: gray;
    border: 1px solid gray;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1%;
    margin-top: 4%;
 }
 .terms-of-service{
    display: flex;
    justify-content: space-between;
    gap: 20px;
 }