body,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}


/* =====FONTS===== */

@font-face {
    font-family: popBold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: popMed;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: popReg;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: popSemBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: playBlack;
    src: url(../fonts/PlayfairDisplay-Black.ttf);
}

@font-face {
    font-family: playBold;
    src: url(../fonts/PlayfairDisplay-Bold.ttf);
}

@font-face {
    font-family: playReg;
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: playMed;
    src: url(../fonts/PlayfairDisplay-Medium.ttf);
}

@font-face {
    font-family: playSemBold;
    src: url(../fonts/PlayfairDisplay-SemiBold.ttf);
}


/* =====General===== */

.text-white {
    color: #fff;
}

h1 {
    font-family: playBold;
    font-size: 40px;
}

h2 {
    font-size: 80px;
    font-family: playSemBold;
    color: #e9e9e9;
}

h3 {
    font-size: 36px;
    color: #222222;
    font-family: popSemBold;
}

h4 {
    font-size: 18px;
    font-family: playBold;
}

h5 {
    font-size: 50px;
    font-family: popSemBold;
}

p {
    font-family: popMed;
    font-size: 18px;
}

.bgBlueMob {
    background-color: #003478;
}

.btnRed {
    background-color: #F3473D;
    color: #fff;
    font-family: popMed;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition:0.3s transform;
    cursor:pointer;
}


/* ===== HEADER ===== */

.sticky_Header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all .5s;
}


/* .mobileMenu {
    display: none;
} */

.headerFlex {
    display: flex;
    justify-content: space-between;
}

header {
    padding: 12px 0px;
    transition: all .5s;
}

.headerButton {
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
}


/* ===== Banner ===== */

.slider {
    background-image: url(../images/banner.gif);
    background-repeat: no-repeat;
    background-color: #003478;
    background-size: 50% 100%;
    background-position: top right;
    min-height: 700px;
    padding-top: 82px;
    position: relative;
}

.innerBoxBanner p {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 35px;
}

a.btnRed.SliderButton {
    padding: 18px 30px;
}
.btnRed:hover{
    transform:scale(1.1);
    background-color:#3184f1;
    
}

.innerBoxBanner {
    max-width: 42%;
}


/* ===== CLIENT ===== */

.clientFlexBox {
    display: flex;
    flex-wrap: wrap;
}

.clientInnerLogo {
    width: 25%;
    margin-bottom: 73px;
    text-align: center;
    margin-right: -14px;
}

.topHeadingBox {
    text-align: center;
    margin-bottom: 109px;
}

section.clients {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 136px;
}


/* ===== GUARD ===== */

.Sec__HeadingBox {
    text-align: center;
    margin: 60px 0px;
}

.securityFlexBox {
    display: flex;
    flex-wrap: wrap;
}

.securityInner__Content {
    width: 44%;
    margin-bottom: 65px;
    margin-left: 65px;
}

.securityInner__Content p {
    max-width: 93%;
    margin-top: 16px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.securityInner__Content img {
    width: 100%;
}


/* ====== PROCESS SECURITY  ===== */

.processFlexBox {
    display: flex;
    flex-wrap: wrap;
}

.processContent__Outer {
    width: 50%;
}

.processContent__Outer {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #FEFEFE;
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    box-shadow: 0px 0px 4px 5px rgb(144 144 144 / 10%) inset;
}

.processFlexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.processContent__Outer span {
    color: #003478;
    font-size: 20px;
    font-family: popSemBold;
    margin-bottom: 2px;
    display: block;
}

.processContent__Outer p {
    font-size: 18px;
    font-family: popMed;
    max-width: 99%;
}

section.process {
    padding-bottom: 120px;
}
.contentProImg img {
    max-width: 60px;
    height: 60px;
    width: 100%;
}


/* ===== TESTIMONIAL ====== */

.testimo__HeadingBox {
    text-align: center;
    margin-bottom: 60px;
}

.videoBox img {
    width: 100%;
}

.videoContent {
    width: 25.8%;
    position: relative;
}

.testimo__Videobox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 95px;
}

.vid__ContentBox {
    background: #003478;
    color: #fff;
    border-radius: 8px 8px 8px 0px;
    padding: 11px;
    width: 218px;
    position: absolute;
    bottom: -30px;
    right: -20px;
}

.vid__ContentBox p:nth-child(2) {
    font-size: 14px;
    font-family: popReg;
}

.vid__ContentBox p:nth-child(3) {
    font-size: 12px;
    font-family: popReg;
}

.testimonial__Bg {
    background-color: #F8F8F8;
}

section.testimo {
    border-top: 14px solid #F1F1F1;
}


/* ===== GALLERY ===== */

.galleryHeadingBox {
    margin: 100px 0px 60px 0px;
}

.gall__Imgbox {
    min-width: 450px;
    margin: 10px;
    margin-right: 20px;
}

.galleryFlexbox {
    display: flex;
    overflow-x: scroll;
}

.galleryFlexbox::-webkit-scrollbar {
    height: 7px;
}

.galleryFlexbox::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.galleryFlexbox::-webkit-scrollbar-thumb {
    background-color: #003478;
    border-radius: 20px;
    border: 3px solid 003478;
}

.clientFlexBox::-webkit-scrollbar {
    height: 7px;
}

.clientFlexBox::-webkit-scrollbar-track {
    background: #E8E8E8;
}

.clientFlexBox::-webkit-scrollbar-thumb {
    background-color: #003478;
    border-radius: 20px;
    border: 3px solid 003478;
}


/* ==== ACCORDIANS ===== */

.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-family: popReg;
}
.accordion:hover{
background-color: #c6daf5;
}


.panel {
padding: 0 18px 10px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.accordion:after {
    content: '\002B';
    /* Unicode character for "plus" sign (+) */
    font-size: 21px;
    color: #777;
    float: right;
    margin-left: 5px;
    font-weight: 800;
}

.active:after {
    content: "-";
    /* Unicode character for "minus" sign (-) */
}

.faqFlexBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 55px;
}

.acco__Faqs {
    max-width: 68%;
}

.leftContentFaq {
    max-width: 32%;
}

section.faqs {
    padding-top: 100px;
    padding-bottom: 60px;
}

.panel p {
    font-size: 18px;
    color: #999;
}

.leftContentFaq h3 {
    font-size: 50px;
}


/* ====== LAST GUARD SECTION ======= */

.rightGuardImage {
    background-image: url("../images/lastGuard.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.leftNeed__Content {
    background: #003478;
    width: 50%;
    padding: 84px 54px;
    border-radius: 20px 0px 0px 20px;
}

.flexNeed {
    display: flex;
    flex-wrap: wrap;
}

.leftNeed__Content {
    background: #003478;
    width: 50%;
}

.leftNeed__Content p {
    font-size: 28px;
    line-height: 42px;
    margin: 20px 0px;
    font-family: popReg;
}

.sec__Need {
    padding-bottom: 76px;
    background: #f7f7f7;
    padding-top: 76px;
}

.innerBoxBanner img {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 60px;
    left: 27%;
}

.ytp-button.ytp-large-play-button svg path {
    fill: #fff!important;
}


/* ====== MOBILE ADDITION CODE ====== */

.mobileh3 {
    display: none;
}
.mobileMenu {
    display: none;
}


img.mob-phonee {
    background: #003478;
    padding: 13px 25px;
    border-radius: 4px;
}

img.mob-Whatsappp {
    background: #10BA18;
    border-radius: 4px;
    padding: 13px 30px;
    margin: 0px 10px;
}

section.mobileContactWrapper {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    bottom: -100%;
    transition: all .5s;
}

a.mobContactus {
    background: #E2312D;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: popMed;
    height: 52px;
    padding-right: 22px;
    padding-left: 22px;
}

.innerBoxcontact {
    background: #fff;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #E1E1E1;
}

footer.bottom_foot {
    width: 100%;
    padding: 30px 0;
    background-color: #003478;
}

.btm_foot_wraper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.address p {
    color: #fff;
    font-size: 18px;
    font-family: 'popReg';
    line-height: normal;
}

.contactUs a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'popReg';
    line-height: normal;
    padding-bottom: 10px;
}

.contactUs span {
    color: #fff;
    font-size: 20px;
    font-family: 'popReg';
    line-height: normal;
    display: block;
}

.address img {
    display: block;
    max-width:max-content;
    width: 100%;
    margin: 30px auto 0;
}

.desktopMenu {
    display: flex;
    align-items: center;
}

.desktopMenu ul {
    display: flex;
    list-style-type: none;
    align-items: center;
}
.address {
    width: 60%;
}

.desktopMenu ul li {
    margin-right: 20px;
}

.desktopMenu ul li a{
    color: #9B9B9B;
}
.desktopMenu ul li a:hover {
    color: #9B9B9B;
border-bottom: solid 2px #003478 !important;
}


/* ===========================
            MEDIA QUERY
=============================== */

@media only screen and (max-width:1114px) {
    .securityInner__Content {
        width: 40%;
        margin: auto;
        margin-bottom: 65px;
    }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:965px) {
    .testimo__Videobox {
        flex-direction: column;
    }
    .videoContent {
        width: 31.5%;
        position: relative;
        margin: 0 auto 65px;
    }
    .testimo__Videobox {
        padding-bottom: 0px;
    }
    .leftContentFaq h3 {
        font-size: 40px;
    }
    .accordion {
        font-size: 16px;
        padding-left: 30px;
    }
}

@media only screen and (max-width:992px) {
    .btm_foot_wraper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .address p {
        text-align: center;
        padding-bottom: 15px;
    }
    .contactUs span {
        text-align: center;
        padding: 15px 0;
    }
    .contactUs a{
        text-align: center;
    }
    .processContent__Outer {
        width: 48%;
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding: 0px 30px !important;
    }
    footer.bottom_foot {
        margin-bottom: 97px;
    }
    .slider {
        background-size: 100% 100%;
        height: 567px;
        position: relative;
        display: flex;
        padding-top: 0px;
    }
    .slider .container {
        padding: 0px;
    }
    .innerBoxBanner {
        background: #003478;
        padding: 23px 30px;
        text-align: center;
        margin-top: 484px;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .clientInnerLogo {
        width: 100%;
        margin-bottom: 60px;
        margin-right: 56px;
    }
    .clientFlexBox {
        display: flex;
        overflow-x: scroll;
    }
    h1 {
        font-size: 28px;
    }
    .innerBoxBanner p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .clientFlexBox {
        flex-wrap: unset;
    }
    .mobileh3 {
        display: block;
    }
    section.clients .topHeadingBox {
        margin-bottom: 40px;
        padding-top: 60px;
    }
    .dnone__Mobile {
        display: none;
    }
    .slider {
        background-image: url(../images/mobileBanner.gif);
    }
    section.clients {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .topHeadingBox {
        text-align: left;
    }
    h3 {
        font-size: 28px;
        line-height: 42px;
    }
    p {
        font-size: 16px;
    }
    .headerFlex {
        justify-content: center;
    }
    .securityInner__Content {
        width: 100%;
        margin: auto;
        margin-bottom: 35px;
    }
    .securityInner__Content p {
        max-width: 100%;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 15px;
    }
    .Sec__HeadingBox {
        margin: 40px 0px;
    }
    .processContent__Outer {
        width: 100%;
        margin-top: 70px;
    }
    .processContent__Outer p {
        font-size: 16px;
        max-width: 100%;
    }
    .processContent__Outer {
        margin-top: 20px;
    }
    section.process .Sec__HeadingBox {
        margin-top: 20px;
    }
    section.process {
        padding-bottom: 40px;
    }
    .testimo__HeadingBox {
        margin-bottom: 40px;
        margin-top: 0px;
        padding-top: 40px;
    }
    .gall__Imgbox img {
        width: 100%;
    }
    .gall__Imgbox {
        min-width: 300px;
    }
    .slider .container {
        padding: 0px !important;
    }
    h5 {
        font-size: 28px;
    }
    .galleryHeadingBox {
        margin: 60px 0px 40px 0px;
    }
    .leftContentFaq {
        max-width: 100%;
    }
    .acco__Faqs {
        max-width: 100%;
        margin-top: 20px;
    }
    .accordion {
        padding-left: 0px;
    }
    section.sec__Need {
        display: none;
    }
    .videoContent {
        width: 100%;
        margin-bottom: 60px;
    }
    .vid__ContentBox {
        right: 15px;
        text-align: left;
    }
    .testimonial__Bg {
        text-align: center;
    }
    .leftContentFaq h3 {
        text-align: center;
        padding: 0px 40px;
    }
    .faqFlexBox {
        padding: 0px;
    }
    .innerBoxBanner img {
        position: unset;
        bottom: unset;
        left: unset;
    }
    /* ==== MOBILE MENU ===== */
    .mobileMenu ul {
        display: flex;
        justify-content: space-between;
        padding: 15px 30px;
    }
    .mobileMenu a {
        font-size: 16px;
        text-decoration: none;
        color: #9B9B9B;
    }
    .mobileMenu ul {
        list-style: none;
    }
    .mobileMenu li {
        padding-left: 1em;
        text-indent: -.7em;
    }
    .mobileMenu li::before {
        content: "• ";
        color: #9B9B9B;
        /* or whatever color you prefer */
    }
    .panel p {
        font-size: 16px;
        color: #222;
    }
    section.faqs {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .clientInnerLogo {
        margin-right: 35px;
    }
  
    section.process {
        display: none;
    }
    .desktopMenu {
        display: none;
    }
    .slider {

    height: auto;

}
section.clients .topHeadingBox {
    padding-top: 0;
}


}