* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* video,.navbar_section,.controls{
        display: none;
    } */
#security__mone {
    background-color: #0c121c;
    padding: 100px 0px 102px 0px;
    text-align: center;
}

#security__mone h2 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: white;
}

#security__mone h3 {
    font-size: 23px;
    font-family: Poppins-Regular;
    color: white;
    border: solid 1px #ffffff;
    width: 315px;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
    padding: 20px 10px;
}

#security__mone h3 span {
    font-family: Poppins-SemiBold;
}

#security__mone a {
    font-size: 16px;
    font-family: Poppins-Bold;
    color: white;
    width: 205px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    background-color: #da281e;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 30px;
    border: solid 2px #da281e;
}

/* #security__mone a:hover {
    background-color: transparent;
    color: #da281e;
} */

/* --security__mtwo  */
#security__mtwo {
    padding: 122px 0px 100px 0px;
    background-color: #f2f2f2;
    color: #0c121c;
    text-align: center;
}

#security__mtwo h2 {
    font-size: 30px;
    font-family: Poppins-Medium;
}

#security__mtwo h3 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    line-height: 43px;
    margin-top: 30px;
}

#security__mtwo .paraone {
    font-size: 18px;
    font-family: Poppins-Regular;
    margin-top: 45px;
    line-height: 30px;
}

#security__mtwo .securitytwo-owl {
    padding: 0px 25px;
    margin-top: 70px;
}

#security__mtwo img {
    display: block;
    width: max-content;
    margin: 0px auto;
}

#security__mtwo .whiteimg {
    display: none;
    transition: 1s;
}

#security__mtwo .item {
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#security__mtwo .item .itemcircle {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #ffffff33;
    bottom: -20%;
    left: -20%;
    border-radius: 200px;
    z-index: 9;
    transition: 1s;
    transform: translateX(-100px) translateY(100px);
}

#security__mtwo .item .itemcircletwo {
    position: absolute;
    width: 170px;
    height: 170px;
    background-color: #ffffff2a;
    bottom: -20%;
    left: -20%;
    border-radius: 200px;
    z-index: 9;
    transition: 1s;
    transform: translateX(-100px) translateY(100px);
}

#security__mtwo .item .owl__box {
    /* width: max-content; */
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0px 20px;
    overflow: hidden;
    position: relative;
    transition: 2s;
}

#security__mtwo .item .owl__box:hover {
    background-color: #da271e;
    color: #ffffff;

    .whiteimg {
        display: block;
    }

    .blackimg {
        display: none;
        transition: 10s;
    }

    .itemcircle {
        transform: translateX(0px) translateY(0px);
    }

    .itemcircletwo {
        transform: translateX(0px) translateY(0px);
    }
}

/* #security__mtwo .center .item .owl__box{
    background-color:#da271e;
    color: #ffffff;
    
    .whiteimg{
        display: block;
    }
    .blackimg{
        display: none;
        transition: 10s;
    }
    .itemcircle{
        transform: translateX(0px) translateY(0px);
    }
    .itemcircletwo{
        transform: translateX(0px) translateY(0px);
    }
} */
#security__mtwo h4 {
    font-size: 24px;
    font-family: Poppins-SemiBold;
    margin: 20px 0px;
    position: relative;
    z-index: 99;
}

#security__mtwo .securitytwo-owl p {
    font-size: 16px;
    font-family: Poppins-Regular;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
}

#security__mtwo .securitytwo-owl .owl-dots {
    margin-top: 40px;
}

#security__mtwo .securitytwo-owl .owl-dot {
    outline: none;
}

#security__mtwo .securitytwo-owl .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 0px 2px;
    background: #c9c9ca;
}

#security__mtwo .securitytwo-owl .owl-dots .active span {
    background: #da281e;
}

/* security_mthree  */
#security_mthree {
    height: auto;
    background-color: #ffffff;
    position: relative;
}

#security_mthree .security_mthree__one {
    background-color: #da281e;
    padding: 35px 0px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

#security_mthree .security_mthree__one .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 45px;
}

#security_mthree .security_mthree__one .box {
    border: solid 2px #ffffff;
    width: 137px;
    height: 130px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
}

#security_mthree .security_mthree__one .boxes h2 {
    font-size: 47px;
    font-family: Poppins-Bold;
    margin-bottom: 0px;
}

#security_mthree .security_mthree__one .boxes p {
    font-size: 18px;
    font-family: Poppins-Bold;
    margin-bottom: 0px;
    line-height: 20px;
}

#security_mthree .security_mthree__two {
    padding: 90px 65px 95px 65px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    color: #0c121c;
}

#security_mthree .security_mthree__two h2 {
    font-size: 28px;
    font-family: Poppins-Medium;
    margin-bottom: 0px;
}

#security_mthree .security_mthree__two h3 {
    font-size: 36px;
    font-family: Poppins-Semibold;
    margin-bottom: 45px;
}

#security_mthree .security_mthree__boxes {
    display: flex;
    gap: 60px;
    margin-top: 20px;
}

#security_mthree .security_mthree__box {
    background-color: #ffffff;
    padding: 35px 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

#security_mthree .security_mthree__box .redcorner {
    width: 7px;
    height: 27px;
    background-color: #da281e;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 1s;
    z-index: 9;
}

#security_mthree .security_mthree__box .redcorner_circle {
    width: 100px;
    height: 100px;
    background-color: #ffffff3b;
    display: block;
    position: absolute;
    bottom: -20%;
    left: -5%;
    transition: 1s;
    z-index: 9;
    border-radius: 200px;
    z-index: 99;
    transform: translateX(-100px) translateY(100px);
}

#security_mthree .security_mthree__boxes p {
    font-size: 18px;
    font-family: Poppins-Regular;
    margin-bottom: 0px;
    position: relative;
    z-index: 999;
    transition: 1s;
}

#security_mthree .security_mthree__box:hover {
    color: #ffffff;

    .redcorner {
        width: 100%;
        height: 100%;
    }

    .redcorner_circle {
        transform: translateX(0px) translateY(0px);

    }
}

#security_mthree .container-new-big {
    position: initial;
    /* top: -200px; */
}

/* ---  */
#security__mfour {
    position: relative;
    height: 500px;
    background-color: #ffffff;
}

#security__mfour .container-new-big {
    position: absolute;
    top: -110px;
}

#security__mfour .security__mfour__main {
    background-color: #f2f2f2;
    border-radius: 60px;
    padding: 100px 55px 60px 55px;
    text-align: center;
    color: #0c121c;
}

#security__mfour .security__mfour__main h2 {
    font-size: 30px;
    font-family: Poppins-Semibold;
    margin-bottom: 28px;
}

#security__mfour .security__mfour__main h3 {
    font-size: 36px;
    font-family: Poppins-Semibold;
    margin-bottom: 0px;
}

#security__mfour .securityfour-owl {
    margin-top: 80px;
}

#security__mfour .owl-carousel .owl-item img {
    display: block;
    width: unset;
}

#security__mfour .item {
    display: flex;
    align-items: center;
    gap: 50px;
}

#security__mfour .item-two {
    text-align: left;
}

#security__mfour .item-two h4 {
    font-size: 28px;
    font-family: Poppins-Medium;
    line-height: 30px;
}

#security__mfour .item-two h4 span {
    font-size: 22px;
}

#security__mfour .item-two p {
    font-size: 18px;
    font-family: Poppins-Regular;
    margin-top: 15px;
    line-height: 30px;
}

#security__mfour .item-two a {
    width: 144px;
    height: 43px;
    background-color: #da281e;
    color: #ffffff;
    border: solid 2px #da281e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Poppins-Bold;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 25px;
}

/* #security__mfour .item-two a:hover {
    background-color: transparent;
    color: #da281e;
} */

#security__mfour .owl-dots {
    line-height: normal;
}

#security__mfour .owl-dots {
    margin-top: 100px;
    text-align: end;
}

#security__mfour .owl-dot {
    outline: none;
}

#security__mfour .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 0px 2px;
    background: #c9c9ca;
}

#security__mfour .owl-dots .active span {
    background: #da281e;
}


@media(max-width:1266px) {
    #security__mfour .item-two p br {
        display: none;
    }
}

@media(max-width:1200px) {
    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 0px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }
}

@media(max-width:1150px) {
    #security__mtwo .paraone br {
        display: none;
    }

    #security__mfour {
        position: relative;
        height: 550px;
        background-color: #ffffff;
    }
}

@media(max-width:1050px) {
    #security__mfour {
        position: relative;
        height: 580px;
        background-color: #ffffff;
    }

    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 0px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }
}

@media(max-width:990px) {
    #security__mfour .item {
        display: flex;
        align-items: center;
        gap: 50px;
        flex-direction: column;
    }

    #security__mfour .item-two {
        text-align: center;
    }

    #security__mfour .item-two h4 br {
        display: none;
    }

    #security__mfour .item-two a {
        width: 144px;
        height: 43px;
        background-color: #da281e;
        color: #ffffff;
        border: solid 2px #da281e;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-family: Poppins-Bold;
        text-decoration: none;
        border-radius: 10px;
        margin: 0px auto;
        margin-top: 25px;
    }

    #security__mfour .owl-dots {
        margin-top: 50px;
        text-align: center;
    }

    #security__mone {
        background-color: #0c121c;
        padding: 350px 0px 102px 0px;
        text-align: center;
    }

}

@media(max-width:850px) {
    #security__mfour {
        position: relative;
        height: 620px;
        background-color: #ffffff;
    }

    #security__mtwo .securitytwo-owl {
        padding: 0px 0px;
        margin-top: 70px;
    }

    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 0px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }

    #security_mthree {
        height: 700px;
        background-color: #ffffff;
        position: relative;
    }


}

@media(max-width:800px) {
    .security__mfour__main h3 br {
        display: none;
    }
}

@media(max-width:700px) {
    #security_mthree .security_mthree__boxes {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        flex-direction: column;
    }

    #security_mthree .security_mthree__one .boxes h2 {
        font-size: 36px;
        font-family: Poppins-Bold;
        margin-bottom: 0px;
    }

    #security__mone {
        background-color: #0c121c;
        padding: 400px 0px 102px 0px;
        text-align: center;
    }

    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: 650px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 40px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }

    #security__mtwo .securitytwo-owl {
        padding: 0px 0px;
        margin-top: 70px;
    }

    #security_mthree .security_mthree__one .boxes {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        gap: 30px;
    }
}

@media(max-width:650px) {
    #security__mone {
        background-color: #0c121c;
        padding: 450px 0px 102px 0px;
        text-align: center;
    }

    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: 730px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 40px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }
}

@media(max-width:600px) {
    #security_mthree .container-new-big {
        position: unset;
        top: -200px;
    }

    #security_mthree .security_mthree__one {
        background-color: #da281e;
        padding: 35px 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #security_mthree .security_mthree__two {
        padding: 90px 65px 95px 65px;
        background-color: #f2f2f2;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #0c121c;
    }

    #security_mthree .container-new-big {
        padding: 0 0px;
    }

    #security__mtwo {
        padding: 60px 0px;
        background-color: #f2f2f2;
        color: #0c121c;
        text-align: center;
    }

    #security__mfour .container-new-big {
        position: unset;
        top: -110px;
    }

    #security__mfour {
        position: relative;
        height: max-content;
        background-color: #ffffff;
    }

    #security__mfour .container-new-big {
        padding: 0 0px;
    }

    #security__mone {
        background-color: #0c121c;
        padding: 60px 0px;
        text-align: center;
    }

    #security_mthree .security_mthree__two {
        padding: 80px 40px 80px 40px;
        background-color: #f2f2f2;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #0c121c;
    }

    #security__mfour .security__mfour__main {
        background-color: #f2f2f2;
        border-radius: 60px;
        padding: 100px 40px 60px 40px;
        text-align: center;
        color: #0c121c;
    }

    #security_mthree {
        height: max-content;
        background-color: #ffffff;
        position: relative;
    }

    #security__mfour .security__mfour__main {
        border-radius: 0px;
    }

    #security__mfour .owl-nav {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        display: none;
    }

    #security__mfour .owl-prev {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #da281e;
        color: white;
        border-radius: 200px;
        border: solid 2px #da281e;
        font-size: 20px;
        outline: none;
    }

    #security__mfour .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #da281e;
        color: white;
        border-radius: 200px;
        border: solid 2px #da281e;
        font-size: 20px;
        outline: none;
    }

    #security__mfour .owl-next:hover {
        background-color: transparent;
        color: #da281e;
    }

    #security__mfour .owl-prev:hover {
        background-color: transparent;
        color: #da281e;
    }

    #security__mtwo .owl-nav {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    #security__mtwo .owl-prev {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #da281e;
        color: white;
        border-radius: 200px;
        border: solid 2px #da281e;
        font-size: 20px;
        outline: none;
    }

    #security__mtwo .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #da281e;
        color: white;
        border-radius: 200px;
        border: solid 2px #da281e;
        font-size: 20px;
        outline: none;
    }

    #security__mtwo .owl-next:hover {
        background-color: transparent;
        color: #da281e;
    }

    #security__mtwo .owl-prev:hover {
        background-color: transparent;
        color: #da281e;
    }

    #security__mtwo .item .owl__box {
        /* width: max-content; */
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 40px 20px;
        overflow: hidden;
        position: relative;
        transition: 2s;
    }
}

@media(max-width:550px) {
    #security__mfour .security__mfour__main {
        background-color: #f2f2f2;
        padding: 60px 20px 60px 20px;
        text-align: center;
        color: #0c121c;
    }

    #security_mthree .security_mthree__two {
        padding: 60px 20px 60px 20px;
        background-color: #f2f2f2;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        color: #0c121c;
    }

    #security_mthree .security_mthree__one {
        background-color: #da281e;
        padding: 35px 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #security_mthree .security_mthree__one .boxes {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #ffffff;
        gap: 30px;
    }

    #security__mtwo h3 br {
        display: none;
    }
}

@media(max-width:430px) {
    #security_mthree .security_mthree__one .box {
        border: solid 2px #ffffff;
        width: 137px;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0px;
    }

    #security__mfour .security__mfour__main h3 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        margin-bottom: 0px;
    }

    #security__mfour .security__mfour__main h2 {
        font-size: 28px;
        font-family: Poppins-Semibold;
        margin-bottom: 20px;
    }

    #security__mone h2 {
        font-size: 30px;
        font-family: Poppins-SemiBold;
        color: white;
    }

    #security__mtwo h2 {
        font-size: 28px;
        font-family: Poppins-Medium;
    }

    #security__mtwo h3 {
        font-size: 30px;
        font-family: Poppins-SemiBold;
        line-height: 36px;
        margin-top: 30px;
    }

    #security__mtwo .paraone {
        font-size: 18px;
        font-family: Poppins-Regular;
        margin-top: 31px;
        line-height: 30px;
    }

    #security__mtwo .securitytwo-owl p {
        font-size: 18px;
        font-family: Poppins-Regular;
        text-align: center;
        line-height: 28px;
        margin-bottom: 0px;
        position: relative;
        z-index: 99;
    }

    #security_mthree .security_mthree__two h3 {
        font-size: 30px;
        font-family: Poppins-Semibold;
        margin-bottom: 45px;
    }

    #security_mthree .security_mthree__two h2 {
        font-size: 26px;
        font-family: Poppins-Medium;
        margin-bottom: 0px;
    }

    #security__mfour .owl-carousel .owl-item img {
        display: inline-block;
        width: 100%;
    }

    #security__mfour .owl-carousel .item-one {
        width: 100%;
    }

    #security__mtwo .item {
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    #security_mthree .security_mthree__box {
        background-color: #ffffff;
        padding: 35px 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: center;
    }
}

/* ------Last four */
.testimonials-section {
    padding: 200px 0px 100px;
    background-color: #0c121c;
    height: 750px;
}

.testimonials-section h4 {
    font-size: 24px;
    color: #f2f2f2;
    font-family: Poppins-Regular;
    text-align: center;
}

.testimonials-section h2 {
    text-align: center;
    color: #f2f2f2;
    font-family: Poppins-SemiBold;
    font-size: 36px;
    margin-bottom: 50px;
}

.testimonials-section .test-cnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 91%;
    margin: 0 auto;
}

.testimonials-section .test-cnt .left {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.testimonials-section .test-cnt .right {
    width: 400px;
}

.testimonials-section .test-cnt .right p {
    color: #f2f2f2;
    font-family: Poppins-Regular;
}

.testimonials-section h5 {
    color: #f2f2f2;
    text-align: center;
    margin-top: 30px;
    font-family: Poppins-Medium;
}

.testimonials-section p {
    font-family: Poppins-Regular;
    color: #f2f2f2;
    text-align: center;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 4px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot:focus {
    outline: transparent;
    box-shadow: none;
}

.testimonials-section .owl-theme .owl-dots .owl-dot:hover span,
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: #bf1b12;
}

.form-section {
    height: 850px;
    position: relative;
    margin-bottom: 100px;
}

.form-section .form-cnt {
    background-color: #f2f2f2;
    border-radius: 70px;
    padding: 110px 0px;
    position: absolute;
    top: -100px;
    width: 88%;
    left: 0;
    margin: auto;
    right: 0;
}

.form-section .form-cnt h2 {
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 36px;
    margin-bottom: 15px;
}

.form-section .form-cnt p {
    font-size: 24px;
    font-family: Poppins-Medium;
    text-align: center;
}

.form-section .form-cnt .form-section-form {
    width: 60%;
    margin: 40px auto 0px;
}

.form-section .form-cnt .form-section-form .form-section-a-div {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.form-section .form-cnt .form-section-form textarea,
.form-section .form-cnt .form-section-form input {
    border: none;
    border-bottom: 1px solid #150e05;
    background-color: transparent;
    border-radius: 0px;
    padding-left: 0px;
    font-family: Poppins-Regular;
    padding: 30px 0px;
}

.form-section .form-cnt .form-section-form textarea::placeholder,
.form-section .form-cnt .form-section-form input::placeholder {
    color: #150e05;
}

.form-section .form-cnt .form-section-form textarea:focus,
.form-section .form-cnt .form-section-form input:focus {
    outline: transparent;
    box-shadow: none;
}

.form-section .form-cnt .form-section-form textarea {
    margin-top: 30px;
}

.form-section .form-cnt .form-section-form .robot {
    margin-top: 40px;
}

.form-section .form-cnt .form-section-form .robot .form-section-a {
    color: #f2f2f2;
    background-color: #bf1b12;
    border-radius: 10px;
    padding: 10px 30px;
    font-family: Poppins-Medium;
    text-decoration: none;
    display: inline-block;
}

.footer-section {
    padding: 100px 0px;
    text-align: center;
    background-color: #f2f2f2;
}


.footer-section .footer-logo {
    margin-bottom: 40px;
}

.footer-section .footer-link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-section .footer-link.one {
    margin-bottom: 20px;
}

.footer-section .footer-link li {
    margin: 0px 15px;
    font-family: Poppins-Medium;
}

.footer-section .footer-link li a {
    color: #150e05;
    text-decoration: none;
    font-size: 18px;
}

.footer-section h5 {
    margin-bottom: 0px;
    color: #da281e;
    font-family: Poppins-Regular;
    font-size: 18px;
}

.footer-section p {
    margin-bottom: 25px;
}

.footer-section p span {
    color: #da271e;
}

.footer-section p a {
    color: #150e05;
    font-family: Poppins-Regular;
    font-size: 18px;
    text-decoration: none;
}

.footer-section .footer-social-link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
}

.footer-section .footer-social-link li {
    margin: 0px 7px;
    font-family: Poppins-Medium;
}

.footer-section .footer-social-link li a {
    text-decoration: none;
}

.last-para {
    font-family: Poppins-Regular;
    font-size: 16px;
}

.footer-section p.last-para a {
    font-size: 16px;
    color: #da271e;
}

.footer-social-link li a {
    color: #f2f2f2;
    background-color: #bf1b12;
    border: 1.3px solid #bf1b12;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
    font-size: 17px;
}

.footer-social-link li a svg {
    fill: #f2f2f2;
}

.footer-social-link li a:hover {
    background-color: #f2f2f2;
    color: #bf1b12;
}

.footer-social-link li a:hover svg {
    fill: #bf1b12;
}

/* media query */
@media(max-width:1024px) {
    .form-section .form-cnt {
        width: 93%;
    }

    .testimonials-section {
        padding: 266px 0px;
        background-color: #0c121c;
        height: 850px;
    }
}

@media(max-width:992px) {
    .testimonials-section .test-cnt {
        width: 100%;
    }

    .form-section .form-cnt {
        width: 87%;
    }
}

@media(max-width:820px) {
    .form-section .form-cnt {
        width: 87%;
    }

    .form-section .form-cnt .form-section-form {
        width: 75%;
    }
}

@media(max-width:600px) {
    .form-section .form-cnt {
        position: inherit;
        top: 0px;
        width: 100%;
        border-radius: 0px;
    }

    .form-section .form-cnt .form-section-form {
        width: 100%;
    }

    .form-section {
        background-color: #f2f2f2;
    }

    .form-section {
        height: auto;
    }

    .testimonials-section {
        padding: 100px 0px 100px;
        background-color: #0c121c;
        height: auto;
    }

    .form-section {
        margin-bottom: 0px;
    }
}

@media(max-width:500px) {
    .form-section .form-cnt h2 {
        font-size: 28px;
    }

    .form-section .form-cnt p {
        font-size: 22px;
    }
}

/* ---------------------------------------------------------------- */
@media (max-width:991px) {
    nav.navbar {
        background-color: #150e05;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/toggle.webp");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    a.nav-link2 {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 22px;
        margin: 0px 0px;
        text-align: left;
    }

    .navbar_section {
        height: auto;
        position: unset;
    }

    .navbar-light .navbar-toggler:focus {
        outline: none;
    }

    .testimonials-section {
        padding: 300px 0px;
        background-color: #0c121c;
        height: 850px;
    }


}

@media (max-width:820px) {

    video {
        top: unset;
    }

    button#play_pause {
        top: 40px;
    }

    .body-text {
        margin-top: 132px;
    }

}

@media (max-width:770px) {
    .testimonials-section {
        padding: 400px 0px 200px 0px;
        background-color: #0c121c;
        height: 1000px;
    }
}

@media (max-width:720px) {

    #security__mone {
        padding: 370px 0px 102px 0px;
    }
}

@media (max-width:700px) {
    .testimonials-section {
        padding: 600px 0px 200px 0px;
        background-color: #0c121c;
        height: 1200px;
    }
}

@media (max-width:668px) {

    .banner_text h1 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width:630px) {

    .testimonials-section {
        padding: 670px 0px 200px 0px;
        background-color: #0c121c;
        height: 1200px;
    }

}

@media (max-width:600px) {

    #security__mone {
        padding: 102px 0px 102px 0px;
    }

    .banner_text h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .testimonials-section {
        padding: 80px 0px;
        background-color: #0c121c;
        height: max-content;
    }

}

@media (max-width:500px) {

    .banner_text p {
        display: none;
    }

    .controls {
        display: none;
    }

    .banner_text h1 {
        font-size: 20px;
    }


}

@media (max-width:450px) {

    .testimonials-section .test-cnt {
        display: block;
    }

    .testimonials-section .test-cnt .left {
        margin: auto;
    }

    .testimonials-section .test-cnt .right {
        width: auto;
        padding-top: 25px;
    }

    .form-section {
        margin-bottom: 0;
    }

    #security_mthree .security_mthree__two h2 {
        text-align: center;
    }

    #security_mthree .security_mthree__two h3 {
        text-align: center;
    }
}

@media (max-width:320px) {

    #security__mone h3 {
        width: 285px;
        height: 100px;
    }

    .banner_text h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .footer-section .footer-social-link li {
        margin: 0px 5px;
    }
}

.leftrightkey {
    animation: linear .9s leftright;
}

@keyframes leftright {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    80% {
        opacity: 0.4;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.btn-4 {
    /* border: 1px solid; */
    overflow: hidden;
    position: relative;
    z-index: 999;

    span {
        z-index: unset;
    }

    &:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .5;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }
}

.btn-4:hover {

    &:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.btn-5 {
    /* border: 1px solid; */
    overflow: hidden !important;
    position: relative !important;
    z-index: 999;

    span {
        z-index: unset;
    }

    &:after {
        background: #da281e;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .5;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }
}

.btn-5:hover {

    &:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}