@font-face {
    font-family: Pirulen;
    src: url('pirulen-rg.otf') format('opentype');
}

@font-face {
    font-family: jaguar;
    src: url('../css/Jaguar-Bold.otf') format('opentype');
}
@font-face {
    font-family: Proxima;
    src: url('../css/Proxima-Nova-Font.otf') format('truetype');
}

body {
    background-color: #000;
    position: relative;

}



.legacy-button:after {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0 0);
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0 0);
}



.wrapper {
    z-index: 1050;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #000;
    transition: all 0.6s ease-in-out;
}

#active:checked~.wrapper {
    right: 0;
}
.first_sec .owl-dots {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 300px;
    z-index: 1050;
    text-align: center;
}
.first_sec .owl-dots button.owl-dot {
    width: 30px;
    height: 30px;
    /* background: #fff !important; */
    border-radius: 100%;
    margin: 0px 7px;
    /* text-align: center; */
}
.first_sec .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 100%;
    /* margin: 0px 7px; */
    /* padding: 10px; */
    display: block;
    margin: 0 auto;
}
button.owl-dot.active {
    border: 1px solid #fff !important;
}

.menu-btn {
    position: absolute;
    z-index: 1051;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
    transform: translateY(-8px);
}

.menu-btn:after {
    transform: translateY(8px);
}


.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* closing animation */
#active:checked+.menu-btn span {
    transform: scaleX(0);
}

#active:checked+.menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}

#active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.leftbox {
    padding-left: 0px;
    color: #fff;
    list-style: none;
}

.nav_main {
    width: 100%;
    height: 100%;
    padding-top: 4%;
}

.nav_main .navbar {
    display: block;
    height: 100%;
}

.nav_main .navbar .navbar-nav {
    display: block;
    width: 100%;
}

.nav_main .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu.show {

    width: 100%;
    background: transparent;
    border: none;

}

.nav_main .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu.show .dropdown-item {
    padding-left: 8px;
}

.dropdown-toggle::after {
    display: none !important;
}

.fa {
    margin: 20px;
    color: white;
}

.nav_main .navbar .navbar-nav .dropdown-toggle {
    width: 100%;
    position: relative;
    height: 60px;
    text-align: left;
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Pirulen;
    border-bottom: 1px solid #393939;

}

.nav_main .navbar .navbar-nav li a {
    border-bottom: 1px solid #393939;
}

.icon {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    background-color: #595959;
}

.icon .fa.fa-plus-circle {
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    align-content: center;
    align-items: center;
    margin-top: 14px;
}

.nav_main .navbar .navbar-nav .dropdown-toggle:focus {
    border: 1px solid #fff;
    border-color: #fff;
    box-shadow: none;
}

.dropdown-menu.show {
    width: 100%;
    border: none;
    background: transparent;
    position: relative !important;
}

.dropdown-menu.show a {
    color: #fff;
}

.dropdown-menu.show a:hover {
    color: #FF6D1B;
    background-color: transparent;
}

input[type="checkbox"] {
    display: none;
}

.left-icons {
    border-right: 1px solid #393939;
}

.left-icons ul {
    list-style: none;
    color: #fff;
    padding-top: 77%;
    font-family: poppins;
    margin-left: 30px;
}

.right-box {
    background: #1A1A1A;
}

.right-box ul {
    list-style: none;
    color: #fff;
    padding-top: 10%;
    font-family: poppins;
}

.right-box p {
    padding-top: 20%;
    color: #FF6D1B;
    text-align: center;
    font-family: Neue-Helvetoica-bold;
    font-size: 40px;
}

.right-box ul li {
    padding-bottom: 20px;
}

/* closing animation */
#active:checked+.menu-btn span {
    transform: scaleX(0);
}

#active:checked+.menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}

#active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.wrapper ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff !important;
    font-family: Pirulen;
}

.wrapper ul li a:hover {
    color: #FF6D1B !important;
}

input[type="checkbox"] {
    display: none;
}

button.nav-link {
    margin-left: 55px;
}

.overlay-text-main {
    position: absolute;
    bottom: 50%;
    left: 36%;
    color: #fff;
    z-index: 1050;
    text-align: center;
}

.overlay-text-main h2 {
    font-family: Pirulen;
    color: #FF6D1B;
    text-align: center;
}

.owl-dots {
    display: none;
}
.overlay-text-main p {
    font-family: 'Proxima';
}
a.button {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 52px;
    display: inline-block;
    border-bottom: none;
    position: relative;
    border-right: none;
}

a.button span:after {
    content: "";
    background: #fff;
    height: 1px;
    width: 15px;
    position: absolute;
    bottom: 6px;
    transform: skew(48deg, 319deg);
    right: -1px;
}
a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 94%;
    left: -1px;
    bottom: -1px;
}
a.button:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    background: #fff;
    top: -1px;
    right: -1px;
}
.button-more a.button {
    left: 28%;
}

.list-group a {
    background: transparent;
    color: #fff;
    width: 57%;
}

.home-video-first {
    position: relative;
}
.overlay-text-third-video {
    position: absolute;
    display: grid;
    left: 178px;
    bottom: 58%;
}
.overlay-text-third-video span {
    color: #fff;
    font-size: 35px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 67%;
}
.button-more a.button {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 65px;
    display: inline-block;
    border-bottom: none;
    position: relative;
    border-right: none;
}



.index-button-bomb {
    margin-left: 45%;
}
.index-button-bomb p:after{
    content: "";
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    bottom: 8px;
    transform: skew(0deg, 319deg);
    right: -1px;
}
.index-button-bomb a.button{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 52px;
    display: inline-block;
    border-bottom: none;
    position: relative;
    border-right: none;

}
.index-button-bomb a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 90%;
    left: -1px;
    bottom: -1px;
}
.headerBox__content {
    padding: 12px 68px 14px;
    background: #1A1A1A;
}
.headerBox.visible {
    position: absolute;
    top: 160px;
    left: 117px;
    z-index: 1050;
}
.headerBox__content .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size: 26px;
    text-transform: uppercase;
}
.headerBox__content .linkContainer span {
    color: #fff;
    font-family: Proxima;
}
.headerBox.visible:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 165px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}
.headerBox.visible.blast {
    position: absolute;
    top: 53%;
    left: 63%;
    z-index: 1050;
}
.headerBox.visible.blast:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 165px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}
.headerBox.visible.bullet {
    position: absolute;
    top: 38%;
    left: 4%;
    z-index: 1050;
}
.headerBox.visible.bullet:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 165px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}
.headerBox.visible.engg {
    position: absolute;
    top: 38%;
    left: 64%;
    z-index: 1050;
}
.headerBox.visible.engg:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 137px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}

.headerBox.visible.ring {
    position: absolute;
    top: 160px;
    left: 117px;
    z-index: 1050;
}
.headerBox.visible.ring:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 179px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}
.headerBox.visible.ring {
    position: absolute;
    top: 160px;
    left: 117px;
    z-index: 1050;
}
.headerBox__content_ring {
    padding: 10px 23px 17px;
    background: #1A1A1A;
}
.headerBox__content_ring span {
    color: #fff;
    font-family: 'Proxima';
    font-size: 13px;
}
.headerBox__content_ring .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size:19px;
    text-transform: uppercase;
}
.headerBoxContent.headerBox__content_ring .headerBox__title-text {
    font-family: 'jaguar';
}
.headerBox__content_ring h2 {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox__content_ring h2.invent {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}

.headerBox__content_basket {
    padding: 10px 12px 12px;
    background: #1A1A1A;
}
.headerBox__content_basket span {
    color: #fff;
    font-family: 'Proxima';
    font-size: 13px;
    text-transform: uppercase;
}
.headerBox__content_basket .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size:19px;
    text-transform: uppercase;
}
.headerBoxContent.headerBox__content_basket .headerBox__title-text {
    font-family: 'jaguar';
}
.headerBox__content_basket h2 {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox__content_basket h2.invent {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox__content_bomb {
    padding: 10px 23px 17px;
    background: #1A1A1A;
}
.headerBox__content_bomb span {
    color: #fff;
    font-family: 'Proxima';
    font-size: 13px;
}
.headerBox__content_bomb .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size:19px;
    text-transform: uppercase;
}
.headerBoxContent.headerBox__content_bomb .headerBox__title-text {
    font-family: 'jaguar';
}
.headerBox__content_bomb h2 {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox__content_bomb h2.invent {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox.visible.bunker {
    position: absolute;
    top: 53%;
    left: 63%;
    z-index: 1050;
}
.headerBox__content_bunker {
    padding: 25px 30px 22px;
    background: #1A1A1A;
}

.headerBox__content_bunker .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size: 18px;
    text-transform: uppercase;
}
.headerBox__content_bunker h2.invent {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBoxContent.headerBox__content_bunker .headerBox__title-text {
    font-family: 'jaguar';
}
.headerBox__content_bunker span {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
}


.headerBox.visible.bin {
    position: absolute;
    top: 160px;
    left: 117px;
    z-index: 1050;
}
.headerBox.visible.bin:after {
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 126px;
    z-index: -1050;
    top: 179px;
    bottom: 5.5rem;
    transform: rotate(0deg);
}
.headerBox__content_bin {
    padding: 25px 42px 11px;
    background: #1A1A1A;
}
.headerBox__content_bin span {
    color: #fff;
    font-family: 'Proxima';
}
.headerBox__content_bin .headerBox__base-title {
    color: #fff;
    font-family: jaguar;
    font-size:19px;
    text-transform: uppercase;
}
.headerBoxContent.headerBox__content_bin .headerBox__title-text {
    font-family: 'jaguar';
}
.headerBox__content_bin h2 {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}
.headerBox__content_bin h2.invent {
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 15px;
}




.index-button-product p:after{
    content: "";
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    bottom: 8px;
    transform: skew(0deg, 319deg);
    right: -1px;
}
.index-button-product a.button{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 52px;
    display: inline-block;
    border-bottom: none;
    position: relative;
    border-right: none;

}
.index-button-product a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 90%;
    left: -1px;
    bottom: -1px;
}
.overlay-text-product-video {
    position: absolute;
    display: grid;
    left: 178px;
    bottom: 14%;
}
.overlay-text-product-video span {
    color: #fff;
    font-size: 35px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 67%;
}





.index-button-solution p:after{
    content: "";
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    bottom: 8px;
    transform: skew(0deg, 319deg);
    right: -1px;
}
.index-button-solution a.button{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 52px;
    display: inline-block;
    border-bottom: none;
    position: relative;
    border-right: none;

}
.index-button-solution a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 90%;
    left: -1px;
    bottom: -1px;
}








#Home {
    background-image: url("../banner-7.png");
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

#back-image {
    background-image: url(../back-logo.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
}

.main-section {
    color: #fff;
    margin-top: 30px;

}

.main-section p {
    font-family: 'Proxima';
    padding: 23px;
}

.legacy-button button {
    background: transparent;
    width: 20%;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 217px;
    margin-bottom: 38px;
}

.legacy-button button:hover {
    background-color: #FF6D1B;
    width: 20%;
    border: 1px solid #FF6D1B;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 217px;
    margin-bottom: 38px;
}

.footer-area {
    background-color: #000;
    color: #fff;
    padding: 35px 0px;
    border-top: 1px solid #fff;
    margin-top: 40px;
}

.footer-box.about-widget a img {
    width: 100px;
}

h2.widget-title {
    font-size: 14px;
    position: relative;
    padding-bottom: 6px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    font-weight: 600;
}

.footer-box p {
    color: #fff;
    line-height: 1.8;
    font-family: Poppins;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 12px;
}
.footer-box ul li img {
    width: 44px;
}
.footer-section-second {
    margin-bottom: 29px;
}
.footer-section-three {
    margin-bottom: 29px;
}
.footer-section-four {
    margin-bottom: 29px;
}

.footer-box ul li a {
    color: #fff;
}

.footer-box.pages ul li {
    position: relative;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 12px;
}

.footer-box.pages ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-box ul li a h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Proxima';
    line-height: 3;
    font-weight: 700;
}


.footer-box.pages ul li:hover a {
    color: #fff;
}

.copyright {
    background-color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.copyright-text {
    padding: 20px 0;

}

.copyright-text span {
    font-family: 'Pirulen';
    color: #fff;
    padding: 24px 0;
    font-size: 12px;

}

.copyright p {
    margin: 0;
    color: #fff;
    padding: 24px 0;
    font-size: 12px;
    font-family: 'Proxima';
}

.text-right {
    text-align: right !important;
}
.social-icons ul li {
    display: inline-block;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li a {
    padding: 16px 10px;
    display: block;
}

.social-icons ul li a i {
    background-color: #fff;
    padding: 14px;
    border-radius: 50%;
}

#Home-contact-page {
    background-image: url("../banner-8.png");
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

.contact-head {
    text-align: center;
    margin: 80px 0px;
    color: #fff;
    font-family: 'Proxima';
}

.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
    border-radius: 0;
    font-size: 13px !important;
    font-family: Poppins;
}

.contact-page-area .form-area input {
    padding: 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'Proxima';
    width: 86%;
}
.contact-page-area .form-area textarea {
    height: 160px;
    margin-top: 0px;
    padding: 15px;
    resize: none;
    font-family: 'PROXIMA';
    width: 86%;
}
.address-section h2 {
    color: #fff;
    text-align: center;
    font-family: 'Proxima';
}

.contact-page-area .form-area .btn {
    background: transparent;
    line-height: 48px;
    border-radius: 0;
    padding: 0px 32px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    width: 42%;
    font-family: 'PROXIMA';
}

.contact-page-area .form-area .btn:hover {
    background: #FF6D1B;
    line-height: 48px;
    border-radius: 0;
    padding: 0px 32px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #FF6D1B;
    font-family: Poppins;
}

.contact-page-area .address-wrap .single-contact-address {
    margin-bottom: 8px;
}

#myForm a {
    margin: 0 198px;
    color: #fff;
}

.address-wrap {
    margin-top: 75px;
    font-family: Poppins;
}

.contact-details p {
    color: #fff;
}

.icons ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 49px;
}

.icons ul li a {
    padding: 24px;
}

.address-section {
    margin-top: 8%;
}

#Home-gallery-page {
    background-image: url("../banner-4.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

#gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
    /* to match column gap */
}

#gallery {
    line-height: 0;
    column-count: 2;
    column-gap: 9px;
    margin-top: 47px;
}


#Home-gallery-defense-page {
    background-image: url("../banner-6.png");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

#gallery-tractor {
    line-height: 0;
    column-count: 2;
    column-gap: 5px;
    margin-top: 80px;
}

#gallery-tractor img {
    height: auto !important;
    text-align: center;
    margin-left: 56px;
}

.button-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 32%;
    margin: 0 auto;
    padding-top: 115px;
}

.home-button button {
    width: 30%;
    margin: 0 auto;
}

.home-car-image {
    position: relative;
}

.banner-head-1 {
    top: 11%;
    position: absolute;
    color: #fff;
    font-family: 'PROXIMA';
    font-size: 20px;
}

.banner-head-1 p {
    text-align: center;
    font-family: 'Proxima';
    text-transform: uppercase;
}


.image-container {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.home-banner-heading-1 {
    position: absolute;
    bottom: 68px;
    color: #fff;
    font-family: 'Proxima';
}
.home-banner-heading-1 p {
    text-transform: uppercase;
    margin-top: 30px;
}

.home-banner-heading-1:after {
    border: 1px solid #FF6D1B;
    content: '';
    display: block;
    height: 81px;
    left: 142%;
    position: absolute;
    top: 16px;
    transform: rotate(360deg);
}


.home-banner-heading-2 {
    position: absolute;
    bottom: 68px;
    color: #fff;
    font-family: 'Proxima';
    margin-left: 20px;
}
.home-banner-heading-2 p {
    text-transform: uppercase;
    margin-top: 30px;
}

.home-banner-heading-2:after {
    border: 1px solid #FF6D1B;
    content: '';
    display: block;
    height: 81px;
    left: 127%;
    position: absolute;
    top: 16px;
    transform: rotate(360deg);
}

.home-banner-heading-3 {
    position: absolute;
    bottom: 68px;
    color: #fff;
    font-family: 'Proxima';
    margin-left: 20px;
}
.home-banner-heading-3 p {
    text-transform: uppercase;
    margin-top: 30px;
}

.home-banner-heading-3:after {
    border: 1px solid #FF6D1B;
    content: '';
    display: block;
    height: 81px;
    left: 142%;
    position: absolute;
    top: 16px;
    transform: rotate(360deg);
}

.home-banner-heading-4 {
    position: absolute;
    bottom: 68px;
    color: #fff;
    font-family: 'Proxima';
    margin-left: 20px;
}
.home-banner-heading-4 p {
    text-transform: uppercase;
    margin-top: 30px;
}

.home-button button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.home-button button:hover {
    background-color: #FF6D1B;
    border: 1px solid #FF6D1B;
    border-radius: 20px;
    margin: 0 auto;
}

#text {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 24px;
    left: 150px;
    top: 350px;
}

#defense-gallery-page {
    background-image: url("../banner-5.png");
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}


.defense-text {
    margin-top: 30px;
}

.defense-text h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: Pirulen;
}

.defense-text p {
    color: #fff;
    margin-left: 21%;
    margin-top: 7%;
    font-family: Inter-Regular;
}

.place-button button {
    margin-left: 10%;
}

.home-video-second {
    position: relative;
}

.home-video-second video {
    width: 100%;
    display: flex;
    height: 100%;
}

.overlay-text-second-video {
    position: absolute;
    bottom: 30%;
    right: 157px;
}

.overlay-text-second-video span {
    color: #fff;
    font-size: 35px;
    font-family: Pirulen;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    width: 55%;
}

.index-button-2 {
    margin-right: 72px;
}

.index-button-2 button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    max-width: 35%;
    color: #000;
    margin-left: auto;
}

.index-button-2 button:hover {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #FF6D1B;
    border-radius: 10px;
    background: #FF6D1B;
    padding: 13px 30px;
    text-transform: uppercase;
    max-width: 35%;
    color: #fff;
    margin-left: auto;
}

.home-video-third {
    position: relative;
}

.home-video-third video {
    width: 100%;
    display: flex;
    height: 100%;
}



.index-button button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    width: 40%;
    color: #000;
}

.index-button button:hover {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #FF6D1B;
    border-radius: 10px;
    background: #FF6D1B;
    padding: 13px 30px;
    text-transform: uppercase;
    width: 40%;
    color: #fff;
}
.blanket-text-next span {
    color: #FF6D1B;
    margin-left: 60px;
}

.home-video-fourth {
    position: relative;
}

.home-video-fourth video {
    width: 100%;
    display: flex;
    height: 100%;
}

.overlay-text-fourth-video {
    position: absolute;
    bottom: 30%;
    display: grid;
    left: 166px;
}

.overlay-text-fourth-video span {
    color: #fff;
    font-size: 35px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 57%;
}

.index-button-4 button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    width: 30%;
    color: #000;
}

.index-button-4 button:hover {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #FF6D1B;
    border-radius: 10px;
    background: #FF6D1B;
    padding: 13px 30px;
    text-transform: uppercase;
    width: 30%;
    color: #fff;
}

.content {
    background-image: url(../Polygon-3.png);
    width: 100%;
    height: 100%;
    background-position: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background: #1a1a1a;
    padding: 50px;
}

.content h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: jaguar;
}

.content p {
    color: #fff;
    font-family: 'Proxima';
    margin: 0 auto;
}

.armour-head {
    color: #fff;
    padding: 1px;
    background-color: #FF6D1B;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    font-family: Inter-Regular;
}


.armour-vehicle-page {
    background: #1a1a1a;
    text-transform: uppercase;
    padding: 17px;
    font-family: 'jaguar';
    font-size: 14px;
    height: 100vh;
}
.armour-vehicle-page a {
    color: #fff;
}
.armour-vehicle-page a:hover {
    color: #ff6d1b;
}
.armour-page-content .tab-content {
    width: 100%;
    background: #1a1a1a;
}

.headerBox.opaque {
    position: absolute;
    top: 168px;
    left: 58%;
    z-index: 1;
}
.headerBox__content_opaque {
    padding: 46px;
    background: #1A1A1A;
}

.headerBox__content_opaque p {
    color: #fff;
}



.defense-video {
    position: relative;
}

.defense-video video {
    width: 100%;
    display: flex;
    height: 100%;
}

.defense-video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.defense-video-text span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 31px;
}
.armour-head-place {
    background: #FF6D1B;
    padding: 7px;
    width: 13%;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}
#bullet-proof-page {
    background-image: url("../asset-1.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

.bullet-image {
    position: relative;
}

.overlay-bullet-text {
    position: absolute;
    top: 7%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.overlay-bullet-text span.txt-color {
    color: #FF6D1B;
    text-transform: uppercase;
    font-size: 40px;
    font-family: Pirulen;
    margin-right: 33px;
}

.overlay-bullet-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: Pirulen;
}

.overlay-bullet-text-2 {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
.home-video-first video {
    width: 100%;
}

.overlay-bullet-text-2 p {
    color: #fff;
    font-size: 20px;
    font-family: Inter-Regular;
}
.poduct-name {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Pirulen';
}

.gravity-section {
    margin-top: 90px;
}

.gravity-content p {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-family: Pirulen;
}

.gravity-content span {
    color: #FF6D1B;
    font-size: 42px;
    text-transform: uppercase;
    font-family: Pirulen;
}

.gravity-para {
    margin: 30px;
    color: #fff;
    font-family: 'Inter-Regular';
}

.gravity-content-chassis p {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-family: Pirulen;
    margin-top: 21%;
}

.gravity-content-chassis span {
    color: #FF6D1B;
    font-size: 42px;
    text-transform: uppercase;
    font-family: Pirulen;
}

.tab-pane {
    background: #1a1a1a;
}

ul.nav li {
    margin: 0 auto;
}
.jacket-row-text p {
    color: #fff;
    border: 1px solid #ff6d1b;
    padding: 15px;
    font-family: 'Proxima';
}

.image-text-row {
    padding: 69px;
}
button.nav-link {
    color: #fff;
    background-color: #FF6D1B;
}
button.nav-link {
    display: block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 24px 16px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'jaguar';
    z-index: 1050;
}
button.nav-link:hover {
    color: #fff;
    background-color: #FF6D1B;
}

.nav-link.active {
    color: #ff6d1b !important;
    background-color: #000 !important;
}

.tab-content>.active {
    display: inline-flex;
}

.tab-pane h4 {
    font-size: 29px;
    color: #FF6D1B;
    font-family: Pirulen;
}

.vertical-pills-section {
    margin-top: 80px;
}
.ministry-images img {
    padding: 10px;
}

.tab-pane p {
    font-size: 16px;
    font-family: 'Proxima';
}
.app-image-content {
    margin-top: 20px;
    color: #fff;
}
.slider-pic {
    text-align: center;
    height: 800px;
}

.testim_head {
    position: absolute;
    top: 26%;
    color: #fff;
    left: 8%;
}

.testim_head p {
    font-size: 50px;
    color: #FF6D1B;
    text-transform: uppercase;
    font-family: Pirulen;
}

.testim_head span {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: Pirulen;
}

.testim_box {
    padding: 50px 0;
}

.testim_details h5 {
    text-align: center;
    margin-top: 25px;
    color: #fff;
    padding: 0 55px 0 55px;
}

.testim_sec {
    margin: 50px auto;
}

h3.testim_heading {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
}

.carousel-control-prev {
    background: transparent;
    position: absolute;
    opacity: 1;
    width: 15%;
    border: none;
}

.carousel-control-prev img {
    background: #fff;
    padding: 20px;
    border-radius: 100%;
}

.carousel-control-next {
    background: transparent;
    position: absolute;
    opacity: 1;
    width: 15%;
    border: none;
}

.carousel-control-next img {
    background: #fff;
    padding: 20px;
    border-radius: 100%;
}

.bullet-image-design {
    position: relative;
}

.bullet-image-design img {
    width: 100%;
    display: flex;
    height: 100%;
}
.overlay-bullet-image-design {
    position: absolute;
    bottom: 43px;
    display: flex;
    text-align: center!important;
    left: 22%;
}
.overlay-bullet-image-design span.feel {
    color: #fff;
    text-transform: uppercase;
    font-family: Pirulen;
    font-size: 50px;
    margin-left: 24px;
}
.legacy-button {
    text-align: center;
    margin-top: 40px;
}
.legacy-button a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 93%;
    left: -1px;
    bottom: -1px;
}

.overlay-bullet-image-design span {
    text-transform: uppercase;
    font-family: Pirulen;
    color: #EA701F;
    font-size: 50px;

}

.testim_details h5 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: Pirulen;
}

.testim_details h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: Pirulen;
    color: #EA701F;
}

#carouselExampleCaptions {
    height: 840px;
}

.cont-content {
    color: #fff;
}

.cont-content span {
    font-weight: 700;
    margin-left: 116px;
}

.testim_details p {
    color: #fff;
}

.heading-test {
    display: flex;
    margin-left: 39%;
}

.heading-test p {
    color: #fff;
    text-align: center;
    font-size: 37px;
    font-family: 'Pirulen';
}

.heading-test span {
    color: #EA701F;
    text-align: center;
    font-size: 37px;
    font-family: 'Pirulen';
    margin-left: 13px;
}

.first-video {
    position: relative;
}

.first-video video {
    width: 100%;
    display: flex;
    height: 100%;
}
.overlay-text-video {
    position: absolute;
    bottom: 212px;
    right: 242px;
    border-bottom: 8px solid #EA701F;
    text-align: center;
}

.overlay-text-video span {
    text-transform: uppercase;
    font-family: Pirulen;
    color: #fff;
    font-size: 45px;

}

.photo-bomb {
    position: relative;
}

.overlay-text-photo {
    position: absolute;
    display: grid;
    right: 81px;
    bottom: 238px;
}

.overlay-text-photo span {
    color: #fff;
    font-size: 35px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 46%;
    margin-left: auto;
}

.bomb-button-1 {
    margin-right: 330px;
}

.bomb-button-1 button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    max-width: 21%;
    color: #000;
    margin-left: auto;
}

.bomb-button-1 button:hover {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: 1px solid #FF6D1B;
    border-radius: 10px;
    background: #FF6D1B;
    padding: 13px 30px;
    text-transform: uppercase;
    max-width: 21%;
    color: #fff;
    margin-left: auto;
}

.second-video {
    position: relative;
}

.second-video video {
    width: 100%;
    display: flex;
    height: 100%;
}
.bomb-button-2 a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 90%;
    left: -1px;
    bottom: -1px;
}

.bomb-button-2 p:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    bottom: 8px;
    transform: skew(0deg, 319deg);
    right: -1px;
}
.bomb-button-3 {
    margin-left: 66%;
}
.bomb-button-3 a.button:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 90%;
    left: -1px;
    bottom: -1px;
}
.bomb-button-3 p:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 21px;
    position: absolute;
    bottom: 8px;
    transform: skew(0deg, 319deg);
    right: -1px;
}
.overlay-text-third-video-bomb span.bomb-design {
    background: #FF6D1B;
    width: 100%;
    margin-bottom: 10px;
    font-size: 29px;
}

.third-video {
    position: relative;
}

.third-video video {
    width: 100%;
    display: flex;
    height: 100%;
}

.overlay-text-third-video-bomb {
    position: absolute;
    bottom: 30%;
    right: 157px;
}

.overlay-text-third-video-bomb span {
    color: #fff;
    font-size: 44px;
    font-family: Pirulen;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: end;
}
#bomb-blanket-page {
    background-image: url(../banner-10.png);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}
.overlay-video-bin {
    position: absolute;
    display: grid;
    left: 174px;
    bottom: 43%;
}
.overlay-video-bin-volatile {
    position: absolute;
    display: grid;
    left: 174px;
    bottom: 43%;
}
.overlay-video-bin-volatile span {
    color: #fff;
    font-size: 36px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 52%;
}
.overlay-video-bin-volatile span.design {
    background: #FF6D1B;
    width: 65%;
    margin-bottom: 10px;
    font-size: 29px;
}
.overlay-video-bin-volatile p {
    color: #fff;
}
.overlay-video-bin span {
    color: #fff;
    font-size: 36px;
    font-family: Pirulen;
    text-transform: uppercase;
    width: 52%;
}
.overlay-video-bin span.design {
    background: #FF6D1B;
    width: 65%;
    margin-bottom: 10px;
    font-size: 29px;
}
.overlay-video-bin p {
    color: #fff;
}


.overlay-text-blanket span.safety {
    color: #fff;
    text-transform: uppercase;
    font-family: Pirulen;
    font-size: 31px;
}
.overlay-text-blanket p {
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-family: 'PIRULEN';
    background: #ff6d1b;
}

.blanket-text h4 {
    text-decoration: underline;
    color: #fff;
    margin-top: 60px;
    margin-left: 60px;
    text-transform: uppercase;
}

.blanket-text p {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 60px;
    font-family: 'Proxima';
}

.blanket-text-next h4 {
    text-decoration: underline;
    color: #fff;
    margin-top: 60px;
    margin-left: 60px;
    text-transform: uppercase;
}

.blanket-text-next p {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-left: 60px;
    font-family: 'Proxima';
}
.blanket-text-next ul {
    background-color: #7B7B7B;
    list-style: none;
    position: relative;
    width: 22%;
    font-family: 'Proxima';
    margin: 0 auto;
    color: #fff;
    padding: 25px;
}
.test-section {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0 0);
    background: #1A1A1A;
    position: relative;
    margin-top: 24px;
    padding: 44px;
}
.test-section:after{
    right: 62%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 28px;
    width: 170px;
    z-index: -1;
    top: 96%;
    transform: rotate(0deg);

}
.test-section h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 33px;
    font-family: 'jaguar';
    font-size: 20px;
}
.blank-image {
    background: #1a1a1a;
}
.drdo-text h6 {
    font-weight: 700;
}
.drdo-text {
    margin-top: 21%;
    color: #fff;
    font-family: 'Proxima';
    text-transform: uppercase;
}


/*.product {
width: 100%;
}

.product__images {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.product {
width: 100%;
background: #353535;
margin-top: 60px;
}

.product__main-image {
max-width: 500px;
max-height: 600px;
object-fit: cover;
cursor: pointer;
}

.product__slider-wrap {
max-width: 100%;
min-height: 100px;
display: flex;
align-items: center;
}

.product__slider {
width: 100%;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}

.product__image {
max-width: 180px;
max-height: 100px;
object-fit: cover;
cursor: pointer;
opacity: 0.5;
margin: 0.25rem;
}

.product__image:first-child {
margin-left: 0;
}

.product__image:last-child {
margin-right: 0;
}

.product__image:hover {
opacity: 1;
}

.product__image--active {
opacity: 1;
}

.product__slider::-webkit-scrollbar {
height: 10px;
}

.product__slider::-webkit-scrollbar-thumb {
background-color: #f9564f;
border-radius: 50px;
}*/








.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
    width:100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img{

    width:33%;
}
.bomb-basket-carousel {
    padding: 96px;
    background: #353535;
    margin-top: 60px;
}



















.end-images {
    padding: 30px 10px;
}
.middle-content h1 {
    color: #fff;
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
}
.middle-content h2 {
    color: #fff;
    font-family: 'Proxima';
    margin-top: 37px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.middle-content span {
    color: #fff;
    font-family: 'Proxima';
}
.middle-content p {
    text-transform: uppercase;
    margin-top: 40px;
    color: #fff;
    font-family: 'Proxima';
    font-weight: 600;
}
.middle-content ul li {
    color: #fff;
    font-family: 'Proxima';
}
.middle-content {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0 0);
    background: #1a1a1a;
    padding: 53px;
}

#bomb-basket-page {
    background-image: url(../banner-11.png);
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}
.text {
    margin-top: 70px;
    color: #fff;
    font-family: 'Neue-Helvetoica';
}

.bin-left-heading {
    border: 1px solid #ff6d1b;
    margin-top: 60px;
    padding: 10px;
}
.bin-right-section {
    margin-top: 60px;
}
.bin-left-heading h1 {
    color: #fff;
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 22px;
}
.bin-left-heading span {
    color: #fff;
    font-family: 'Proxima';
}
.bin-left-heading h2 {
    color: #ff6d1b;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 10px;
    font-family: 'jaguar';
}
.bin-left-heading ul li {
    color: #fff;
    font-family: 'Proxima';
}
.foolproof-text {
    text-align: center;
    margin-top: 31px;
    color: #fff;
}
.foolproof-text h3 {
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 24px;
}
.foolproof-text strong {
    font-family: 'Proxima';
}
.protection-text {
    margin-top: 60px;
    color: #fff;
}
.protection-text h4 {
    text-align: center;
    font-family: 'jaguar';
    font-size: 20px;
    margin-bottom: 25px;
}
.pro-image-content {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0% 20%);
    background: #1a1a1a;
    margin: 45px;
    padding: 1px;
    position: relative;
}
.pro-image {
    padding-bottom: 34px;
}
.pro-image-content:after{
    right: 62%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 28px;
    width: 170px;
    z-index: 1050;
    top: 98%;
    transform: rotate(0deg);

}
.jacket-feature-heading {
    color: #fff;
    text-transform: uppercase;
    font-family: 'PROXIMA';
    margin-top: 50px;
}
.jacket-feature-heading h4 {
    background: #ff6d1b;
    width: 13%;
    margin: 0 auto;
    padding: 10px;
}

.feature-heading {
    background: #1a1a1a;
    padding: 25px;
}
.feature-heading h5 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'jaguar';
}

.feature-heading p {
    color: #fff;
}
.feature-content {
    margin-top: 60px;
}
.feature-content span {
    color: #ff6d1b;
    text-transform: uppercase;
    font-family: 'jaguar';
}
.feature-content p {
    color: #fff;
    font-family: 'Proxima';
}


/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}










.feature-content ul {
    list-style: unset;
    color: #fff;
}
.image-text p {
    color: #fff;
    font-size: 21px;
    font-family: Pirulen;
    margin: 60px 0 60px 0;
    text-transform: uppercase;
    text-align: center;
}

#blast-proof-page {
    background-image: url(../banner-12.png);
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}


.overlay-text-bullet-video {
    position: absolute;
    bottom: 35%;
    display: grid;
    left: 23%;
}

.overlay-text-bullet-video span {
    text-transform: uppercase;
    font-family: Pirulen;
    color: #fff;
    font-size: 36px;
    border-bottom: 4px solid #FF6D1B;
    width: 100%;
}



.lecture-button button {
    color: #000;
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.lecture-button button:hover {
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #FF6D1B;
    font-size: 0.8rem;
    font-weight: 700;
}

.bullet-image-second {
    position: relative;
}

.overlay-bullet-image-second {
    position: absolute;
    bottom: 50%;
    display: grid;
    left: 37%;
}

.overlay-bullet-image-second span {
    text-transform: uppercase;
    font-family: Pirulen;
    color: #fff;
    font-size: 40px;
    width: 100%;
}
.jacket-text-next {
    font-family: 'Proxima';
}


.jacket-text-next h4 {
    text-decoration: underline;
    color: #fff;
    text-align: left;
    margin-top: 60px;
    margin-left: 60px;
}
.jacket-middle-text {
    text-align: center;
    margin-top: 40px;
}
.jacket-middle-text h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'jaguar';
}
.jacket-middle-text p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Proxima';
}
.protect-content {
    background: #353535;
    padding: 20px;
}

.jacket-text-next p {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-left: 60px;
}


.feature-heading h4 {
    background-color: #FF6D1B;
    width: 12%;
    padding: 6px;
    text-transform: uppercase;
    color: #fff;
    font-family: Inter-Regular;
    margin-top: 10%;
}

.feature-list {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0 0);
    background: #353535;
}

.feature-list ul {
    padding: 48px;
}

.feature-list ul li {
    padding: 10px;
    font-family: 'PROXIMA';
    color: #fff;
}

.feature-list ul li img {
    margin-right: 10px;
    width: 1%;
}

.photo-jacket {
    position: relative;
}
.headerBox.jacket {
    position: absolute;
    top: 209px;
    left: 117px;
    z-index: 1;
}
.headerBox__content_jacket {
    padding: 10px 49px 9px;
    background: #1A1A1A;
}
.headerBox__content_jacket h1 {
    color: #fff;
    font-family: jaguar;
    font-size: 20px;
    text-transform: uppercase;
}
.headerBox__content_jacket:after {
    right: 62%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 134px;
    z-index: -1050;
    top: 90%;
    transform: rotate(0deg);
}
.linkContainer .primaryLinkContainer a {
    color: #fff;
}


.photo-patka {
    position: relative;
}
.photo-patka video {
    width: 100%;
}
.vertical-pills-defense-page {
    margin-top: 80px;
}
.headerBox.patka {
    position: absolute;
    top: 168px;
    left: 117px;
    z-index: 1;
}
.headerBox__content_patka {
    padding: 11px 66px 16px;
    background: #1A1A1A;
}
.headerBox__content_patka h1 {
    color: #fff;
    font-family: jaguar;
    font-size: 20px;
    text-transform: uppercase;
}
.headerBox__content_patka:after {
    right: 62%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 134px;
    z-index: -1050;
    top: 90%;
    transform: rotate(0deg);
}



.photo-sentry {
    position: relative;
}
.headerBox.sentry {
    position: absolute;
    top: 175px;
    left: 63%;
    z-index: 1;
}
.headerBox__content_sentry {
    padding: 42px 27px;
    background: #1A1A1A;
}
.headerBox__content_sentry h1 {
    color: #fff;
    font-family: jaguar;
    font-size: 20px;
    text-transform: uppercase;
}
.headerBox__content_sentry:after {
    right: 62%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 134px;
    z-index: -1050;
    top: 90%;
    transform: rotate(0deg);
}

.patka-pill-content {
    padding: 130px;
    color: #fff;
}
.patka-pill-content p {
    border: 1px solid #ff6d1b;
    padding: 10px;
}
.patka-pill-content ul {
    border: 1px solid #ff6d1b;
    padding: 24px;
}
.nsfu-content {
    column-count: 2;
    color: #fff;
}
.nsfu-head-content {
    margin: 12px;
    text-transform: uppercase;
    font-family: 'Proxima';
}
.nsfu-drdo-content {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0 0);
    background: #1a1a1a;
    margin-top: 40px;
    padding: 10px;
}
.variant-content {
    color: #fff;
    background: #353535;
    padding: 20px;
}
.variant-content h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'jaguar';
    text-align: center;
    margin: 10px 0px;
}
.variant-content p {
    font-family: 'Proxima';
}
.patka-pill-content-second {
    padding: 48px;
    height: 60vh;
}
.patka-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Proxima';
    font-weight: 600;
}
.patka-content p {
    color: #fff;
}
.patka-button {
    width: 49%;
    margin: 0 auto;
}

.patka-button button {
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    font-size: 0.8rem;
    font-weight: 700;
}

.patka-button button:hover {
    color: #fff;
    text-transform: uppercase;
    background-color: #FF6D1B;
    border: none;
    font-size: 0.8rem;
    font-weight: 700;
}
.patka-head {
    margin: 50px 0px 50px 0px;
}

.patka-head h2 {
    text-transform: uppercase;
    font-family: 'jaguar';
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.patka-head p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    text-align: center;
}
.post-para p {
    padding: 0px 60px;
}
.post-para {
    background: #353535;
    color: #fff;
    padding: 12px;
    font-family: 'Proxima';
}
.employ h2 {
    margin-top: 30px;
    color: #FF6D1B;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 16px;
}
.employ p {
    margin-top: 10px;
    color: #fff;
    font-family: 'Proxima';
    font-size: 16px;
}
.protect h2 {
    margin-top: 30px;
    color: #FF6D1B;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 16px;
}
.protect p {
    margin-top: 10px;
    color: #fff;
    font-family: 'Proxima';
    font-size: 16px;
}
.feat-head{
    color: #fff;
    background: #1a1a1a;
    border-bottom: 5px solid #ff6d1b;
}
.feat-head h2 {
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
}
.feat-list ul {
    list-style: disc;
    color: #fff;
    font-family: 'Proxima';
}
.feat-list {
    background: #353535;
}

.bla-protect-text h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 14px;
    margin-top: 42px;
}
.bla-protect-text p {
    padding: 31px;
    color: #fff;
    font-family: 'Proxima';
}
.stand {
    padding: 26px;
}
.stand h2 {
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 20px;
    color: #ff6d1b;
}
.frag {
    padding: 26px;
}
.frag h2 {
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 20px;
    color: #ff6d1b;
}
.stand ul {
    color: #fff;
    font-family: 'Proxima';
}
.frag ul {
    color: #fff;
    font-family: 'Proxima';
}
.fit-content h2 {
    color: #ff6d1b;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
    margin-top: 47px;
    padding: 22px;
}
.fit-content ul {
    color: #fff;
    font-family: 'Proxima';
}
.emp-stand {
    padding: 60px;
}
.emp-stand h2 {
    color: #ff6d1b;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
}
.emp-stand p {
    color: #fff;
    font-family: 'Proxima';
    font-size: 16px;
}
.pro-stand {
    padding: 60px;
}
.pro-stand h2 {
    color: #ff6d1b;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
}
.pro-stand p {
    color: #fff;
    font-family: 'Proxima';
    font-size: 16px;
}
.custom-image-section {
    background: #1a1a1a;
    padding: 20px;
}
.custom-image-one {
    border-right: 1px solid #fff;
}

.sentry-list {
    margin-top: 40px;
}
.sentry-list h2 {
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 16px;
    color: #FF6D1B;
}
.sentry-list ul {
    color: #fff;
}

.sentry-list ul li {
    margin: 20px;
    font-family: 'Proxima';
}


.sentry-list ul li img {
    width: 24px;
    height: 26px;
    margin-right: 20px;
}


.spec-image {
    margin-top: 71px;
}
.custom-text {
    padding: 60px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0 0);
    background: #1a1a1a;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}
.custom-text:after {
    right: 86%;
    position: absolute;
    content: '';
    background: #ff6d1b;
    height: 23px;
    width: 134px;
    z-index: -1050;
    top: 98%;
    transform: rotate(0deg);
}
.custom-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
    text-align: center;
}
.custom-text p {
    color: #fff;
    font-family: 'Proxima';
    margin-top: 30px;
}
.stand-content {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}
.stand-content h2 {
    font-family: 'jaguar';
    font-size: 20px;
}
.stand-content p {
    font-family: 'Proxima';
    font-size: 16px;
}
.stand-para p {
    color: #fff;
    font-family: 'Proxima';
    padding: 60px;
}
.arc-content h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
}
.arc-content {
    text-align: center;
    margin: 30px;
}
.arc-first-image img {
    width: 100%;
    height: 464px;
}
.bespoke-2 img {
    width: 100%;
    height: 363px;
    padding: 5px;
}

.panel-section {
    border-bottom: 2px solid #fff;
    padding: 7px;
}
.window-content h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'jaguar';
    font-size: 20px;
    margin-top: 30px;
}
.window-content p {
    color: #fff;
    font-family: 'Proxima';
}
.door-blast-button {
    padding: 40px;
    text-align: center;
}
.doors-section-content {
    color: #fff;
}
.doors-section-content h2 {
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 20px;
}
.doors-section-content p {
    font-family: 'Proxima';
    margin-top: 30px;
}
.bespoke-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
}
.bespoke-section p {
    color: #fff;
    font-family: 'Proxima';
}
.bespoke-border {
    border-bottom: 2px solid #fff;
    padding: 7px;
}
.steel-para-image-content {
    border-bottom: 2px solid #fff;
    padding: 7px;
}
.lock-content {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 7px;
}
.lock-content h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'jaguar';
}
.lock-content p {
    font-family: 'Proxima';
}
.steel-para-image-content p {
    color: #fff;
    font-family: 'Proxima';
    margin: 10px;
}
.steel-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    font-size: 20px;
    margin-top: 20px;
}
.steel-content p {
    color: #fff;
    font-family: 'Proxima';
    margin-top: 20px;
}
.arc-content span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
}
.arc-para {
    color: #fff;
    font-family: 'Proxima';
}
.appratus-section {
    background: #1a1a1a;
    margin-top: 60px;
}

.armour-image {
    margin-top: 60px;
}

.armour-image p {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'jaguar';
}

.image-armour {
    margin-top: 100px;
}
.image-solution-text-3 {
    display: flex;
}
.image-solution-text-3 p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'jaguar';
    margin-top: 16px;
    margin-left: 33%;
}
.image-solution-text-3 span {
    color: #fff;
    margin-left: 10px;
}
#catridge-page {
    background-image: url(../banner-22.png);
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
}

.catridge-text {
    color: #fff;
    font-family: 'PROXIMA';
    background: #353535;
    padding: 10px;
}
.catridge-text p {
    font-size: 12px;
}

.image-machine {
    margin-top: 80px;
}

.image-machine-text ul {
    color: #fff;
    font-family: Proxima;
}

.image-machine-text ul li {
    padding: 20px;
    display: flex;
}

.image-machine-text ul li img {
    width: 24px;
    height: 26px;
    margin-right: 16px;
}

.machine-table {
    margin-top: 80px;
}

#scrollBtn {
    position: fixed;
    right: 63px;
    bottom: 97px;
    cursor: pointer;
}

#scrollBtn>.top {
    display: none
}

#scrollBtn.scrollUp>.top {
    display: initial
}

#scrollBtn.scrollUp>.bottom {
    display: none
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #fff;
}

#myBtn:hover {
    background-color: #555;
}
.security-content {
    color: #fff;
    margin-top: 80px;
}
.security-content h2 {
    font-family: 'jaguar';
    text-transform: uppercase;
    font-size: 20px;
}
.security-content span {
    font-family: 'Proxima';
    text-transform: uppercase;
}
.security-content p {
    padding: 40px;
    border: 1px solid #ff6d1b;
}
.market-content {
    margin-top: 80px;
    color: #fff;
    background: #4e4e4e;
    padding: 70px;
    text-align: center;
}
.market-content p {
    text-transform: uppercase;
    font-family: 'Proxima';
    font-size: 13px;
    margin-top: 29px;
}
.tech-list {
    padding: 24px;
    color: #fff;
    font-family: 'Proxima';
}
.tech-list ul li {
    margin: 24px;
}
.hr-line {
    position: relative;
    max-width: 100%;
}
.hr-line h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    font-size: 16px;
    margin: 60px;
}
.hr-line:after {
    content: " ";
    height: 2px;
    width: 90%;
    background: #ff6d1b;
    display: block;
    position: absolute;
    top: 32%;
    right: -76px;
}
.large-morcha {
    margin-top: 20px;
}






/*Media Query CSS*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .right-box {
        background: #1A1A1A;
        display: none;
    }

    .left-icons {
        border-right: 1px solid #393939;
        display: none;
    }

    .navbar-collapse:not(.show) {
        display: block;
    }

   .icon {
    position: absolute;
    right: 13   px;
    top: -33px;
    width: 44px;
    height: 45px;
    background-color: #595959;
}
.legacy-para {
    margin-top: 28px;
}
.footer-area {
    background-color: #000;
    color: #fff;
    padding: 35px 0px;
    border-top: 1px solid #fff;
    margin-top: 40px;
    margin-left: 28px;
}
.footer-box ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: 'Proxima';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.2em;
}
.nav_main .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu.show .dropdown-item {
    padding-left: 8px;
    font-family: 'Proxima';
    letter-spacing: 0.2em;
}

    .icon .fa.fa-plus-circle {
        display: block;
        padding: 0px;
        margin: 0px;
        text-align: center;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .first_sec .owl-dots {
        display: block !important;
        width: 100%;
        position: absolute;
        bottom: 15%;
        z-index: 1050;
        text-align: center;
    }
    .overlay-text-main h2 {
        font-family: Pirulen;
        color: #FF6D1B;
        text-align: center;
        font-size: 18px;
    }
    .first_sec .owl-dots button.owl-dot {
        width: 30px;
        height: 30px;
        /* background: #fff !important; */
        border-radius: 100%;
        margin: 0px 7px;
        /* text-align: center; */
    }
    .first_sec .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        background: #fff !important;
        border-radius: 100%;
        /* margin: 0px 7px; */
        /* padding: 10px; */
        display: block;
        margin: 0 auto;
    }
    .overlay-text-main p {
        font-family: 'Proxima';
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }
    .content-flexbox {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .content-style {
        margin-top: 4%;
        width: 199px;
        height: 105px;
        padding-left: 10%;
        font-family: 'jaguar';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }

    .overlay-text-third-video-index a img {
        position: absolute;
        bottom: 23%;
        left: 16%;
    }



    span.primaryLinkContainer a span {
        cursor: pointer;
    }

    button.owl-dot.active {
        border: 1px solid #fff !important;
    }

    .nav_main .navbar .navbar-nav .dropdown-toggle {

        font-size: 12px;
    }

    .nav_main .navbar .navbar-nav li a {
        border-bottom: none;
    }

    #myBtn {
        display: none !important;
    }
    .text p {
        font-family: 'Proxima';
        font-size: 16px;
        border: 1px solid #ff6d1b;
        padding: 36px;
    }
    .pass-image img {
        width: 100%;
        margin-top: 40px;
    }
    .bunker-image img {
        width: 100%;
    }
    .home-car-image img {
        width: 100%;
    }
    .overlay-text-third-video span {
        color: #fff;
        font-size: 14px;
        font-family: 'jaguar';
        text-transform: uppercase;
        width: 67%;
    }
    .overlay-text-third-video a img {
        position: absolute;
        top: 68%;
        left: 40px;
    }
    .overlay-text-second-video a img {
        top: 63%;
        position: absolute;
        right: 33%;
        cursor: pointer;
    }
    .overlay-text-third-video-index {
        position: absolute;
        display: grid;
        left: 33px;
        bottom: 19%;
    }
    .overlay-bharat-text {
        position: absolute;
        top: 10%;
        left: 30%;
    }
    .overlay-bharat-text a img {
        position: absolute;
        bottom: 20%;
        left: 17%;
    }
    .image-solution-3 {
        position: relative;
    }
    .overlay-refine-text {
        position: absolute;
        top: 33%;
        left: 20%;
    }
    .overlay-refine-text a img {
        position: absolute;
        bottom: 20%;
        left: 17%;
    }

    .overlay-cart-text {
        position: absolute;
        top: 8%;
        left: 20%;
    }
    .overlay-cart-text a img {
        position: absolute;
        bottom: 11%;
        left: 11%;
    }
    .catridge-text {
        color: #fff;
        font-family: 'PROXIMA';
        padding: 35px;
        background: none;
    }
    .image-machine-text ul li {
        padding: 10px;
        font-size: 12px;
    }
    .blanket-first-image {
        position: relative;
    }

    .overlay-indian-text {
        position: absolute;
        top: 8%;
        left: 20%;
    }
    .overlay-indian-text a img {
        position: absolute;
        bottom: 20%;
        left: 17%;
    }
    .overlay-text-third-video-index span {
        color: #fff;
        font-size: 27px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 67%;
    }
    .index-button a.button p:after {
        content: "";
        background: #fff;
        height: 1px;
        width: 19px;
        position: absolute;
        bottom: 8px;
        transform: skew(49deg, 315deg);
        right: -1px;
    }
    .index-button-2 a.button p:after {
        content: "";
        background: #fff;
        height: 1px;
        width: 19px;
        position: absolute;
        bottom: 8px;
        transform: skew(49deg, 315deg);
        right: -1px;
    }
    .index-button-3 a.button p:after {
        content: "";
        background: #fff;
        height: 1px;
        width: 19px;
        position: absolute;
        bottom: 7px;
        transform: skew(49deg, 315deg);
        right: -1px;
    }
    .index-button-4 a.button p:after {
        content: "";
        background: #fff;
        height: 1px;
        width: 19px;
        position: absolute;
        bottom: 7px;
        transform: skew(49deg, 315deg);
        right: -1px;
    }

    #Home {
        background-image: url(../banner-7.png);
        width: 100%;
        height: 22vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    #Home-contact-page {
        background-image: url(../banner-8.png);
        width: 100%;
        height: 24vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .contact-page-area .form-area input {
        width: 100%;
    }

    #myForm a {
        margin: 0 149px;
        color: #fff;
    }
    .drdo-text {
        color: #fff;
        margin: 0px;
        padding: 13px;
    }

    .contact-page-area .form-area textarea {
        width: 100%;
    }

    .contact-page-area .form-area .btn {

        width: 100%;
    }

    iframe {
        width: 100%;
    }

    #Home-gallery-defense-page {
        background-image: url(../banner-6.png);
        width: 100%;
        height: 30vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    #gallery {
        line-height: 0;
        column-count: 1;
    }

    #gallery img {
        width: 100% !important;
        margin-bottom: 18px;
    }

    #gallery-tractor {
        margin-top: 33px;
        column-count: 1;
    }

    #gallery-tractor img {
        width: 100%;
        margin-top: 24px;
        margin-left: 0;
    }

    .menu-btn {
        position: absolute;
        z-index: 1051;
        right: 20px;
        top: -68px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .head-social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        border-top: 1px solid #fff;
        width: 87%;
        margin-left: 6%;
        top: 87%;
    }

    .wrapper ul li a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        border-radius: 50px;
        font-family: Pirulen;
    }
    .bin-left-heading h1 {
        color: #fff;
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
    }
    .bin-left-heading {
        margin-top: 60px;
        padding: 10px;
        border: none;
    }
    .bin-left-heading p {
        font-family: 'Proxima';
        color: #fff;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-size: 10px;
        text-align: center;
    }
    .bin-left-heading span {
        color: #fff;
        font-family: 'Proxima';
        font-size: 13px;
    }
    .drdo-section {
        margin-top: 30px;
    }
    .bin-left-heading h2 {
        color: #ff6d1b;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 10px;
        font-family: 'jaguar';
    }
    .bin-left-heading ul li {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .middle-content h1 {
        color: #fff;
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
    }
    .middle-content h2 {
        color: #fff;
        font-family: 'Proxima';
        margin-top: 22px;
        font-size: 14px;
    }
    .middle-content span {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .middle-content span {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .middle-content p {
        margin-top: 19px;
        color: #fff;
        font-family: 'Proxima';
        font-size: 14px;
    }
    .middle-content ul li {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .middle-content {
        background: url(../containment-special.png);
        padding: 42px;
        background-repeat: no-repeat;
    }
    .blast-overlay-tactical-text-video {
        position: absolute;
        top: 4%;
        left: 50px;
        right: 0;
    }
    .blast-overlay-tactical-text-video a img {
        position: absolute;
        bottom: 20%;
        left: 9%;
    }
    .foolproof-text h3 {
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 12px;
    }
    .foolproof-text strong {
        font-family: 'Proxima';
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }

    #Home-gallery-page {
        background-image: url(../banner-4.jpg);
        width: 100%;
        height: 29vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .mytexttitle {
        font-size: 10px;
        flex-grow: 0;
        font-family: Inter-Medium;
        color: #fff;
        font-style: italic;
        margin-left: 0;
    }

    .legacy-button button {
        background: transparent;
        width: 64%;
        border: 1px solid #fff;
        border-radius: 20px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .index-button button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        width: 47%;
        color: #000;
    }

    .index-button button:hover {
        width: 47%;
    }

    .social-icons ul {
        display: flex;
    }
    .overlay-text-blanket {
        position: absolute;
        left: 54px;
        bottom: 65%;
    }
    .overlay-text-blanket a img {
        position: absolute;
        bottom: 17%;
        left: 10%;
    }
    .overlay-text-blanket span.safety {
        color: #fff;
        text-transform: uppercase;
        font-family: Pirulen;
        font-size: 14px;
    }
    .overlay-text-blanket p {
        color: #fff;
        width: 87%;
        font-size: 13px;
        font-family: inter-Regular;
    }

    .blanket-text h4 {
        color: #fff;
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
        margin-left: 0px;
        text-align: center;
    }
    .blanket-para p {
        color: #fff;
        text-align: left;
        margin-top: 30px;
        font-family: 'Proxima';
        font-size: 13px;
        background: #1a1a1a;
        padding: 20px;
    }
    .blast-overlay-text-video p {
        margin-left: auto;
        display: block;
        width: 95%;
        color: #fff;
        background: #ff6d1b;
        font-family: Pirulen;
        margin-right: 20px;
    }
    .blanket-text-next span {
        color: #FF6D1B;
        margin-left: 0px;
    }
    #bomb-blanket-page-mobile {
        background-image: url(../mobile-banner-blanket.png);
        width: 100%;
        height: 108vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .overlay-text-first-video {
        position: absolute;
        bottom: 14%;
        display: grid;
        left: 30px;
    }

    .overlay-text-first-video span.feel {
        color: #fff;
        text-transform: uppercase;
        font-family: Pirulen;
        font-size: 28px;
    }

    .overlay-text-first-video p {
        color: #FF6D1B;
        text-transform: uppercase;
        font-family: Pirulen;
        font-size: 28px;
    }

    .head h4 {
        text-transform: uppercase;
        color: #FF6D1B;
        margin-top: 60px;
        font-size: 25px;
        font-family: Pirulen;
    }

    .text p {
        color: #fff;
        font-size: 14px;
        font-family: 'PROXIMA';
        border: none;
        padding: 7px;
    }

    .text-2 p {
        color: #fff;
        font-size: 14px;
        font-family: Inter-regular;
        margin-top: 20px;
    }

    .image img {
        width: 100%;
    }
    .blast-overlay-text-video {
        position: absolute;
        bottom: 19%;
        left: 50px;
        right: 0;
    }

    .blast-overlay-text-video span {
        color: #fff;
        font-size: 27px;
        font-family: Pirulen;
        text-transform: uppercase;
        display: block;
        margin-left: auto;
        width: 100%;
    }
.nav_main .navbar .navbar-nav li {
    border-bottom: 1px solid #393939;
    z-index: 1;
    padding: 10px 0;
}
.icon_click {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    z-index: 2;
    top: 0;
    background: #000;
}
.icon_click:focus {
    border: none !important;
}
.nav_main .navbar .navbar-nav .dropdown-toggle {
    width: 100%;
    position: relative;
    height: 2px;
    text-align: left;
    background: #000;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Pirulen;
    border-bottom: 1px solid #393939;
}

    .overlay-text-jacket p {
        color: #fff;
        width: 100%;
        font-size: 12px;
        font-family: 'Inter-Regular';
    }

    .overlay-text-jacket span {
        color: #FF6D1B;
        font-size: 24px;
        font-family: Pirulen;
        text-transform: uppercase;
    }

    .overlay-text-jacket {
        position: absolute;
        left: 10px;
        top: 23px;
    }

    .jacket-first-image img {
        width: 100%;
    }

    .jacket-text-next p {
        color: #fff;
        text-align: left;
        margin-top: 7px;
        margin-left: 0;
        font-family: 'Proxima';
        font-size: 12px;
        line-height: 21px;
    }
    .protect-content {
        background: none;
        padding: 20px;
    }

    .jacket-text-next h4 {
        text-decoration: underline;
        color: #fff;
        margin-top: 31px;
        font-family: 'PROXIMA';
        margin-left: 0px;
        font-size: 15px;
    }

    .jacket-row-text h4 {
        text-transform: uppercase;
        color: #fff;
        font-family: Pirulen;
        margin-top: 25px;
        text-align: center;
    }

    .jacket-row-text p {
        color: #fff;
        font-family: Inter-Regular;
        font-size: 13px;
    }

    .feature-heading h4 {
        background-color: #FF6D1B;
        width: 37%;
        padding: 6px;
        text-transform: uppercase;
        color: #fff;
        font-family: Inter-Regular;
        margin-top: 10%;
    }

    .feature-list ul li img {
        margin-right: 10px;
        width: 5%;
    }

    .image-text-row {
        margin-top: 15%;
        border: 1px solid #ff6d1b;
    }

    .jacket-row-image img {
        width: 100%;
    }

    .patka-head span {
        color: #FF6D1B;
        font-size: 28px;
        font-family: Pirulen;
    }
    .jacket-middle-text h2 {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'jaguar';
    }
    .jacket-middle-text p {
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Proxima';
        letter-spacing: 0.2em;
    }
    .patka-para img {
        width: 100%;
        margin-top: 20px;
    }
    .secure-patka-image img {
        width: 100%;
    }
    .patka-card-body {
        margin: 0px;
        padding: 0px;
    }
    .patka-accordion .patka-card-header {
        background: #1a1a1a;
        border-radius: 0px;
        border-bottom: 1px solid #4e4e4e;
    }
    .patka-accordion {
        margin-top: 23px;
    }

    .patka-card {
        border: none;
    }
    .patka-accordion .btn {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Proxima';
        letter-spacing: 0.2em;
        font-size: 10px;
        width: 100%;
    }

    .patka-accordion .btn:hover {
        text-decoration: none;
    }
    .patka-accordion .fa-stack {
        font-size: 18px;
    }
    .secure-jacket-image img {
        width: 100%;
    }
    .jacket-card-body {
        margin: 0px;
        padding: 0px;
    }
    .jacket-accordion .jacket-card-header {
        background: #1a1a1a;
        border-radius: 0px;
        border-bottom: 1px solid #4e4e4e;
    }
    .jacket-accordion {
        margin-top: 23px;
    }

    .jacket-card {
        border: none;
    }
    .jacket-accordion .btn {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Proxima';
        letter-spacing: 0.2em;
        font-size: 10px;
        width: 100%;
        text-align: right;
    }

    .jacket-accordion .btn:hover {
        text-decoration: none;
    }
    .jacket-accordion .fa-stack {
        font-size: 18px;
    }

 .armour-card-body {
        margin: 0px;
        padding: 0px;
    }
    .armour-accordion .armour-card-header {
        background: #1a1a1a;
        border-radius: 0px;
        border-bottom: 1px solid #4e4e4e;
    }
    .armour-accordion {
        margin-top: 23px;
    }

    .armour-card {
        border: none;
    }
    .armour-accordion .btn {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Proxima';
        letter-spacing: 0.2em;
        font-size: 10px;
        width: 100%;
    }

    .armour-accordion .btn:hover {
        text-decoration: none;
    }
    .armour-accordion .fa-stack {
        font-size: 18px;
    }
    .armour-collapse-content p {
        background: #353535;
        color: #fff;
        font-size: 12px;
        margin: 0px;
        padding: 24px;
        font-family: 'Proxima';
    }
    .material p {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
        margin: 0 auto;
        margin-top: 16px;
        font-size: 14px;
    }
    .armour-video {
        margin-bottom: -6px;
    }
    .material {
        display: inline-flex;
        background: #ff6d1b;
        width: 100%;
    }
    .material_section .image_1 img {
        width: 100%;
    }
    .armour_slide_arrow_box .armour_slider_navs i {
        color: #ff6d1b;
    }
    .armour_slide_arrow_box .armour_slider_navs .carousel-control-prev {
        position: absolute;
        opacity: 1;
        top: 81%;
    }

    .armour_slide_arrow_box .armour_slider_navs .carousel-control-next {
        position: absolute;
        opacity: 1;
        top: 81%;
    }

 .blast-proof-video video {
        width: 100%;
    }

    .model h2 {
        color: #fff;
        font-family: 'Proxima';
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 12px;
        text-align: center;
        padding: 15px;
        background: #ff6d1b;
        margin-bottom: -23px;
    }
    .jacket-feature img {
        width: 100%;
        margin-top: 20px;
    }
    .patka-head {
        margin-top: 16px;
        text-align: center;
    }

    .text {
        margin-top: 13px;
    }

    .patka-text {
        margin-top: 0px;
    }

    .patka-text p {
        color: #fff;
        font-size: 13px;
        font-family: 'Inter-Regular';
        margin-top: 31px;
    }

    .sentry-list ul li {
        display: flex;
        margin: 2px;
    }

    .sentry-list ul li img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .sentry-list ul li p {
        font-size: 13px;
    }
    .custom-content img {
        width: 100%;
    }
    .feat-list {
        background: none;
    }
    .feat-list ul {
        list-style: disc;
        color: #fff;
        font-family: 'Proxima';
        line-height: 39px;
    }

    .armour-image p {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: Pirulen;
        margin-top: 24px;
    }

    .armour-image {
        margin-top: 19px;
    }

    .image-armour {
        margin-top: 19px;
    }

    #armour-page-mobile {
        background-image: url(../arm-banner.png);
        width: 100%;
        height: 75vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .footer-box.about-widget a img {
        width: 160px;
        margin-bottom: 38px;
        margin-left: 54px;
    }
    .armour-image img {
        width: 88%;
    }

    #morcha-page-mobile {
        background-image: url(../morcha-banner-mobile.png);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .end-image {
        text-align: center;
    }

    .end-image a {
        background-color: #ff6d1b;
        padding: 12px;
        border-radius: 6px;
        color: #fff;
    }
    .app-image img {
        width: 100%;
    }
    .security-content h2 {
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
    }
    .security-content h3 {
        font-size: 10px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.2em;
    }
    .security-content h1 {
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .security-content p {
        padding: 10px;
        border: none;
        font-family: 'Proxima';
        font-size: 14px;
    }
    .gem-box img {
        width: 100%;
    }
    .drdo-cert-image img {
        width: 100%;
        margin: 20px 0px;
    }
    .bullet-video-first video {
        width: 100%;
    }
    .tech-head h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        font-family: 'jaguar';
        text-align: center;
        padding: 15px;
    }
    .tech-head {
        background: #1a1a1a;
        border-bottom: 4px solid #ff6d1b;
        margin: 30px 0px;
    }
    .spec-section ul {
        color: #fff;
        font-family: 'Proxima';
        font-size: 13px;
        line-height: 30px;
    }
    .blanket-text-next h4 {
    text-decoration: none;
    color: #fff;
    margin-top: 60px;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 16px;
}
.blanket-text-next p {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    margin-left: 0px;
    font-family: 'Proxima';
}
.blanket-text p {
    color: #fff;
    margin-top: 30px;
    font-family: 'Proxima';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 13px;
}


    .overlay-text-bullet-video {
    position: absolute;
    bottom: 50%;
    display: grid;
    left: 23%;
}
    .bullet-image-first {
        position: relative;
    }
    .overlay-bullet-image-first a img {
        position: absolute;
        bottom: 19%;
        left: 18%;
    }
    .overlay-bullet-image-second {
        position: absolute;
        bottom: 16%;
        display: grid;
        left: 8%;
    }
    .overlay-bullet-image-second a img {
        position: absolute;
        bottom: 16%;
        left: 16%;
    }
    .photo-senitry {
        position: relative;
    }
    .patka-head h2 {
        text-transform: uppercase;
        font-family: 'jaguar';
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    .patka-head p {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Proxima';
        text-align: center;
        font-size: 10px;
        letter-spacing: 0.2em;
    }
    .post-para {
        color: #fff;
        padding: 0px;
        font-family: 'Proxima';
        background: none;
    }
    .post-para p {
        padding: 0px;
        font-size: 14px;
        line-height: 23px;
        font-family: 'Proxima';
    }
    .helmet-card-header {
    background: #4e4e4e;
    width: 100%;
    text-align: right;
}
    .helmet-card-body-one {
        background: #4e4e4e;
        border: none;
        color: #fff;
        font-family: 'Proxima';
    }
    .helmet-card-body-two {
        background: #7b7b7b;
        border: none;
        color: #fff;
        font-family: 'Proxima';
    }
    .helmet-card-header .btn {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .helmet-card-header-two {
    background: #7b7b7b;
    width: 100%;
    text-align: right;
}
    .helmet-card-header-two .btn {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: 'Proxima';
        font-size: 12px;
    }
    .helmet-card {
        border: none;
    }
    .employ h2 {
        margin-top: 30px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 16px;
        background: #1a1a1a;
        padding: 14px;
        text-align: center;
        border-bottom: 4px solid #ff6d1b;
    }
    .vehicle-list img {
        width: 100%;
        margin-top: 30px;
    }
    .employ p {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
        margin: 0px 10px;
        line-height: 18px;
    }
    .protect h2 {
        margin-top: 30px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 16px;
        background: #1a1a1a;
        padding: 15px;
        text-align: center;
        border-bottom: 4px solid #ff6d1b;
    }
    .banner_section .image_1 img {
        width: 100%;
    }
    .sentry-list h2 {
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 16px;
        color: #fff;
        background: #1a1a1a;
        padding: 15px;
        text-align: center;
        border-bottom: 4px solid #ff6d1b;
    }
    .sentry-list ul li {
        margin: 2px;
        display: list-item;
    }
    .protect p {
        color: #fff;
        font-family: 'Proxima';
        font-size: 12px;
        margin: 0px 10px;
        line-height: 18px;
    }
    .stand-content h2 {
        font-family: 'jaguar';
        font-size: 16px;
    }
    .stand-content p {
        font-family: 'Proxima';
        font-size: 12px;
        letter-spacing: 0.2em;
    }
    .stand-para p {
        color: #fff;
        font-family: 'Proxima';
        padding: 10px;
    }
    .emp-stand {
        padding: 0px;
    }
    .emp-stand h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 15px;
        background: #1a1a1a;
        padding: 20px;
        text-align: center;
        border-bottom: 4px solid #ff6d1b;
        margin-top: 20px;
    }
    .pro-stand h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 15px;
        text-align: center;
        padding: 20px;
        background: #1a1a1a;
        border-bottom: 4px solid #ff6d1b;
    }
    .custom-image-section {
        background: none;
        padding: 0px;
    }
    .custom-image-two {
        margin-top: 30px;
    }
    .emp-stand p {
        color: #fff;
        font-family: 'Proxima';
        margin-left: 14px;
        font-size: 14px;
    }
    .pro-stand p {
        color: #fff;
        font-family: 'Proxima';
        font-size: 14px;
        margin-left: 14px;
    }
    .table-image img {
    width: 100%;
}
.armour-image img {
    width: 58%;
    margin-left: 65px;
}
    .fit-content ul {
        color: #fff;
        font-family: 'Proxima';
        font-size: 14px;
        line-height: 36px;
    }
    .hr-line h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Proxima';
        font-size: 11px;
        letter-spacing: 0.2em;
        margin-top: 30px !important;
        margin: 0px;
    }
    .arc-end-image {
        margin-top: 30px;
    }
    .card.card-body {
        background: transparent;
    }
    .doors-section-content h2 {
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 13px;
        margin: 10px;
    }
    .doors-section-content p {
        font-family: 'Proxima';
        font-size: 14px;
        margin: 10px;
    }
    .bespoke-section h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 13px;
    }
    .bespoke-section p {
        color: #fff;
        font-family: 'Proxima';
        font-size: 13px;
    }
    .door-blast-image-content-section {
        padding: 0px;
        margin-top: 14px;
        background: url(../collapse-back.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .steel-content h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 13px;
        margin-top: 0px;
    }
    .steel-content p {
        color: #fff;
        font-family: 'Proxima';
        margin-top: 11px;
        font-size: 13px;
    }
    .steel-para-image-content p {
        color: #fff;
        font-family: 'Proxima';
        margin: 10px;
        font-size: 13px;
    }
    .lock-content h2 {
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 13px;
    }
    .lock-content p {
        font-family: 'Proxima';
        font-size: 13px;
    }
    .glaze-image {
    margin-top: 20px;
    text-align: center;
}
    .custom-image-one {
        border-right: none;
    }
    .custom-image-two img {
        width: 100%;
    }
    .pro-stand {
        padding: 0px;
    }
    .overlay-text-photo-senitry {
        position: absolute;
        bottom: 20%;
        left: 10%;
    }
    .overlay-text-photo-senitry a img  {
        position: absolute;
        bottom: 20%;
        left: 10%;
    }
    .overlay-bullet-image-first {
        position: absolute;
        bottom: 20%;
        left: 10%;
    }

    .overlay-text-bullet-video span {
        width: 58%;
        text-transform: uppercase;
        font-family: Pirulen;
        color: #fff;
        font-size: 18px;
        border-bottom: 4px solid #FF6D1B;
        text-align: center;
    }


   .overlay-text-engg-video {
    position: absolute;
    bottom: 50%;
    display: grid;
    left: 105px;
}

    .overlay-text-engg-video span {
        text-transform: uppercase;
        font-family: Pirulen;
        color: #fff;
        font-size: 18px;
        border-bottom: 3px solid #FF6D1B;
        width: 50%;
    }
    .image-solution-4 {
        position: relative;
    }
    .image-solution {
        position: relative;
    }
    .image-solution-5 {
        position: relative;
    }
    .image-solution-2 {
        position: relative;
    }
    .bullet-video-first {
        position: relative;
    }

    .image-solution-text {
        position: absolute;
        top: 4%;
        right: 16%;
        width: 44%;
    }
    .feature-heading h5 {
        color: #fff;
        text-transform: uppercase;
        background: #1a1a1a;
        padding: 0px;
        position: relative;
        font-size: 12px;
    }
    .feature-heading p {
        color: #fff;
        font-size: 14px;
        font-family: 'Proxima';
    }
    .feature-content span {
        color: #ff6d1b;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 12px;
    }
    .feature-content p {
        color: #fff;
        font-family: 'Proxima';
        font-size: 14px;
    }
    .feature-content span {
        color: #ff6d1b;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 14px;
        line-height: 12px;
    }
    .feature-content {
        margin-top: 21px;
    }
    .feature-content ul {
        list-style: unset;
        color: #fff;
        font-size: 14px;
        font-family: 'Proxima';
    }
    .pro-image-content {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 94% 100%, 0 100%, 0% 80%, 0% 20%);
        background: #1a1a1a;
        margin: 12px;
        padding: 0px;
        position: relative;
    }
    .overlay-solution-text {
        position: absolute;
        bottom: 10%;
        left: 36%;
    }
    .overlay-solution-text a img {
        position: absolute;
        bottom: 25%;
        left: 16%;
    }

    .image-solution-text {
        position: absolute;
        top: 4%;
        right: 9%;
        width: 52%;
        text-align: right;
    }

    .image-solution-text span {
        font-size: 24px;
        font-family: Pirulen;
        color: #FF6D1B;
    }

    .image-solution-text-2 {
        position: absolute;
        top: 3%;
        text-align: right;
        right: 7%;
    }

    .image-solution-text-2 span {
        font-size: 28px;
        font-family: Pirulen;
        color: #fff;
    }

    .image-solution-text-3 span {
        color: #fff;
        font-size: 19px;
        font-family: Pirulen;
    }

    .image-solution-text-4 {
        position: absolute;
        top: 10%;
        left: 10px;
    }
    .bla-protect-text h2 {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 14px;
        margin-top: 42px;
        background: #1a1a1a;
        padding: 20px;
        border-bottom: 4px solid #ff6d1b;
    }
    .stand h2 {
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 13px;
        color: #ff6d1b;
    }
    .frag {
        padding: 0px;
    }
    .frag h2 {
        font-family: 'jaguar';
        text-transform: uppercase;
        font-size: 14px;
        color: #ff6d1b;
    }
    .stand {
        padding: 0px;
    }
    .fit-content h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'jaguar';
        font-size: 14px;
        margin-top: 0px;
        padding: 20px;
        text-align: center;
        background: #1a1a1a;
        border-bottom: 4px solid #ff6d1b;
    }
    .image-solution-text-4 span {
        font-size: 25px;
        font-family: Pirulen;
        color: #FF6D1B;
    }

    .image-solution-text-5 {
        position: absolute;
        display: grid;
        left: 30px;
        bottom: 53%;
    }

    .image-solution-text-5 span {
        color: #fff;
        font-size: 27px;
        font-family: Pirulen;
        text-transform: uppercase;
    }

    .image-solution-text-5 p {
        color: #fff;
        width: 75%;
        font-size: 14px;
        font-family: Inter-Regular;
    }

    #catridge-page-mobile {
        background-image: url(../banner-mobile.png);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .catridge-text-list ul li p {
        font-size: 14px;
    }

    .catridge-text-list ul li img {
        width: 16px;
        height: 16px;
        margin-right: 16px;
        margin-top: 11px;
    }

    .image-machine-text ul li p {
        font-size: 14px;
    }

    .image-machine-text ul li img {
        width: 16px;
        height: 16px;
        margin-right: 16px;
        margin-top: 16px;
    }

    .image-machine {
        margin-top: 0;
    }

    .machine-table {
        margin: 0;
    }

    #defense-gallery-page-mobile {
        background-image: url("../armour-mobile-banner.png");
        width: 100%;
        height: 96vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }
    .armour-head {
        margin-left: 50px;
        color: #fff;
        padding: 1px;
        background-color: #FF6D1B;
        width: 77%;
        text-align: center;
        position: relative;
        text-transform: uppercase;
        font-style: italic;
        font-family: Inter-Regular;
    }
    .block-body p {
        font-style: italic;
        font-weight: 600;
        font-family: Inter-Regular;
        font-size: 12px;
        margin-bottom: 30px;
    }


    ul.btn-query li {
        font-style: italic;
        font-family: Inter-Regular;
        font-size: 13px;
        margin-top: 27px;
        margin-left: -19px;
    }

    .defense-video-text {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}
.defense-video-text span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    font-size: 12px;
    letter-spacing: 0.2em;
}
.gallery-list-head h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Proxima';
    letter-spacing: 0.2em;
    font-size: 15px;
}
.gallery-list-head {
    background: #ff6d1b;
    padding: 11px;
}
.car-image img {
    width: 100%;
    margin: 10px;
}
.vehicle-gallery-page-link {
    width: 100%;
}
.vehicle-gallery-page-link .gallery-navs a {
    color: #fff;
    font-family: 'Proxima';
    letter-spacing: 0.2em;
    font-size: 12px;
}
.gallery-navs {
    text-align: center;
    text-transform: uppercase;
    background: #1a1a1a;
}
.vehicle-gallery-page-content {
    margin-top: 67px;
}
.defense-banner img {
    width: 100%;
}
.bvcs-banner img {
    width: 100%;
}
.first_sec video {
    width: 100%;
}
.vehicle-gallery-navs {
    text-align: center;
    list-style: none;
    background: #353535;
}
.vehicle-gallery-navs li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    letter-spacing: 0.2em;
}
.vehicle-page img {
    width: 100%;
}
.gallery-link {
    background: #353535;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima';
    font-size: 12px;
    letter-spacing: 0.2em;
}
.gallery-link.active {
    background: #353535 !important;
    color: #fff !important;
}

    .overlay-text-video span {
        text-transform: uppercase;
        font-family: Pirulen;
        color: #fff;
        font-size: 18px;
    }
    .overlay-text-video {
        position: absolute;
        bottom: 123px;
        right: 68px;
        width: 72%;
        border-bottom: 5px solid #EA701F;
    }
    .overlay-text-photo {
        position: absolute;
        display: grid;
        right: 69px;
        bottom: 68%;
    }
    .overlay-text-photo a img {
        position: absolute;
        bottom: 20%;
        left: 11%;
    }
    .overlay-text-second-video-bomb a img {
        position: absolute;
        bottom: 14%;
        left: 11%;
    }
    .overlay-text-third-video-bomb a img {
        position: absolute;
        bottom: 18%;
        left: 12%;
    }

    .overlay-text-photo span {
        color: #fff;
        font-size: 20px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 100%;
        margin-left: 38px;
    }

    .bomb-button-1 {
        margin-right: 0;
    }

    .bomb-button-1 button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        max-width: 73%;
        color: #000;
        margin-left: auto;
    }

    .bomb-button-2 button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        width: 73%;
        color: #000;
    }

    .bomb-button-2 button:hover {
        width: 73%;
    }

    .overlay-text-second-video-bomb span {
        color: #fff;
        font-size: 34px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 100%;
    }
    .overlay-text-second-video-bomb {
        position: absolute;
        display: grid;
        left: 34px;
        bottom: 55%;
    }

    .overlay-text-third-video-bomb span {
        color: #fff;
        font-size: 21px;
        font-family: Pirulen;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: end;
    }
    .overlay-text-third-video-bomb span.bomb-design {
        background: #FF6D1B;
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
    }
    .bomb-button-6 {
        margin-left: 46px;
    }
    .bomb-button-6:after {
        content: "";
        background: #fff;
        height: 2px;
        width: 21px;
        position: absolute;
        bottom: 8px;
        transform: skew(0deg, 319deg);
        right: -1px;
    }
    .bomb-button-6 a.button:before {
        content: "";
        position: absolute;
        background: #fff;
        height: 1px;
        width: 90%;
        left: -1px;
        bottom: -1px;
    }

    .bomb-button-3 button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        max-width: 41%;
        color: #000;
        margin-left: auto;
    }

    .bomb-button-3 button:hover {
        max-width: 41%;
    }
    .overlay-text-third-video-bomb {
        position: absolute;
        bottom: 66%;
        right: 53px;
    }
    .overlay-video-bin a img {
        position: absolute;
        bottom: 13%;
        left: 13%;
    }
    .overlay-video-bin-volatile a img {
        position: absolute;
        bottom: 17%;
        left: 12%;
    }
    .bomb-button-3 {
        margin-left: 41%;
    }
    .overlay-video-bin {
        position: absolute;
        display: grid;
        left: 28px;
        bottom: 65%;
    }
    .overlay-video-bin span {
        color: #fff;
        font-size: 15px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 52%;
    }
    .bomb-button-1 a.button:before {
        content: "";
        position: absolute;
        background: #fff;
        height: 1px;
        width: 90%;
        left: -1px;
        bottom: -1px;
    }
    .bomb-button-1 p:after {
        content: "";
        background: #fff;
        height: 2px;
        width: 21px;
        position: absolute;
        bottom: 8px;
        transform: skew(0deg, 319deg);
        right: -1px;
    }


    .banner-head-1 {
        top: 7%;
        left: 9%;
        position: absolute;
        color: #fff;
        font-family: Poppins;
    }

    .home-button button {
        width: 39%;
    }

    .button-text {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 89%;
        margin: 0 auto;
        padding-top: 115px;
    }
    .overlay-text-third-video {
        position: absolute;
        display: grid;
        left: 33px;
        bottom: 70%;
    }


    .overlay-text-second-video span {
        color: #fff;
        font-size: 25px;
        font-family: Pirulen;
        text-transform: uppercase;
        display: block;
        margin-left: 121px;
        width: 72%;
    }

    .overlay-text-second-video {
        position: absolute;
        bottom: 67%;
        right: 34px;
    }

    .index-button-2 button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        max-width: 51%;
        color: #000;
        margin-left: auto;
    }

    .index-button-2 button:hover {
        max-width: 51%;
    }
    .index-button-2 {
        margin-left: 117px;
    }
    .overlay-video-bin-volatile span {
        color: #fff;
        font-size: 13px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 52%;
    }
    .overlay-video-bin-volatile span.design {
        background: #FF6D1B;
        width: 65%;
        margin-bottom: 10px;
        font-size: 12px;
    }


    .index-button-4 button {
        font-size: 0.8rem;
        font-weight: 700;
        outline: none;
        border: 1px solid #fff;
        border-radius: 10px;
        background: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        width: 53%;
        color: #000;
    }

    .index-button-4 button:hover {
        width: 53%;
    }

    .overlay-text-fourth-video span {
        color: #fff;
        font-size: 25px;
        font-family: Pirulen;
        text-transform: uppercase;
        width: 100%;
    }
    .overlay-text-fourth-video {
        position: absolute;
        bottom: 62%;
        left: 134px;
    }
    .overlay-text-fourth-video a img {
        position: absolute;
        bottom: 20%;
        left: 19%;
    }
    .footer-box.pages ul li {
        position: relative;
        font-family: 'Proxima';
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.2em;
    }
    .footer-box ul li a h2 {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Proxima';
        line-height: 3;
        font-weight: 700;
    }
    .nav_main {
    width: 100%;
    height: 100%;
    padding-top: 4%;
}
.nav_main .navbar {
    display: block;
    height: 100%;
}
.nav_main .navbar .navbar-nav {
    display: block;
    width: 100%;
}
  .wrapper ul li a {
    text-decoration: none;
    font-size: 11px;
    color: #fff !important;
    font-family: 'jaguar';
    /* letter-spacing: 0.2em; */
    text-transform: uppercase;
}

    #bullet-proof-page-mobile {
        background-image: url("../vehicle-mobile-banner.png");
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-repeat: no-repeat;
    }

    .overlay-bullet-text {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .overlay-bullet-text span {
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        font-family: Pirulen;
    }

    .overlay-bullet-text-2 {
        position: relative;
        bottom: 0;
    }

    .overlay-bullet-text-2 p {
        color: #fff;
        width: 100%;
        font-size: 20px;
        font-family: Inter-Regular;
    }

    .overlay-bullet-image-design {
        position: absolute;
        bottom: 22px;
        display: grid;
        left: 61px;
    }

    .overlay-bullet-image-design span {
        text-transform: uppercase;
        font-family: Pirulen;
        color: #EA701F;
        font-size: 20px;
    }

    .overlay-bullet-image-design span.feel {
        color: #fff;
        text-transform: uppercase;
        font-family: Pirulen;
        font-size: 20px;
    }

    .gravity-content {
        display: flex;
    }

    .gravity-content p {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-family: Pirulen;
    }
    .button-text p {
        text-align: center;
        color: #fff;
        font-family: 'Poppins';
    }
    .gravity-content span {
        color: #FF6D1B;
        font-size: 24px;
        text-transform: uppercase;
        font-family: Pirulen;
        margin-left: 18px;
    }

    .gravity-para {
        color: #fff;
        font-family: 'Inter-Regular';
        font-size: 14px;
        margin: 0px;
    }

    .gravity-content-chassis p {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-family: Pirulen;
        margin-top: 0;
    }

    .gravity-content-chassis span {
        color: #FF6D1B;
        font-size: 28px;
        text-transform: uppercase;
        font-family: Pirulen;
    }

    .heading-test {
        display: flex;
        margin-left: 39%;
    }

    .heading-test span {
        color: #EA701F;
        text-align: center;
        font-size: 13px;
        font-family: 'Pirulen';
        margin-left: 13px;
    }

    .carousel-control-prev {
        background: transparent;
        position: absolute;
        opacity: 1;
        width: 15%;
        border: none;
        top: -102%;
    }

    .testim_head p {
        font-size: 23px;
        color: #FF6D1B;
        text-transform: uppercase;
        font-family: Pirulen;
    }

    .testim_details p {
        color: #fff;
        font-size: 12px;
    }

    .testim_head span {
        font-size: 23px;
        color: #fff;
        text-transform: uppercase;
        font-family: Pirulen;
    }

    .carousel-control-next {
        background: transparent;
        position: absolute;
        opacity: 1;
        width: 9%;
        border: none;
        top: 1%;
        background: #fff;
        border-radius: 50%;
        height: 7%;
        right: 27px;
    }

    .carousel-control-prev {
        background: transparent;
        position: absolute;
        opacity: 1;
        width: 9%;
        border: none;
        top: 1%;
        background: #fff;
        border-radius: 50%;
        height: 7%;
        left: 28px;
    }
    .main_slider_navs i {
        color: #ff6d1b;
    }
    .banner_section {
        margin-top: 45px;
    }
    .legacy-para img {
        width: 100%;
    }
    .armour-video video {
        width: 100%;
    }

    .cont-content span {
        font-weight: 700;
        margin-left: 0;
    }

    #carouselExampleCaptions {
        height: 722px;
    }

    .owl-item.active.center {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    .overlay-text-main {
        position: absolute;
        bottom: 24%;
        left: 9%;
        color: #fff;
        z-index: 1050;
        text-align: center;
    }



    .owl-carousel .owl-item img {
        display: block;
        width: 55% !important;
        margin: 0 auto;
    }

    .testim_details button {
        margin-left: 117px;
        color: #000;
        background-color: #fff;
        border: none;
    }

    .overlay-video-bin-volatile {
        position: absolute;
        display: grid;
        left: 60px;
        bottom: 64%;
    }
    .content h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: jaguar;
    font-size: 14px;
}
.content p {
    color: #fff;
    font-family: 'Proxima';
    margin: 0 auto;
    font-size: 12px;
}







}

